Development of an internal social media platform with personalised dashboards for students
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

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