You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

django.po 23KB

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