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 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # jon_atkinson <jon@jonatkinson.co.uk>, 2011-2012
  5. # Ross Poulton <ross@rossp.org>, 2011-2012
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: django\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2017-01-19 16:49+0100\n"
  11. "PO-Revision-Date: 2017-09-23 18:54+0000\n"
  12. "Last-Translator: jon_atkinson <jon@jonatkinson.co.uk>\n"
  13. "Language-Team: English (United Kingdom) (http://www.transifex.com/django/"
  14. "django/language/en_GB/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: en_GB\n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #, python-format
  21. msgid "Successfully deleted %(count)d %(items)s."
  22. msgstr "Successfully deleted %(count)d %(items)s."
  23. #, python-format
  24. msgid "Cannot delete %(name)s"
  25. msgstr "Cannot delete %(name)s"
  26. msgid "Are you sure?"
  27. msgstr "Are you sure?"
  28. #, python-format
  29. msgid "Delete selected %(verbose_name_plural)s"
  30. msgstr "Delete selected %(verbose_name_plural)s"
  31. msgid "Administration"
  32. msgstr ""
  33. msgid "All"
  34. msgstr "All"
  35. msgid "Yes"
  36. msgstr "Yes"
  37. msgid "No"
  38. msgstr "No"
  39. msgid "Unknown"
  40. msgstr "Unknown"
  41. msgid "Any date"
  42. msgstr "Any date"
  43. msgid "Today"
  44. msgstr "Today"
  45. msgid "Past 7 days"
  46. msgstr "Past 7 days"
  47. msgid "This month"
  48. msgstr "This month"
  49. msgid "This year"
  50. msgstr "This year"
  51. msgid "No date"
  52. msgstr ""
  53. msgid "Has date"
  54. msgstr ""
  55. #, python-format
  56. msgid ""
  57. "Please enter the correct %(username)s and password for a staff account. Note "
  58. "that both fields may be case-sensitive."
  59. msgstr ""
  60. msgid "Action:"
  61. msgstr "Action:"
  62. #, python-format
  63. msgid "Add another %(verbose_name)s"
  64. msgstr "Add another %(verbose_name)s"
  65. msgid "Remove"
  66. msgstr "Remove"
  67. msgid "action time"
  68. msgstr "action time"
  69. msgid "user"
  70. msgstr ""
  71. msgid "content type"
  72. msgstr ""
  73. msgid "object id"
  74. msgstr "object id"
  75. #. Translators: 'repr' means representation
  76. #. (https://docs.python.org/3/library/functions.html#repr)
  77. msgid "object repr"
  78. msgstr "object repr"
  79. msgid "action flag"
  80. msgstr "action flag"
  81. msgid "change message"
  82. msgstr "change message"
  83. msgid "log entry"
  84. msgstr "log entry"
  85. msgid "log entries"
  86. msgstr "log entries"
  87. #, python-format
  88. msgid "Added \"%(object)s\"."
  89. msgstr "Added \"%(object)s\"."
  90. #, python-format
  91. msgid "Changed \"%(object)s\" - %(changes)s"
  92. msgstr "Changed \"%(object)s\" - %(changes)s"
  93. #, python-format
  94. msgid "Deleted \"%(object)s.\""
  95. msgstr "Deleted \"%(object)s.\""
  96. msgid "LogEntry Object"
  97. msgstr "LogEntry Object"
  98. #, python-brace-format
  99. msgid "Added {name} \"{object}\"."
  100. msgstr ""
  101. msgid "Added."
  102. msgstr ""
  103. msgid "and"
  104. msgstr "and"
  105. #, python-brace-format
  106. msgid "Changed {fields} for {name} \"{object}\"."
  107. msgstr ""
  108. #, python-brace-format
  109. msgid "Changed {fields}."
  110. msgstr ""
  111. #, python-brace-format
  112. msgid "Deleted {name} \"{object}\"."
  113. msgstr ""
  114. msgid "No fields changed."
  115. msgstr "No fields changed."
  116. msgid "None"
  117. msgstr "None"
  118. msgid ""
  119. "Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
  120. msgstr ""
  121. #, python-brace-format
  122. msgid ""
  123. "The {name} \"{obj}\" was added successfully. You may edit it again below."
  124. msgstr ""
  125. #, python-brace-format
  126. msgid ""
  127. "The {name} \"{obj}\" was added successfully. You may add another {name} "
  128. "below."
  129. msgstr ""
  130. #, python-brace-format
  131. msgid "The {name} \"{obj}\" was added successfully."
  132. msgstr ""
  133. #, python-brace-format
  134. msgid ""
  135. "The {name} \"{obj}\" was changed successfully. You may edit it again below."
  136. msgstr ""
  137. #, python-brace-format
  138. msgid ""
  139. "The {name} \"{obj}\" was changed successfully. You may add another {name} "
  140. "below."
  141. msgstr ""
  142. #, python-brace-format
  143. msgid "The {name} \"{obj}\" was changed successfully."
  144. msgstr ""
  145. msgid ""
  146. "Items must be selected in order to perform actions on them. No items have "
  147. "been changed."
  148. msgstr ""
  149. "Items must be selected in order to perform actions on them. No items have "
  150. "been changed."
  151. msgid "No action selected."
  152. msgstr "No action selected."
  153. #, python-format
  154. msgid "The %(name)s \"%(obj)s\" was deleted successfully."
  155. msgstr "The %(name)s \"%(obj)s\" was deleted successfully."
  156. #, python-format
  157. msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?"
  158. msgstr ""
  159. #, python-format
  160. msgid "Add %s"
  161. msgstr "Add %s"
  162. #, python-format
  163. msgid "Change %s"
  164. msgstr "Change %s"
  165. msgid "Database error"
  166. msgstr "Database error"
  167. #, python-format
  168. msgid "%(count)s %(name)s was changed successfully."
  169. msgid_plural "%(count)s %(name)s were changed successfully."
  170. msgstr[0] "%(count)s %(name)s was changed successfully."
  171. msgstr[1] "%(count)s %(name)s were changed successfully."
  172. #, python-format
  173. msgid "%(total_count)s selected"
  174. msgid_plural "All %(total_count)s selected"
  175. msgstr[0] "%(total_count)s selected"
  176. msgstr[1] "All %(total_count)s selected"
  177. #, python-format
  178. msgid "0 of %(cnt)s selected"
  179. msgstr "0 of %(cnt)s selected"
  180. #, python-format
  181. msgid "Change history: %s"
  182. msgstr "Change history: %s"
  183. #. Translators: Model verbose name and instance representation,
  184. #. suitable to be an item in a list.
  185. #, python-format
  186. msgid "%(class_name)s %(instance)s"
  187. msgstr ""
  188. #, python-format
  189. msgid ""
  190. "Deleting %(class_name)s %(instance)s would require deleting the following "
  191. "protected related objects: %(related_objects)s"
  192. msgstr ""
  193. msgid "Django site admin"
  194. msgstr "Django site admin"
  195. msgid "Django administration"
  196. msgstr "Django administration"
  197. msgid "Site administration"
  198. msgstr "Site administration"
  199. msgid "Log in"
  200. msgstr "Log in"
  201. #, python-format
  202. msgid "%(app)s administration"
  203. msgstr ""
  204. msgid "Page not found"
  205. msgstr "Page not found"
  206. msgid "We're sorry, but the requested page could not be found."
  207. msgstr "We're sorry, but the requested page could not be found."
  208. msgid "Home"
  209. msgstr "Home"
  210. msgid "Server error"
  211. msgstr "Server error"
  212. msgid "Server error (500)"
  213. msgstr "Server error (500)"
  214. msgid "Server Error <em>(500)</em>"
  215. msgstr "Server Error <em>(500)</em>"
  216. msgid ""
  217. "There's been an error. It's been reported to the site administrators via "
  218. "email and should be fixed shortly. Thanks for your patience."
  219. msgstr ""
  220. msgid "Run the selected action"
  221. msgstr "Run the selected action"
  222. msgid "Go"
  223. msgstr "Go"
  224. msgid "Click here to select the objects across all pages"
  225. msgstr "Click here to select the objects across all pages"
  226. #, python-format
  227. msgid "Select all %(total_count)s %(module_name)s"
  228. msgstr "Select all %(total_count)s %(module_name)s"
  229. msgid "Clear selection"
  230. msgstr "Clear selection"
  231. msgid ""
  232. "First, enter a username and password. Then, you'll be able to edit more user "
  233. "options."
  234. msgstr ""
  235. "First, enter a username and password. Then, you'll be able to edit more user "
  236. "options."
  237. msgid "Enter a username and password."
  238. msgstr "Enter a username and password."
  239. msgid "Change password"
  240. msgstr "Change password"
  241. msgid "Please correct the error below."
  242. msgstr "Please correct the errors below."
  243. msgid "Please correct the errors below."
  244. msgstr ""
  245. #, python-format
  246. msgid "Enter a new password for the user <strong>%(username)s</strong>."
  247. msgstr "Enter a new password for the user <strong>%(username)s</strong>."
  248. msgid "Welcome,"
  249. msgstr "Welcome,"
  250. msgid "View site"
  251. msgstr ""
  252. msgid "Documentation"
  253. msgstr "Documentation"
  254. msgid "Log out"
  255. msgstr "Log out"
  256. #, python-format
  257. msgid "Add %(name)s"
  258. msgstr "Add %(name)s"
  259. msgid "History"
  260. msgstr "History"
  261. msgid "View on site"
  262. msgstr "View on site"
  263. msgid "Filter"
  264. msgstr "Filter"
  265. msgid "Remove from sorting"
  266. msgstr "Remove from sorting"
  267. #, python-format
  268. msgid "Sorting priority: %(priority_number)s"
  269. msgstr "Sorting priority: %(priority_number)s"
  270. msgid "Toggle sorting"
  271. msgstr "Toggle sorting"
  272. msgid "Delete"
  273. msgstr "Delete"
  274. #, python-format
  275. msgid ""
  276. "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
  277. "related objects, but your account doesn't have permission to delete the "
  278. "following types of objects:"
  279. msgstr ""
  280. "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
  281. "related objects, but your account doesn't have permission to delete the "
  282. "following types of objects:"
  283. #, python-format
  284. msgid ""
  285. "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
  286. "following protected related objects:"
  287. msgstr ""
  288. "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
  289. "following protected related objects:"
  290. #, python-format
  291. msgid ""
  292. "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
  293. "All of the following related items will be deleted:"
  294. msgstr ""
  295. "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
  296. "All of the following related items will be deleted:"
  297. msgid "Objects"
  298. msgstr ""
  299. msgid "Yes, I'm sure"
  300. msgstr "Yes, I'm sure"
  301. msgid "No, take me back"
  302. msgstr ""
  303. msgid "Delete multiple objects"
  304. msgstr "Delete multiple objects"
  305. #, python-format
  306. msgid ""
  307. "Deleting the selected %(objects_name)s would result in deleting related "
  308. "objects, but your account doesn't have permission to delete the following "
  309. "types of objects:"
  310. msgstr ""
  311. "Deleting the selected %(objects_name)s would result in deleting related "
  312. "objects, but your account doesn't have permission to delete the following "
  313. "types of objects:"
  314. #, python-format
  315. msgid ""
  316. "Deleting the selected %(objects_name)s would require deleting the following "
  317. "protected related objects:"
  318. msgstr ""
  319. "Deleting the selected %(objects_name)s would require deleting the following "
  320. "protected related objects:"
  321. #, python-format
  322. msgid ""
  323. "Are you sure you want to delete the selected %(objects_name)s? All of the "
  324. "following objects and their related items will be deleted:"
  325. msgstr ""
  326. "Are you sure you want to delete the selected %(objects_name)s? All of the "
  327. "following objects and their related items will be deleted:"
  328. msgid "Change"
  329. msgstr "Change"
  330. msgid "Delete?"
  331. msgstr "Delete?"
  332. #, python-format
  333. msgid " By %(filter_title)s "
  334. msgstr " By %(filter_title)s "
  335. msgid "Summary"
  336. msgstr ""
  337. #, python-format
  338. msgid "Models in the %(name)s application"
  339. msgstr ""
  340. msgid "Add"
  341. msgstr "Add"
  342. msgid "You don't have permission to edit anything."
  343. msgstr "You don't have permission to edit anything."
  344. msgid "Recent actions"
  345. msgstr ""
  346. msgid "My actions"
  347. msgstr ""
  348. msgid "None available"
  349. msgstr "None available"
  350. msgid "Unknown content"
  351. msgstr "Unknown content"
  352. msgid ""
  353. "Something's wrong with your database installation. Make sure the appropriate "
  354. "database tables have been created, and make sure the database is readable by "
  355. "the appropriate user."
  356. msgstr ""
  357. "Something's wrong with your database installation. Make sure the appropriate "
  358. "database tables have been created, and make sure the database is readable by "
  359. "the appropriate user."
  360. #, python-format
  361. msgid ""
  362. "You are authenticated as %(username)s, but are not authorized to access this "
  363. "page. Would you like to login to a different account?"
  364. msgstr ""
  365. msgid "Forgotten your password or username?"
  366. msgstr "Forgotten your password or username?"
  367. msgid "Date/time"
  368. msgstr "Date/time"
  369. msgid "User"
  370. msgstr "User"
  371. msgid "Action"
  372. msgstr "Action"
  373. msgid ""
  374. "This object doesn't have a change history. It probably wasn't added via this "
  375. "admin site."
  376. msgstr ""
  377. "This object doesn't have a change history. It probably wasn't added via this "
  378. "admin site."
  379. msgid "Show all"
  380. msgstr "Show all"
  381. msgid "Save"
  382. msgstr "Save"
  383. msgid "Popup closing..."
  384. msgstr ""
  385. #, python-format
  386. msgid "Change selected %(model)s"
  387. msgstr ""
  388. #, python-format
  389. msgid "Add another %(model)s"
  390. msgstr ""
  391. #, python-format
  392. msgid "Delete selected %(model)s"
  393. msgstr ""
  394. msgid "Search"
  395. msgstr "Search"
  396. #, python-format
  397. msgid "%(counter)s result"
  398. msgid_plural "%(counter)s results"
  399. msgstr[0] "%(counter)s result"
  400. msgstr[1] "%(counter)s results"
  401. #, python-format
  402. msgid "%(full_result_count)s total"
  403. msgstr "%(full_result_count)s total"
  404. msgid "Save as new"
  405. msgstr "Save as new"
  406. msgid "Save and add another"
  407. msgstr "Save and add another"
  408. msgid "Save and continue editing"
  409. msgstr "Save and continue editing"
  410. msgid "Thanks for spending some quality time with the Web site today."
  411. msgstr "Thanks for spending some quality time with the Web site today."
  412. msgid "Log in again"
  413. msgstr "Log in again"
  414. msgid "Password change"
  415. msgstr "Password change"
  416. msgid "Your password was changed."
  417. msgstr "Your password was changed."
  418. msgid ""
  419. "Please enter your old password, for security's sake, and then enter your new "
  420. "password twice so we can verify you typed it in correctly."
  421. msgstr ""
  422. "Please enter your old password, for security's sake, and then enter your new "
  423. "password twice so we can verify you typed it in correctly."
  424. msgid "Change my password"
  425. msgstr "Change my password"
  426. msgid "Password reset"
  427. msgstr "Password reset"
  428. msgid "Your password has been set. You may go ahead and log in now."
  429. msgstr "Your password has been set. You may go ahead and log in now."
  430. msgid "Password reset confirmation"
  431. msgstr "Password reset confirmation"
  432. msgid ""
  433. "Please enter your new password twice so we can verify you typed it in "
  434. "correctly."
  435. msgstr ""
  436. "Please enter your new password twice so we can verify you typed it in "
  437. "correctly."
  438. msgid "New password:"
  439. msgstr "New password:"
  440. msgid "Confirm password:"
  441. msgstr "Confirm password:"
  442. msgid ""
  443. "The password reset link was invalid, possibly because it has already been "
  444. "used. Please request a new password reset."
  445. msgstr ""
  446. "The password reset link was invalid, possibly because it has already been "
  447. "used. Please request a new password reset."
  448. msgid ""
  449. "We've emailed you instructions for setting your password, if an account "
  450. "exists with the email you entered. You should receive them shortly."
  451. msgstr ""
  452. msgid ""
  453. "If you don't receive an email, please make sure you've entered the address "
  454. "you registered with, and check your spam folder."
  455. msgstr ""
  456. #, python-format
  457. msgid ""
  458. "You're receiving this email because you requested a password reset for your "
  459. "user account at %(site_name)s."
  460. msgstr ""
  461. msgid "Please go to the following page and choose a new password:"
  462. msgstr "Please go to the following page and choose a new password:"
  463. msgid "Your username, in case you've forgotten:"
  464. msgstr "Your username, in case you've forgotten:"
  465. msgid "Thanks for using our site!"
  466. msgstr "Thanks for using our site!"
  467. #, python-format
  468. msgid "The %(site_name)s team"
  469. msgstr "The %(site_name)s team"
  470. msgid ""
  471. "Forgotten your password? Enter your email address below, and we'll email "
  472. "instructions for setting a new one."
  473. msgstr ""
  474. msgid "Email address:"
  475. msgstr ""
  476. msgid "Reset my password"
  477. msgstr "Reset my password"
  478. msgid "All dates"
  479. msgstr "All dates"
  480. #, python-format
  481. msgid "Select %s"
  482. msgstr "Select %s"
  483. #, python-format
  484. msgid "Select %s to change"
  485. msgstr "Select %s to change"
  486. msgid "Date:"
  487. msgstr "Date:"
  488. msgid "Time:"
  489. msgstr "Time:"
  490. msgid "Lookup"
  491. msgstr "Lookup"
  492. msgid "Currently:"
  493. msgstr ""
  494. msgid "Change:"
  495. msgstr ""