Ticket #2062: new_tech_mess_ids.diff

File new_tech_mess_ids.diff, 78.2 KB (added by Ramiro Morales, 18 years ago)

conf/locale/en/LC_MESSAGES/django.po mods (kust adds two new transalatable strings)

  • django/conf/locale/en/LC_MESSAGES/django.po

    diff -ruN dj-date-formats-base/django/conf/locale/en/LC_MESSAGES/django.po dj-date-formats/django/conf/locale/en/LC_MESSAGES/django.po
    old new  
    88msgstr ""
    99"Project-Id-Version: PACKAGE VERSION\n"
    1010"Report-Msgid-Bugs-To: \n"
    11 "POT-Creation-Date: 2006-05-16 10:10+0200\n"
     11"POT-Creation-Date: 2006-06-01 11:18-0300\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1414"Language-Team: LANGUAGE <LL@li.org>\n"
     
    1616"Content-Type: text/plain; charset=utf-8\n"
    1717"Content-Transfer-Encoding: 8bit\n"
    1818
    19 #: contrib/comments/models.py:67 contrib/comments/models.py:166
    20 msgid "object ID"
     19#: db/models/manipulators.py:302
     20#, python-format
     21msgid "%(object)s with this %(type)s already exists for the given %(field)s."
    2122msgstr ""
    2223
    23 #: contrib/comments/models.py:68
    24 msgid "headline"
     24#: db/models/fields/__init__.py:40
     25#, python-format
     26msgid "%(optname)s with this %(fieldname)s already exists."
    2527msgstr ""
    2628
    27 #: contrib/comments/models.py:69 contrib/comments/models.py:90
    28 #: contrib/comments/models.py:167
    29 msgid "comment"
     29#: db/models/fields/__init__.py:114 db/models/fields/__init__.py:265
     30#: db/models/fields/__init__.py:545 db/models/fields/__init__.py:556
     31#: forms/__init__.py:346
     32msgid "This field is required."
    3033msgstr ""
    3134
    32 #: contrib/comments/models.py:70
    33 msgid "rating #1"
     35#: db/models/fields/__init__.py:337
     36msgid "This value must be an integer."
    3437msgstr ""
    3538
    36 #: contrib/comments/models.py:71
    37 msgid "rating #2"
     39#: db/models/fields/__init__.py:369
     40msgid "This value must be either True or False."
    3841msgstr ""
    3942
    40 #: contrib/comments/models.py:72
    41 msgid "rating #3"
     43#: db/models/fields/__init__.py:385
     44msgid "This field cannot be null."
    4245msgstr ""
    4346
    44 #: contrib/comments/models.py:73
    45 msgid "rating #4"
     47#: db/models/fields/__init__.py:471 core/validators.py:135
     48msgid "Enter a valid date/time in YYYY-MM-DD HH:MM format."
    4649msgstr ""
    4750
    48 #: contrib/comments/models.py:74
    49 msgid "rating #5"
     51#: db/models/fields/__init__.py:565
     52msgid "Enter a valid filename."
    5053msgstr ""
    5154
    52 #: contrib/comments/models.py:75
    53 msgid "rating #6"
     55#: db/models/fields/related.py:43
     56#, python-format
     57msgid "Please enter a valid %s."
    5458msgstr ""
    5559
    56 #: contrib/comments/models.py:76
    57 msgid "rating #7"
     60#: db/models/fields/related.py:579
     61msgid "Separate multiple IDs with commas."
    5862msgstr ""
    5963
    60 #: contrib/comments/models.py:77
    61 msgid "rating #8"
     64#: db/models/fields/related.py:581
     65msgid ""
     66"Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
    6267msgstr ""
    6368
    64 #: contrib/comments/models.py:82
    65 msgid "is valid rating"
     69#: db/models/fields/related.py:625
     70#, python-format
     71msgid "Please enter valid %(self)s IDs. The value %(value)r is invalid."
     72msgid_plural ""
     73"Please enter valid %(self)s IDs. The values %(value)r are invalid."
     74msgstr[0] ""
     75msgstr[1] ""
     76
     77#: conf/global_settings.py:37
     78msgid "Bengali"
    6679msgstr ""
    6780
    68 #: contrib/comments/models.py:83 contrib/comments/models.py:169
    69 msgid "date/time submitted"
     81#: conf/global_settings.py:38
     82msgid "Czech"
    7083msgstr ""
    7184
    72 #: contrib/comments/models.py:84 contrib/comments/models.py:170
    73 msgid "is public"
     85#: conf/global_settings.py:39
     86msgid "Welsh"
    7487msgstr ""
    7588
    76 #: contrib/comments/models.py:85 contrib/admin/views/doc.py:289
    77 msgid "IP address"
     89#: conf/global_settings.py:40
     90msgid "Danish"
    7891msgstr ""
    7992
    80 #: contrib/comments/models.py:86
    81 msgid "is removed"
     93#: conf/global_settings.py:41
     94msgid "German"
    8295msgstr ""
    8396
    84 #: contrib/comments/models.py:86
    85 msgid ""
    86 "Check this box if the comment is inappropriate. A \"This comment has been "
    87 "removed\" message will be displayed instead."
     97#: conf/global_settings.py:42
     98msgid "Greek"
    8899msgstr ""
    89100
    90 #: contrib/comments/models.py:91
    91 msgid "comments"
     101#: conf/global_settings.py:43
     102msgid "English"
    92103msgstr ""
    93104
    94 #: contrib/comments/models.py:131 contrib/comments/models.py:207
    95 msgid "Content object"
     105#: conf/global_settings.py:44
     106msgid "Spanish"
    96107msgstr ""
    97108
    98 #: contrib/comments/models.py:159
    99 #, python-format
    100 msgid ""
    101 "Posted by %(user)s at %(date)s\n"
    102 "\n"
    103 "%(comment)s\n"
    104 "\n"
    105 "http://%(domain)s%(url)s"
     109#: conf/global_settings.py:45
     110msgid "Argentinean Spanish"
    106111msgstr ""
    107112
    108 #: contrib/comments/models.py:168
    109 msgid "person's name"
     113#: conf/global_settings.py:46
     114msgid "French"
    110115msgstr ""
    111116
    112 #: contrib/comments/models.py:171
    113 msgid "ip address"
     117#: conf/global_settings.py:47
     118msgid "Galician"
    114119msgstr ""
    115120
    116 #: contrib/comments/models.py:173
    117 msgid "approved by staff"
     121#: conf/global_settings.py:48
     122msgid "Hungarian"
    118123msgstr ""
    119124
    120 #: contrib/comments/models.py:176
    121 msgid "free comment"
     125#: conf/global_settings.py:49
     126msgid "Hebrew"
    122127msgstr ""
    123128
    124 #: contrib/comments/models.py:177
    125 msgid "free comments"
     129#: conf/global_settings.py:50
     130msgid "Icelandic"
    126131msgstr ""
    127132
    128 #: contrib/comments/models.py:233
    129 msgid "score"
     133#: conf/global_settings.py:51
     134msgid "Italian"
    130135msgstr ""
    131136
    132 #: contrib/comments/models.py:234
    133 msgid "score date"
     137#: conf/global_settings.py:52
     138msgid "Japanese"
    134139msgstr ""
    135140
    136 #: contrib/comments/models.py:237
    137 msgid "karma score"
     141#: conf/global_settings.py:53
     142msgid "Dutch"
    138143msgstr ""
    139144
    140 #: contrib/comments/models.py:238
    141 msgid "karma scores"
     145#: conf/global_settings.py:54
     146msgid "Norwegian"
    142147msgstr ""
    143148
    144 #: contrib/comments/models.py:242
    145 #, python-format
    146 msgid "%(score)d rating by %(user)s"
     149#: conf/global_settings.py:55
     150msgid "Brazilian"
    147151msgstr ""
    148152
    149 #: contrib/comments/models.py:258
    150 #, python-format
    151 msgid ""
    152 "This comment was flagged by %(user)s:\n"
    153 "\n"
    154 "%(text)s"
     153#: conf/global_settings.py:56
     154msgid "Romanian"
    155155msgstr ""
    156156
    157 #: contrib/comments/models.py:265
    158 msgid "flag date"
     157#: conf/global_settings.py:57
     158msgid "Russian"
    159159msgstr ""
    160160
    161 #: contrib/comments/models.py:268
    162 msgid "user flag"
     161#: conf/global_settings.py:58
     162msgid "Slovak"
    163163msgstr ""
    164164
    165 #: contrib/comments/models.py:269
    166 msgid "user flags"
     165#: conf/global_settings.py:59
     166msgid "Slovenian"
    167167msgstr ""
    168168
    169 #: contrib/comments/models.py:273
    170 #, python-format
    171 msgid "Flag by %r"
     169#: conf/global_settings.py:60
     170msgid "Serbian"
    172171msgstr ""
    173172
    174 #: contrib/comments/models.py:278
    175 msgid "deletion date"
     173#: conf/global_settings.py:61
     174msgid "Swedish"
    176175msgstr ""
    177176
    178 #: contrib/comments/models.py:280
    179 msgid "moderator deletion"
     177#: conf/global_settings.py:62
     178msgid "Ukrainian"
    180179msgstr ""
    181180
    182 #: contrib/comments/models.py:281
    183 msgid "moderator deletions"
     181#: conf/global_settings.py:63
     182msgid "Simplified Chinese"
    184183msgstr ""
    185184
    186 #: contrib/comments/models.py:285
     185#: conf/global_settings.py:64
     186msgid "Traditional Chinese"
     187msgstr ""
     188
     189#: forms/__init__.py:380
    187190#, python-format
    188 msgid "Moderator deletion by %r"
     191msgid "Ensure your text is less than %s character."
     192msgid_plural "Ensure your text is less than %s characters."
     193msgstr[0] ""
     194msgstr[1] ""
     195
     196#: forms/__init__.py:385
     197msgid "Line breaks are not allowed here."
    189198msgstr ""
    190199
    191 #: contrib/comments/views/karma.py:19
    192 msgid "Anonymous users cannot vote"
     200#: forms/__init__.py:480 forms/__init__.py:551 forms/__init__.py:589
     201#, python-format
     202msgid "Select a valid choice; '%(data)s' is not in %(choices)s."
    193203msgstr ""
    194204
    195 #: contrib/comments/views/karma.py:23
    196 msgid "Invalid comment ID"
     205#: forms/__init__.py:645
     206msgid "The submitted file is empty."
    197207msgstr ""
    198208
    199 #: contrib/comments/views/karma.py:25
    200 msgid "No voting for yourself"
     209#: forms/__init__.py:699
     210msgid "Enter a whole number between -32,768 and 32,767."
    201211msgstr ""
    202212
    203 #: contrib/comments/views/comments.py:28
    204 msgid ""
    205 "This rating is required because you've entered at least one other rating."
     213#: forms/__init__.py:708
     214msgid "Enter a positive number."
    206215msgstr ""
    207216
    208 #: contrib/comments/views/comments.py:112
    209 #, python-format
    210 msgid ""
    211 "This comment was posted by a user who has posted fewer than %(count)s "
    212 "comment:\n"
    213 "\n"
    214 "%(text)s"
    215 msgid_plural ""
    216 "This comment was posted by a user who has posted fewer than %(count)s "
    217 "comments:\n"
    218 "\n"
    219 "%(text)s"
    220 msgstr[0] ""
    221 msgstr[1] ""
     217#: forms/__init__.py:717
     218msgid "Enter a whole number between 0 and 32,767."
     219msgstr ""
    222220
    223 #: contrib/comments/views/comments.py:117
    224 #, python-format
     221#: core/validators.py:63
     222msgid "This value must contain only letters, numbers and underscores."
     223msgstr ""
     224
     225#: core/validators.py:67
    225226msgid ""
    226 "This comment was posted by a sketchy user:\n"
    227 "\n"
    228 "%(text)s"
     227"This value must contain only letters, numbers, underscores, dashes or "
     228"slashes."
    229229msgstr ""
    230230
    231 #: contrib/comments/views/comments.py:189
    232 #: contrib/comments/views/comments.py:280
    233 msgid "Only POSTs are allowed"
     231#: core/validators.py:75
     232msgid "Uppercase letters are not allowed here."
    234233msgstr ""
    235234
    236 #: contrib/comments/views/comments.py:193
    237 #: contrib/comments/views/comments.py:284
    238 msgid "One or more of the required fields wasn't submitted"
     235#: core/validators.py:79
     236msgid "Lowercase letters are not allowed here."
    239237msgstr ""
    240238
    241 #: contrib/comments/views/comments.py:197
    242 #: contrib/comments/views/comments.py:286
    243 msgid "Somebody tampered with the comment form (security violation)"
     239#: core/validators.py:86
     240msgid "Enter only digits separated by commas."
    244241msgstr ""
    245242
    246 #: contrib/comments/views/comments.py:207
    247 #: contrib/comments/views/comments.py:292
    248 msgid ""
    249 "The comment form had an invalid 'target' parameter -- the object ID was "
    250 "invalid"
     243#: core/validators.py:98
     244msgid "Enter valid e-mail addresses separated by commas."
    251245msgstr ""
    252246
    253 #: contrib/comments/views/comments.py:257
    254 #: contrib/comments/views/comments.py:321
    255 msgid "The comment form didn't provide either 'preview' or 'post'"
     247#: core/validators.py:102
     248msgid "Please enter a valid IP address."
    256249msgstr ""
    257250
    258 #: contrib/comments/templates/comments/form.html:6
    259 #: contrib/comments/templates/comments/form.html:8
    260 #: contrib/admin/templates/admin/login.html:17
    261 msgid "Username:"
     251#: core/validators.py:106
     252msgid "Empty values are not allowed here."
    262253msgstr ""
    263254
    264 #: contrib/comments/templates/comments/form.html:6
    265 #: contrib/admin/templates/admin/login.html:20
    266 msgid "Password:"
     255#: core/validators.py:110
     256msgid "Non-numeric characters aren't allowed here."
    267257msgstr ""
    268258
    269 #: contrib/comments/templates/comments/form.html:6
    270 msgid "Forgotten your password?"
     259#: core/validators.py:114
     260msgid "This value can't be comprised solely of digits."
    271261msgstr ""
    272262
    273 #: contrib/comments/templates/comments/form.html:8
    274 #: contrib/admin/templates/admin/object_history.html:3
    275 #: contrib/admin/templates/admin/change_list.html:5
    276 #: contrib/admin/templates/admin/base.html:23
    277 #: contrib/admin/templates/admin/delete_confirmation.html:3
    278 #: contrib/admin/templates/admin/change_form.html:10
    279 #: contrib/admin/templates/registration/password_change_done.html:3
    280 #: contrib/admin/templates/registration/password_change_form.html:3
    281 #: contrib/admin/templates/admin_doc/bookmarklets.html:4
    282 #: contrib/admin/templates/admin_doc/view_detail.html:4
    283 #: contrib/admin/templates/admin_doc/template_tag_index.html:5
    284 #: contrib/admin/templates/admin_doc/template_detail.html:4
    285 #: contrib/admin/templates/admin_doc/template_filter_index.html:5
    286 #: contrib/admin/templates/admin_doc/missing_docutils.html:4
    287 #: contrib/admin/templates/admin_doc/view_index.html:5
    288 #: contrib/admin/templates/admin_doc/model_detail.html:3
    289 #: contrib/admin/templates/admin_doc/index.html:4
    290 #: contrib/admin/templates/admin_doc/model_index.html:5
    291 msgid "Log out"
     263#: core/validators.py:119
     264msgid "Enter a whole number."
    292265msgstr ""
    293266
    294 #: contrib/comments/templates/comments/form.html:12
    295 msgid "Ratings"
     267#: core/validators.py:123
     268msgid "Only alphabetical characters are allowed here."
    296269msgstr ""
    297270
    298 #: contrib/comments/templates/comments/form.html:12
    299 #: contrib/comments/templates/comments/form.html:23
    300 msgid "Required"
     271#: core/validators.py:127
     272msgid "Enter a valid date in YYYY-MM-DD format."
    301273msgstr ""
    302274
    303 #: contrib/comments/templates/comments/form.html:12
    304 #: contrib/comments/templates/comments/form.html:23
    305 msgid "Optional"
     275#: core/validators.py:131
     276msgid "Enter a valid time in HH:MM format."
    306277msgstr ""
    307278
    308 #: contrib/comments/templates/comments/form.html:23
    309 msgid "Post a photo"
     279#: core/validators.py:139
     280msgid "Enter a valid e-mail address."
    310281msgstr ""
    311282
    312 #: contrib/comments/templates/comments/form.html:27
    313 #: contrib/comments/templates/comments/freeform.html:5
    314 msgid "Comment:"
     283#: core/validators.py:151
     284msgid ""
     285"Upload a valid image. The file you uploaded was either not an image or a "
     286"corrupted image."
    315287msgstr ""
    316288
    317 #: contrib/comments/templates/comments/form.html:32
    318 #: contrib/comments/templates/comments/freeform.html:9
    319 msgid "Preview comment"
     289#: core/validators.py:158
     290#, python-format
     291msgid "The URL %s does not point to a valid image."
    320292msgstr ""
    321293
    322 #: contrib/comments/templates/comments/freeform.html:4
    323 msgid "Your name:"
     294#: core/validators.py:162
     295#, python-format
     296msgid "Phone numbers must be in XXX-XXX-XXXX format. \"%s\" is invalid."
    324297msgstr ""
    325298
    326 #: contrib/admin/filterspecs.py:40
     299#: core/validators.py:170
    327300#, python-format
    328 msgid ""
    329 "<h3>By %s:</h3>\n"
    330 "<ul>\n"
     301msgid "The URL %s does not point to a valid QuickTime video."
    331302msgstr ""
    332303
    333 #: contrib/admin/filterspecs.py:70 contrib/admin/filterspecs.py:88
    334 #: contrib/admin/filterspecs.py:143
    335 msgid "All"
     304#: core/validators.py:174
     305msgid "A valid URL is required."
    336306msgstr ""
    337307
    338 #: contrib/admin/filterspecs.py:109
    339 msgid "Any date"
     308#: core/validators.py:188
     309#, python-format
     310msgid ""
     311"Valid HTML is required. Specific errors are:\n"
     312"%s"
    340313msgstr ""
    341314
    342 #: contrib/admin/filterspecs.py:110
    343 msgid "Today"
     315#: core/validators.py:195
     316#, python-format
     317msgid "Badly formed XML: %s"
    344318msgstr ""
    345319
    346 #: contrib/admin/filterspecs.py:113
    347 msgid "Past 7 days"
     320#: core/validators.py:205
     321#, python-format
     322msgid "Invalid URL: %s"
    348323msgstr ""
    349324
    350 #: contrib/admin/filterspecs.py:115
    351 msgid "This month"
     325#: core/validators.py:209 core/validators.py:211
     326#, python-format
     327msgid "The URL %s is a broken link."
    352328msgstr ""
    353329
    354 #: contrib/admin/filterspecs.py:117
    355 msgid "This year"
     330#: core/validators.py:217
     331msgid "Enter a valid U.S. state abbreviation."
    356332msgstr ""
    357333
    358 #: contrib/admin/filterspecs.py:143
    359 msgid "Yes"
    360 msgstr ""
     334#: core/validators.py:232
     335#, python-format
     336msgid "Watch your mouth! The word %s is not allowed here."
     337msgid_plural "Watch your mouth! The words %s are not allowed here."
     338msgstr[0] ""
     339msgstr[1] ""
    361340
    362 #: contrib/admin/filterspecs.py:143
    363 msgid "No"
     341#: core/validators.py:239
     342#, python-format
     343msgid "This field must match the '%s' field."
    364344msgstr ""
    365345
    366 #: contrib/admin/filterspecs.py:150
    367 msgid "Unknown"
     346#: core/validators.py:258
     347msgid "Please enter something for at least one field."
    368348msgstr ""
    369349
    370 #: contrib/admin/models.py:16
    371 msgid "action time"
     350#: core/validators.py:267 core/validators.py:278
     351msgid "Please enter both fields or leave them both empty."
    372352msgstr ""
    373353
    374 #: contrib/admin/models.py:19
    375 msgid "object id"
     354#: core/validators.py:285
     355#, python-format
     356msgid "This field must be given if %(field)s is %(value)s"
    376357msgstr ""
    377358
    378 #: contrib/admin/models.py:20
    379 msgid "object repr"
     359#: core/validators.py:297
     360#, python-format
     361msgid "This field must be given if %(field)s is not %(value)s"
    380362msgstr ""
    381363
    382 #: contrib/admin/models.py:21
    383 msgid "action flag"
     364#: core/validators.py:316
     365msgid "Duplicate values are not allowed."
    384366msgstr ""
    385367
    386 #: contrib/admin/models.py:22
    387 msgid "change message"
     368#: core/validators.py:339
     369#, python-format
     370msgid "This value must be a power of %s."
    388371msgstr ""
    389372
    390 #: contrib/admin/models.py:25
    391 msgid "log entry"
     373#: core/validators.py:350
     374msgid "Please enter a valid decimal number."
    392375msgstr ""
    393376
    394 #: contrib/admin/models.py:26
    395 msgid "log entries"
    396 msgstr ""
     377#: core/validators.py:352
     378#, python-format
     379msgid "Please enter a valid decimal number with at most %s total digit."
     380msgid_plural ""
     381"Please enter a valid decimal number with at most %s total digits."
     382msgstr[0] ""
     383msgstr[1] ""
    397384
    398 #: contrib/admin/templatetags/admin_list.py:228
    399 msgid "All dates"
    400 msgstr ""
     385#: core/validators.py:355
     386#, python-format
     387msgid "Please enter a valid decimal number with at most %s decimal place."
     388msgid_plural ""
     389"Please enter a valid decimal number with at most %s decimal places."
     390msgstr[0] ""
     391msgstr[1] ""
    401392
    402 #: contrib/admin/views/decorators.py:9 contrib/auth/forms.py:36
    403 #: contrib/auth/forms.py:41
    404 msgid ""
    405 "Please enter a correct username and password. Note that both fields are case-"
    406 "sensitive."
     393#: core/validators.py:365
     394#, python-format
     395msgid "Make sure your uploaded file is at least %s bytes big."
    407396msgstr ""
    408397
    409 #: contrib/admin/views/decorators.py:23
    410 #: contrib/admin/templates/admin/login.html:25
    411 msgid "Log in"
     398#: core/validators.py:366
     399#, python-format
     400msgid "Make sure your uploaded file is at most %s bytes big."
    412401msgstr ""
    413402
    414 #: contrib/admin/views/decorators.py:61
    415 msgid ""
    416 "Please log in again, because your session has expired. Don't worry: Your "
    417 "submission has been saved."
     403#: core/validators.py:379
     404msgid "The format for this field is wrong."
    418405msgstr ""
    419406
    420 #: contrib/admin/views/decorators.py:68
    421 msgid ""
    422 "Looks like your browser isn't configured to accept cookies. Please enable "
    423 "cookies, reload this page, and try again."
     407#: core/validators.py:394
     408msgid "This field is invalid."
    424409msgstr ""
    425410
    426 #: contrib/admin/views/decorators.py:82
    427 msgid "Usernames cannot contain the '@' character."
     411#: core/validators.py:429
     412#, python-format
     413msgid "Could not retrieve anything from %s."
    428414msgstr ""
    429415
    430 #: contrib/admin/views/decorators.py:84
     416#: core/validators.py:432
    431417#, python-format
    432 msgid "Your e-mail address is not your username. Try '%s' instead."
     418msgid ""
     419"The URL %(url)s returned the invalid Content-Type header '%(contenttype)s'."
    433420msgstr ""
    434421
    435 #: contrib/admin/views/main.py:226
    436 msgid "Site administration"
     422#: core/validators.py:465
     423#, python-format
     424msgid ""
     425"Please close the unclosed %(tag)s tag from line %(line)s. (Line starts with "
     426"\"%(start)s\".)"
    437427msgstr ""
    438428
    439 #: contrib/admin/views/main.py:260
     429#: core/validators.py:469
    440430#, python-format
    441 msgid "The %(name)s \"%(obj)s\" was added successfully."
     431msgid ""
     432"Some text starting on line %(line)s is not allowed in that context. (Line "
     433"starts with \"%(start)s\".)"
    442434msgstr ""
    443435
    444 #: contrib/admin/views/main.py:264 contrib/admin/views/main.py:348
    445 msgid "You may edit it again below."
     436#: core/validators.py:474
     437#, python-format
     438msgid ""
     439"\"%(attr)s\" on line %(line)s is an invalid attribute. (Line starts with \"%"
     440"(start)s\".)"
    446441msgstr ""
    447442
    448 #: contrib/admin/views/main.py:272 contrib/admin/views/main.py:357
     443#: core/validators.py:479
    449444#, python-format
    450 msgid "You may add another %s below."
     445msgid ""
     446"\"<%(tag)s>\" on line %(line)s is an invalid tag. (Line starts with \"%"
     447"(start)s\".)"
    451448msgstr ""
    452449
    453 #: contrib/admin/views/main.py:290
     450#: core/validators.py:483
    454451#, python-format
    455 msgid "Add %s"
     452msgid ""
     453"A tag on line %(line)s is missing one or more required attributes. (Line "
     454"starts with \"%(start)s\".)"
    456455msgstr ""
    457456
    458 #: contrib/admin/views/main.py:336
     457#: core/validators.py:488
    459458#, python-format
    460 msgid "Added %s."
     459msgid ""
     460"The \"%(attr)s\" attribute on line %(line)s has an invalid value. (Line "
     461"starts with \"%(start)s\".)"
    461462msgstr ""
    462463
    463 #: contrib/admin/views/main.py:336 contrib/admin/views/main.py:338
    464 #: contrib/admin/views/main.py:340
    465 msgid "and"
    466 msgstr ""
     464#: utils/translation.py:363
     465msgid "DATE_FORMAT"
     466msgstr "N j, Y"
    467467
    468 #: contrib/admin/views/main.py:338
    469 #, python-format
    470 msgid "Changed %s."
    471 msgstr ""
     468#: utils/translation.py:364
     469msgid "DATETIME_FORMAT"
     470msgstr "N j, Y, P"
    472471
    473 #: contrib/admin/views/main.py:340
    474 #, python-format
    475 msgid "Deleted %s."
    476 msgstr ""
     472#: utils/translation.py:365
     473msgid "TIME_FORMAT"
     474msgstr "P"
    477475
    478 #: contrib/admin/views/main.py:343
    479 msgid "No fields changed."
     476#: utils/translation.py:381
     477msgid "YEAR_MONTH_FORMAT"
     478msgstr "F Y"
     479
     480#: utils/translation.py:382
     481msgid "MONTH_DAY_FORMAT"
     482msgstr "F j"
     483
     484#: utils/dates.py:6
     485msgid "Monday"
    480486msgstr ""
    481487
    482 #: contrib/admin/views/main.py:346
    483 #, python-format
    484 msgid "The %(name)s \"%(obj)s\" was changed successfully."
     488#: utils/dates.py:6
     489msgid "Tuesday"
    485490msgstr ""
    486491
    487 #: contrib/admin/views/main.py:354
    488 #, python-format
    489 msgid ""
    490 "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below."
     492#: utils/dates.py:6
     493msgid "Wednesday"
    491494msgstr ""
    492495
    493 #: contrib/admin/views/main.py:392
    494 #, python-format
    495 msgid "Change %s"
     496#: utils/dates.py:6
     497msgid "Thursday"
    496498msgstr ""
    497499
    498 #: contrib/admin/views/main.py:470
    499 #, python-format
    500 msgid "One or more %(fieldname)s in %(name)s: %(obj)s"
     500#: utils/dates.py:6
     501msgid "Friday"
    501502msgstr ""
    502503
    503 #: contrib/admin/views/main.py:475
    504 #, python-format
    505 msgid "One or more %(fieldname)s in %(name)s:"
     504#: utils/dates.py:7
     505msgid "Saturday"
    506506msgstr ""
    507507
    508 #: contrib/admin/views/main.py:508
    509 #, python-format
    510 msgid "The %(name)s \"%(obj)s\" was deleted successfully."
     508#: utils/dates.py:7
     509msgid "Sunday"
    511510msgstr ""
    512511
    513 #: contrib/admin/views/main.py:511
    514 msgid "Are you sure?"
     512#: utils/dates.py:14
     513msgid "January"
    515514msgstr ""
    516515
    517 #: contrib/admin/views/main.py:533
    518 #, python-format
    519 msgid "Change history: %s"
     516#: utils/dates.py:14
     517msgid "February"
    520518msgstr ""
    521519
    522 #: contrib/admin/views/main.py:565
    523 #, python-format
    524 msgid "Select %s"
     520#: utils/dates.py:14 utils/dates.py:27
     521msgid "March"
    525522msgstr ""
    526523
    527 #: contrib/admin/views/main.py:565
    528 #, python-format
    529 msgid "Select %s to change"
     524#: utils/dates.py:14 utils/dates.py:27
     525msgid "April"
    530526msgstr ""
    531527
    532 #: contrib/admin/views/doc.py:277 contrib/admin/views/doc.py:286
    533 #: contrib/admin/views/doc.py:288 contrib/admin/views/doc.py:294
    534 #: contrib/admin/views/doc.py:295 contrib/admin/views/doc.py:297
    535 msgid "Integer"
     528#: utils/dates.py:14 utils/dates.py:27
     529msgid "May"
    536530msgstr ""
    537531
    538 #: contrib/admin/views/doc.py:278
    539 msgid "Boolean (Either True or False)"
     532#: utils/dates.py:14 utils/dates.py:27
     533msgid "June"
    540534msgstr ""
    541535
    542 #: contrib/admin/views/doc.py:279 contrib/admin/views/doc.py:296
    543 #, python-format
    544 msgid "String (up to %(maxlength)s)"
     536#: utils/dates.py:15 utils/dates.py:27
     537msgid "July"
    545538msgstr ""
    546539
    547 #: contrib/admin/views/doc.py:280
    548 msgid "Comma-separated integers"
     540#: utils/dates.py:15
     541msgid "August"
    549542msgstr ""
    550543
    551 #: contrib/admin/views/doc.py:281
    552 msgid "Date (without time)"
     544#: utils/dates.py:15
     545msgid "September"
    553546msgstr ""
    554547
    555 #: contrib/admin/views/doc.py:282
    556 msgid "Date (with time)"
     548#: utils/dates.py:15
     549msgid "October"
    557550msgstr ""
    558551
    559 #: contrib/admin/views/doc.py:283
    560 msgid "E-mail address"
     552#: utils/dates.py:15
     553msgid "November"
    561554msgstr ""
    562555
    563 #: contrib/admin/views/doc.py:284 contrib/admin/views/doc.py:287
    564 msgid "File path"
     556#: utils/dates.py:16
     557msgid "December"
    565558msgstr ""
    566559
    567 #: contrib/admin/views/doc.py:285
    568 msgid "Decimal number"
     560#: utils/dates.py:19
     561msgid "jan"
    569562msgstr ""
    570563
    571 #: contrib/admin/views/doc.py:291
    572 msgid "Boolean (Either True, False or None)"
     564#: utils/dates.py:19
     565msgid "feb"
    573566msgstr ""
    574567
    575 #: contrib/admin/views/doc.py:292
    576 msgid "Relation to parent model"
     568#: utils/dates.py:19
     569msgid "mar"
    577570msgstr ""
    578571
    579 #: contrib/admin/views/doc.py:293
    580 msgid "Phone number"
     572#: utils/dates.py:19
     573msgid "apr"
    581574msgstr ""
    582575
    583 #: contrib/admin/views/doc.py:298
    584 msgid "Text"
     576#: utils/dates.py:19
     577msgid "may"
    585578msgstr ""
    586579
    587 #: contrib/admin/views/doc.py:299
    588 msgid "Time"
     580#: utils/dates.py:19
     581msgid "jun"
    589582msgstr ""
    590583
    591 #: contrib/admin/views/doc.py:300 contrib/flatpages/models.py:7
    592 msgid "URL"
     584#: utils/dates.py:20
     585msgid "jul"
    593586msgstr ""
    594587
    595 #: contrib/admin/views/doc.py:301
    596 msgid "U.S. state (two uppercase letters)"
     588#: utils/dates.py:20
     589msgid "aug"
    597590msgstr ""
    598591
    599 #: contrib/admin/views/doc.py:302
    600 msgid "XML text"
     592#: utils/dates.py:20
     593msgid "sep"
    601594msgstr ""
    602595
    603 #: contrib/admin/templates/admin/object_history.html:3
    604 #: contrib/admin/templates/admin/change_list.html:5
    605 #: contrib/admin/templates/admin/base.html:23
    606 #: contrib/admin/templates/admin/delete_confirmation.html:3
    607 #: contrib/admin/templates/admin/change_form.html:10
    608 #: contrib/admin/templates/registration/password_change_done.html:3
    609 #: contrib/admin/templates/registration/password_change_form.html:3
    610 #: contrib/admin/templates/admin_doc/bookmarklets.html:3
    611 msgid "Documentation"
     596#: utils/dates.py:20
     597msgid "oct"
    612598msgstr ""
    613599
    614 #: contrib/admin/templates/admin/object_history.html:3
    615 #: contrib/admin/templates/admin/change_list.html:5
    616 #: contrib/admin/templates/admin/base.html:23
    617 #: contrib/admin/templates/admin/delete_confirmation.html:3
    618 #: contrib/admin/templates/admin/change_form.html:10
    619 #: contrib/admin/templates/registration/password_change_done.html:3
    620 #: contrib/admin/templates/registration/password_change_form.html:3
    621 #: contrib/admin/templates/admin_doc/bookmarklets.html:4
    622 #: contrib/admin/templates/admin_doc/view_detail.html:4
    623 #: contrib/admin/templates/admin_doc/template_tag_index.html:5
    624 #: contrib/admin/templates/admin_doc/template_detail.html:4
    625 #: contrib/admin/templates/admin_doc/template_filter_index.html:5
    626 #: contrib/admin/templates/admin_doc/missing_docutils.html:4
    627 #: contrib/admin/templates/admin_doc/view_index.html:5
    628 #: contrib/admin/templates/admin_doc/model_detail.html:3
    629 #: contrib/admin/templates/admin_doc/index.html:4
    630 #: contrib/admin/templates/admin_doc/model_index.html:5
    631 msgid "Change password"
     600#: utils/dates.py:20
     601msgid "nov"
    632602msgstr ""
    633603
    634 #: contrib/admin/templates/admin/object_history.html:5
    635 #: contrib/admin/templates/admin/500.html:4
    636 #: contrib/admin/templates/admin/change_list.html:6
    637 #: contrib/admin/templates/admin/base.html:28
    638 #: contrib/admin/templates/admin/delete_confirmation.html:6
    639 #: contrib/admin/templates/admin/change_form.html:13
    640 #: contrib/admin/templates/registration/password_change_done.html:4
    641 #: contrib/admin/templates/registration/password_reset_form.html:4
    642 #: contrib/admin/templates/registration/logged_out.html:4
    643 #: contrib/admin/templates/registration/password_reset_done.html:4
    644 #: contrib/admin/templates/registration/password_change_form.html:4
    645 #: contrib/admin/templates/admin_doc/bookmarklets.html:3
    646 msgid "Home"
     604#: utils/dates.py:20
     605msgid "dec"
    647606msgstr ""
    648607
    649 #: contrib/admin/templates/admin/object_history.html:5
    650 #: contrib/admin/templates/admin/change_form.html:20
    651 msgid "History"
     608#: utils/dates.py:27
     609msgid "Jan."
    652610msgstr ""
    653611
    654 #: contrib/admin/templates/admin/object_history.html:18
    655 msgid "Date/time"
     612#: utils/dates.py:27
     613msgid "Feb."
    656614msgstr ""
    657615
    658 #: contrib/admin/templates/admin/object_history.html:19
    659 msgid "User"
     616#: utils/dates.py:28
     617msgid "Aug."
    660618msgstr ""
    661619
    662 #: contrib/admin/templates/admin/object_history.html:20
    663 msgid "Action"
     620#: utils/dates.py:28
     621msgid "Sept."
    664622msgstr ""
    665623
    666 #: contrib/admin/templates/admin/object_history.html:26
    667 msgid "DATE_WITH_TIME_FULL"
    668 msgstr "N j, Y, P"
    669 
    670 #: contrib/admin/templates/admin/object_history.html:36
    671 msgid ""
    672 "This object doesn't have a change history. It probably wasn't added via this "
    673 "admin site."
     624#: utils/dates.py:28
     625msgid "Oct."
    674626msgstr ""
    675627
    676 #: contrib/admin/templates/admin/base_site.html:4
    677 msgid "Django site admin"
     628#: utils/dates.py:28
     629msgid "Nov."
    678630msgstr ""
    679631
    680 #: contrib/admin/templates/admin/base_site.html:7
    681 msgid "Django administration"
     632#: utils/dates.py:28
     633msgid "Dec."
    682634msgstr ""
    683635
    684 #: contrib/admin/templates/admin/500.html:4
    685 msgid "Server error"
    686 msgstr ""
     636#: utils/timesince.py:12
     637msgid "year"
     638msgid_plural "years"
     639msgstr[0] ""
     640msgstr[1] ""
    687641
    688 #: contrib/admin/templates/admin/500.html:6
    689 msgid "Server error (500)"
    690 msgstr ""
     642#: utils/timesince.py:13
     643msgid "month"
     644msgid_plural "months"
     645msgstr[0] ""
     646msgstr[1] ""
    691647
    692 #: contrib/admin/templates/admin/500.html:9
    693 msgid "Server Error <em>(500)</em>"
    694 msgstr ""
     648#: utils/timesince.py:14
     649msgid "week"
     650msgid_plural "weeks"
     651msgstr[0] ""
     652msgstr[1] ""
    695653
    696 #: contrib/admin/templates/admin/500.html:10
    697 msgid ""
    698 "There's been an error. It's been reported to the site administrators via e-"
    699 "mail and should be fixed shortly. Thanks for your patience."
    700 msgstr ""
     654#: utils/timesince.py:15
     655msgid "day"
     656msgid_plural "days"
     657msgstr[0] ""
     658msgstr[1] ""
    701659
    702 #: contrib/admin/templates/admin/404.html:4
    703 #: contrib/admin/templates/admin/404.html:8
    704 msgid "Page not found"
    705 msgstr ""
     660#: utils/timesince.py:16
     661msgid "hour"
     662msgid_plural "hours"
     663msgstr[0] ""
     664msgstr[1] ""
    706665
    707 #: contrib/admin/templates/admin/404.html:10
    708 msgid "We're sorry, but the requested page could not be found."
    709 msgstr ""
     666#: utils/timesince.py:17
     667msgid "minute"
     668msgid_plural "minutes"
     669msgstr[0] ""
     670msgstr[1] ""
    710671
    711 #: contrib/admin/templates/admin/index.html:17
    712 #, python-format
    713 msgid "Models available in the %(name)s application."
     672#: contrib/contenttypes/models.py:25
     673msgid "python model class name"
    714674msgstr ""
    715675
    716 #: contrib/admin/templates/admin/index.html:28
    717 #: contrib/admin/templates/admin/change_form.html:15
    718 msgid "Add"
     676#: contrib/contenttypes/models.py:28
     677msgid "content type"
    719678msgstr ""
    720679
    721 #: contrib/admin/templates/admin/index.html:34
    722 msgid "Change"
     680#: contrib/contenttypes/models.py:29
     681msgid "content types"
    723682msgstr ""
    724683
    725 #: contrib/admin/templates/admin/index.html:44
    726 msgid "You don't have permission to edit anything."
     684#: contrib/auth/models.py:13 contrib/auth/models.py:26
     685msgid "name"
    727686msgstr ""
    728687
    729 #: contrib/admin/templates/admin/index.html:52
    730 msgid "Recent Actions"
     688#: contrib/auth/models.py:15
     689msgid "codename"
    731690msgstr ""
    732691
    733 #: contrib/admin/templates/admin/index.html:53
    734 msgid "My Actions"
     692#: contrib/auth/models.py:17
     693msgid "permission"
    735694msgstr ""
    736695
    737 #: contrib/admin/templates/admin/index.html:57
    738 msgid "None available"
     696#: contrib/auth/models.py:18 contrib/auth/models.py:27
     697msgid "permissions"
    739698msgstr ""
    740699
    741 #: contrib/admin/templates/admin/change_list.html:11
    742 #, python-format
    743 msgid "Add %(name)s"
     700#: contrib/auth/models.py:29
     701msgid "group"
    744702msgstr ""
    745703
    746 #: contrib/admin/templates/admin/login.html:22
    747 msgid "Have you <a href=\"/password_reset/\">forgotten your password</a>?"
     704#: contrib/auth/models.py:30 contrib/auth/models.py:65
     705msgid "groups"
    748706msgstr ""
    749707
    750 #: contrib/admin/templates/admin/base.html:23
    751 msgid "Welcome,"
     708#: contrib/auth/models.py:55
     709msgid "username"
    752710msgstr ""
    753711
    754 #: contrib/admin/templates/admin/delete_confirmation.html:9
    755 #: contrib/admin/templates/admin/submit_line.html:3
    756 msgid "Delete"
     712#: contrib/auth/models.py:56
     713msgid "first name"
    757714msgstr ""
    758715
    759 #: contrib/admin/templates/admin/delete_confirmation.html:14
    760 #, python-format
    761 msgid ""
    762 "Deleting the %(object_name)s '%(object)s' would result in deleting related "
    763 "objects, but your account doesn't have permission to delete the following "
    764 "types of objects:"
     716#: contrib/auth/models.py:57
     717msgid "last name"
    765718msgstr ""
    766719
    767 #: contrib/admin/templates/admin/delete_confirmation.html:21
    768 #, python-format
    769 msgid ""
    770 "Are you sure you want to delete the %(object_name)s \"%(object)s\"? All of "
    771 "the following related items will be deleted:"
     720#: contrib/auth/models.py:58
     721msgid "e-mail address"
    772722msgstr ""
    773723
    774 #: contrib/admin/templates/admin/delete_confirmation.html:26
    775 msgid "Yes, I'm sure"
     724#: contrib/auth/models.py:59
     725msgid "password"
    776726msgstr ""
    777727
    778 #: contrib/admin/templates/admin/filter.html:2
    779 #, python-format
    780 msgid " By %(title)s "
     728#: contrib/auth/models.py:59
     729msgid "Use '[algo]$[salt]$[hexdigest]'"
    781730msgstr ""
    782731
    783 #: contrib/admin/templates/admin/search_form.html:8
    784 msgid "Go"
     732#: contrib/auth/models.py:60
     733msgid "staff status"
    785734msgstr ""
    786735
    787 #: contrib/admin/templates/admin/change_form.html:21
    788 msgid "View on site"
     736#: contrib/auth/models.py:60
     737msgid "Designates whether the user can log into this admin site."
    789738msgstr ""
    790739
    791 #: contrib/admin/templates/admin/change_form.html:30
    792 msgid "Please correct the error below."
    793 msgid_plural "Please correct the errors below."
    794 msgstr[0] ""
    795 msgstr[1] ""
    796 
    797 #: contrib/admin/templates/admin/change_form.html:48
    798 msgid "Ordering"
     740#: contrib/auth/models.py:61
     741msgid "active"
    799742msgstr ""
    800743
    801 #: contrib/admin/templates/admin/change_form.html:51
    802 msgid "Order:"
     744#: contrib/auth/models.py:62
     745msgid "superuser status"
    803746msgstr ""
    804747
    805 #: contrib/admin/templates/admin/submit_line.html:4
    806 msgid "Save as new"
     748#: contrib/auth/models.py:63
     749msgid "last login"
    807750msgstr ""
    808751
    809 #: contrib/admin/templates/admin/submit_line.html:5
    810 msgid "Save and add another"
     752#: contrib/auth/models.py:64
     753msgid "date joined"
    811754msgstr ""
    812755
    813 #: contrib/admin/templates/admin/submit_line.html:6
    814 msgid "Save and continue editing"
     756#: contrib/auth/models.py:66
     757msgid ""
     758"In addition to the permissions manually assigned, this user will also get "
     759"all permissions granted to each group he/she is in."
    815760msgstr ""
    816761
    817 #: contrib/admin/templates/admin/submit_line.html:7
    818 msgid "Save"
     762#: contrib/auth/models.py:67
     763msgid "user permissions"
    819764msgstr ""
    820765
    821 #: contrib/admin/templates/registration/password_change_done.html:4
    822 #: contrib/admin/templates/registration/password_change_form.html:4
    823 #: contrib/admin/templates/registration/password_change_form.html:6
    824 #: contrib/admin/templates/registration/password_change_form.html:10
    825 msgid "Password change"
     766#: contrib/auth/models.py:70
     767msgid "user"
    826768msgstr ""
    827769
    828 #: contrib/admin/templates/registration/password_change_done.html:6
    829 #: contrib/admin/templates/registration/password_change_done.html:10
    830 msgid "Password change successful"
     770#: contrib/auth/models.py:71
     771msgid "users"
    831772msgstr ""
    832773
    833 #: contrib/admin/templates/registration/password_change_done.html:12
    834 msgid "Your password was changed."
     774#: contrib/auth/models.py:76
     775msgid "Personal info"
    835776msgstr ""
    836777
    837 #: contrib/admin/templates/registration/password_reset_form.html:4
    838 #: contrib/admin/templates/registration/password_reset_form.html:6
    839 #: contrib/admin/templates/registration/password_reset_form.html:10
    840 #: contrib/admin/templates/registration/password_reset_done.html:4
    841 msgid "Password reset"
     778#: contrib/auth/models.py:77
     779msgid "Permissions"
    842780msgstr ""
    843781
    844 #: contrib/admin/templates/registration/password_reset_form.html:12
    845 msgid ""
    846 "Forgotten your password? Enter your e-mail address below, and we'll reset "
    847 "your password and e-mail the new one to you."
     782#: contrib/auth/models.py:78
     783msgid "Important dates"
    848784msgstr ""
    849785
    850 #: contrib/admin/templates/registration/password_reset_form.html:16
    851 msgid "E-mail address:"
     786#: contrib/auth/models.py:79
     787msgid "Groups"
    852788msgstr ""
    853789
    854 #: contrib/admin/templates/registration/password_reset_form.html:16
    855 msgid "Reset my password"
     790#: contrib/auth/models.py:219
     791msgid "message"
    856792msgstr ""
    857793
    858 #: contrib/admin/templates/registration/logged_out.html:8
    859 msgid "Thanks for spending some quality time with the Web site today."
     794#: contrib/auth/forms.py:30
     795msgid ""
     796"Your Web browser doesn't appear to have cookies enabled. Cookies are "
     797"required for logging in."
    860798msgstr ""
    861799
    862 #: contrib/admin/templates/registration/logged_out.html:10
    863 msgid "Log in again"
     800#: contrib/auth/forms.py:36 contrib/auth/forms.py:41
     801#: contrib/admin/views/decorators.py:9
     802msgid ""
     803"Please enter a correct username and password. Note that both fields are case-"
     804"sensitive."
    864805msgstr ""
    865806
    866 #: contrib/admin/templates/registration/password_reset_done.html:6
    867 #: contrib/admin/templates/registration/password_reset_done.html:10
    868 msgid "Password reset successful"
     807#: contrib/redirects/models.py:7
     808msgid "redirect from"
    869809msgstr ""
    870810
    871 #: contrib/admin/templates/registration/password_reset_done.html:12
     811#: contrib/redirects/models.py:8
    872812msgid ""
    873 "We've e-mailed a new password to the e-mail address you submitted. You "
    874 "should be receiving it shortly."
     813"This should be an absolute path, excluding the domain name. Example: '/"
     814"events/search/'."
    875815msgstr ""
    876816
    877 #: contrib/admin/templates/registration/password_change_form.html:12
    878 msgid ""
    879 "Please enter your old password, for security's sake, and then enter your new "
    880 "password twice so we can verify you typed it in correctly."
     817#: contrib/redirects/models.py:9
     818msgid "redirect to"
    881819msgstr ""
    882820
    883 #: contrib/admin/templates/registration/password_change_form.html:17
    884 msgid "Old password:"
     821#: contrib/redirects/models.py:10
     822msgid ""
     823"This can be either an absolute path (as above) or a full URL starting with "
     824"'http://'."
    885825msgstr ""
    886826
    887 #: contrib/admin/templates/registration/password_change_form.html:19
    888 msgid "New password:"
     827#: contrib/redirects/models.py:12
     828msgid "redirect"
    889829msgstr ""
    890830
    891 #: contrib/admin/templates/registration/password_change_form.html:21
    892 msgid "Confirm password:"
     831#: contrib/redirects/models.py:13
     832msgid "redirects"
    893833msgstr ""
    894834
    895 #: contrib/admin/templates/registration/password_change_form.html:23
    896 msgid "Change my password"
     835#: contrib/comments/models.py:67 contrib/comments/models.py:166
     836msgid "object ID"
    897837msgstr ""
    898838
    899 #: contrib/admin/templates/registration/password_reset_email.html:2
    900 msgid "You're receiving this e-mail because you requested a password reset"
     839#: contrib/comments/models.py:68
     840msgid "headline"
    901841msgstr ""
    902842
    903 #: contrib/admin/templates/registration/password_reset_email.html:3
    904 #, python-format
    905 msgid "for your user account at %(site_name)s"
     843#: contrib/comments/models.py:69 contrib/comments/models.py:90
     844#: contrib/comments/models.py:167
     845msgid "comment"
    906846msgstr ""
    907847
    908 #: contrib/admin/templates/registration/password_reset_email.html:5
    909 #, python-format
    910 msgid "Your new password is: %(new_password)s"
     848#: contrib/comments/models.py:70
     849msgid "rating #1"
    911850msgstr ""
    912851
    913 #: contrib/admin/templates/registration/password_reset_email.html:7
    914 msgid "Feel free to change this password by going to this page:"
     852#: contrib/comments/models.py:71
     853msgid "rating #2"
    915854msgstr ""
    916855
    917 #: contrib/admin/templates/registration/password_reset_email.html:11
    918 msgid "Your username, in case you've forgotten:"
     856#: contrib/comments/models.py:72
     857msgid "rating #3"
    919858msgstr ""
    920859
    921 #: contrib/admin/templates/registration/password_reset_email.html:13
    922 msgid "Thanks for using our site!"
     860#: contrib/comments/models.py:73
     861msgid "rating #4"
    923862msgstr ""
    924863
    925 #: contrib/admin/templates/registration/password_reset_email.html:15
    926 #, python-format
    927 msgid "The %(site_name)s team"
     864#: contrib/comments/models.py:74
     865msgid "rating #5"
    928866msgstr ""
    929867
    930 #: contrib/admin/templates/admin_doc/bookmarklets.html:3
    931 msgid "Bookmarklets"
     868#: contrib/comments/models.py:75
     869msgid "rating #6"
    932870msgstr ""
    933871
    934 #: contrib/admin/templates/admin_doc/bookmarklets.html:5
    935 msgid "Documentation bookmarklets"
     872#: contrib/comments/models.py:76
     873msgid "rating #7"
    936874msgstr ""
    937875
    938 #: contrib/admin/templates/admin_doc/bookmarklets.html:9
    939 msgid ""
    940 "\n"
    941 "<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
    942 "toolbar, or right-click the link and add it to your bookmarks. Now you can\n"
    943 "select the bookmarklet from any page in the site.  Note that some of these\n"
    944 "bookmarklets require you to be viewing the site from a computer designated\n"
    945 "as \"internal\" (talk to your system administrator if you aren't sure if\n"
    946 "your computer is \"internal\").</p>\n"
     876#: contrib/comments/models.py:77
     877msgid "rating #8"
    947878msgstr ""
    948879
    949 #: contrib/admin/templates/admin_doc/bookmarklets.html:19
    950 msgid "Documentation for this page"
     880#: contrib/comments/models.py:82
     881msgid "is valid rating"
    951882msgstr ""
    952883
    953 #: contrib/admin/templates/admin_doc/bookmarklets.html:20
    954 msgid ""
    955 "Jumps you from any page to the documentation for the view that generates "
    956 "that page."
     884#: contrib/comments/models.py:83 contrib/comments/models.py:169
     885msgid "date/time submitted"
    957886msgstr ""
    958887
    959 #: contrib/admin/templates/admin_doc/bookmarklets.html:22
    960 msgid "Show object ID"
     888#: contrib/comments/models.py:84 contrib/comments/models.py:170
     889msgid "is public"
    961890msgstr ""
    962891
    963 #: contrib/admin/templates/admin_doc/bookmarklets.html:23
    964 msgid ""
    965 "Shows the content-type and unique ID for pages that represent a single "
    966 "object."
     892#: contrib/comments/models.py:85 contrib/admin/views/doc.py:292
     893msgid "IP address"
    967894msgstr ""
    968895
    969 #: contrib/admin/templates/admin_doc/bookmarklets.html:25
    970 msgid "Edit this object (current window)"
     896#: contrib/comments/models.py:86
     897msgid "is removed"
    971898msgstr ""
    972899
    973 #: contrib/admin/templates/admin_doc/bookmarklets.html:26
    974 msgid "Jumps to the admin page for pages that represent a single object."
     900#: contrib/comments/models.py:86
     901msgid ""
     902"Check this box if the comment is inappropriate. A \"This comment has been "
     903"removed\" message will be displayed instead."
    975904msgstr ""
    976905
    977 #: contrib/admin/templates/admin_doc/bookmarklets.html:28
    978 msgid "Edit this object (new window)"
     906#: contrib/comments/models.py:91
     907msgid "comments"
    979908msgstr ""
    980909
    981 #: contrib/admin/templates/admin_doc/bookmarklets.html:29
    982 msgid "As above, but opens the admin page in a new window."
     910#: contrib/comments/models.py:131 contrib/comments/models.py:207
     911msgid "Content object"
    983912msgstr ""
    984913
    985 #: contrib/admin/templates/widget/date_time.html:3
    986 msgid "Date:"
     914#: contrib/comments/models.py:159
     915#, python-format
     916msgid ""
     917"Posted by %(user)s at %(date)s\n"
     918"\n"
     919"%(comment)s\n"
     920"\n"
     921"http://%(domain)s%(url)s"
    987922msgstr ""
    988923
    989 #: contrib/admin/templates/widget/date_time.html:4
    990 msgid "Time:"
     924#: contrib/comments/models.py:168
     925msgid "person's name"
    991926msgstr ""
    992927
    993 #: contrib/admin/templates/widget/file.html:2
    994 msgid "Currently:"
     928#: contrib/comments/models.py:171
     929msgid "ip address"
    995930msgstr ""
    996931
    997 #: contrib/admin/templates/widget/file.html:3
    998 msgid "Change:"
     932#: contrib/comments/models.py:173
     933msgid "approved by staff"
    999934msgstr ""
    1000935
    1001 #: contrib/redirects/models.py:7
    1002 msgid "redirect from"
     936#: contrib/comments/models.py:176
     937msgid "free comment"
    1003938msgstr ""
    1004939
    1005 #: contrib/redirects/models.py:8
    1006 msgid ""
    1007 "This should be an absolute path, excluding the domain name. Example: '/"
    1008 "events/search/'."
     940#: contrib/comments/models.py:177
     941msgid "free comments"
    1009942msgstr ""
    1010943
    1011 #: contrib/redirects/models.py:9
    1012 msgid "redirect to"
     944#: contrib/comments/models.py:233
     945msgid "score"
    1013946msgstr ""
    1014947
    1015 #: contrib/redirects/models.py:10
    1016 msgid ""
    1017 "This can be either an absolute path (as above) or a full URL starting with "
    1018 "'http://'."
     948#: contrib/comments/models.py:234
     949msgid "score date"
    1019950msgstr ""
    1020951
    1021 #: contrib/redirects/models.py:12
    1022 msgid "redirect"
     952#: contrib/comments/models.py:237
     953msgid "karma score"
    1023954msgstr ""
    1024955
    1025 #: contrib/redirects/models.py:13
    1026 msgid "redirects"
     956#: contrib/comments/models.py:238
     957msgid "karma scores"
    1027958msgstr ""
    1028959
    1029 #: contrib/flatpages/models.py:8
     960#: contrib/comments/models.py:242
     961#, python-format
     962msgid "%(score)d rating by %(user)s"
     963msgstr ""
     964
     965#: contrib/comments/models.py:258
     966#, python-format
    1030967msgid ""
    1031 "Example: '/about/contact/'. Make sure to have leading and trailing slashes."
     968"This comment was flagged by %(user)s:\n"
     969"\n"
     970"%(text)s"
    1032971msgstr ""
    1033972
    1034 #: contrib/flatpages/models.py:9
    1035 msgid "title"
     973#: contrib/comments/models.py:265
     974msgid "flag date"
    1036975msgstr ""
    1037976
    1038 #: contrib/flatpages/models.py:10
    1039 msgid "content"
     977#: contrib/comments/models.py:268
     978msgid "user flag"
    1040979msgstr ""
    1041980
    1042 #: contrib/flatpages/models.py:11
    1043 msgid "enable comments"
     981#: contrib/comments/models.py:269
     982msgid "user flags"
    1044983msgstr ""
    1045984
    1046 #: contrib/flatpages/models.py:12
    1047 msgid "template name"
     985#: contrib/comments/models.py:273
     986#, python-format
     987msgid "Flag by %r"
    1048988msgstr ""
    1049989
    1050 #: contrib/flatpages/models.py:13
    1051 msgid ""
    1052 "Example: 'flatpages/contact_page'. If this isn't provided, the system will "
    1053 "use 'flatpages/default'."
     990#: contrib/comments/models.py:278
     991msgid "deletion date"
    1054992msgstr ""
    1055993
    1056 #: contrib/flatpages/models.py:14
    1057 msgid "registration required"
     994#: contrib/comments/models.py:280
     995msgid "moderator deletion"
    1058996msgstr ""
    1059997
    1060 #: contrib/flatpages/models.py:14
    1061 msgid "If this is checked, only logged-in users will be able to view the page."
     998#: contrib/comments/models.py:281
     999msgid "moderator deletions"
    10621000msgstr ""
    10631001
    1064 #: contrib/flatpages/models.py:18
    1065 msgid "flat page"
     1002#: contrib/comments/models.py:285
     1003#, python-format
     1004msgid "Moderator deletion by %r"
    10661005msgstr ""
    10671006
    1068 #: contrib/flatpages/models.py:19
    1069 msgid "flat pages"
     1007#: contrib/comments/views/karma.py:19
     1008msgid "Anonymous users cannot vote"
    10701009msgstr ""
    10711010
    1072 #: contrib/auth/models.py:13 contrib/auth/models.py:26
    1073 msgid "name"
     1011#: contrib/comments/views/karma.py:23
     1012msgid "Invalid comment ID"
    10741013msgstr ""
    10751014
    1076 #: contrib/auth/models.py:15
    1077 msgid "codename"
     1015#: contrib/comments/views/karma.py:25
     1016msgid "No voting for yourself"
    10781017msgstr ""
    10791018
    1080 #: contrib/auth/models.py:17
    1081 msgid "permission"
     1019#: contrib/comments/views/comments.py:28
     1020msgid ""
     1021"This rating is required because you've entered at least one other rating."
    10821022msgstr ""
    10831023
    1084 #: contrib/auth/models.py:18 contrib/auth/models.py:27
    1085 msgid "permissions"
     1024#: contrib/comments/views/comments.py:112
     1025#, python-format
     1026msgid ""
     1027"This comment was posted by a user who has posted fewer than %(count)s "
     1028"comment:\n"
     1029"\n"
     1030"%(text)s"
     1031msgid_plural ""
     1032"This comment was posted by a user who has posted fewer than %(count)s "
     1033"comments:\n"
     1034"\n"
     1035"%(text)s"
     1036msgstr[0] ""
     1037msgstr[1] ""
     1038
     1039#: contrib/comments/views/comments.py:117
     1040#, python-format
     1041msgid ""
     1042"This comment was posted by a sketchy user:\n"
     1043"\n"
     1044"%(text)s"
    10861045msgstr ""
    10871046
    1088 #: contrib/auth/models.py:29
    1089 msgid "group"
     1047#: contrib/comments/views/comments.py:189
     1048#: contrib/comments/views/comments.py:280
     1049msgid "Only POSTs are allowed"
    10901050msgstr ""
    10911051
    1092 #: contrib/auth/models.py:30 contrib/auth/models.py:65
    1093 msgid "groups"
     1052#: contrib/comments/views/comments.py:193
     1053#: contrib/comments/views/comments.py:284
     1054msgid "One or more of the required fields wasn't submitted"
    10941055msgstr ""
    10951056
    1096 #: contrib/auth/models.py:55
    1097 msgid "username"
     1057#: contrib/comments/views/comments.py:197
     1058#: contrib/comments/views/comments.py:286
     1059msgid "Somebody tampered with the comment form (security violation)"
    10981060msgstr ""
    10991061
    1100 #: contrib/auth/models.py:56
    1101 msgid "first name"
     1062#: contrib/comments/views/comments.py:207
     1063#: contrib/comments/views/comments.py:292
     1064msgid ""
     1065"The comment form had an invalid 'target' parameter -- the object ID was "
     1066"invalid"
    11021067msgstr ""
    11031068
    1104 #: contrib/auth/models.py:57
    1105 msgid "last name"
     1069#: contrib/comments/views/comments.py:257
     1070#: contrib/comments/views/comments.py:321
     1071msgid "The comment form didn't provide either 'preview' or 'post'"
    11061072msgstr ""
    11071073
    1108 #: contrib/auth/models.py:58
    1109 msgid "e-mail address"
     1074#: contrib/comments/templates/comments/freeform.html:4
     1075msgid "Your name:"
    11101076msgstr ""
    11111077
    1112 #: contrib/auth/models.py:59
    1113 msgid "password"
     1078#: contrib/comments/templates/comments/freeform.html:5
     1079#: contrib/comments/templates/comments/form.html:27
     1080msgid "Comment:"
    11141081msgstr ""
    11151082
    1116 #: contrib/auth/models.py:59
    1117 msgid "Use '[algo]$[salt]$[hexdigest]'"
     1083#: contrib/comments/templates/comments/freeform.html:9
     1084#: contrib/comments/templates/comments/form.html:32
     1085msgid "Preview comment"
    11181086msgstr ""
    11191087
    1120 #: contrib/auth/models.py:60
    1121 msgid "staff status"
     1088#: contrib/comments/templates/comments/form.html:6
     1089#: contrib/comments/templates/comments/form.html:8
     1090#: contrib/admin/templates/admin/login.html:17
     1091msgid "Username:"
    11221092msgstr ""
    11231093
    1124 #: contrib/auth/models.py:60
    1125 msgid "Designates whether the user can log into this admin site."
     1094#: contrib/comments/templates/comments/form.html:6
     1095#: contrib/admin/templates/admin/login.html:20
     1096msgid "Password:"
    11261097msgstr ""
    11271098
    1128 #: contrib/auth/models.py:61
    1129 msgid "active"
     1099#: contrib/comments/templates/comments/form.html:6
     1100msgid "Forgotten your password?"
    11301101msgstr ""
    11311102
    1132 #: contrib/auth/models.py:62
    1133 msgid "superuser status"
     1103#: contrib/comments/templates/comments/form.html:8
     1104#: contrib/admin/templates/admin/object_history.html:3
     1105#: contrib/admin/templates/admin/change_list.html:5
     1106#: contrib/admin/templates/admin/change_form.html:10
     1107#: contrib/admin/templates/admin/delete_confirmation.html:3
     1108#: contrib/admin/templates/admin/base.html:23
     1109#: contrib/admin/templates/registration/password_change_done.html:3
     1110#: contrib/admin/templates/registration/password_change_form.html:3
     1111#: contrib/admin/templates/admin_doc/bookmarklets.html:4
     1112#: contrib/admin/templates/admin_doc/view_detail.html:4
     1113#: contrib/admin/templates/admin_doc/template_tag_index.html:5
     1114#: contrib/admin/templates/admin_doc/template_detail.html:4
     1115#: contrib/admin/templates/admin_doc/template_filter_index.html:5
     1116#: contrib/admin/templates/admin_doc/missing_docutils.html:4
     1117#: contrib/admin/templates/admin_doc/view_index.html:5
     1118#: contrib/admin/templates/admin_doc/model_detail.html:3
     1119#: contrib/admin/templates/admin_doc/index.html:4
     1120#: contrib/admin/templates/admin_doc/model_index.html:5
     1121msgid "Log out"
    11341122msgstr ""
    11351123
    1136 #: contrib/auth/models.py:63
    1137 msgid "last login"
     1124#: contrib/comments/templates/comments/form.html:12
     1125msgid "Ratings"
    11381126msgstr ""
    11391127
    1140 #: contrib/auth/models.py:64
    1141 msgid "date joined"
     1128#: contrib/comments/templates/comments/form.html:12
     1129#: contrib/comments/templates/comments/form.html:23
     1130msgid "Required"
    11421131msgstr ""
    11431132
    1144 #: contrib/auth/models.py:66
    1145 msgid ""
    1146 "In addition to the permissions manually assigned, this user will also get "
    1147 "all permissions granted to each group he/she is in."
     1133#: contrib/comments/templates/comments/form.html:12
     1134#: contrib/comments/templates/comments/form.html:23
     1135msgid "Optional"
    11481136msgstr ""
    11491137
    1150 #: contrib/auth/models.py:67
    1151 msgid "user permissions"
     1138#: contrib/comments/templates/comments/form.html:23
     1139msgid "Post a photo"
    11521140msgstr ""
    11531141
    1154 #: contrib/auth/models.py:70
    1155 msgid "user"
     1142#: contrib/flatpages/models.py:7 contrib/admin/views/doc.py:303
     1143msgid "URL"
    11561144msgstr ""
    11571145
    1158 #: contrib/auth/models.py:71
    1159 msgid "users"
     1146#: contrib/flatpages/models.py:8
     1147msgid ""
     1148"Example: '/about/contact/'. Make sure to have leading and trailing slashes."
    11601149msgstr ""
    11611150
    1162 #: contrib/auth/models.py:76
    1163 msgid "Personal info"
     1151#: contrib/flatpages/models.py:9
     1152msgid "title"
    11641153msgstr ""
    11651154
    1166 #: contrib/auth/models.py:77
    1167 msgid "Permissions"
     1155#: contrib/flatpages/models.py:10
     1156msgid "content"
    11681157msgstr ""
    11691158
    1170 #: contrib/auth/models.py:78
    1171 msgid "Important dates"
     1159#: contrib/flatpages/models.py:11
     1160msgid "enable comments"
    11721161msgstr ""
    11731162
    1174 #: contrib/auth/models.py:79
    1175 msgid "Groups"
     1163#: contrib/flatpages/models.py:12
     1164msgid "template name"
    11761165msgstr ""
    11771166
    1178 #: contrib/auth/models.py:219
    1179 msgid "message"
     1167#: contrib/flatpages/models.py:13
     1168msgid ""
     1169"Example: 'flatpages/contact_page'. If this isn't provided, the system will "
     1170"use 'flatpages/default'."
    11801171msgstr ""
    11811172
    1182 #: contrib/auth/forms.py:30
    1183 msgid ""
    1184 "Your Web browser doesn't appear to have cookies enabled. Cookies are "
    1185 "required for logging in."
     1173#: contrib/flatpages/models.py:14
     1174msgid "registration required"
    11861175msgstr ""
    11871176
    1188 #: contrib/contenttypes/models.py:25
    1189 msgid "python model class name"
     1177#: contrib/flatpages/models.py:14
     1178msgid "If this is checked, only logged-in users will be able to view the page."
    11901179msgstr ""
    11911180
    1192 #: contrib/contenttypes/models.py:28
    1193 msgid "content type"
     1181#: contrib/flatpages/models.py:18
     1182msgid "flat page"
    11941183msgstr ""
    11951184
    1196 #: contrib/contenttypes/models.py:29
    1197 msgid "content types"
     1185#: contrib/flatpages/models.py:19
     1186msgid "flat pages"
    11981187msgstr ""
    11991188
    12001189#: contrib/sessions/models.py:35
     
    12331222msgid "sites"
    12341223msgstr ""
    12351224
    1236 #: utils/translation.py:360
    1237 msgid "DATE_FORMAT"
    1238 msgstr "N j, Y"
     1225#: contrib/admin/filterspecs.py:40
     1226#, python-format
     1227msgid ""
     1228"<h3>By %s:</h3>\n"
     1229"<ul>\n"
     1230msgstr ""
    12391231
    1240 #: utils/translation.py:361
    1241 msgid "DATETIME_FORMAT"
    1242 msgstr "N j, Y, P"
     1232#: contrib/admin/filterspecs.py:70 contrib/admin/filterspecs.py:88
     1233#: contrib/admin/filterspecs.py:143
     1234msgid "All"
     1235msgstr ""
    12431236
    1244 #: utils/translation.py:362
    1245 msgid "TIME_FORMAT"
    1246 msgstr "P"
     1237#: contrib/admin/filterspecs.py:109
     1238msgid "Any date"
     1239msgstr ""
    12471240
    1248 #: utils/dates.py:6
    1249 msgid "Monday"
     1241#: contrib/admin/filterspecs.py:110
     1242msgid "Today"
    12501243msgstr ""
    12511244
    1252 #: utils/dates.py:6
    1253 msgid "Tuesday"
     1245#: contrib/admin/filterspecs.py:113
     1246msgid "Past 7 days"
    12541247msgstr ""
    12551248
    1256 #: utils/dates.py:6
    1257 msgid "Wednesday"
     1249#: contrib/admin/filterspecs.py:115
     1250msgid "This month"
    12581251msgstr ""
    12591252
    1260 #: utils/dates.py:6
    1261 msgid "Thursday"
     1253#: contrib/admin/filterspecs.py:117
     1254msgid "This year"
    12621255msgstr ""
    12631256
    1264 #: utils/dates.py:6
    1265 msgid "Friday"
     1257#: contrib/admin/filterspecs.py:143
     1258msgid "Yes"
    12661259msgstr ""
    12671260
    1268 #: utils/dates.py:7
    1269 msgid "Saturday"
     1261#: contrib/admin/filterspecs.py:143
     1262msgid "No"
    12701263msgstr ""
    12711264
    1272 #: utils/dates.py:7
    1273 msgid "Sunday"
     1265#: contrib/admin/filterspecs.py:150
     1266msgid "Unknown"
    12741267msgstr ""
    12751268
    1276 #: utils/dates.py:14
    1277 msgid "January"
     1269#: contrib/admin/models.py:16
     1270msgid "action time"
    12781271msgstr ""
    12791272
    1280 #: utils/dates.py:14
    1281 msgid "February"
     1273#: contrib/admin/models.py:19
     1274msgid "object id"
    12821275msgstr ""
    12831276
    1284 #: utils/dates.py:14 utils/dates.py:27
    1285 msgid "March"
     1277#: contrib/admin/models.py:20
     1278msgid "object repr"
    12861279msgstr ""
    12871280
    1288 #: utils/dates.py:14 utils/dates.py:27
    1289 msgid "April"
     1281#: contrib/admin/models.py:21
     1282msgid "action flag"
    12901283msgstr ""
    12911284
    1292 #: utils/dates.py:14 utils/dates.py:27
    1293 msgid "May"
     1285#: contrib/admin/models.py:22
     1286msgid "change message"
    12941287msgstr ""
    12951288
    1296 #: utils/dates.py:14 utils/dates.py:27
    1297 msgid "June"
     1289#: contrib/admin/models.py:25
     1290msgid "log entry"
    12981291msgstr ""
    12991292
    1300 #: utils/dates.py:15 utils/dates.py:27
    1301 msgid "July"
     1293#: contrib/admin/models.py:26
     1294msgid "log entries"
    13021295msgstr ""
    13031296
    1304 #: utils/dates.py:15
    1305 msgid "August"
     1297#: contrib/admin/templatetags/admin_list.py:228
     1298msgid "All dates"
    13061299msgstr ""
    13071300
    1308 #: utils/dates.py:15
    1309 msgid "September"
     1301#: contrib/admin/views/decorators.py:23
     1302#: contrib/admin/templates/admin/login.html:25
     1303msgid "Log in"
    13101304msgstr ""
    13111305
    1312 #: utils/dates.py:15
    1313 msgid "October"
     1306#: contrib/admin/views/decorators.py:61
     1307msgid ""
     1308"Please log in again, because your session has expired. Don't worry: Your "
     1309"submission has been saved."
    13141310msgstr ""
    13151311
    1316 #: utils/dates.py:15
    1317 msgid "November"
     1312#: contrib/admin/views/decorators.py:68
     1313msgid ""
     1314"Looks like your browser isn't configured to accept cookies. Please enable "
     1315"cookies, reload this page, and try again."
    13181316msgstr ""
    13191317
    1320 #: utils/dates.py:16
    1321 msgid "December"
     1318#: contrib/admin/views/decorators.py:82
     1319msgid "Usernames cannot contain the '@' character."
    13221320msgstr ""
    13231321
    1324 #: utils/dates.py:19
    1325 msgid "jan"
     1322#: contrib/admin/views/decorators.py:84
     1323#, python-format
     1324msgid "Your e-mail address is not your username. Try '%s' instead."
    13261325msgstr ""
    13271326
    1328 #: utils/dates.py:19
    1329 msgid "feb"
     1327#: contrib/admin/views/main.py:226
     1328msgid "Site administration"
    13301329msgstr ""
    13311330
    1332 #: utils/dates.py:19
    1333 msgid "mar"
     1331#: contrib/admin/views/main.py:260
     1332#, python-format
     1333msgid "The %(name)s \"%(obj)s\" was added successfully."
    13341334msgstr ""
    13351335
    1336 #: utils/dates.py:19
    1337 msgid "apr"
     1336#: contrib/admin/views/main.py:264 contrib/admin/views/main.py:348
     1337msgid "You may edit it again below."
    13381338msgstr ""
    13391339
    1340 #: utils/dates.py:19
    1341 msgid "may"
     1340#: contrib/admin/views/main.py:272 contrib/admin/views/main.py:357
     1341#, python-format
     1342msgid "You may add another %s below."
    13421343msgstr ""
    13431344
    1344 #: utils/dates.py:19
    1345 msgid "jun"
     1345#: contrib/admin/views/main.py:290
     1346#, python-format
     1347msgid "Add %s"
    13461348msgstr ""
    13471349
    1348 #: utils/dates.py:20
    1349 msgid "jul"
     1350#: contrib/admin/views/main.py:336
     1351#, python-format
     1352msgid "Added %s."
    13501353msgstr ""
    13511354
    1352 #: utils/dates.py:20
    1353 msgid "aug"
     1355#: contrib/admin/views/main.py:336 contrib/admin/views/main.py:338
     1356#: contrib/admin/views/main.py:340
     1357msgid "and"
    13541358msgstr ""
    13551359
    1356 #: utils/dates.py:20
    1357 msgid "sep"
     1360#: contrib/admin/views/main.py:338
     1361#, python-format
     1362msgid "Changed %s."
    13581363msgstr ""
    13591364
    1360 #: utils/dates.py:20
    1361 msgid "oct"
     1365#: contrib/admin/views/main.py:340
     1366#, python-format
     1367msgid "Deleted %s."
    13621368msgstr ""
    13631369
    1364 #: utils/dates.py:20
    1365 msgid "nov"
     1370#: contrib/admin/views/main.py:343
     1371msgid "No fields changed."
    13661372msgstr ""
    13671373
    1368 #: utils/dates.py:20
    1369 msgid "dec"
     1374#: contrib/admin/views/main.py:346
     1375#, python-format
     1376msgid "The %(name)s \"%(obj)s\" was changed successfully."
    13701377msgstr ""
    13711378
    1372 #: utils/dates.py:27
    1373 msgid "Jan."
     1379#: contrib/admin/views/main.py:354
     1380#, python-format
     1381msgid ""
     1382"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below."
    13741383msgstr ""
    13751384
    1376 #: utils/dates.py:27
    1377 msgid "Feb."
     1385#: contrib/admin/views/main.py:392
     1386#, python-format
     1387msgid "Change %s"
    13781388msgstr ""
    13791389
    1380 #: utils/dates.py:28
    1381 msgid "Aug."
     1390#: contrib/admin/views/main.py:470
     1391#, python-format
     1392msgid "One or more %(fieldname)s in %(name)s: %(obj)s"
    13821393msgstr ""
    13831394
    1384 #: utils/dates.py:28
    1385 msgid "Sept."
     1395#: contrib/admin/views/main.py:475
     1396#, python-format
     1397msgid "One or more %(fieldname)s in %(name)s:"
    13861398msgstr ""
    13871399
    1388 #: utils/dates.py:28
    1389 msgid "Oct."
     1400#: contrib/admin/views/main.py:508
     1401#, python-format
     1402msgid "The %(name)s \"%(obj)s\" was deleted successfully."
     1403msgstr ""
     1404
     1405#: contrib/admin/views/main.py:511
     1406msgid "Are you sure?"
     1407msgstr ""
     1408
     1409#: contrib/admin/views/main.py:533
     1410#, python-format
     1411msgid "Change history: %s"
    13901412msgstr ""
    13911413
    1392 #: utils/dates.py:28
    1393 msgid "Nov."
     1414#: contrib/admin/views/main.py:567
     1415#, python-format
     1416msgid "Select %s"
    13941417msgstr ""
    13951418
    1396 #: utils/dates.py:28
    1397 msgid "Dec."
     1419#: contrib/admin/views/main.py:567
     1420#, python-format
     1421msgid "Select %s to change"
    13981422msgstr ""
    13991423
    1400 #: utils/timesince.py:12
    1401 msgid "year"
    1402 msgid_plural "years"
    1403 msgstr[0] ""
    1404 msgstr[1] ""
    1405 
    1406 #: utils/timesince.py:13
    1407 msgid "month"
    1408 msgid_plural "months"
    1409 msgstr[0] ""
    1410 msgstr[1] ""
     1424#: contrib/admin/views/main.py:741
     1425msgid "Database error"
     1426msgstr ""
    14111427
    1412 #: utils/timesince.py:14
    1413 msgid "week"
    1414 msgid_plural "weeks"
    1415 msgstr[0] ""
    1416 msgstr[1] ""
     1428#: contrib/admin/views/doc.py:279 contrib/admin/views/doc.py:289
     1429#: contrib/admin/views/doc.py:291 contrib/admin/views/doc.py:297
     1430#: contrib/admin/views/doc.py:298 contrib/admin/views/doc.py:300
     1431msgid "Integer"
     1432msgstr ""
    14171433
    1418 #: utils/timesince.py:15
    1419 msgid "day"
    1420 msgid_plural "days"
    1421 msgstr[0] ""
    1422 msgstr[1] ""
     1434#: contrib/admin/views/doc.py:280
     1435msgid "Boolean (Either True or False)"
     1436msgstr ""
    14231437
    1424 #: utils/timesince.py:16
    1425 msgid "hour"
    1426 msgid_plural "hours"
    1427 msgstr[0] ""
    1428 msgstr[1] ""
     1438#: contrib/admin/views/doc.py:281 contrib/admin/views/doc.py:299
     1439#, python-format
     1440msgid "String (up to %(maxlength)s)"
     1441msgstr ""
    14291442
    1430 #: utils/timesince.py:17
    1431 msgid "minute"
    1432 msgid_plural "minutes"
    1433 msgstr[0] ""
    1434 msgstr[1] ""
     1443#: contrib/admin/views/doc.py:282
     1444msgid "Comma-separated integers"
     1445msgstr ""
    14351446
    1436 #: conf/global_settings.py:37
    1437 msgid "Bengali"
     1447#: contrib/admin/views/doc.py:283
     1448msgid "Date (without time)"
    14381449msgstr ""
    14391450
    1440 #: conf/global_settings.py:38
    1441 msgid "Czech"
     1451#: contrib/admin/views/doc.py:284
     1452msgid "Date (with time)"
    14421453msgstr ""
    14431454
    1444 #: conf/global_settings.py:39
    1445 msgid "Welsh"
     1455#: contrib/admin/views/doc.py:285
     1456msgid "E-mail address"
    14461457msgstr ""
    14471458
    1448 #: conf/global_settings.py:40
    1449 msgid "Danish"
     1459#: contrib/admin/views/doc.py:286 contrib/admin/views/doc.py:287
     1460#: contrib/admin/views/doc.py:290
     1461msgid "File path"
    14501462msgstr ""
    14511463
    1452 #: conf/global_settings.py:41
    1453 msgid "German"
     1464#: contrib/admin/views/doc.py:288
     1465msgid "Decimal number"
    14541466msgstr ""
    14551467
    1456 #: conf/global_settings.py:42
    1457 msgid "Greek"
     1468#: contrib/admin/views/doc.py:294
     1469msgid "Boolean (Either True, False or None)"
    14581470msgstr ""
    14591471
    1460 #: conf/global_settings.py:43
    1461 msgid "English"
     1472#: contrib/admin/views/doc.py:295
     1473msgid "Relation to parent model"
    14621474msgstr ""
    14631475
    1464 #: conf/global_settings.py:44
    1465 msgid "Spanish"
     1476#: contrib/admin/views/doc.py:296
     1477msgid "Phone number"
    14661478msgstr ""
    14671479
    1468 #: conf/global_settings.py:45
    1469 msgid "French"
     1480#: contrib/admin/views/doc.py:301
     1481msgid "Text"
    14701482msgstr ""
    14711483
    1472 #: conf/global_settings.py:46
    1473 msgid "Galician"
     1484#: contrib/admin/views/doc.py:302
     1485msgid "Time"
    14741486msgstr ""
    14751487
    1476 #: conf/global_settings.py:47
    1477 msgid "Hungarian"
     1488#: contrib/admin/views/doc.py:304
     1489msgid "U.S. state (two uppercase letters)"
    14781490msgstr ""
    14791491
    1480 #: conf/global_settings.py:48
    1481 msgid "Hebrew"
     1492#: contrib/admin/views/doc.py:305
     1493msgid "XML text"
    14821494msgstr ""
    14831495
    1484 #: conf/global_settings.py:49
    1485 msgid "Icelandic"
     1496#: contrib/admin/templates/widget/file.html:2
     1497msgid "Currently:"
    14861498msgstr ""
    14871499
    1488 #: conf/global_settings.py:50
    1489 msgid "Italian"
     1500#: contrib/admin/templates/widget/file.html:3
     1501msgid "Change:"
    14901502msgstr ""
    14911503
    1492 #: conf/global_settings.py:51
    1493 msgid "Japanese"
     1504#: contrib/admin/templates/widget/date_time.html:3
     1505msgid "Date:"
    14941506msgstr ""
    14951507
    1496 #: conf/global_settings.py:52
    1497 msgid "Dutch"
     1508#: contrib/admin/templates/widget/date_time.html:4
     1509msgid "Time:"
    14981510msgstr ""
    14991511
    1500 #: conf/global_settings.py:53
    1501 msgid "Norwegian"
     1512#: contrib/admin/templates/admin/object_history.html:3
     1513#: contrib/admin/templates/admin/change_list.html:5
     1514#: contrib/admin/templates/admin/change_form.html:10
     1515#: contrib/admin/templates/admin/delete_confirmation.html:3
     1516#: contrib/admin/templates/admin/base.html:23
     1517#: contrib/admin/templates/registration/password_change_done.html:3
     1518#: contrib/admin/templates/registration/password_change_form.html:3
     1519#: contrib/admin/templates/admin_doc/bookmarklets.html:3
     1520msgid "Documentation"
    15021521msgstr ""
    15031522
    1504 #: conf/global_settings.py:54
    1505 msgid "Brazilian"
     1523#: contrib/admin/templates/admin/object_history.html:3
     1524#: contrib/admin/templates/admin/change_list.html:5
     1525#: contrib/admin/templates/admin/change_form.html:10
     1526#: contrib/admin/templates/admin/delete_confirmation.html:3
     1527#: contrib/admin/templates/admin/base.html:23
     1528#: contrib/admin/templates/registration/password_change_done.html:3
     1529#: contrib/admin/templates/registration/password_change_form.html:3
     1530#: contrib/admin/templates/admin_doc/bookmarklets.html:4
     1531#: contrib/admin/templates/admin_doc/view_detail.html:4
     1532#: contrib/admin/templates/admin_doc/template_tag_index.html:5
     1533#: contrib/admin/templates/admin_doc/template_detail.html:4
     1534#: contrib/admin/templates/admin_doc/template_filter_index.html:5
     1535#: contrib/admin/templates/admin_doc/missing_docutils.html:4
     1536#: contrib/admin/templates/admin_doc/view_index.html:5
     1537#: contrib/admin/templates/admin_doc/model_detail.html:3
     1538#: contrib/admin/templates/admin_doc/index.html:4
     1539#: contrib/admin/templates/admin_doc/model_index.html:5
     1540msgid "Change password"
    15061541msgstr ""
    15071542
    1508 #: conf/global_settings.py:55
    1509 msgid "Romanian"
     1543#: contrib/admin/templates/admin/object_history.html:5
     1544#: contrib/admin/templates/admin/change_list.html:6
     1545#: contrib/admin/templates/admin/500.html:4
     1546#: contrib/admin/templates/admin/invalid_setup.html:4
     1547#: contrib/admin/templates/admin/change_form.html:13
     1548#: contrib/admin/templates/admin/delete_confirmation.html:6
     1549#: contrib/admin/templates/admin/base.html:28
     1550#: contrib/admin/templates/registration/password_change_done.html:4
     1551#: contrib/admin/templates/registration/password_reset_form.html:4
     1552#: contrib/admin/templates/registration/logged_out.html:4
     1553#: contrib/admin/templates/registration/password_reset_done.html:4
     1554#: contrib/admin/templates/registration/password_change_form.html:4
     1555#: contrib/admin/templates/admin_doc/bookmarklets.html:3
     1556msgid "Home"
    15101557msgstr ""
    15111558
    1512 #: conf/global_settings.py:56
    1513 msgid "Russian"
     1559#: contrib/admin/templates/admin/object_history.html:5
     1560#: contrib/admin/templates/admin/change_form.html:20
     1561msgid "History"
    15141562msgstr ""
    15151563
    1516 #: conf/global_settings.py:57
    1517 msgid "Slovak"
     1564#: contrib/admin/templates/admin/object_history.html:18
     1565msgid "Date/time"
    15181566msgstr ""
    15191567
    1520 #: conf/global_settings.py:58
    1521 msgid "Slovenian"
     1568#: contrib/admin/templates/admin/object_history.html:19
     1569msgid "User"
    15221570msgstr ""
    15231571
    1524 #: conf/global_settings.py:59
    1525 msgid "Serbian"
     1572#: contrib/admin/templates/admin/object_history.html:20
     1573msgid "Action"
    15261574msgstr ""
    15271575
    1528 #: conf/global_settings.py:60
    1529 msgid "Swedish"
     1576#: contrib/admin/templates/admin/object_history.html:26
     1577msgid "DATE_WITH_TIME_FULL"
     1578msgstr "N j, Y, P"
     1579
     1580#: contrib/admin/templates/admin/object_history.html:36
     1581msgid ""
     1582"This object doesn't have a change history. It probably wasn't added via this "
     1583"admin site."
    15301584msgstr ""
    15311585
    1532 #: conf/global_settings.py:61
    1533 msgid "Ukrainian"
     1586#: contrib/admin/templates/admin/change_list.html:11
     1587#, python-format
     1588msgid "Add %(name)s"
    15341589msgstr ""
    15351590
    1536 #: conf/global_settings.py:62
    1537 msgid "Simplified Chinese"
     1591#: contrib/admin/templates/admin/filter.html:2
     1592#, python-format
     1593msgid " By %(title)s "
    15381594msgstr ""
    15391595
    1540 #: conf/global_settings.py:63
    1541 msgid "Traditional Chinese"
     1596#: contrib/admin/templates/admin/500.html:4
     1597msgid "Server error"
    15421598msgstr ""
    15431599
    1544 #: core/validators.py:60
    1545 msgid "This value must contain only letters, numbers and underscores."
     1600#: contrib/admin/templates/admin/500.html:6
     1601msgid "Server error (500)"
    15461602msgstr ""
    15471603
    1548 #: core/validators.py:64
    1549 msgid ""
    1550 "This value must contain only letters, numbers, underscores, dashes or "
    1551 "slashes."
     1604#: contrib/admin/templates/admin/500.html:9
     1605msgid "Server Error <em>(500)</em>"
    15521606msgstr ""
    15531607
    1554 #: core/validators.py:72
    1555 msgid "Uppercase letters are not allowed here."
     1608#: contrib/admin/templates/admin/500.html:10
     1609msgid ""
     1610"There's been an error. It's been reported to the site administrators via e-"
     1611"mail and should be fixed shortly. Thanks for your patience."
    15561612msgstr ""
    15571613
    1558 #: core/validators.py:76
    1559 msgid "Lowercase letters are not allowed here."
     1614#: contrib/admin/templates/admin/invalid_setup.html:8
     1615msgid ""
     1616"Something's wrong with your database installation. Make sure the appropriate "
     1617"database tables have been created, and make sure the database is readable by "
     1618"the appropriate user."
    15601619msgstr ""
    15611620
    1562 #: core/validators.py:83
    1563 msgid "Enter only digits separated by commas."
     1621#: contrib/admin/templates/admin/search_form.html:8
     1622msgid "Go"
    15641623msgstr ""
    15651624
    1566 #: core/validators.py:95
    1567 msgid "Enter valid e-mail addresses separated by commas."
     1625#: contrib/admin/templates/admin/base_site.html:4
     1626msgid "Django site admin"
    15681627msgstr ""
    15691628
    1570 #: core/validators.py:99
    1571 msgid "Please enter a valid IP address."
     1629#: contrib/admin/templates/admin/base_site.html:7
     1630msgid "Django administration"
    15721631msgstr ""
    15731632
    1574 #: core/validators.py:103
    1575 msgid "Empty values are not allowed here."
     1633#: contrib/admin/templates/admin/login.html:22
     1634msgid "Have you <a href=\"/password_reset/\">forgotten your password</a>?"
    15761635msgstr ""
    15771636
    1578 #: core/validators.py:107
    1579 msgid "Non-numeric characters aren't allowed here."
     1637#: contrib/admin/templates/admin/404.html:4
     1638#: contrib/admin/templates/admin/404.html:8
     1639msgid "Page not found"
    15801640msgstr ""
    15811641
    1582 #: core/validators.py:111
    1583 msgid "This value can't be comprised solely of digits."
     1642#: contrib/admin/templates/admin/404.html:10
     1643msgid "We're sorry, but the requested page could not be found."
    15841644msgstr ""
    15851645
    1586 #: core/validators.py:116
    1587 msgid "Enter a whole number."
     1646#: contrib/admin/templates/admin/index.html:17
     1647#, python-format
     1648msgid "Models available in the %(name)s application."
    15881649msgstr ""
    15891650
    1590 #: core/validators.py:120
    1591 msgid "Only alphabetical characters are allowed here."
     1651#: contrib/admin/templates/admin/index.html:28
     1652#: contrib/admin/templates/admin/change_form.html:15
     1653msgid "Add"
    15921654msgstr ""
    15931655
    1594 #: core/validators.py:124
    1595 msgid "Enter a valid date in YYYY-MM-DD format."
     1656#: contrib/admin/templates/admin/index.html:34
     1657msgid "Change"
    15961658msgstr ""
    15971659
    1598 #: core/validators.py:128
    1599 msgid "Enter a valid time in HH:MM format."
     1660#: contrib/admin/templates/admin/index.html:44
     1661msgid "You don't have permission to edit anything."
    16001662msgstr ""
    16011663
    1602 #: core/validators.py:132 db/models/fields/__init__.py:468
    1603 msgid "Enter a valid date/time in YYYY-MM-DD HH:MM format."
     1664#: contrib/admin/templates/admin/index.html:52
     1665msgid "Recent Actions"
    16041666msgstr ""
    16051667
    1606 #: core/validators.py:136
    1607 msgid "Enter a valid e-mail address."
     1668#: contrib/admin/templates/admin/index.html:53
     1669msgid "My Actions"
    16081670msgstr ""
    16091671
    1610 #: core/validators.py:148
    1611 msgid ""
    1612 "Upload a valid image. The file you uploaded was either not an image or a "
    1613 "corrupted image."
     1672#: contrib/admin/templates/admin/index.html:57
     1673msgid "None available"
    16141674msgstr ""
    16151675
    1616 #: core/validators.py:155
    1617 #, python-format
    1618 msgid "The URL %s does not point to a valid image."
     1676#: contrib/admin/templates/admin/change_form.html:21
     1677msgid "View on site"
    16191678msgstr ""
    16201679
    1621 #: core/validators.py:159
    1622 #, python-format
    1623 msgid "Phone numbers must be in XXX-XXX-XXXX format. \"%s\" is invalid."
     1680#: contrib/admin/templates/admin/change_form.html:30
     1681msgid "Please correct the error below."
     1682msgid_plural "Please correct the errors below."
     1683msgstr[0] ""
     1684msgstr[1] ""
     1685
     1686#: contrib/admin/templates/admin/change_form.html:48
     1687msgid "Ordering"
    16241688msgstr ""
    16251689
    1626 #: core/validators.py:167
    1627 #, python-format
    1628 msgid "The URL %s does not point to a valid QuickTime video."
     1690#: contrib/admin/templates/admin/change_form.html:51
     1691msgid "Order:"
    16291692msgstr ""
    16301693
    1631 #: core/validators.py:171
    1632 msgid "A valid URL is required."
     1694#: contrib/admin/templates/admin/delete_confirmation.html:9
     1695#: contrib/admin/templates/admin/submit_line.html:3
     1696msgid "Delete"
    16331697msgstr ""
    16341698
    1635 #: core/validators.py:185
     1699#: contrib/admin/templates/admin/delete_confirmation.html:14
    16361700#, python-format
    16371701msgid ""
    1638 "Valid HTML is required. Specific errors are:\n"
    1639 "%s"
     1702"Deleting the %(object_name)s '%(object)s' would result in deleting related "
     1703"objects, but your account doesn't have permission to delete the following "
     1704"types of objects:"
    16401705msgstr ""
    16411706
    1642 #: core/validators.py:192
     1707#: contrib/admin/templates/admin/delete_confirmation.html:21
    16431708#, python-format
    1644 msgid "Badly formed XML: %s"
     1709msgid ""
     1710"Are you sure you want to delete the %(object_name)s \"%(object)s\"? All of "
     1711"the following related items will be deleted:"
    16451712msgstr ""
    16461713
    1647 #: core/validators.py:202
    1648 #, python-format
    1649 msgid "Invalid URL: %s"
     1714#: contrib/admin/templates/admin/delete_confirmation.html:26
     1715msgid "Yes, I'm sure"
    16501716msgstr ""
    16511717
    1652 #: core/validators.py:206 core/validators.py:208
    1653 #, python-format
    1654 msgid "The URL %s is a broken link."
     1718#: contrib/admin/templates/admin/base.html:23
     1719msgid "Welcome,"
    16551720msgstr ""
    16561721
    1657 #: core/validators.py:214
    1658 msgid "Enter a valid U.S. state abbreviation."
     1722#: contrib/admin/templates/admin/submit_line.html:4
     1723msgid "Save as new"
    16591724msgstr ""
    16601725
    1661 #: core/validators.py:229
    1662 #, python-format
    1663 msgid "Watch your mouth! The word %s is not allowed here."
    1664 msgid_plural "Watch your mouth! The words %s are not allowed here."
    1665 msgstr[0] ""
    1666 msgstr[1] ""
    1667 
    1668 #: core/validators.py:236
    1669 #, python-format
    1670 msgid "This field must match the '%s' field."
     1726#: contrib/admin/templates/admin/submit_line.html:5
     1727msgid "Save and add another"
    16711728msgstr ""
    16721729
    1673 #: core/validators.py:255
    1674 msgid "Please enter something for at least one field."
     1730#: contrib/admin/templates/admin/submit_line.html:6
     1731msgid "Save and continue editing"
    16751732msgstr ""
    16761733
    1677 #: core/validators.py:264 core/validators.py:275
    1678 msgid "Please enter both fields or leave them both empty."
     1734#: contrib/admin/templates/admin/submit_line.html:7
     1735msgid "Save"
    16791736msgstr ""
    16801737
    1681 #: core/validators.py:282
    1682 #, python-format
    1683 msgid "This field must be given if %(field)s is %(value)s"
     1738#: contrib/admin/templates/registration/password_change_done.html:4
     1739#: contrib/admin/templates/registration/password_change_form.html:4
     1740#: contrib/admin/templates/registration/password_change_form.html:6
     1741#: contrib/admin/templates/registration/password_change_form.html:10
     1742msgid "Password change"
    16841743msgstr ""
    16851744
    1686 #: core/validators.py:294
    1687 #, python-format
    1688 msgid "This field must be given if %(field)s is not %(value)s"
     1745#: contrib/admin/templates/registration/password_change_done.html:6
     1746#: contrib/admin/templates/registration/password_change_done.html:10
     1747msgid "Password change successful"
    16891748msgstr ""
    16901749
    1691 #: core/validators.py:313
    1692 msgid "Duplicate values are not allowed."
     1750#: contrib/admin/templates/registration/password_change_done.html:12
     1751msgid "Your password was changed."
    16931752msgstr ""
    16941753
    1695 #: core/validators.py:336
    1696 #, python-format
    1697 msgid "This value must be a power of %s."
     1754#: contrib/admin/templates/registration/password_reset_form.html:4
     1755#: contrib/admin/templates/registration/password_reset_form.html:6
     1756#: contrib/admin/templates/registration/password_reset_form.html:10
     1757#: contrib/admin/templates/registration/password_reset_done.html:4
     1758msgid "Password reset"
    16981759msgstr ""
    16991760
    1700 #: core/validators.py:347
    1701 msgid "Please enter a valid decimal number."
     1761#: contrib/admin/templates/registration/password_reset_form.html:12
     1762msgid ""
     1763"Forgotten your password? Enter your e-mail address below, and we'll reset "
     1764"your password and e-mail the new one to you."
    17021765msgstr ""
    17031766
    1704 #: core/validators.py:349
    1705 #, python-format
    1706 msgid "Please enter a valid decimal number with at most %s total digit."
    1707 msgid_plural ""
    1708 "Please enter a valid decimal number with at most %s total digits."
    1709 msgstr[0] ""
    1710 msgstr[1] ""
    1711 
    1712 #: core/validators.py:352
    1713 #, python-format
    1714 msgid "Please enter a valid decimal number with at most %s decimal place."
    1715 msgid_plural ""
    1716 "Please enter a valid decimal number with at most %s decimal places."
    1717 msgstr[0] ""
    1718 msgstr[1] ""
    1719 
    1720 #: core/validators.py:362
    1721 #, python-format
    1722 msgid "Make sure your uploaded file is at least %s bytes big."
     1767#: contrib/admin/templates/registration/password_reset_form.html:16
     1768msgid "E-mail address:"
    17231769msgstr ""
    17241770
    1725 #: core/validators.py:363
    1726 #, python-format
    1727 msgid "Make sure your uploaded file is at most %s bytes big."
     1771#: contrib/admin/templates/registration/password_reset_form.html:16
     1772msgid "Reset my password"
    17281773msgstr ""
    17291774
    1730 #: core/validators.py:376
    1731 msgid "The format for this field is wrong."
     1775#: contrib/admin/templates/registration/logged_out.html:8
     1776msgid "Thanks for spending some quality time with the Web site today."
    17321777msgstr ""
    17331778
    1734 #: core/validators.py:391
    1735 msgid "This field is invalid."
     1779#: contrib/admin/templates/registration/logged_out.html:10
     1780msgid "Log in again"
    17361781msgstr ""
    17371782
    1738 #: core/validators.py:426
    1739 #, python-format
    1740 msgid "Could not retrieve anything from %s."
     1783#: contrib/admin/templates/registration/password_reset_done.html:6
     1784#: contrib/admin/templates/registration/password_reset_done.html:10
     1785msgid "Password reset successful"
    17411786msgstr ""
    17421787
    1743 #: core/validators.py:429
    1744 #, python-format
     1788#: contrib/admin/templates/registration/password_reset_done.html:12
    17451789msgid ""
    1746 "The URL %(url)s returned the invalid Content-Type header '%(contenttype)s'."
     1790"We've e-mailed a new password to the e-mail address you submitted. You "
     1791"should be receiving it shortly."
    17471792msgstr ""
    17481793
    1749 #: core/validators.py:462
    1750 #, python-format
     1794#: contrib/admin/templates/registration/password_change_form.html:12
    17511795msgid ""
    1752 "Please close the unclosed %(tag)s tag from line %(line)s. (Line starts with "
    1753 "\"%(start)s\".)"
     1796"Please enter your old password, for security's sake, and then enter your new "
     1797"password twice so we can verify you typed it in correctly."
    17541798msgstr ""
    17551799
    1756 #: core/validators.py:466
    1757 #, python-format
    1758 msgid ""
    1759 "Some text starting on line %(line)s is not allowed in that context. (Line "
    1760 "starts with \"%(start)s\".)"
     1800#: contrib/admin/templates/registration/password_change_form.html:17
     1801msgid "Old password:"
    17611802msgstr ""
    17621803
    1763 #: core/validators.py:471
    1764 #, python-format
    1765 msgid ""
    1766 "\"%(attr)s\" on line %(line)s is an invalid attribute. (Line starts with \"%"
    1767 "(start)s\".)"
     1804#: contrib/admin/templates/registration/password_change_form.html:19
     1805msgid "New password:"
    17681806msgstr ""
    17691807
    1770 #: core/validators.py:476
    1771 #, python-format
    1772 msgid ""
    1773 "\"<%(tag)s>\" on line %(line)s is an invalid tag. (Line starts with \"%"
    1774 "(start)s\".)"
     1808#: contrib/admin/templates/registration/password_change_form.html:21
     1809msgid "Confirm password:"
    17751810msgstr ""
    17761811
    1777 #: core/validators.py:480
    1778 #, python-format
    1779 msgid ""
    1780 "A tag on line %(line)s is missing one or more required attributes. (Line "
    1781 "starts with \"%(start)s\".)"
     1812#: contrib/admin/templates/registration/password_change_form.html:23
     1813msgid "Change my password"
    17821814msgstr ""
    17831815
    1784 #: core/validators.py:485
    1785 #, python-format
    1786 msgid ""
    1787 "The \"%(attr)s\" attribute on line %(line)s has an invalid value. (Line "
    1788 "starts with \"%(start)s\".)"
     1816#: contrib/admin/templates/registration/password_reset_email.html:2
     1817msgid "You're receiving this e-mail because you requested a password reset"
    17891818msgstr ""
    17901819
    1791 #: db/models/manipulators.py:302
     1820#: contrib/admin/templates/registration/password_reset_email.html:3
    17921821#, python-format
    1793 msgid "%(object)s with this %(type)s already exists for the given %(field)s."
     1822msgid "for your user account at %(site_name)s"
    17941823msgstr ""
    17951824
    1796 #: db/models/fields/__init__.py:40
     1825#: contrib/admin/templates/registration/password_reset_email.html:5
    17971826#, python-format
    1798 msgid "%(optname)s with this %(fieldname)s already exists."
    1799 msgstr ""
    1800 
    1801 #: db/models/fields/__init__.py:114 db/models/fields/__init__.py:265
    1802 #: db/models/fields/__init__.py:542 db/models/fields/__init__.py:553
    1803 #: forms/__init__.py:346
    1804 msgid "This field is required."
     1827msgid "Your new password is: %(new_password)s"
    18051828msgstr ""
    18061829
    1807 #: db/models/fields/__init__.py:337
    1808 msgid "This value must be an integer."
     1830#: contrib/admin/templates/registration/password_reset_email.html:7
     1831msgid "Feel free to change this password by going to this page:"
    18091832msgstr ""
    18101833
    1811 #: db/models/fields/__init__.py:369
    1812 msgid "This value must be either True or False."
     1834#: contrib/admin/templates/registration/password_reset_email.html:11
     1835msgid "Your username, in case you've forgotten:"
    18131836msgstr ""
    18141837
    1815 #: db/models/fields/__init__.py:385
    1816 msgid "This field cannot be null."
     1838#: contrib/admin/templates/registration/password_reset_email.html:13
     1839msgid "Thanks for using our site!"
    18171840msgstr ""
    18181841
    1819 #: db/models/fields/__init__.py:562
    1820 msgid "Enter a valid filename."
     1842#: contrib/admin/templates/registration/password_reset_email.html:15
     1843#, python-format
     1844msgid "The %(site_name)s team"
    18211845msgstr ""
    18221846
    1823 #: db/models/fields/related.py:43
    1824 #, python-format
    1825 msgid "Please enter a valid %s."
     1847#: contrib/admin/templates/admin_doc/bookmarklets.html:3
     1848msgid "Bookmarklets"
    18261849msgstr ""
    18271850
    1828 #: db/models/fields/related.py:579
    1829 msgid "Separate multiple IDs with commas."
     1851#: contrib/admin/templates/admin_doc/bookmarklets.html:5
     1852msgid "Documentation bookmarklets"
    18301853msgstr ""
    18311854
    1832 #: db/models/fields/related.py:581
     1855#: contrib/admin/templates/admin_doc/bookmarklets.html:9
    18331856msgid ""
    1834 "Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
     1857"\n"
     1858"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
     1859"toolbar, or right-click the link and add it to your bookmarks. Now you can\n"
     1860"select the bookmarklet from any page in the site.  Note that some of these\n"
     1861"bookmarklets require you to be viewing the site from a computer designated\n"
     1862"as \"internal\" (talk to your system administrator if you aren't sure if\n"
     1863"your computer is \"internal\").</p>\n"
    18351864msgstr ""
    18361865
    1837 #: db/models/fields/related.py:625
    1838 #, python-format
    1839 msgid "Please enter valid %(self)s IDs. The value %(value)r is invalid."
    1840 msgid_plural ""
    1841 "Please enter valid %(self)s IDs. The values %(value)r are invalid."
    1842 msgstr[0] ""
    1843 msgstr[1] ""
     1866#: contrib/admin/templates/admin_doc/bookmarklets.html:19
     1867msgid "Documentation for this page"
     1868msgstr ""
    18441869
    1845 #: forms/__init__.py:380
    1846 #, python-format
    1847 msgid "Ensure your text is less than %s character."
    1848 msgid_plural "Ensure your text is less than %s characters."
    1849 msgstr[0] ""
    1850 msgstr[1] ""
     1870#: contrib/admin/templates/admin_doc/bookmarklets.html:20
     1871msgid ""
     1872"Jumps you from any page to the documentation for the view that generates "
     1873"that page."
     1874msgstr ""
    18511875
    1852 #: forms/__init__.py:385
    1853 msgid "Line breaks are not allowed here."
     1876#: contrib/admin/templates/admin_doc/bookmarklets.html:22
     1877msgid "Show object ID"
    18541878msgstr ""
    18551879
    1856 #: forms/__init__.py:480 forms/__init__.py:551 forms/__init__.py:589
    1857 #, python-format
    1858 msgid "Select a valid choice; '%(data)s' is not in %(choices)s."
     1880#: contrib/admin/templates/admin_doc/bookmarklets.html:23
     1881msgid ""
     1882"Shows the content-type and unique ID for pages that represent a single "
     1883"object."
    18591884msgstr ""
    18601885
    1861 #: forms/__init__.py:645
    1862 msgid "The submitted file is empty."
     1886#: contrib/admin/templates/admin_doc/bookmarklets.html:25
     1887msgid "Edit this object (current window)"
    18631888msgstr ""
    18641889
    1865 #: forms/__init__.py:699
    1866 msgid "Enter a whole number between -32,768 and 32,767."
     1890#: contrib/admin/templates/admin_doc/bookmarklets.html:26
     1891msgid "Jumps to the admin page for pages that represent a single object."
    18671892msgstr ""
    18681893
    1869 #: forms/__init__.py:708
    1870 msgid "Enter a positive number."
     1894#: contrib/admin/templates/admin_doc/bookmarklets.html:28
     1895msgid "Edit this object (new window)"
    18711896msgstr ""
    18721897
    1873 #: forms/__init__.py:717
    1874 msgid "Enter a whole number between 0 and 32,767."
     1898#: contrib/admin/templates/admin_doc/bookmarklets.html:29
     1899msgid "As above, but opens the admin page in a new window."
    18751900msgstr ""
    18761901
    1877 #: template/defaultfilters.py:379
     1902#: template/defaultfilters.py:383
    18781903msgid "yes,no,maybe"
    18791904msgstr ""
Back to Top