Commit 58365401 authored by Claude Paroz's avatar Claude Paroz
Browse files

Updated base translation files

parent afbf913b
Loading
Loading
Loading
Loading
+139 −153
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:29+0100\n"
"POT-Creation-Date: 2012-10-15 10:55+0200\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n"
@@ -297,385 +297,386 @@ msgstr ""
msgid "Traditional Chinese"
msgstr ""

#: core/validators.py:24 forms/fields.py:51
#: core/validators.py:21 forms/fields.py:52
msgid "Enter a valid value."
msgstr ""

#: core/validators.py:99 forms/fields.py:601
msgid "This URL appears to be a broken link."
#: core/validators.py:104 forms/fields.py:464
msgid "Enter a valid email address."
msgstr ""

#: core/validators.py:131 forms/fields.py:600
msgid "Enter a valid URL."
msgstr ""

#: core/validators.py:165 forms/fields.py:474
msgid "Enter a valid e-mail address."
msgstr ""

#: core/validators.py:168 forms/fields.py:1023
#: core/validators.py:107 forms/fields.py:1013
msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr ""

#: core/validators.py:171 core/validators.py:188 forms/fields.py:997
#: core/validators.py:110 core/validators.py:129 forms/fields.py:987
msgid "Enter a valid IPv4 address."
msgstr ""

#: core/validators.py:175 core/validators.py:189
#: core/validators.py:115 core/validators.py:130
msgid "Enter a valid IPv6 address."
msgstr ""

#: core/validators.py:184 core/validators.py:187
#: core/validators.py:125 core/validators.py:128
msgid "Enter a valid IPv4 or IPv6 address."
msgstr ""

#: core/validators.py:209 db/models/fields/__init__.py:638
#: core/validators.py:151 db/models/fields/__init__.py:655
msgid "Enter only digits separated by commas."
msgstr ""

#: core/validators.py:215
#: core/validators.py:157
#, python-format
msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)."
msgstr ""

#: core/validators.py:233 forms/fields.py:209 forms/fields.py:262
#: core/validators.py:176 forms/fields.py:210 forms/fields.py:263
#, python-format
msgid "Ensure this value is less than or equal to %(limit_value)s."
msgstr ""

#: core/validators.py:238 forms/fields.py:210 forms/fields.py:263
#: core/validators.py:182 forms/fields.py:211 forms/fields.py:264
#, python-format
msgid "Ensure this value is greater than or equal to %(limit_value)s."
msgstr ""

#: core/validators.py:244
#: core/validators.py:189
#, python-format
msgid ""
"Ensure this value has at least %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr ""

#: core/validators.py:250
#: core/validators.py:196
#, python-format
msgid ""
"Ensure this value has at most %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr ""

#: db/models/base.py:764
#: db/models/base.py:843
#, python-format
msgid "%(field_name)s must be unique for %(date_field)s %(lookup)s."
msgstr ""

#: db/models/base.py:787 forms/models.py:577
#: db/models/base.py:866 forms/models.py:573
msgid "and"
msgstr ""

#: db/models/base.py:788 db/models/fields/__init__.py:65
#: db/models/base.py:867 db/models/fields/__init__.py:70
#, python-format
msgid "%(model_name)s with this %(field_label)s already exists."
msgstr ""

#: db/models/fields/__init__.py:62
#: db/models/fields/__init__.py:67
#, python-format
msgid "Value %r is not a valid choice."
msgstr ""

#: db/models/fields/__init__.py:63
#: db/models/fields/__init__.py:68
msgid "This field cannot be null."
msgstr ""

#: db/models/fields/__init__.py:64
#: db/models/fields/__init__.py:69
msgid "This field cannot be blank."
msgstr ""

#: db/models/fields/__init__.py:71
#: db/models/fields/__init__.py:76
#, python-format
msgid "Field of type: %(field_type)s"
msgstr ""

#: db/models/fields/__init__.py:506 db/models/fields/__init__.py:961
#: db/models/fields/__init__.py:517 db/models/fields/__init__.py:985
msgid "Integer"
msgstr ""

#: db/models/fields/__init__.py:510 db/models/fields/__init__.py:959
#: db/models/fields/__init__.py:521 db/models/fields/__init__.py:983
#, python-format
msgid "'%s' value must be an integer."
msgstr ""

