1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Updated English base translation files in preparation of the alpha release so Transifex can pick them up.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17250 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel
2011-12-22 23:02:28 +00:00
parent 0e9b1041d7
commit 4c376852fe
16 changed files with 949 additions and 756 deletions

View File

@@ -4,88 +4,105 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-03-15 13:13-0400\n"
"POT-Creation-Date: 2011-12-22 23:56+0100\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: views.py:63 views.py:65 views.py:67
#: views.py:57 views.py:59 views.py:61
msgid "tag:"
msgstr ""
#: views.py:98 views.py:100 views.py:102
#: views.py:92 views.py:94 views.py:96
msgid "filter:"
msgstr ""
#: views.py:162 views.py:164 views.py:166
#: views.py:155 views.py:157 views.py:159
msgid "view:"
msgstr ""
#: views.py:194
#: views.py:187
#, python-format
msgid "App %r not found"
msgstr ""
#: views.py:201
#: views.py:194
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr ""
#: views.py:213
#: views.py:206
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr ""
#: views.py:213 views.py:232 views.py:237 views.py:251 views.py:265
#: views.py:270
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
msgid "model:"
msgstr ""
#: views.py:228 views.py:260
#: views.py:221 views.py:253
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr ""
#: views.py:232 views.py:265
#: views.py:225 views.py:258
#, python-format
msgid "all %s"
msgstr ""
#: views.py:237 views.py:270
#: views.py:230 views.py:263
#, python-format
msgid "number of %s"
msgstr ""
#: views.py:275
#: views.py:268
#, python-format
msgid "Fields on %s objects"
msgstr ""
#: views.py:365
#: views.py:357
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr ""
#: templates/admin_doc/bookmarklets.html:3
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
#: templates/admin_doc/model_index.html:9
#: templates/admin_doc/template_detail.html:7
#: templates/admin_doc/template_filter_index.html:8
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr ""
#: templates/admin_doc/bookmarklets.html:3
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr ""
#: templates/admin_doc/bookmarklets.html:3
#: templates/admin_doc/bookmarklets.html:9
msgid "Bookmarklets"
msgstr ""
#: templates/admin_doc/bookmarklets.html:4
#: templates/admin_doc/bookmarklets.html:12
msgid "Documentation bookmarklets"
msgstr ""
#: templates/admin_doc/bookmarklets.html:8
#: templates/admin_doc/bookmarklets.html:16
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -96,38 +113,60 @@ msgid ""
"your computer is \"internal\").</p>\n"
msgstr ""
#: templates/admin_doc/bookmarklets.html:18
#: templates/admin_doc/bookmarklets.html:26
msgid "Documentation for this page"
msgstr ""
#: templates/admin_doc/bookmarklets.html:19
#: templates/admin_doc/bookmarklets.html:27
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr ""
#: templates/admin_doc/bookmarklets.html:21
#: templates/admin_doc/bookmarklets.html:29
msgid "Show object ID"
msgstr ""
#: templates/admin_doc/bookmarklets.html:22
#: templates/admin_doc/bookmarklets.html:30
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
msgstr ""
#: templates/admin_doc/bookmarklets.html:24
#: templates/admin_doc/bookmarklets.html:32
msgid "Edit this object (current window)"
msgstr ""
#: templates/admin_doc/bookmarklets.html:25
#: templates/admin_doc/bookmarklets.html:33
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:35
msgid "Edit this object (new window)"
msgstr ""
#: templates/admin_doc/bookmarklets.html:28
#: templates/admin_doc/bookmarklets.html:36
msgid "As above, but opens the admin page in a new window."
msgstr ""
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
msgid "Models"
msgstr ""
#: templates/admin_doc/template_detail.html:9
msgid "Templates"
msgstr ""
#: templates/admin_doc/template_filter_index.html:10
msgid "Filters"
msgstr ""
#: templates/admin_doc/template_tag_index.html:10
msgid "Tags"
msgstr ""
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
msgid "Views"
msgstr ""