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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656
  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. # Translators:
  6. # Jannis Leidel <jannis@leidel.info>, 2012-2013
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Django Debug Toolbar\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2014-04-25 21:52+0200\n"
  12. "PO-Revision-Date: 2014-04-25 19:53+0000\n"
  13. "Last-Translator: Aymeric Augustin <aymeric.augustin@m4x.org>\n"
  14. "Language-Team: German (http://www.transifex.com/projects/p/django-debug-toolbar/language/de/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: de\n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #: apps.py:11
  21. msgid "Debug Toolbar"
  22. msgstr ""
  23. #: views.py:14
  24. msgid ""
  25. "Data for this panel isn't available anymore. Please reload the page and "
  26. "retry."
  27. msgstr "Die Daten für dieses Panel sind nicht mehr verfügbar. Bitte laden Sie die Seite neu."
  28. #: panels/cache.py:191
  29. msgid "Cache"
  30. msgstr "Cache"
  31. #: panels/cache.py:196
  32. #, python-format
  33. msgid "%(cache_calls)d call in %(time).2fms"
  34. msgid_plural "%(cache_calls)d calls in %(time).2fms"
  35. msgstr[0] "%(cache_calls)d Abfrage in %(time).2fms"
  36. msgstr[1] "%(cache_calls)d Abfragen in %(time).2fms"
  37. #: panels/cache.py:204
  38. #, python-format
  39. msgid "Cache calls from %(count)d backend"
  40. msgid_plural "Cache calls from %(count)d backends"
  41. msgstr[0] "Cache-Aufrufe von %(count)d Backend"
  42. msgstr[1] "Cache-Aufrufe von %(count)d Backends"
  43. #: panels/headers.py:35
  44. msgid "Headers"
  45. msgstr "Header"
  46. #: panels/logging.py:64
  47. msgid "Logging"
  48. msgstr "Logging"
  49. #: panels/logging.py:70
  50. #, python-format
  51. msgid "%(count)s message"
  52. msgid_plural "%(count)s messages"
  53. msgstr[0] "%(count)s Eintrag"
  54. msgstr[1] "%(count)s Einträge"
  55. #: panels/logging.py:73
  56. msgid "Log messages"
  57. msgstr "Logeinträge"
  58. #: panels/profiling.py:127
  59. msgid "Profiling"
  60. msgstr "Profiling"
  61. #: panels/redirects.py:17
  62. msgid "Intercept redirects"
  63. msgstr "Umleitungen abfangen"
  64. #: panels/request.py:18
  65. msgid "Request"
  66. msgstr "Anfrage"
  67. #: panels/request.py:35
  68. msgid "<no view>"
  69. msgstr "<kein View>"
  70. #: panels/request.py:47
  71. msgid "<unavailable>"
  72. msgstr "<nicht verfügbar>"
  73. #: panels/settings.py:20
  74. msgid "Settings"
  75. msgstr "Einstellungen"
  76. #: panels/settings.py:23
  77. #, python-format
  78. msgid "Settings from <code>%s</code>"
  79. msgstr "Einstellungen von <code>%s</code>"
  80. #: panels/signals.py:45
  81. #, python-format
  82. msgid "%(num_receivers)d receiver of 1 signal"
  83. msgid_plural "%(num_receivers)d receivers of 1 signal"
  84. msgstr[0] "%(num_receivers)d Empfänger von einem Signal"
  85. msgstr[1] "%(num_receivers)d Empfänger von einem Signal"
  86. #: panels/signals.py:48
  87. #, python-format
  88. msgid "%(num_receivers)d receiver of %(num_signals)d signals"
  89. msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
  90. msgstr[0] "%(num_receivers)d Empfänger von %(num_signals)d Signalen"
  91. msgstr[1] "%(num_receivers)d Empfänger von %(num_signals)d Signalen"
  92. #: panels/signals.py:53
  93. msgid "Signals"
  94. msgstr "Signale"
  95. #: panels/staticfiles.py:89
  96. #, python-format
  97. msgid "Static files (%(num_found)s found, %(num_used)s used)"
  98. msgstr "Statische Dateien (%(num_found)s gefunden, %(num_used)s benutzt)"
  99. #: panels/staticfiles.py:107
  100. msgid "Static files"
  101. msgstr "Statische Dateien"
  102. #: panels/staticfiles.py:112
  103. #, python-format
  104. msgid "%(num_used)s file used"
  105. msgid_plural "%(num_used)s files used"
  106. msgstr[0] "%(num_used)s Datei benutzt"
  107. msgstr[1] "%(num_used)s Dateien benutzt"
  108. #: panels/timer.py:23
  109. #, python-format
  110. msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
  111. msgstr "CPU: %(cum)0.2fms (%(total)0.2fms)"
  112. #: panels/timer.py:28
  113. #, python-format
  114. msgid "Total: %0.2fms"
  115. msgstr "Gesamt: %0.2fms"
  116. #: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7
  117. #: templates/debug_toolbar/panels/sql_explain.html:11
  118. #: templates/debug_toolbar/panels/sql_profile.html:12
  119. #: templates/debug_toolbar/panels/sql_select.html:11
  120. msgid "Time"
  121. msgstr "Zeit"
  122. #: panels/timer.py:42
  123. msgid "User CPU time"
  124. msgstr "CPU-Zeit Benutzer"
  125. #: panels/timer.py:42
  126. #, python-format
  127. msgid "%(utime)0.3f msec"
  128. msgstr "%(utime)0.3f ms"
  129. #: panels/timer.py:43
  130. msgid "System CPU time"
  131. msgstr "CPU-Zeit System"
  132. #: panels/timer.py:43
  133. #, python-format
  134. msgid "%(stime)0.3f msec"
  135. msgstr "%(stime)0.3f ms"
  136. #: panels/timer.py:44
  137. msgid "Total CPU time"
  138. msgstr "CPU-Zeit gesamt"
  139. #: panels/timer.py:44
  140. #, python-format
  141. msgid "%(total)0.3f msec"
  142. msgstr "%(total)0.3f ms"
  143. #: panels/timer.py:45
  144. msgid "Elapsed time"
  145. msgstr "Verstrichene Zeit"
  146. #: panels/timer.py:45
  147. #, python-format
  148. msgid "%(total_time)0.3f msec"
  149. msgstr "%(total_time)0.3f ms"
  150. #: panels/timer.py:46
  151. msgid "Context switches"
  152. msgstr "Kontextwechsel"
  153. #: panels/timer.py:46
  154. #, python-format
  155. msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
  156. msgstr "%(vcsw)d freiwillig, %(ivcsw)d unfreiwillig"
  157. #: panels/versions.py:25
  158. msgid "Versions"
  159. msgstr "Versionen"
  160. #: panels/sql/panel.py:22
  161. msgid "Autocommit"
  162. msgstr "Autocommit"
  163. #: panels/sql/panel.py:23
  164. msgid "Read uncommitted"
  165. msgstr "Lesend, nicht ausgeführt"
  166. #: panels/sql/panel.py:24
  167. msgid "Read committed"
  168. msgstr "Lesend, ausgeführt"
  169. #: panels/sql/panel.py:25
  170. msgid "Repeatable read"
  171. msgstr "Wiederholtes Lesen"
  172. #: panels/sql/panel.py:26
  173. msgid "Serializable"
  174. msgstr "Variable"
  175. #: panels/sql/panel.py:37
  176. msgid "Idle"
  177. msgstr "Wartet"
  178. #: panels/sql/panel.py:38
  179. msgid "Active"
  180. msgstr "Aktiv"
  181. #: panels/sql/panel.py:39
  182. msgid "In transaction"
  183. msgstr "In einer Transaktion"
  184. #: panels/sql/panel.py:40
  185. msgid "In error"
  186. msgstr "Fehler"
  187. #: panels/sql/panel.py:41
  188. msgid "Unknown"
  189. msgstr "Unbekannt"
  190. #: panels/sql/panel.py:105
  191. msgid "SQL"
  192. msgstr "SQL"
  193. #: panels/templates/panel.py:141
  194. msgid "Templates"
  195. msgstr "Templates"
  196. #: panels/templates/panel.py:146
  197. #, python-format
  198. msgid "Templates (%(num_templates)s rendered)"
  199. msgstr "Templates (%(num_templates)s gerendert)"
  200. #: templates/debug_toolbar/base.html:19
  201. msgid "Hide toolbar"
  202. msgstr "Toolbar ausblenden"
  203. #: templates/debug_toolbar/base.html:19
  204. msgid "Hide"
  205. msgstr "Ausblenden"
  206. #: templates/debug_toolbar/base.html:25
  207. msgid "Disable for next and successive requests"
  208. msgstr "Für nächste und die darauffolgenden Anfragen deaktivieren"
  209. #: templates/debug_toolbar/base.html:25
  210. msgid "Enable for next and successive requests"
  211. msgstr "Für nächste und die darauffolgenden Anfragen aktivieren"
  212. #: templates/debug_toolbar/base.html:47
  213. msgid "Show toolbar"
  214. msgstr "Toolbar einblenden"
  215. #: templates/debug_toolbar/base.html:53
  216. msgid "Close"
  217. msgstr "Schließen"
  218. #: templates/debug_toolbar/redirect.html:8
  219. msgid "Location:"
  220. msgstr "Ziel:"
  221. #: templates/debug_toolbar/redirect.html:10
  222. msgid ""
  223. "The Django Debug Toolbar has intercepted a redirect to the above URL for "
  224. "debug viewing purposes. You can click the above link to continue with the "
  225. "redirect as normal."
  226. msgstr "Die Django Debug Toolbar hat eine Weiterleitung an die obenstehende URL zur weiteren Überprüfung abgefangen. Klicken Sie den Link, um wie gewohnt weitergeleitet zu werden."
  227. #: templates/debug_toolbar/panels/cache.html:2
  228. msgid "Summary"
  229. msgstr "Zusammenfassung"
  230. #: templates/debug_toolbar/panels/cache.html:6
  231. msgid "Total calls"
  232. msgstr "Aufrufe gesamt"
  233. #: templates/debug_toolbar/panels/cache.html:7
  234. msgid "Total time"
  235. msgstr "Zeit gesamt"
  236. #: templates/debug_toolbar/panels/cache.html:8
  237. msgid "Cache hits"
  238. msgstr "Cache erfolgreich"
  239. #: templates/debug_toolbar/panels/cache.html:9
  240. msgid "Cache misses"
  241. msgstr "Cache verfehlt"
  242. #: templates/debug_toolbar/panels/cache.html:21
  243. msgid "Commands"
  244. msgstr "Befehle"
  245. #: templates/debug_toolbar/panels/cache.html:39
  246. msgid "Calls"
  247. msgstr "Aufrufe"
  248. #: templates/debug_toolbar/panels/cache.html:43
  249. #: templates/debug_toolbar/panels/sql.html:20
  250. msgid "Time (ms)"
  251. msgstr "Zeit (ms)"
  252. #: templates/debug_toolbar/panels/cache.html:44
  253. msgid "Type"
  254. msgstr "Typ"
  255. #: templates/debug_toolbar/panels/cache.html:45
  256. #: templates/debug_toolbar/panels/request.html:8
  257. msgid "Arguments"
  258. msgstr "Argumente"
  259. #: templates/debug_toolbar/panels/cache.html:46
  260. #: templates/debug_toolbar/panels/request.html:9
  261. msgid "Keyword arguments"
  262. msgstr "Schlüsselwort-Argumente"
  263. #: templates/debug_toolbar/panels/cache.html:47
  264. msgid "Backend"
  265. msgstr "Backend"
  266. #: templates/debug_toolbar/panels/headers.html:3
  267. msgid "Request headers"
  268. msgstr "Anfrage-Header"
  269. #: templates/debug_toolbar/panels/headers.html:8
  270. #: templates/debug_toolbar/panels/headers.html:27
  271. #: templates/debug_toolbar/panels/headers.html:48
  272. msgid "Key"
  273. msgstr "Name"
  274. #: templates/debug_toolbar/panels/headers.html:9
  275. #: templates/debug_toolbar/panels/headers.html:28
  276. #: templates/debug_toolbar/panels/headers.html:49
  277. #: templates/debug_toolbar/panels/request.html:33
  278. #: templates/debug_toolbar/panels/request.html:59
  279. #: templates/debug_toolbar/panels/request.html:85
  280. #: templates/debug_toolbar/panels/request.html:110
  281. #: templates/debug_toolbar/panels/settings.html:6
  282. #: templates/debug_toolbar/panels/timer.html:11
  283. msgid "Value"
  284. msgstr "Wert"
  285. #: templates/debug_toolbar/panels/headers.html:22
  286. msgid "Response headers"
  287. msgstr "Antwort-Header"
  288. #: templates/debug_toolbar/panels/headers.html:41
  289. msgid "WSGI environ"
  290. msgstr "WSGI-Umgebung"
  291. #: templates/debug_toolbar/panels/headers.html:43
  292. msgid ""
  293. "Since the WSGI environ inherits the environment of the server, only a "
  294. "significant subset is shown below."
  295. msgstr "Da sich die WSGI-Umgebung von der Umgebung des Servers ableitet, wird nur eine notwendige Teilmenge dargestellt."
  296. #: templates/debug_toolbar/panels/logging.html:6
  297. msgid "Level"
  298. msgstr "Level"
  299. #: templates/debug_toolbar/panels/logging.html:8
  300. msgid "Channel"
  301. msgstr "Kanal"
  302. #: templates/debug_toolbar/panels/logging.html:9
  303. msgid "Message"
  304. msgstr "Eintrag"
  305. #: templates/debug_toolbar/panels/logging.html:10
  306. #: templates/debug_toolbar/panels/staticfiles.html:45
  307. msgid "Location"
  308. msgstr "Ort"
  309. #: templates/debug_toolbar/panels/logging.html:26
  310. msgid "No messages logged"
  311. msgstr "Keine Logbucheinträge vorhanden"
  312. #: templates/debug_toolbar/panels/profiling.html:5
  313. msgid "Call"
  314. msgstr "Aufruf"
  315. #: templates/debug_toolbar/panels/profiling.html:6
  316. msgid "CumTime"
  317. msgstr "Gesamt"
  318. #: templates/debug_toolbar/panels/profiling.html:7
  319. #: templates/debug_toolbar/panels/profiling.html:9
  320. msgid "Per"
  321. msgstr "Per"
  322. #: templates/debug_toolbar/panels/profiling.html:8
  323. msgid "TotTime"
  324. msgstr "Total"
  325. #: templates/debug_toolbar/panels/profiling.html:10
  326. msgid "Count"
  327. msgstr "Anzahl"
  328. #: templates/debug_toolbar/panels/request.html:3
  329. msgid "View information"
  330. msgstr "View-Informationen"
  331. #: templates/debug_toolbar/panels/request.html:7
  332. msgid "View function"
  333. msgstr "View-Funktion"
  334. #: templates/debug_toolbar/panels/request.html:10
  335. msgid "URL name"
  336. msgstr "URL-Name"
  337. #: templates/debug_toolbar/panels/request.html:24
  338. msgid "Cookies"
  339. msgstr "Cookies"
  340. #: templates/debug_toolbar/panels/request.html:32
  341. #: templates/debug_toolbar/panels/request.html:58
  342. #: templates/debug_toolbar/panels/request.html:84
  343. #: templates/debug_toolbar/panels/request.html:109
  344. msgid "Variable"
  345. msgstr "Variable"
  346. #: templates/debug_toolbar/panels/request.html:46
  347. msgid "No cookies"
  348. msgstr "Keine Cookies"
  349. #: templates/debug_toolbar/panels/request.html:50
  350. msgid "Session data"
  351. msgstr "Sitzungsdaten"
  352. #: templates/debug_toolbar/panels/request.html:72
  353. msgid "No session data"
  354. msgstr "Keine Sitzungsdaten"
  355. #: templates/debug_toolbar/panels/request.html:76
  356. msgid "GET data"
  357. msgstr "GET-Daten"
  358. #: templates/debug_toolbar/panels/request.html:98
  359. msgid "No GET data"
  360. msgstr "Keine GET-Daten"
  361. #: templates/debug_toolbar/panels/request.html:102
  362. msgid "POST data"
  363. msgstr "POST-Daten"
  364. #: templates/debug_toolbar/panels/request.html:123
  365. msgid "No POST data"
  366. msgstr "Keine POST-Daten"
  367. #: templates/debug_toolbar/panels/settings.html:5
  368. msgid "Setting"
  369. msgstr "Einstellung"
  370. #: templates/debug_toolbar/panels/signals.html:5
  371. msgid "Signal"
  372. msgstr "Signal"
  373. #: templates/debug_toolbar/panels/signals.html:6
  374. msgid "Providing"
  375. msgstr "Stellt bereit"
  376. #: templates/debug_toolbar/panels/signals.html:7
  377. msgid "Receivers"
  378. msgstr "Empfänger"
  379. #: templates/debug_toolbar/panels/sql.html:7
  380. #, python-format
  381. msgid "%(num)s query"
  382. msgid_plural "%(num)s queries"
  383. msgstr[0] "%(num)s Abfrage"
  384. msgstr[1] "%(num)s Abfragen"
  385. #: templates/debug_toolbar/panels/sql.html:18
  386. msgid "Query"
  387. msgstr "Abfrage"
  388. #: templates/debug_toolbar/panels/sql.html:19
  389. #: templates/debug_toolbar/panels/timer.html:36
  390. msgid "Timeline"
  391. msgstr "Verlauf"
  392. #: templates/debug_toolbar/panels/sql.html:21
  393. msgid "Action"
  394. msgstr "Aktion"
  395. #: templates/debug_toolbar/panels/sql.html:64
  396. msgid "Connection:"
  397. msgstr "Verbindung:"
  398. #: templates/debug_toolbar/panels/sql.html:66
  399. msgid "Isolation level:"
  400. msgstr "Isolationsebene:"
  401. #: templates/debug_toolbar/panels/sql.html:69
  402. msgid "Transaction status:"
  403. msgstr "Transaktionsstatus:"
  404. #: templates/debug_toolbar/panels/sql.html:83
  405. msgid "(unknown)"
  406. msgstr "(unbekannt)"
  407. #: templates/debug_toolbar/panels/sql.html:92
  408. msgid "No SQL queries were recorded during this request."
  409. msgstr "Es wurde keine SQL-Abfrage während dieses Vorgangs aufgezeichnet."
  410. #: templates/debug_toolbar/panels/sql_explain.html:3
  411. #: templates/debug_toolbar/panels/sql_profile.html:3
  412. #: templates/debug_toolbar/panels/sql_select.html:3
  413. #: templates/debug_toolbar/panels/template_source.html:3
  414. msgid "Back"
  415. msgstr "Zurück"
  416. #: templates/debug_toolbar/panels/sql_explain.html:4
  417. msgid "SQL explained"
  418. msgstr "SQL erklärt"
  419. #: templates/debug_toolbar/panels/sql_explain.html:9
  420. #: templates/debug_toolbar/panels/sql_profile.html:10
  421. #: templates/debug_toolbar/panels/sql_select.html:9
  422. msgid "Executed SQL"
  423. msgstr "Ausgeführtes SQL"
  424. #: templates/debug_toolbar/panels/sql_explain.html:13
  425. #: templates/debug_toolbar/panels/sql_profile.html:14
  426. #: templates/debug_toolbar/panels/sql_select.html:13
  427. msgid "Database"
  428. msgstr "Datenbank"
  429. #: templates/debug_toolbar/panels/sql_profile.html:4
  430. msgid "SQL profiled"
  431. msgstr "SQL durchleuchtet"
  432. #: templates/debug_toolbar/panels/sql_profile.html:37
  433. msgid "Error"
  434. msgstr "Fehler"
  435. #: templates/debug_toolbar/panels/sql_select.html:4
  436. msgid "SQL selected"
  437. msgstr "SQL ausgewählt"
  438. #: templates/debug_toolbar/panels/sql_select.html:36
  439. msgid "Empty set"
  440. msgstr "Leeres Set"
  441. #: templates/debug_toolbar/panels/staticfiles.html:4
  442. msgid "Static file path"
  443. msgid_plural "Static file paths"
  444. msgstr[0] "Pfad mit statischen Dateien"
  445. msgstr[1] "Pfade mit statischen Dateien"
  446. #: templates/debug_toolbar/panels/staticfiles.html:8
  447. #, python-format
  448. msgid "(prefix %(prefix)s)"
  449. msgstr ""
  450. #: templates/debug_toolbar/panels/staticfiles.html:12
  451. #: templates/debug_toolbar/panels/staticfiles.html:23
  452. #: templates/debug_toolbar/panels/staticfiles.html:35
  453. #: templates/debug_toolbar/panels/templates.html:10
  454. #: templates/debug_toolbar/panels/templates.html:28
  455. #: templates/debug_toolbar/panels/templates.html:43
  456. msgid "None"
  457. msgstr "-"
  458. #: templates/debug_toolbar/panels/staticfiles.html:15
  459. msgid "Static file app"
  460. msgid_plural "Static file apps"
  461. msgstr[0] "App mit statischen Dateien"
  462. msgstr[1] "Apps mit statischen Dateien"
  463. #: templates/debug_toolbar/panels/staticfiles.html:26
  464. msgid "Static file"
  465. msgid_plural "Static files"
  466. msgstr[0] "Statische Datei"
  467. msgstr[1] "Statische Dateien"
  468. #: templates/debug_toolbar/panels/staticfiles.html:40
  469. #, python-format
  470. msgid "%(payload_count)s file"
  471. msgid_plural "%(payload_count)s files"
  472. msgstr[0] "%(payload_count)s Datei"
  473. msgstr[1] "%(payload_count)s Dateien"
  474. #: templates/debug_toolbar/panels/staticfiles.html:44
  475. msgid "Path"
  476. msgstr "Pfad"
  477. #: templates/debug_toolbar/panels/template_source.html:4
  478. msgid "Template source:"
  479. msgstr "Template-Quelle:"
  480. #: templates/debug_toolbar/panels/templates.html:2
  481. msgid "Template path"
  482. msgid_plural "Template paths"
  483. msgstr[0] "Template-Pfad"
  484. msgstr[1] "Template-Pfade"
  485. #: templates/debug_toolbar/panels/templates.html:13
  486. msgid "Template"
  487. msgid_plural "Templates"
  488. msgstr[0] "Template"
  489. msgstr[1] "Templates"
  490. #: templates/debug_toolbar/panels/templates.html:21
  491. #: templates/debug_toolbar/panels/templates.html:37
  492. msgid "Toggle context"
  493. msgstr "Context zeigen"
  494. #: templates/debug_toolbar/panels/templates.html:31
  495. msgid "Context processor"
  496. msgid_plural "Context processors"
  497. msgstr[0] "Context-Prozessor"
  498. msgstr[1] "Context-Prozessoren"
  499. #: templates/debug_toolbar/panels/timer.html:2
  500. msgid "Resource usage"
  501. msgstr "Ressourcenverwendung"
  502. #: templates/debug_toolbar/panels/timer.html:10
  503. msgid "Resource"
  504. msgstr "Ressource"
  505. #: templates/debug_toolbar/panels/timer.html:26
  506. msgid "Browser timing"
  507. msgstr "Browserzeit"
  508. #: templates/debug_toolbar/panels/timer.html:35
  509. msgid "Timing attribute"
  510. msgstr "Timing-Attribut"
  511. #: templates/debug_toolbar/panels/timer.html:37
  512. msgid "Milliseconds since navigation start (+length)"
  513. msgstr "Millisekunden seit Seitenaufruf (plus Dauer)"
  514. #: templates/debug_toolbar/panels/versions.html:5
  515. msgid "Name"
  516. msgstr "Name"
  517. #: templates/debug_toolbar/panels/versions.html:6
  518. msgid "Version"
  519. msgstr "Version"