django.po 25 KB

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