#: db/models/fields/__init__.py:552
#: db/models/fields/__init__.py:569
#, python-format
msgid "'%s' value must be either True or False."
msgstr ""

#: db/models/fields/__init__.py:554
#: db/models/fields/__init__.py:571
msgid "Boolean (Either True or False)"
msgstr ""

#: db/models/fields/__init__.py:605
#: db/models/fields/__init__.py:622
#, python-format
msgid "String (up to %(max_length)s)"
msgstr ""

#: db/models/fields/__init__.py:633
#: db/models/fields/__init__.py:650
msgid "Comma-separated integers"
msgstr ""

#: db/models/fields/__init__.py:647
#: db/models/fields/__init__.py:664
#, python-format
msgid "'%s' value has an invalid date format. It must be in YYYY-MM-DD format."
msgstr ""

#: db/models/fields/__init__.py:649 db/models/fields/__init__.py:734
#: db/models/fields/__init__.py:666 db/models/fields/__init__.py:754
#, python-format
msgid ""
"'%s' value has the correct format (YYYY-MM-DD) but it is an invalid date."
msgstr ""

#: db/models/fields/__init__.py:652
#: db/models/fields/__init__.py:669
msgid "Date (without time)"
msgstr ""

#: db/models/fields/__init__.py:732
#: db/models/fields/__init__.py:752
#, python-format
msgid ""
"'%s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format."
msgstr ""

#: db/models/fields/__init__.py:736
#: db/models/fields/__init__.py:756
#, python-format
msgid ""
"'%s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) but "
"it is an invalid date/time."
msgstr ""

#: db/models/fields/__init__.py:740
#: db/models/fields/__init__.py:760
msgid "Date (with time)"
msgstr ""

#: db/models/fields/__init__.py:831
#: db/models/fields/__init__.py:849
#, python-format
msgid "'%s' value must be a decimal number."
msgstr ""

#: db/models/fields/__init__.py:833
#: db/models/fields/__init__.py:851
msgid "Decimal number"
msgstr ""

#: db/models/fields/__init__.py:890
msgid "E-mail address"
#: db/models/fields/__init__.py:908
msgid "Email address"
msgstr ""

#: db/models/fields/__init__.py:906
#: db/models/fields/__init__.py:927
msgid "File path"
msgstr ""

#: db/models/fields/__init__.py:930
#: db/models/fields/__init__.py:954
#, python-format
msgid "'%s' value must be a float."
msgstr ""

#: db/models/fields/__init__.py:932
#: db/models/fields/__init__.py:956
msgid "Floating point number"
msgstr ""

#: db/models/fields/__init__.py:993
#: db/models/fields/__init__.py:1017
msgid "Big (8 byte) integer"
msgstr ""

#: db/models/fields/__init__.py:1007
#: db/models/fields/__init__.py:1031
msgid "IPv4 address"
msgstr ""

#: db/models/fields/__init__.py:1023
#: db/models/fields/__init__.py:1047
msgid "IP address"
msgstr ""

#: db/models/fields/__init__.py:1065
#: db/models/fields/__init__.py:1090
#, python-format
msgid "'%s' value must be either None, True or False."
msgstr ""

#: db/models/fields/__init__.py:1067
#: db/models/fields/__init__.py:1092
msgid "Boolean (Either True, False or None)"
msgstr ""

#: db/models/fields/__init__.py:1116
#: db/models/fields/__init__.py:1141
msgid "Positive integer"
msgstr ""

#: db/models/fields/__init__.py:1127
#: db/models/fields/__init__.py:1152
msgid "Positive small integer"
msgstr ""

#: db/models/fields/__init__.py:1138
#: db/models/fields/__init__.py:1163
#, python-format
msgid "Slug (up to %(max_length)s)"
msgstr ""

#: db/models/fields/__init__.py:1156
#: db/models/fields/__init__.py:1181
msgid "Small integer"
msgstr ""

#: db/models/fields/__init__.py:1162
#: db/models/fields/__init__.py:1187
msgid "Text"
msgstr ""

#: db/models/fields/__init__.py:1180
#: db/models/fields/__init__.py:1205
#, python-format
msgid ""
"'%s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] format."
msgstr ""

