Django

Code

Ticket #2062: new_tech_mess_ids.diff

File new_tech_mess_ids.diff, 78.2 kB (added by ramiro, 2 years ago)

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

  • 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:26
    162 msgid "user flag
     161#: conf/global_settings.py:5
     162msgid "Slovak
    163163msgstr "" 
    164164 
    165 #: contrib/comments/models.py:26
    166 msgid "user flags
     165#: conf/global_settings.py:5
     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:4
     299#: core/validators.py:17
    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:29
    588 msgid "Time
     580#: utils/dates.py:1
     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:5
    738 msgid "None available
     696#: contrib/auth/models.py:18 contrib/auth/models.py:2
     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 ""