/django/contrib/admin/locale/en/LC_MESSAGES/django.po
Unknown | 765 lines | 611 code | 154 blank | 0 comment | 0 complexity | 3f712042d8cea9a4098807077afa3481 MD5 | raw file
Possible License(s): BSD-3-Clause
1# This file is distributed under the same license as the Django package. 2# 3msgid "" 4msgstr "" 5"Project-Id-Version: Django\n" 6"Report-Msgid-Bugs-To: \n" 7"POT-Creation-Date: 2011-03-20 21:03+0100\n" 8"PO-Revision-Date: 2010-05-13 15:35+0200\n" 9"Last-Translator: Django team\n" 10"Language-Team: English <en@li.org>\n" 11"MIME-Version: 1.0\n" 12"Content-Type: text/plain; charset=UTF-8\n" 13"Content-Transfer-Encoding: 8bit\n" 14 15#: actions.py:49 16#, python-format 17msgid "Successfully deleted %(count)d %(items)s." 18msgstr "" 19 20#: actions.py:61 options.py:1219 21#, python-format 22msgid "Cannot delete %(name)s" 23msgstr "" 24 25#: actions.py:63 options.py:1221 26msgid "Are you sure?" 27msgstr "" 28 29#: actions.py:85 30#, python-format 31msgid "Delete selected %(verbose_name_plural)s" 32msgstr "" 33 34#: filterspecs.py:54 35#, python-format 36msgid "" 37"<h3>By %s:</h3>\n" 38"<ul>\n" 39msgstr "" 40 41#: filterspecs.py:104 filterspecs.py:139 filterspecs.py:168 filterspecs.py:258 42msgid "All" 43msgstr "" 44 45#: filterspecs.py:139 46msgid "Yes" 47msgstr "" 48 49#: filterspecs.py:139 50msgid "No" 51msgstr "" 52 53#: filterspecs.py:150 54msgid "Unknown" 55msgstr "" 56 57#: filterspecs.py:196 58msgid "Any date" 59msgstr "" 60 61#: filterspecs.py:197 62msgid "Today" 63msgstr "" 64 65#: filterspecs.py:200 66msgid "Past 7 days" 67msgstr "" 68 69#: filterspecs.py:203 70msgid "This month" 71msgstr "" 72 73#: filterspecs.py:205 74msgid "This year" 75msgstr "" 76 77#: forms.py:9 78msgid "" 79"Please enter a correct username and password. Note that both fields are case-" 80"sensitive." 81msgstr "" 82 83#: forms.py:18 84msgid "Please log in again, because your session has expired." 85msgstr "" 86 87#: forms.py:37 88#, python-format 89msgid "Your e-mail address is not your username. Try '%s' instead." 90msgstr "" 91 92#: helpers.py:19 93msgid "Action:" 94msgstr "" 95 96#: models.py:19 97msgid "action time" 98msgstr "" 99 100#: models.py:22 101msgid "object id" 102msgstr "" 103 104#: models.py:23 105msgid "object repr" 106msgstr "" 107 108#: models.py:24 109msgid "action flag" 110msgstr "" 111 112#: models.py:25 113msgid "change message" 114msgstr "" 115 116#: models.py:28 117msgid "log entry" 118msgstr "" 119 120#: models.py:29 121msgid "log entries" 122msgstr "" 123 124#: options.py:147 options.py:162 125msgid "None" 126msgstr "" 127 128#: options.py:627 129#, python-format 130msgid "Changed %s." 131msgstr "" 132 133#: options.py:627 options.py:637 134msgid "and" 135msgstr "" 136 137#: options.py:632 138#, python-format 139msgid "Added %(name)s \"%(object)s\"." 140msgstr "" 141 142#: options.py:636 143#, python-format 144msgid "Changed %(list)s for %(name)s \"%(object)s\"." 145msgstr "" 146 147#: options.py:641 148#, python-format 149msgid "Deleted %(name)s \"%(object)s\"." 150msgstr "" 151 152#: options.py:645 153msgid "No fields changed." 154msgstr "" 155 156#: options.py:717 157#, python-format 158msgid "The %(name)s \"%(obj)s\" was added successfully." 159msgstr "" 160 161#: options.py:721 options.py:761 162msgid "You may edit it again below." 163msgstr "" 164 165#: options.py:731 options.py:771 166#, python-format 167msgid "You may add another %s below." 168msgstr "" 169 170#: options.py:759 171#, python-format 172msgid "The %(name)s \"%(obj)s\" was changed successfully." 173msgstr "" 174 175#: options.py:767 176#, python-format 177msgid "" 178"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." 179msgstr "" 180 181#: options.py:827 options.py:1085 182msgid "" 183"Items must be selected in order to perform actions on them. No items have " 184"been changed." 185msgstr "" 186 187#: options.py:846 188msgid "No action selected." 189msgstr "" 190 191#: options.py:927 192#, python-format 193msgid "Add %s" 194msgstr "" 195 196#: options.py:953 options.py:1194 197#, python-format 198msgid "%(name)s object with primary key %(key)r does not exist." 199msgstr "" 200 201#: options.py:1018 202#, python-format 203msgid "Change %s" 204msgstr "" 205 206#: options.py:1065 207msgid "Database error" 208msgstr "" 209 210#: options.py:1127 211#, python-format 212msgid "%(count)s %(name)s was changed successfully." 213msgid_plural "%(count)s %(name)s were changed successfully." 214msgstr[0] "" 215msgstr[1] "" 216 217#: options.py:1154 218#, python-format 219msgid "%(total_count)s selected" 220msgid_plural "All %(total_count)s selected" 221msgstr[0] "" 222msgstr[1] "" 223 224#: options.py:1159 225#, python-format 226msgid "0 of %(cnt)s selected" 227msgstr "" 228 229#: options.py:1210 230#, python-format 231msgid "The %(name)s \"%(obj)s\" was deleted successfully." 232msgstr "" 233 234#: options.py:1255 235#, python-format 236msgid "Change history: %s" 237msgstr "" 238 239#: sites.py:319 templates/admin/login.html:42 240#: templates/registration/password_reset_complete.html:14 241#: views/decorators.py:26 242msgid "Log in" 243msgstr "" 244 245#: sites.py:375 246msgid "Site administration" 247msgstr "" 248 249#: sites.py:419 250#, python-format 251msgid "%s administration" 252msgstr "" 253 254#: widgets.py:75 255msgid "Date:" 256msgstr "" 257 258#: widgets.py:75 259msgid "Time:" 260msgstr "" 261 262#: widgets.py:140 263msgid "Lookup" 264msgstr "" 265 266#: widgets.py:246 267msgid "Add Another" 268msgstr "" 269 270#: templates/admin/404.html:4 templates/admin/404.html.py:8 271msgid "Page not found" 272msgstr "" 273 274#: templates/admin/404.html:10 275msgid "We're sorry, but the requested page could not be found." 276msgstr "" 277 278#: templates/admin/500.html:4 templates/admin/app_index.html:8 279#: templates/admin/base.html:55 templates/admin/change_form.html:19 280#: templates/admin/change_list.html:42 281#: templates/admin/delete_confirmation.html:6 282#: templates/admin/delete_selected_confirmation.html:6 283#: templates/admin/invalid_setup.html:4 templates/admin/object_history.html:6 284#: templates/admin/auth/user/change_password.html:12 285#: templates/registration/logged_out.html:4 286#: templates/registration/password_change_done.html:5 287#: templates/registration/password_change_form.html:6 288#: templates/registration/password_reset_complete.html:4 289#: templates/registration/password_reset_confirm.html:4 290#: templates/registration/password_reset_done.html:4 291#: templates/registration/password_reset_form.html:4 292msgid "Home" 293msgstr "" 294 295#: templates/admin/500.html:4 296msgid "Server error" 297msgstr "" 298 299#: templates/admin/500.html:6 300msgid "Server error (500)" 301msgstr "" 302 303#: templates/admin/500.html:9 304msgid "Server Error <em>(500)</em>" 305msgstr "" 306 307#: templates/admin/500.html:10 308msgid "" 309"There's been an error. It's been reported to the site administrators via e-" 310"mail and should be fixed shortly. Thanks for your patience." 311msgstr "" 312 313#: templates/admin/actions.html:4 314msgid "Run the selected action" 315msgstr "" 316 317#: templates/admin/actions.html:4 318msgid "Go" 319msgstr "" 320 321#: templates/admin/actions.html:11 322msgid "Click here to select the objects across all pages" 323msgstr "" 324 325#: templates/admin/actions.html:11 326#, python-format 327msgid "Select all %(total_count)s %(module_name)s" 328msgstr "" 329 330#: templates/admin/actions.html:13 331msgid "Clear selection" 332msgstr "" 333 334#: templates/admin/app_index.html:10 templates/admin/index.html:19 335#, python-format 336msgid "%(name)s" 337msgstr "" 338 339#: templates/admin/base.html:28 340msgid "Welcome," 341msgstr "" 342 343#: templates/admin/base.html:33 344#: templates/registration/password_change_done.html:4 345#: templates/registration/password_change_form.html:5 346msgid "Documentation" 347msgstr "" 348 349#: templates/admin/base.html:41 350#: templates/admin/auth/user/change_password.html:16 351#: templates/admin/auth/user/change_password.html:49 352#: templates/registration/password_change_done.html:4 353#: templates/registration/password_change_form.html:5 354msgid "Change password" 355msgstr "" 356 357#: templates/admin/base.html:48 358#: templates/registration/password_change_done.html:4 359#: templates/registration/password_change_form.html:5 360msgid "Log out" 361msgstr "" 362 363#: templates/admin/base_site.html:4 364msgid "Django site admin" 365msgstr "" 366 367#: templates/admin/base_site.html:7 368msgid "Django administration" 369msgstr "" 370 371#: templates/admin/change_form.html:22 templates/admin/index.html:29 372msgid "Add" 373msgstr "" 374 375#: templates/admin/change_form.html:31 templates/admin/object_history.html:10 376msgid "History" 377msgstr "" 378 379#: templates/admin/change_form.html:32 380#: templates/admin/edit_inline/stacked.html:9 381#: templates/admin/edit_inline/tabular.html:28 382msgid "View on site" 383msgstr "" 384 385#: templates/admin/change_form.html:43 templates/admin/change_list.html:73 386#: templates/admin/login.html:17 387#: templates/admin/auth/user/change_password.html:25 388#: templates/registration/password_change_form.html:16 389msgid "Please correct the error below." 390msgid_plural "Please correct the errors below." 391msgstr[0] "" 392msgstr[1] "" 393 394#: templates/admin/change_list.html:64 395#, python-format 396msgid "Add %(name)s" 397msgstr "" 398 399#: templates/admin/change_list.html:84 400msgid "Filter" 401msgstr "" 402 403#: templates/admin/delete_confirmation.html:10 404#: templates/admin/submit_line.html:4 405msgid "Delete" 406msgstr "" 407 408#: templates/admin/delete_confirmation.html:17 409#, python-format 410msgid "" 411"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " 412"related objects, but your account doesn't have permission to delete the " 413"following types of objects:" 414msgstr "" 415 416#: templates/admin/delete_confirmation.html:25 417#, python-format 418msgid "" 419"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " 420"following protected related objects:" 421msgstr "" 422 423#: templates/admin/delete_confirmation.html:33 424#, python-format 425msgid "" 426"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " 427"All of the following related items will be deleted:" 428msgstr "" 429 430#: templates/admin/delete_confirmation.html:38 431#: templates/admin/delete_selected_confirmation.html:43 432msgid "Yes, I'm sure" 433msgstr "" 434 435#: templates/admin/delete_selected_confirmation.html:9 436msgid "Delete multiple objects" 437msgstr "" 438 439#: templates/admin/delete_selected_confirmation.html:16 440#, python-format 441msgid "" 442"Deleting the selected %(objects_name)s would result in deleting related " 443"objects, but your account doesn't have permission to delete the following " 444"types of objects:" 445msgstr "" 446 447#: templates/admin/delete_selected_confirmation.html:24 448#, python-format 449msgid "" 450"Deleting the selected %(objects_name)s would require deleting the following " 451"protected related objects:" 452msgstr "" 453 454#: templates/admin/delete_selected_confirmation.html:32 455#, python-format 456msgid "" 457"Are you sure you want to delete the selected %(objects_name)s? All of the " 458"following objects and their related items will be deleted:" 459msgstr "" 460 461#: templates/admin/filter.html:2 462#, python-format 463msgid " By %(filter_title)s " 464msgstr "" 465 466#: templates/admin/index.html:18 467#, python-format 468msgid "Models available in the %(name)s application." 469msgstr "" 470 471#: templates/admin/index.html:35 472msgid "Change" 473msgstr "" 474 475#: templates/admin/index.html:45 476msgid "You don't have permission to edit anything." 477msgstr "" 478 479#: templates/admin/index.html:53 480msgid "Recent Actions" 481msgstr "" 482 483#: templates/admin/index.html:54 484msgid "My Actions" 485msgstr "" 486 487#: templates/admin/index.html:58 488msgid "None available" 489msgstr "" 490 491#: templates/admin/index.html:72 492msgid "Unknown content" 493msgstr "" 494 495#: templates/admin/invalid_setup.html:7 496msgid "" 497"Something's wrong with your database installation. Make sure the appropriate " 498"database tables have been created, and make sure the database is readable by " 499"the appropriate user." 500msgstr "" 501 502#: templates/admin/login.html:33 503msgid "Username:" 504msgstr "" 505 506#: templates/admin/login.html:37 507msgid "Password:" 508msgstr "" 509 510#: templates/admin/object_history.html:22 511msgid "Date/time" 512msgstr "" 513 514#: templates/admin/object_history.html:23 515msgid "User" 516msgstr "" 517 518#: templates/admin/object_history.html:24 519msgid "Action" 520msgstr "" 521 522#: templates/admin/object_history.html:38 523msgid "" 524"This object doesn't have a change history. It probably wasn't added via this " 525"admin site." 526msgstr "" 527 528#: templates/admin/pagination.html:10 529msgid "Show all" 530msgstr "" 531 532#: templates/admin/pagination.html:11 templates/admin/submit_line.html:3 533msgid "Save" 534msgstr "" 535 536#: templates/admin/search_form.html:8 537msgid "Search" 538msgstr "" 539 540#: templates/admin/search_form.html:10 541#, python-format 542msgid "%(counter)s result" 543msgid_plural "%(counter)s results" 544msgstr[0] "" 545msgstr[1] "" 546 547#: templates/admin/search_form.html:10 548#, python-format 549msgid "%(full_result_count)s total" 550msgstr "" 551 552#: templates/admin/submit_line.html:5 553msgid "Save as new" 554msgstr "" 555 556#: templates/admin/submit_line.html:6 557msgid "Save and add another" 558msgstr "" 559 560#: templates/admin/submit_line.html:7 561msgid "Save and continue editing" 562msgstr "" 563 564#: templates/admin/auth/user/add_form.html:6 565msgid "" 566"First, enter a username and password. Then, you'll be able to edit more user " 567"options." 568msgstr "" 569 570#: templates/admin/auth/user/add_form.html:8 571msgid "Enter a username and password." 572msgstr "" 573 574#: templates/admin/auth/user/change_password.html:29 575#, python-format 576msgid "Enter a new password for the user <strong>%(username)s</strong>." 577msgstr "" 578 579#: templates/admin/auth/user/change_password.html:36 580msgid "Password" 581msgstr "" 582 583#: templates/admin/auth/user/change_password.html:42 584#: templates/registration/password_change_form.html:38 585msgid "Password (again)" 586msgstr "" 587 588#: templates/admin/auth/user/change_password.html:43 589msgid "Enter the same password as above, for verification." 590msgstr "" 591 592#: templates/admin/edit_inline/stacked.html:67 593#: templates/admin/edit_inline/tabular.html:113 594#, python-format 595msgid "Add another %(verbose_name)s" 596msgstr "" 597 598#: templates/admin/edit_inline/stacked.html:70 599#: templates/admin/edit_inline/tabular.html:116 600msgid "Remove" 601msgstr "" 602 603#: templates/admin/edit_inline/tabular.html:15 604msgid "Delete?" 605msgstr "" 606 607#: templates/registration/logged_out.html:8 608msgid "Thanks for spending some quality time with the Web site today." 609msgstr "" 610 611#: templates/registration/logged_out.html:10 612msgid "Log in again" 613msgstr "" 614 615#: templates/registration/password_change_done.html:5 616#: templates/registration/password_change_form.html:6 617#: templates/registration/password_change_form.html:8 618#: templates/registration/password_change_form.html:20 619msgid "Password change" 620msgstr "" 621 622#: templates/registration/password_change_done.html:7 623#: templates/registration/password_change_done.html:11 624msgid "Password change successful" 625msgstr "" 626 627#: templates/registration/password_change_done.html:13 628msgid "Your password was changed." 629msgstr "" 630 631#: templates/registration/password_change_form.html:22 632msgid "" 633"Please enter your old password, for security's sake, and then enter your new " 634"password twice so we can verify you typed it in correctly." 635msgstr "" 636 637#: templates/registration/password_change_form.html:28 638msgid "Old password" 639msgstr "" 640 641#: templates/registration/password_change_form.html:33 642msgid "New password" 643msgstr "" 644 645#: templates/registration/password_change_form.html:44 646#: templates/registration/password_reset_confirm.html:21 647msgid "Change my password" 648msgstr "" 649 650#: templates/registration/password_reset_complete.html:4 651#: templates/registration/password_reset_confirm.html:6 652#: templates/registration/password_reset_done.html:4 653#: templates/registration/password_reset_form.html:4 654#: templates/registration/password_reset_form.html:6 655#: templates/registration/password_reset_form.html:10 656msgid "Password reset" 657msgstr "" 658 659#: templates/registration/password_reset_complete.html:6 660#: templates/registration/password_reset_complete.html:10 661msgid "Password reset complete" 662msgstr "" 663 664#: templates/registration/password_reset_complete.html:12 665msgid "Your password has been set. You may go ahead and log in now." 666msgstr "" 667 668#: templates/registration/password_reset_confirm.html:4 669msgid "Password reset confirmation" 670msgstr "" 671 672#: templates/registration/password_reset_confirm.html:12 673msgid "Enter new password" 674msgstr "" 675 676#: templates/registration/password_reset_confirm.html:14 677msgid "" 678"Please enter your new password twice so we can verify you typed it in " 679"correctly." 680msgstr "" 681 682#: templates/registration/password_reset_confirm.html:18 683msgid "New password:" 684msgstr "" 685 686#: templates/registration/password_reset_confirm.html:20 687msgid "Confirm password:" 688msgstr "" 689 690#: templates/registration/password_reset_confirm.html:26 691msgid "Password reset unsuccessful" 692msgstr "" 693 694#: templates/registration/password_reset_confirm.html:28 695msgid "" 696"The password reset link was invalid, possibly because it has already been " 697"used. Please request a new password reset." 698msgstr "" 699 700#: templates/registration/password_reset_done.html:6 701#: templates/registration/password_reset_done.html:10 702msgid "Password reset successful" 703msgstr "" 704 705#: templates/registration/password_reset_done.html:12 706msgid "" 707"We've e-mailed you instructions for setting your password to the e-mail " 708"address you submitted. You should be receiving it shortly." 709msgstr "" 710 711#: templates/registration/password_reset_email.html:2 712#, python-format 713msgid "" 714"You're receiving this e-mail because you requested a password reset for your " 715"user account at %(site_name)s." 716msgstr "" 717 718#: templates/registration/password_reset_email.html:4 719msgid "Please go to the following page and choose a new password:" 720msgstr "" 721 722#: templates/registration/password_reset_email.html:8 723msgid "Your username, in case you've forgotten:" 724msgstr "" 725 726#: templates/registration/password_reset_email.html:10 727msgid "Thanks for using our site!" 728msgstr "" 729 730#: templates/registration/password_reset_email.html:12 731#, python-format 732msgid "The %(site_name)s team" 733msgstr "" 734 735#: templates/registration/password_reset_form.html:12 736msgid "" 737"Forgotten your password? Enter your e-mail address below, and we'll e-mail " 738"instructions for setting a new one." 739msgstr "" 740 741#: templates/registration/password_reset_form.html:16 742msgid "E-mail address:" 743msgstr "" 744 745#: templates/registration/password_reset_form.html:16 746msgid "Reset my password" 747msgstr "" 748 749#: templatetags/admin_list.py:290 750msgid "All dates" 751msgstr "" 752 753#: views/main.py:27 754msgid "(None)" 755msgstr "" 756 757#: views/main.py:66 758#, python-format 759msgid "Select %s" 760msgstr "" 761 762#: views/main.py:66 763#, python-format 764msgid "Select %s to change" 765msgstr ""