#: db/models/fields/__init__.py:1182
#: db/models/fields/__init__.py:1207
#, python-format
msgid ""
"'%s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an invalid "
"time."
msgstr ""

#: db/models/fields/__init__.py:1185
#: db/models/fields/__init__.py:1210
msgid "Time"
msgstr ""

#: db/models/fields/__init__.py:1249
#: db/models/fields/__init__.py:1272
msgid "URL"
msgstr ""

#: db/models/fields/files.py:214
#: db/models/fields/files.py:211
#, python-format
msgid "Filename is %(extra)d characters too long."
msgstr ""

#: db/models/fields/files.py:221
msgid "File"
msgstr ""

#: db/models/fields/files.py:321
#: db/models/fields/files.py:347
msgid "Image"
msgstr ""

#: db/models/fields/related.py:903
#: db/models/fields/related.py:950
#, python-format
msgid "Model %(model)s with pk %(pk)r does not exist."
msgstr ""

#: db/models/fields/related.py:905
#: db/models/fields/related.py:952
msgid "Foreign Key (type determined by related field)"
msgstr ""

#: db/models/fields/related.py:1033
#: db/models/fields/related.py:1082
msgid "One-to-one relationship"
msgstr ""

#: db/models/fields/related.py:1096
#: db/models/fields/related.py:1149
msgid "Many-to-many relationship"
msgstr ""

#: db/models/fields/related.py:1120
#: db/models/fields/related.py:1174
msgid ""
"Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
msgstr ""

#: forms/fields.py:50
#: forms/fields.py:51
msgid "This field is required."
msgstr ""

#: forms/fields.py:208
#: forms/fields.py:209
msgid "Enter a whole number."
msgstr ""

#: forms/fields.py:240 forms/fields.py:261
#: forms/fields.py:241 forms/fields.py:262
msgid "Enter a number."
msgstr ""

#: forms/fields.py:264
#: forms/fields.py:265
#, python-format
msgid "Ensure that there are no more than %s digits in total."
msgstr ""

#: forms/fields.py:265
#: forms/fields.py:266
#, python-format
msgid "Ensure that there are no more than %s decimal places."
msgstr ""

#: forms/fields.py:266
#: forms/fields.py:267
#, python-format
msgid "Ensure that there are no more than %s digits before the decimal point."
msgstr ""

#: forms/fields.py:365 forms/fields.py:963
#: forms/fields.py:355 forms/fields.py:953
msgid "Enter a valid date."
msgstr ""

#: forms/fields.py:388 forms/fields.py:964
#: forms/fields.py:378 forms/fields.py:954
msgid "Enter a valid time."
msgstr ""

#: forms/fields.py:409
#: forms/fields.py:399
msgid "Enter a valid date/time."
msgstr ""

#: forms/fields.py:485
#: forms/fields.py:475
msgid "No file was submitted. Check the encoding type on the form."
msgstr ""

#: forms/fields.py:486
#: forms/fields.py:476
msgid "No file was submitted."
msgstr ""

#: forms/fields.py:487
#: forms/fields.py:477
msgid "The submitted file is empty."
msgstr ""

#: forms/fields.py:488
#: forms/fields.py:478
#, python-format
msgid ""
"Ensure this filename has at most %(max)d characters (it has %(length)d)."
msgstr ""

#: forms/fields.py:489
#: forms/fields.py:479
msgid "Please either submit a file or check the clear checkbox, not both."
msgstr ""

#: forms/fields.py:544
#: forms/fields.py:534
msgid ""
"Upload a valid image. The file you uploaded was either not an image or a "
"corrupted image."
msgstr ""

#: forms/fields.py:689 forms/fields.py:769
#: forms/fields.py:580
msgid "Enter a valid URL."
msgstr ""

#: forms/fields.py:666 forms/fields.py:746
#, python-format
msgid "Select a valid choice. %(value)s is not one of the available choices."
msgstr ""

#: forms/fields.py:770 forms/fields.py:858 forms/models.py:999
#: forms/fields.py:747 forms/fields.py:835 forms/models.py:999
msgid "Enter a list of values."
msgstr ""

#: forms/formsets.py:317 forms/formsets.py:319
#: forms/formsets.py:323 forms/formsets.py:325
msgid "Order"
msgstr ""

#: forms/formsets.py:321
#: forms/formsets.py:327
msgid "Delete"
msgstr ""

