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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675
  1. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  2. # This file is distributed under the same license as the PACKAGE package.
  3. #
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Django Debug Toolbar\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2018-09-06 09:19+0200\n"
  10. "PO-Revision-Date: 2012-03-31 20:10+0000\n"
  11. "Last-Translator: \n"
  12. "Language-Team: \n"
  13. "Language: en\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Plural-Forms: nplurals=2; plural=(n != 1)\n"
  18. #: apps.py:15
  19. msgid "Debug Toolbar"
  20. msgstr ""
  21. #: panels/cache.py:188
  22. msgid "Cache"
  23. msgstr ""
  24. #: panels/cache.py:193
  25. #, python-format
  26. msgid "%(cache_calls)d call in %(time).2fms"
  27. msgid_plural "%(cache_calls)d calls in %(time).2fms"
  28. msgstr[0] ""
  29. msgstr[1] ""
  30. #: panels/cache.py:201
  31. #, python-format
  32. msgid "Cache calls from %(count)d backend"
  33. msgid_plural "Cache calls from %(count)d backends"
  34. msgstr[0] ""
  35. msgstr[1] ""
  36. #: panels/headers.py:34
  37. msgid "Headers"
  38. msgstr ""
  39. #: panels/logging.py:66
  40. msgid "Logging"
  41. msgstr ""
  42. #: panels/logging.py:72
  43. #, python-format
  44. msgid "%(count)s message"
  45. msgid_plural "%(count)s messages"
  46. msgstr[0] ""
  47. msgstr[1] ""
  48. #: panels/logging.py:75
  49. msgid "Log messages"
  50. msgstr ""
  51. #: panels/profiling.py:148
  52. msgid "Profiling"
  53. msgstr ""
  54. #: panels/redirects.py:16
  55. msgid "Intercept redirects"
  56. msgstr ""
  57. #: panels/request.py:18
  58. msgid "Request"
  59. msgstr ""
  60. #: panels/request.py:35
  61. msgid "<no view>"
  62. msgstr ""
  63. #: panels/request.py:47
  64. msgid "<unavailable>"
  65. msgstr ""
  66. #: panels/settings.py:18
  67. msgid "Settings"
  68. msgstr ""
  69. #: panels/settings.py:21
  70. #, python-format
  71. msgid "Settings from <code>%s</code>"
  72. msgstr ""
  73. #: panels/signals.py:44
  74. #, python-format
  75. msgid "%(num_receivers)d receiver of 1 signal"
  76. msgid_plural "%(num_receivers)d receivers of 1 signal"
  77. msgstr[0] ""
  78. msgstr[1] ""
  79. #: panels/signals.py:47
  80. #, python-format
  81. msgid "%(num_receivers)d receiver of %(num_signals)d signals"
  82. msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
  83. msgstr[0] ""
  84. msgstr[1] ""
  85. #: panels/signals.py:52
  86. msgid "Signals"
  87. msgstr ""
  88. #: panels/sql/panel.py:25
  89. msgid "Autocommit"
  90. msgstr ""
  91. #: panels/sql/panel.py:26
  92. msgid "Read uncommitted"
  93. msgstr ""
  94. #: panels/sql/panel.py:27
  95. msgid "Read committed"
  96. msgstr ""
  97. #: panels/sql/panel.py:28
  98. msgid "Repeatable read"
  99. msgstr ""
  100. #: panels/sql/panel.py:29
  101. msgid "Serializable"
  102. msgstr ""
  103. #: panels/sql/panel.py:40
  104. msgid "Idle"
  105. msgstr ""
  106. #: panels/sql/panel.py:41
  107. msgid "Active"
  108. msgstr ""
  109. #: panels/sql/panel.py:42
  110. msgid "In transaction"
  111. msgstr ""
  112. #: panels/sql/panel.py:43
  113. msgid "In error"
  114. msgstr ""
  115. #: panels/sql/panel.py:44
  116. msgid "Unknown"
  117. msgstr ""
  118. #: panels/sql/panel.py:108
  119. msgid "SQL"
  120. msgstr ""
  121. #: panels/staticfiles.py:88
  122. #, python-format
  123. msgid "Static files (%(num_found)s found, %(num_used)s used)"
  124. msgstr ""
  125. #: panels/staticfiles.py:106
  126. msgid "Static files"
  127. msgstr ""
  128. #: panels/staticfiles.py:111
  129. #, python-format
  130. msgid "%(num_used)s file used"
  131. msgid_plural "%(num_used)s files used"
  132. msgstr[0] ""
  133. msgstr[1] ""
  134. #: panels/templates/panel.py:161
  135. msgid "Templates"
  136. msgstr ""
  137. #: panels/templates/panel.py:166
  138. #, python-format
  139. msgid "Templates (%(num_templates)s rendered)"
  140. msgstr ""
  141. #: panels/templates/panel.py:198
  142. msgid "No origin"
  143. msgstr ""
  144. #: panels/timer.py:26
  145. #, python-format
  146. msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
  147. msgstr ""
  148. #: panels/timer.py:31
  149. #, python-format
  150. msgid "Total: %0.2fms"
  151. msgstr ""
  152. #: panels/timer.py:37 templates/debug_toolbar/panels/logging.html:7
  153. #: templates/debug_toolbar/panels/sql_explain.html:11
  154. #: templates/debug_toolbar/panels/sql_profile.html:12
  155. #: templates/debug_toolbar/panels/sql_select.html:11
  156. msgid "Time"
  157. msgstr ""
  158. #: panels/timer.py:45
  159. msgid "User CPU time"
  160. msgstr ""
  161. #: panels/timer.py:45
  162. #, python-format
  163. msgid "%(utime)0.3f msec"
  164. msgstr ""
  165. #: panels/timer.py:46
  166. msgid "System CPU time"
  167. msgstr ""
  168. #: panels/timer.py:46
  169. #, python-format
  170. msgid "%(stime)0.3f msec"
  171. msgstr ""
  172. #: panels/timer.py:47
  173. msgid "Total CPU time"
  174. msgstr ""
  175. #: panels/timer.py:47
  176. #, python-format
  177. msgid "%(total)0.3f msec"
  178. msgstr ""
  179. #: panels/timer.py:48
  180. msgid "Elapsed time"
  181. msgstr ""
  182. #: panels/timer.py:48
  183. #, python-format
  184. msgid "%(total_time)0.3f msec"
  185. msgstr ""
  186. #: panels/timer.py:49
  187. msgid "Context switches"
  188. msgstr ""
  189. #: panels/timer.py:49
  190. #, python-format
  191. msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
  192. msgstr ""
  193. #: panels/versions.py:20
  194. msgid "Versions"
  195. msgstr ""
  196. #: templates/debug_toolbar/base.html:14
  197. msgid "Hide toolbar"
  198. msgstr ""
  199. #: templates/debug_toolbar/base.html:14
  200. msgid "Hide"
  201. msgstr ""
  202. #: templates/debug_toolbar/base.html:20
  203. msgid "Disable for next and successive requests"
  204. msgstr ""
  205. #: templates/debug_toolbar/base.html:20
  206. msgid "Enable for next and successive requests"
  207. msgstr ""
  208. #: templates/debug_toolbar/base.html:42
  209. msgid "Show toolbar"
  210. msgstr ""
  211. #: templates/debug_toolbar/panels/cache.html:2
  212. msgid "Summary"
  213. msgstr ""
  214. #: templates/debug_toolbar/panels/cache.html:6
  215. msgid "Total calls"
  216. msgstr ""
  217. #: templates/debug_toolbar/panels/cache.html:7
  218. msgid "Total time"
  219. msgstr ""
  220. #: templates/debug_toolbar/panels/cache.html:8
  221. msgid "Cache hits"
  222. msgstr ""
  223. #: templates/debug_toolbar/panels/cache.html:9
  224. msgid "Cache misses"
  225. msgstr ""
  226. #: templates/debug_toolbar/panels/cache.html:21
  227. msgid "Commands"
  228. msgstr ""
  229. #: templates/debug_toolbar/panels/cache.html:39
  230. msgid "Calls"
  231. msgstr ""
  232. #: templates/debug_toolbar/panels/cache.html:43
  233. #: templates/debug_toolbar/panels/sql.html:30
  234. msgid "Time (ms)"
  235. msgstr ""
  236. #: templates/debug_toolbar/panels/cache.html:44
  237. msgid "Type"
  238. msgstr ""
  239. #: templates/debug_toolbar/panels/cache.html:45
  240. #: templates/debug_toolbar/panels/request.html:8
  241. msgid "Arguments"
  242. msgstr ""
  243. #: templates/debug_toolbar/panels/cache.html:46
  244. #: templates/debug_toolbar/panels/request.html:9
  245. msgid "Keyword arguments"
  246. msgstr ""
  247. #: templates/debug_toolbar/panels/cache.html:47
  248. msgid "Backend"
  249. msgstr ""
  250. #: templates/debug_toolbar/panels/headers.html:3
  251. msgid "Request headers"
  252. msgstr ""
  253. #: templates/debug_toolbar/panels/headers.html:8
  254. #: templates/debug_toolbar/panels/headers.html:27
  255. #: templates/debug_toolbar/panels/headers.html:48
  256. msgid "Key"
  257. msgstr ""
  258. #: templates/debug_toolbar/panels/headers.html:9
  259. #: templates/debug_toolbar/panels/headers.html:28
  260. #: templates/debug_toolbar/panels/headers.html:49
  261. #: templates/debug_toolbar/panels/request.html:33
  262. #: templates/debug_toolbar/panels/request.html:59
  263. #: templates/debug_toolbar/panels/request.html:85
  264. #: templates/debug_toolbar/panels/request.html:110
  265. #: templates/debug_toolbar/panels/settings.html:6
  266. #: templates/debug_toolbar/panels/timer.html:11
  267. msgid "Value"
  268. msgstr ""
  269. #: templates/debug_toolbar/panels/headers.html:22
  270. msgid "Response headers"
  271. msgstr ""
  272. #: templates/debug_toolbar/panels/headers.html:41
  273. msgid "WSGI environ"
  274. msgstr ""
  275. #: templates/debug_toolbar/panels/headers.html:43
  276. msgid ""
  277. "Since the WSGI environ inherits the environment of the server, only a "
  278. "significant subset is shown below."
  279. msgstr ""
  280. #: templates/debug_toolbar/panels/logging.html:6
  281. msgid "Level"
  282. msgstr ""
  283. #: templates/debug_toolbar/panels/logging.html:8
  284. msgid "Channel"
  285. msgstr ""
  286. #: templates/debug_toolbar/panels/logging.html:9
  287. msgid "Message"
  288. msgstr ""
  289. #: templates/debug_toolbar/panels/logging.html:10
  290. #: templates/debug_toolbar/panels/staticfiles.html:44
  291. msgid "Location"
  292. msgstr ""
  293. #: templates/debug_toolbar/panels/logging.html:26
  294. msgid "No messages logged"
  295. msgstr ""
  296. #: templates/debug_toolbar/panels/profiling.html:5
  297. msgid "Call"
  298. msgstr ""
  299. #: templates/debug_toolbar/panels/profiling.html:6
  300. msgid "CumTime"
  301. msgstr ""
  302. #: templates/debug_toolbar/panels/profiling.html:7
  303. #: templates/debug_toolbar/panels/profiling.html:9
  304. msgid "Per"
  305. msgstr ""
  306. #: templates/debug_toolbar/panels/profiling.html:8
  307. msgid "TotTime"
  308. msgstr ""
  309. #: templates/debug_toolbar/panels/profiling.html:10
  310. msgid "Count"
  311. msgstr ""
  312. #: templates/debug_toolbar/panels/request.html:3
  313. msgid "View information"
  314. msgstr ""
  315. #: templates/debug_toolbar/panels/request.html:7
  316. msgid "View function"
  317. msgstr ""
  318. #: templates/debug_toolbar/panels/request.html:10
  319. msgid "URL name"
  320. msgstr ""
  321. #: templates/debug_toolbar/panels/request.html:24
  322. msgid "Cookies"
  323. msgstr ""
  324. #: templates/debug_toolbar/panels/request.html:32
  325. #: templates/debug_toolbar/panels/request.html:58
  326. #: templates/debug_toolbar/panels/request.html:84
  327. #: templates/debug_toolbar/panels/request.html:109
  328. msgid "Variable"
  329. msgstr ""
  330. #: templates/debug_toolbar/panels/request.html:46
  331. msgid "No cookies"
  332. msgstr ""
  333. #: templates/debug_toolbar/panels/request.html:50
  334. msgid "Session data"
  335. msgstr ""
  336. #: templates/debug_toolbar/panels/request.html:72
  337. msgid "No session data"
  338. msgstr ""
  339. #: templates/debug_toolbar/panels/request.html:76
  340. msgid "GET data"
  341. msgstr ""
  342. #: templates/debug_toolbar/panels/request.html:98
  343. msgid "No GET data"
  344. msgstr ""
  345. #: templates/debug_toolbar/panels/request.html:102
  346. msgid "POST data"
  347. msgstr ""
  348. #: templates/debug_toolbar/panels/request.html:123
  349. msgid "No POST data"
  350. msgstr ""
  351. #: templates/debug_toolbar/panels/settings.html:5
  352. msgid "Setting"
  353. msgstr ""
  354. #: templates/debug_toolbar/panels/signals.html:5
  355. msgid "Signal"
  356. msgstr ""
  357. #: templates/debug_toolbar/panels/signals.html:6
  358. msgid "Providing"
  359. msgstr ""
  360. #: templates/debug_toolbar/panels/signals.html:7
  361. msgid "Receivers"
  362. msgstr ""
  363. #: templates/debug_toolbar/panels/sql.html:7
  364. #, python-format
  365. msgid "%(num)s query"
  366. msgid_plural "%(num)s queries"
  367. msgstr[0] ""
  368. msgstr[1] ""
  369. #: templates/debug_toolbar/panels/sql.html:9
  370. #, python-format
  371. msgid ""
  372. "including <abbr title=\"Similar queries are queries with the same SQL, but "
  373. "potentially different parameters.\">%(count)s similar</abbr>"
  374. msgstr ""
  375. #: templates/debug_toolbar/panels/sql.html:13
  376. #, python-format
  377. msgid ""
  378. "and <abbr title=\"Duplicate queries are identical to each other: they "
  379. "execute exactly the same SQL and parameters.\">%(dupes)s duplicates</abbr>"
  380. msgstr ""
  381. #: templates/debug_toolbar/panels/sql.html:28
  382. msgid "Query"
  383. msgstr ""
  384. #: templates/debug_toolbar/panels/sql.html:29
  385. #: templates/debug_toolbar/panels/timer.html:36
  386. msgid "Timeline"
  387. msgstr ""
  388. #: templates/debug_toolbar/panels/sql.html:31
  389. msgid "Action"
  390. msgstr ""
  391. #: templates/debug_toolbar/panels/sql.html:48
  392. #, python-format
  393. msgid "%(count)s similar queries."
  394. msgstr ""
  395. #: templates/debug_toolbar/panels/sql.html:54
  396. #, python-format
  397. msgid "Duplicated %(dupes)s times."
  398. msgstr ""
  399. #: templates/debug_toolbar/panels/sql.html:86
  400. msgid "Connection:"
  401. msgstr ""
  402. #: templates/debug_toolbar/panels/sql.html:88
  403. msgid "Isolation level:"
  404. msgstr ""
  405. #: templates/debug_toolbar/panels/sql.html:91
  406. msgid "Transaction status:"
  407. msgstr ""
  408. #: templates/debug_toolbar/panels/sql.html:105
  409. msgid "(unknown)"
  410. msgstr ""
  411. #: templates/debug_toolbar/panels/sql.html:114
  412. msgid "No SQL queries were recorded during this request."
  413. msgstr ""
  414. #: templates/debug_toolbar/panels/sql_explain.html:4
  415. msgid "SQL explained"
  416. msgstr ""
  417. #: templates/debug_toolbar/panels/sql_explain.html:9
  418. #: templates/debug_toolbar/panels/sql_profile.html:10
  419. #: templates/debug_toolbar/panels/sql_select.html:9
  420. msgid "Executed SQL"
  421. msgstr ""
  422. #: templates/debug_toolbar/panels/sql_explain.html:13
  423. #: templates/debug_toolbar/panels/sql_profile.html:14
  424. #: templates/debug_toolbar/panels/sql_select.html:13
  425. msgid "Database"
  426. msgstr ""
  427. #: templates/debug_toolbar/panels/sql_profile.html:4
  428. msgid "SQL profiled"
  429. msgstr ""
  430. #: templates/debug_toolbar/panels/sql_profile.html:37
  431. msgid "Error"
  432. msgstr ""
  433. #: templates/debug_toolbar/panels/sql_select.html:4
  434. msgid "SQL selected"
  435. msgstr ""
  436. #: templates/debug_toolbar/panels/sql_select.html:36
  437. msgid "Empty set"
  438. msgstr ""
  439. #: templates/debug_toolbar/panels/staticfiles.html:3
  440. msgid "Static file path"
  441. msgid_plural "Static file paths"
  442. msgstr[0] ""
  443. msgstr[1] ""
  444. #: templates/debug_toolbar/panels/staticfiles.html:7
  445. #, python-format
  446. msgid "(prefix %(prefix)s)"
  447. msgstr ""
  448. #: templates/debug_toolbar/panels/staticfiles.html:11
  449. #: templates/debug_toolbar/panels/staticfiles.html:22
  450. #: templates/debug_toolbar/panels/staticfiles.html:34
  451. #: templates/debug_toolbar/panels/templates.html:10
  452. #: templates/debug_toolbar/panels/templates.html:30
  453. #: templates/debug_toolbar/panels/templates.html:47
  454. msgid "None"
  455. msgstr ""
  456. #: templates/debug_toolbar/panels/staticfiles.html:14
  457. msgid "Static file app"
  458. msgid_plural "Static file apps"
  459. msgstr[0] ""
  460. msgstr[1] ""
  461. #: templates/debug_toolbar/panels/staticfiles.html:25
  462. msgid "Static file"
  463. msgid_plural "Static files"
  464. msgstr[0] ""
  465. msgstr[1] ""
  466. #: templates/debug_toolbar/panels/staticfiles.html:39
  467. #, python-format
  468. msgid "%(payload_count)s file"
  469. msgid_plural "%(payload_count)s files"
  470. msgstr[0] ""
  471. msgstr[1] ""
  472. #: templates/debug_toolbar/panels/staticfiles.html:43
  473. msgid "Path"
  474. msgstr ""
  475. #: templates/debug_toolbar/panels/template_source.html:4
  476. msgid "Template source:"
  477. msgstr ""
  478. #: templates/debug_toolbar/panels/templates.html:2
  479. msgid "Template path"
  480. msgid_plural "Template paths"
  481. msgstr[0] ""
  482. msgstr[1] ""
  483. #: templates/debug_toolbar/panels/templates.html:13
  484. msgid "Template"
  485. msgid_plural "Templates"
  486. msgstr[0] ""
  487. msgstr[1] ""
  488. #: templates/debug_toolbar/panels/templates.html:22
  489. #: templates/debug_toolbar/panels/templates.html:40
  490. msgid "Toggle context"
  491. msgstr ""
  492. #: templates/debug_toolbar/panels/templates.html:33
  493. msgid "Context processor"
  494. msgid_plural "Context processors"
  495. msgstr[0] ""
  496. msgstr[1] ""
  497. #: templates/debug_toolbar/panels/timer.html:2
  498. msgid "Resource usage"
  499. msgstr ""
  500. #: templates/debug_toolbar/panels/timer.html:10
  501. msgid "Resource"
  502. msgstr ""
  503. #: templates/debug_toolbar/panels/timer.html:26
  504. msgid "Browser timing"
  505. msgstr ""
  506. #: templates/debug_toolbar/panels/timer.html:35
  507. msgid "Timing attribute"
  508. msgstr ""
  509. #: templates/debug_toolbar/panels/timer.html:37
  510. msgid "Milliseconds since navigation start (+length)"
  511. msgstr ""
  512. #: templates/debug_toolbar/panels/versions.html:10
  513. msgid "Package"
  514. msgstr ""
  515. #: templates/debug_toolbar/panels/versions.html:11
  516. msgid "Name"
  517. msgstr ""
  518. #: templates/debug_toolbar/panels/versions.html:12
  519. msgid "Version"
  520. msgstr ""
  521. #: templates/debug_toolbar/redirect.html:8
  522. msgid "Location:"
  523. msgstr ""
  524. #: templates/debug_toolbar/redirect.html:10
  525. msgid ""
  526. "The Django Debug Toolbar has intercepted a redirect to the above URL for "
  527. "debug viewing purposes. You can click the above link to continue with the "
  528. "redirect as normal."
  529. msgstr ""
  530. #: views.py:16
  531. msgid ""
  532. "Data for this panel isn't available anymore. Please reload the page and "
  533. "retry."
  534. msgstr ""