#: forms/models.py:571
#: forms/models.py:567
#, python-format
msgid "Please correct the duplicate data for %(field)s."
msgstr ""

#: forms/models.py:575
#: forms/models.py:571
#, python-format
msgid "Please correct the duplicate data for %(field)s, which must be unique."
msgstr ""

#: forms/models.py:581
#: forms/models.py:577
#, python-format
msgid ""
"Please correct the duplicate data for %(field_name)s which must be unique "
"for the %(lookup)s in %(date_field)s."
msgstr ""

#: forms/models.py:589
#: forms/models.py:585
msgid "Please correct the duplicate values below."
msgstr ""

@@ -697,94 +698,94 @@ msgstr ""
msgid "\"%s\" is not a valid value for a primary key."
msgstr ""

#: forms/util.py:70
#: forms/util.py:81
#, python-format
msgid ""
"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it "
"may be ambiguous or it may not exist."
msgstr ""

#: forms/widgets.py:325
#: forms/widgets.py:336
msgid "Currently"
msgstr ""

#: forms/widgets.py:326
#: forms/widgets.py:337
msgid "Change"
msgstr ""

#: forms/widgets.py:327
#: forms/widgets.py:338
msgid "Clear"
msgstr ""

#: forms/widgets.py:582
#: forms/widgets.py:591
msgid "Unknown"
msgstr ""

#: forms/widgets.py:583
#: forms/widgets.py:592
msgid "Yes"
msgstr ""

#: forms/widgets.py:584
#: forms/widgets.py:593
msgid "No"
msgstr ""

#: template/defaultfilters.py:797
#: template/defaultfilters.py:794
msgid "yes,no,maybe"
msgstr ""

#: template/defaultfilters.py:825 template/defaultfilters.py:830
#: template/defaultfilters.py:822 template/defaultfilters.py:833
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] ""
msgstr[1] ""

#: template/defaultfilters.py:832
#: template/defaultfilters.py:835
#, python-format
msgid "%s KB"
msgstr ""

#: template/defaultfilters.py:834
#: template/defaultfilters.py:837
#, python-format
msgid "%s MB"
msgstr ""

#: template/defaultfilters.py:836
#: template/defaultfilters.py:839
#, python-format
msgid "%s GB"
msgstr ""

#: template/defaultfilters.py:838
#: template/defaultfilters.py:841
#, python-format
msgid "%s TB"
msgstr ""

#: template/defaultfilters.py:839
#: template/defaultfilters.py:842
#, python-format
msgid "%s PB"
msgstr ""

#: utils/dateformat.py:45
#: utils/dateformat.py:47
msgid "p.m."
msgstr ""

#: utils/dateformat.py:46
#: utils/dateformat.py:48
msgid "a.m."
msgstr ""

#: utils/dateformat.py:51
#: utils/dateformat.py:53
msgid "PM"
msgstr ""

#: utils/dateformat.py:52
#: utils/dateformat.py:54
msgid "AM"
msgstr ""

#: utils/dateformat.py:101
#: utils/dateformat.py:103
msgid "midnight"
msgstr ""

#: utils/dateformat.py:103
#: utils/dateformat.py:105
msgid "noon"
msgstr ""

@@ -1060,148 +1061,133 @@ msgctxt "alt. month"
msgid "December"
msgstr ""

#: utils/text.py:65
#: utils/text.py:70
#, python-format
msgctxt "String to return when truncating text"
msgid "%(truncated_text)s..."
msgstr ""

#: utils/text.py:234
#: utils/text.py:239
msgid "or"
msgstr ""

#. Translators: This string is used as a separator between list elements
#: utils/text.py:251
#: utils/text.py:256
msgid ", "
msgstr ""

#: utils/timesince.py:20
#: utils/timesince.py:22
msgid "year"
msgid_plural "years"
msgstr[0] ""
msgstr[1] ""

#: utils/timesince.py:21
#: utils/timesince.py:23
msgid "month"
msgid_plural "months"
msgstr[0] ""
msgstr[1] ""

#: utils/timesince.py:22
#: utils/timesince.py:24
msgid "week"
msgid_plural "weeks"
msgstr[0] ""
msgstr[1] ""

#: utils/timesince.py:23
#: utils/timesince.py:25
msgid "day"
msgid_plural "days"
msgstr[0] ""
msgstr[1] ""

#: utils/timesince.py:24
#: utils/timesince.py:26
msgid "hour"
msgid_plural "hours"
msgstr[0] ""
msgstr[1] ""

#: utils/timesince.py:25
#: utils/timesince.py:27
msgid "minute"
msgid_plural "minutes"
msgstr[0] ""
msgstr[1] ""

#: utils/timesince.py:41
#: utils/timesince.py:43
msgid "minutes"
msgstr ""

#: utils/timesince.py:46
#: utils/timesince.py:48
#, python-format
msgid "%(number)d %(type)s"
msgstr ""

#: utils/timesince.py:52
#: utils/timesince.py:54
#, python-format
msgid ", %(number)d %(type)s"
msgstr ""

#: views/static.py:52
#: views/static.py:55
msgid "Directory indexes are not allowed here."
msgstr ""

#: views/static.py:54
#: views/static.py:57
#, python-format
msgid "\"%(path)s\" does not exist"
msgstr ""

#: views/static.py:95
#: views/static.py:98
#, python-format
msgid "Index of %(directory)s"
msgstr ""

#: views/generic/create_update.py:121
#, python-format
msgid "The %(verbose_name)s was created successfully."
msgstr ""

#: views/generic/create_update.py:164
#, python-format
msgid "The %(verbose_name)s was updated successfully."
msgstr ""

#: views/generic/create_update.py:207
#, python-format
msgid "The %(verbose_name)s was deleted."
msgstr ""

#: views/generic/dates.py:33
#: views/generic/dates.py:42
msgid "No year specified"
msgstr ""

#: views/generic/dates.py:58
#: views/generic/dates.py:98
msgid "No month specified"
msgstr ""

#: views/generic/dates.py:99
#: views/generic/dates.py:157
msgid "No day specified"
msgstr ""

#: views/generic/dates.py:138
#: views/generic/dates.py:213
msgid "No week specified"
msgstr ""

#: views/generic/dates.py:198 views/generic/dates.py:215
#: views/generic/dates.py:368 views/generic/dates.py:393
#, python-format
msgid "No %(verbose_name_plural)s available"
msgstr ""

#: views/generic/dates.py:467
#: views/generic/dates.py:646
#, python-format
msgid ""
"Future %(verbose_name_plural)s not available because %(class_name)s."
"allow_future is False."
msgstr ""

#: views/generic/dates.py:501
#: views/generic/dates.py:678
#, python-format
msgid "Invalid date string '%(datestr)s' given format '%(format)s'"
msgstr ""

#: views/generic/detail.py:51
#: views/generic/detail.py:54
#, python-format
msgid "No %(verbose_name)s found matching the query"
msgstr ""

#: views/generic/list.py:45
#: views/generic/list.py:49
msgid "Page is not 'last', nor can it be converted to an int."
msgstr ""

#: views/generic/list.py:50
#: views/generic/list.py:54
#, python-format
msgid "Invalid page (%(page_number)s)"
msgstr ""

#: views/generic/list.py:117
#: views/generic/list.py:134
#, python-format
msgid "Empty list and '%(class_name)s.allow_empty' is False."
msgstr ""
+168 −177

File changed.

Preview size limit exceeded, changes collapsed.

+57 −44
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"POT-Creation-Date: 2012-10-15 10:56+0200\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n"
@@ -13,63 +13,75 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr ""

#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr ""

#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr ""

#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr ""

#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr ""

#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr ""

#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr ""

#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr ""

#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr ""

#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr ""

#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr ""

#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr ""

#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr ""

#: 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
@@ -79,30 +91,18 @@ msgstr ""
#: 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: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:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr ""

#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr ""

#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -113,60 +113,73 @@ msgid ""
"your computer is \"internal\").</p>\n"
msgstr ""

#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr ""

#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr ""

#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr ""

#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
msgstr ""

#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr ""

#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""

#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr ""

#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
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
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr ""

#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr ""

#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr ""

#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr ""

#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr ""

#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr ""

#: tests/__init__.py:29
msgid "A custom field type"
msgstr ""

#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr ""
+73 −65

File changed.

Preview size limit exceeded, changes collapsed.

+33 −33

File changed.

Preview size limit exceeded, changes collapsed.

Loading