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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # André Hagenbruch, 2012
  5. # Florian Apolloner <florian@apolloner.eu>, 2011
  6. # Dimitris Glezos <glezos@transifex.com>, 2012
  7. # Jannis, 2013
  8. # Jannis Leidel <jannis@leidel.info>, 2013-2017
  9. # Jannis, 2016
  10. # Markus Holtermann <inyoka@markusholtermann.eu>, 2013,2015
  11. msgid ""
  12. msgstr ""
  13. "Project-Id-Version: django\n"
  14. "Report-Msgid-Bugs-To: \n"
  15. "POT-Creation-Date: 2017-01-19 16:49+0100\n"
  16. "PO-Revision-Date: 2017-09-23 18:54+0000\n"
  17. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  18. "Language-Team: German (http://www.transifex.com/django/django/language/de/)\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=UTF-8\n"
  21. "Content-Transfer-Encoding: 8bit\n"
  22. "Language: de\n"
  23. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  24. #, python-format
  25. msgid "Successfully deleted %(count)d %(items)s."
  26. msgstr "Erfolgreich %(count)d %(items)s gelöscht."
  27. #, python-format
  28. msgid "Cannot delete %(name)s"
  29. msgstr "Kann %(name)s nicht löschen"
  30. msgid "Are you sure?"
  31. msgstr "Sind Sie sicher?"
  32. #, python-format
  33. msgid "Delete selected %(verbose_name_plural)s"
  34. msgstr "Ausgewählte %(verbose_name_plural)s löschen"
  35. msgid "Administration"
  36. msgstr "Administration"
  37. msgid "All"
  38. msgstr "Alle"
  39. msgid "Yes"
  40. msgstr "Ja"
  41. msgid "No"
  42. msgstr "Nein"
  43. msgid "Unknown"
  44. msgstr "Unbekannt"
  45. msgid "Any date"
  46. msgstr "Alle Daten"
  47. msgid "Today"
  48. msgstr "Heute"
  49. msgid "Past 7 days"
  50. msgstr "Letzte 7 Tage"
  51. msgid "This month"
  52. msgstr "Diesen Monat"
  53. msgid "This year"
  54. msgstr "Dieses Jahr"
  55. msgid "No date"
  56. msgstr "Kein Datum"
  57. msgid "Has date"
  58. msgstr "Besitzt Datum"
  59. #, python-format
  60. msgid ""
  61. "Please enter the correct %(username)s and password for a staff account. Note "
  62. "that both fields may be case-sensitive."
  63. msgstr ""
  64. "Bitte %(username)s und Passwort für einen Staff-Account eingeben. Beide "
  65. "Felder berücksichtigen die Groß-/Kleinschreibung."
  66. msgid "Action:"
  67. msgstr "Aktion:"
  68. #, python-format
  69. msgid "Add another %(verbose_name)s"
  70. msgstr "%(verbose_name)s hinzufügen"
  71. msgid "Remove"
  72. msgstr "Entfernen"
  73. msgid "action time"
  74. msgstr "Zeitpunkt der Aktion"
  75. msgid "user"
  76. msgstr "Benutzer"
  77. msgid "content type"
  78. msgstr "Inhaltstyp"
  79. msgid "object id"
  80. msgstr "Objekt-ID"
  81. #. Translators: 'repr' means representation
  82. #. (https://docs.python.org/3/library/functions.html#repr)
  83. msgid "object repr"
  84. msgstr "Objekt Darst."
  85. msgid "action flag"
  86. msgstr "Aktionskennzeichen"
  87. msgid "change message"
  88. msgstr "Änderungsmeldung"
  89. msgid "log entry"
  90. msgstr "Logeintrag"
  91. msgid "log entries"
  92. msgstr "Logeinträge"
  93. #, python-format
  94. msgid "Added \"%(object)s\"."
  95. msgstr "\"%(object)s\" hinzufügt."
  96. #, python-format
  97. msgid "Changed \"%(object)s\" - %(changes)s"
  98. msgstr "\"%(object)s\" verändert - %(changes)s"
  99. #, python-format
  100. msgid "Deleted \"%(object)s.\""
  101. msgstr "\"%(object)s\" gelöscht."
  102. msgid "LogEntry Object"
  103. msgstr "LogEntry Objekt"
  104. #, python-brace-format
  105. msgid "Added {name} \"{object}\"."
  106. msgstr "{name} „{object}“ hinzugefügt."
  107. msgid "Added."
  108. msgstr "Hinzugefügt."
  109. msgid "and"
  110. msgstr "und"
  111. #, python-brace-format
  112. msgid "Changed {fields} for {name} \"{object}\"."
  113. msgstr "{fields} für {name} „{object}“ geändert."
  114. #, python-brace-format
  115. msgid "Changed {fields}."
  116. msgstr "{fields} geändert."
  117. #, python-brace-format
  118. msgid "Deleted {name} \"{object}\"."
  119. msgstr "{name} „{object}“ gelöscht."
  120. msgid "No fields changed."
  121. msgstr "Keine Felder geändert."
  122. msgid "None"
  123. msgstr "-"
  124. msgid ""
  125. "Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
  126. msgstr ""
  127. "Halten Sie die Strg-Taste (⌘ für Mac) während des Klickens gedrückt, um "
  128. "mehrere Einträge auszuwählen."
  129. #, python-brace-format
  130. msgid ""
  131. "The {name} \"{obj}\" was added successfully. You may edit it again below."
  132. msgstr ""
  133. "{name} „{obj}“ wurde erfolgreich hinzugefügt und kann unten geändert werden."
  134. #, python-brace-format
  135. msgid ""
  136. "The {name} \"{obj}\" was added successfully. You may add another {name} "
  137. "below."
  138. msgstr ""
  139. "{name} „{obj}“ wurde erfolgreich hinzugefügt und kann nun unten um ein "
  140. "Weiteres ergänzt werden."
  141. #, python-brace-format
  142. msgid "The {name} \"{obj}\" was added successfully."
  143. msgstr "{name} „{obj}“ wurde erfolgreich hinzugefügt."
  144. #, python-brace-format
  145. msgid ""
  146. "The {name} \"{obj}\" was changed successfully. You may edit it again below."
  147. msgstr ""
  148. "{name} „{obj}“ wurde erfolgreich geändert und kann unten erneut geändert "
  149. "werden."
  150. #, python-brace-format
  151. msgid ""
  152. "The {name} \"{obj}\" was changed successfully. You may add another {name} "
  153. "below."
  154. msgstr ""
  155. "{name} „{obj}“ wurde erfolgreich geändert und kann nun unten um ein Weiteres "
  156. "ergänzt werden."
  157. #, python-brace-format
  158. msgid "The {name} \"{obj}\" was changed successfully."
  159. msgstr "{name} „{obj}“ wurde erfolgreich geändert."
  160. msgid ""
  161. "Items must be selected in order to perform actions on them. No items have "
  162. "been changed."
  163. msgstr ""
  164. "Es müssen Objekte aus der Liste ausgewählt werden, um Aktionen "
  165. "durchzuführen. Es wurden keine Objekte geändert."
  166. msgid "No action selected."
  167. msgstr "Keine Aktion ausgewählt."
  168. #, python-format
  169. msgid "The %(name)s \"%(obj)s\" was deleted successfully."
  170. msgstr "%(name)s \"%(obj)s\" wurde erfolgreich gelöscht."
  171. #, python-format
  172. msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?"
  173. msgstr "%(name)s mit ID \"%(key)s\" existiert nicht. Eventuell gelöscht?"
  174. #, python-format
  175. msgid "Add %s"
  176. msgstr "%s hinzufügen"
  177. #, python-format
  178. msgid "Change %s"
  179. msgstr "%s ändern"
  180. msgid "Database error"
  181. msgstr "Datenbankfehler"
  182. #, python-format
  183. msgid "%(count)s %(name)s was changed successfully."
  184. msgid_plural "%(count)s %(name)s were changed successfully."
  185. msgstr[0] "%(count)s \"%(name)s\" wurde erfolgreich geändert."
  186. msgstr[1] "%(count)s \"%(name)s\" wurden erfolgreich geändert."
  187. #, python-format
  188. msgid "%(total_count)s selected"
  189. msgid_plural "All %(total_count)s selected"
  190. msgstr[0] "%(total_count)s ausgewählt"
  191. msgstr[1] "Alle %(total_count)s ausgewählt"
  192. #, python-format
  193. msgid "0 of %(cnt)s selected"
  194. msgstr "0 von %(cnt)s ausgewählt"
  195. #, python-format
  196. msgid "Change history: %s"
  197. msgstr "Änderungsgeschichte: %s"
  198. #. Translators: Model verbose name and instance representation,
  199. #. suitable to be an item in a list.
  200. #, python-format
  201. msgid "%(class_name)s %(instance)s"
  202. msgstr "%(class_name)s %(instance)s"
  203. #, python-format
  204. msgid ""
  205. "Deleting %(class_name)s %(instance)s would require deleting the following "
  206. "protected related objects: %(related_objects)s"
  207. msgstr ""
  208. "Das Löschen des %(class_name)s-Objekts „%(instance)s“ würde ein Löschen der "
  209. "folgenden geschützten verwandten Objekte erfordern: %(related_objects)s"
  210. msgid "Django site admin"
  211. msgstr "Django-Systemverwaltung"
  212. msgid "Django administration"
  213. msgstr "Django-Verwaltung"
  214. msgid "Site administration"
  215. msgstr "Website-Verwaltung"
  216. msgid "Log in"
  217. msgstr "Anmelden"
  218. #, python-format
  219. msgid "%(app)s administration"
  220. msgstr "%(app)s-Administration"
  221. msgid "Page not found"
  222. msgstr "Seite nicht gefunden"
  223. msgid "We're sorry, but the requested page could not be found."
  224. msgstr ""
  225. "Es tut uns leid, aber die angeforderte Seite konnte nicht gefunden werden."
  226. msgid "Home"
  227. msgstr "Start"
  228. msgid "Server error"
  229. msgstr "Serverfehler"
  230. msgid "Server error (500)"
  231. msgstr "Serverfehler (500)"
  232. msgid "Server Error <em>(500)</em>"
  233. msgstr "Serverfehler <em>(500)</em>"
  234. msgid ""
  235. "There's been an error. It's been reported to the site administrators via "
  236. "email and should be fixed shortly. Thanks for your patience."
  237. msgstr ""
  238. "Ein Fehler ist aufgetreten und wurde an die Administratoren per E-Mail "
  239. "gemeldet. Danke für die Geduld, der Fehler sollte in Kürze behoben sein."
  240. msgid "Run the selected action"
  241. msgstr "Ausgewählte Aktion ausführen"
  242. msgid "Go"
  243. msgstr "Ausführen"
  244. msgid "Click here to select the objects across all pages"
  245. msgstr "Hier klicken, um die Objekte aller Seiten auszuwählen"
  246. #, python-format
  247. msgid "Select all %(total_count)s %(module_name)s"
  248. msgstr "Alle %(total_count)s %(module_name)s auswählen"
  249. msgid "Clear selection"
  250. msgstr "Auswahl widerrufen"
  251. msgid ""
  252. "First, enter a username and password. Then, you'll be able to edit more user "
  253. "options."
  254. msgstr ""
  255. "Zuerst einen Benutzer und ein Passwort eingeben. Danach können weitere "
  256. "Optionen für den Benutzer geändert werden."
  257. msgid "Enter a username and password."
  258. msgstr "Bitte einen Benutzernamen und ein Passwort eingeben."
  259. msgid "Change password"
  260. msgstr "Passwort ändern"
  261. msgid "Please correct the error below."
  262. msgstr "Bitte die aufgeführten Fehler korrigieren."
  263. msgid "Please correct the errors below."
  264. msgstr "Bitte die unten aufgeführten Fehler korrigieren."
  265. #, python-format
  266. msgid "Enter a new password for the user <strong>%(username)s</strong>."
  267. msgstr ""
  268. "Bitte geben Sie ein neues Passwort für den Benutzer <strong>%(username)s</"
  269. "strong> ein."
  270. msgid "Welcome,"
  271. msgstr "Willkommen,"
  272. msgid "View site"
  273. msgstr "Auf der Website anzeigen"
  274. msgid "Documentation"
  275. msgstr "Dokumentation"
  276. msgid "Log out"
  277. msgstr "Abmelden"
  278. #, python-format
  279. msgid "Add %(name)s"
  280. msgstr "%(name)s hinzufügen"
  281. msgid "History"
  282. msgstr "Geschichte"
  283. msgid "View on site"
  284. msgstr "Auf der Website anzeigen"
  285. msgid "Filter"
  286. msgstr "Filter"
  287. msgid "Remove from sorting"
  288. msgstr "Aus der Sortierung entfernen"
  289. #, python-format
  290. msgid "Sorting priority: %(priority_number)s"
  291. msgstr "Sortierung: %(priority_number)s"
  292. msgid "Toggle sorting"
  293. msgstr "Sortierung ein-/ausschalten"
  294. msgid "Delete"
  295. msgstr "Löschen"
  296. #, python-format
  297. msgid ""
  298. "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
  299. "related objects, but your account doesn't have permission to delete the "
  300. "following types of objects:"
  301. msgstr ""
  302. "Das Löschen des %(object_name)s \"%(escaped_object)s\" hätte das Löschen "
  303. "davon abhängiger Daten zur Folge, aber Sie haben nicht die nötigen Rechte, "
  304. "um die folgenden davon abhängigen Daten zu löschen:"
  305. #, python-format
  306. msgid ""
  307. "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
  308. "following protected related objects:"
  309. msgstr ""
  310. "Das Löschen von %(object_name)s „%(escaped_object)s“ würde ein Löschen der "
  311. "folgenden geschützten verwandten Objekte erfordern:"
  312. #, python-format
  313. msgid ""
  314. "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
  315. "All of the following related items will be deleted:"
  316. msgstr ""
  317. "Sind Sie sicher, dass Sie %(object_name)s \"%(escaped_object)s\" löschen "
  318. "wollen? Es werden zusätzlich die folgenden davon abhängigen Daten gelöscht:"
  319. msgid "Objects"
  320. msgstr "Objekte"
  321. msgid "Yes, I'm sure"
  322. msgstr "Ja, ich bin sicher"
  323. msgid "No, take me back"
  324. msgstr "Nein, bitte abbrechen"
  325. msgid "Delete multiple objects"
  326. msgstr "Mehrere Objekte löschen"
  327. #, python-format
  328. msgid ""
  329. "Deleting the selected %(objects_name)s would result in deleting related "
  330. "objects, but your account doesn't have permission to delete the following "
  331. "types of objects:"
  332. msgstr ""
  333. "Das Löschen der ausgewählten %(objects_name)s würde im Löschen geschützter "
  334. "verwandter Objekte resultieren, allerdings besitzt Ihr Benutzerkonto nicht "
  335. "die nötigen Rechte, um diese zu löschen:"
  336. #, python-format
  337. msgid ""
  338. "Deleting the selected %(objects_name)s would require deleting the following "
  339. "protected related objects:"
  340. msgstr ""
  341. "Das Löschen der ausgewählten %(objects_name)s würde ein Löschen der "
  342. "folgenden geschützten verwandten Objekte erfordern:"
  343. #, python-format
  344. msgid ""
  345. "Are you sure you want to delete the selected %(objects_name)s? All of the "
  346. "following objects and their related items will be deleted:"
  347. msgstr ""
  348. "Sind Sie sicher, dass Sie die ausgewählten %(objects_name)s löschen wollen? "
  349. "Alle folgenden Objekte und ihre verwandten Objekte werden gelöscht:"
  350. msgid "Change"
  351. msgstr "Ändern"
  352. msgid "Delete?"
  353. msgstr "Löschen?"
  354. #, python-format
  355. msgid " By %(filter_title)s "
  356. msgstr " Nach %(filter_title)s "
  357. msgid "Summary"
  358. msgstr "Zusammenfassung"
  359. #, python-format
  360. msgid "Models in the %(name)s application"
  361. msgstr "Modelle der %(name)s-Anwendung"
  362. msgid "Add"
  363. msgstr "Hinzufügen"
  364. msgid "You don't have permission to edit anything."
  365. msgstr "Sie haben keine Berechtigung, irgendetwas zu ändern."
  366. msgid "Recent actions"
  367. msgstr "Neueste Aktionen"
  368. msgid "My actions"
  369. msgstr "Meine Aktionen"
  370. msgid "None available"
  371. msgstr "Keine vorhanden"
  372. msgid "Unknown content"
  373. msgstr "Unbekannter Inhalt"
  374. msgid ""
  375. "Something's wrong with your database installation. Make sure the appropriate "
  376. "database tables have been created, and make sure the database is readable by "
  377. "the appropriate user."
  378. msgstr ""
  379. "Etwas stimmt nicht mit der Datenbankkonfiguration. Bitte sicherstellen, dass "
  380. "die richtigen Datenbanktabellen angelegt wurden und die Datenbank vom "
  381. "verwendeten Datenbankbenutzer auch lesbar ist."
  382. #, python-format
  383. msgid ""
  384. "You are authenticated as %(username)s, but are not authorized to access this "
  385. "page. Would you like to login to a different account?"
  386. msgstr ""
  387. "Sie sind als %(username)s angemeldet, aber nicht autorisiert, auf diese "
  388. "Seite zuzugreifen. Wollen Sie sich mit einem anderen Account anmelden?"
  389. msgid "Forgotten your password or username?"
  390. msgstr "Benutzername oder Passwort vergessen?"
  391. msgid "Date/time"
  392. msgstr "Datum/Zeit"
  393. msgid "User"
  394. msgstr "Benutzer"
  395. msgid "Action"
  396. msgstr "Aktion"
  397. msgid ""
  398. "This object doesn't have a change history. It probably wasn't added via this "
  399. "admin site."
  400. msgstr ""
  401. "Dieses Objekt hat keine Änderungsgeschichte. Es wurde möglicherweise nicht "
  402. "über diese Verwaltungsseiten angelegt."
  403. msgid "Show all"
  404. msgstr "Zeige alle"
  405. msgid "Save"
  406. msgstr "Sichern"
  407. msgid "Popup closing..."
  408. msgstr "Popup wird geschlossen..."
  409. #, python-format
  410. msgid "Change selected %(model)s"
  411. msgstr "Ausgewählte %(model)s ändern"
  412. #, python-format
  413. msgid "Add another %(model)s"
  414. msgstr "%(model)s hinzufügen"
  415. #, python-format
  416. msgid "Delete selected %(model)s"
  417. msgstr "Ausgewählte %(model)s löschen"
  418. msgid "Search"
  419. msgstr "Suchen"
  420. #, python-format
  421. msgid "%(counter)s result"
  422. msgid_plural "%(counter)s results"
  423. msgstr[0] "%(counter)s Ergebnis"
  424. msgstr[1] "%(counter)s Ergebnisse"
  425. #, python-format
  426. msgid "%(full_result_count)s total"
  427. msgstr "%(full_result_count)s gesamt"
  428. msgid "Save as new"
  429. msgstr "Als neu sichern"
  430. msgid "Save and add another"
  431. msgstr "Sichern und neu hinzufügen"
  432. msgid "Save and continue editing"
  433. msgstr "Sichern und weiter bearbeiten"
  434. msgid "Thanks for spending some quality time with the Web site today."
  435. msgstr "Vielen Dank, dass Sie hier ein paar nette Minuten verbracht haben."
  436. msgid "Log in again"
  437. msgstr "Erneut anmelden"
  438. msgid "Password change"
  439. msgstr "Passwort ändern"
  440. msgid "Your password was changed."
  441. msgstr "Ihr Passwort wurde geändert."
  442. msgid ""
  443. "Please enter your old password, for security's sake, and then enter your new "
  444. "password twice so we can verify you typed it in correctly."
  445. msgstr ""
  446. "Bitte geben Sie aus Sicherheitsgründen erst Ihr altes Passwort und darunter "
  447. "dann zweimal (um sicherzustellen, dass Sie es korrekt eingegeben haben) das "
  448. "neue Passwort ein."
  449. msgid "Change my password"
  450. msgstr "Mein Passwort ändern"
  451. msgid "Password reset"
  452. msgstr "Passwort zurücksetzen"
  453. msgid "Your password has been set. You may go ahead and log in now."
  454. msgstr "Ihr Passwort wurde zurückgesetzt. Sie können sich nun anmelden."
  455. msgid "Password reset confirmation"
  456. msgstr "Zurücksetzen des Passworts bestätigen"
  457. msgid ""
  458. "Please enter your new password twice so we can verify you typed it in "
  459. "correctly."
  460. msgstr ""
  461. "Bitte geben Sie Ihr neues Passwort zweimal ein, damit wir überprüfen können, "
  462. "ob es richtig eingetippt wurde."
  463. msgid "New password:"
  464. msgstr "Neues Passwort:"
  465. msgid "Confirm password:"
  466. msgstr "Passwort wiederholen:"
  467. msgid ""
  468. "The password reset link was invalid, possibly because it has already been "
  469. "used. Please request a new password reset."
  470. msgstr ""
  471. "Der Link zum Zurücksetzen Ihres Passworts ist ungültig, wahrscheinlich weil "
  472. "er schon einmal benutzt wurde. Bitte setzen Sie Ihr Passwort erneut zurück."
  473. msgid ""
  474. "We've emailed you instructions for setting your password, if an account "
  475. "exists with the email you entered. You should receive them shortly."
  476. msgstr ""
  477. "Wir haben eine E-Mail zum Zurücksetzen des Passwortes an die angegebene E-"
  478. "Mail-Adresse gesendet, sofern ein entsprechendes Konto existiert. Sie sollte "
  479. "in Kürze ankommen."
  480. msgid ""
  481. "If you don't receive an email, please make sure you've entered the address "
  482. "you registered with, and check your spam folder."
  483. msgstr ""
  484. "Falls die E-Mail nicht angekommen sein sollte, bitte die E-Mail-Adresse auf "
  485. "Richtigkeit und gegebenenfalls den Spam-Ordner überprüfen."
  486. #, python-format
  487. msgid ""
  488. "You're receiving this email because you requested a password reset for your "
  489. "user account at %(site_name)s."
  490. msgstr ""
  491. "Diese E-Mail wurde aufgrund einer Anfrage zum Zurücksetzen des Passworts auf "
  492. "der Website %(site_name)s versendet."
  493. msgid "Please go to the following page and choose a new password:"
  494. msgstr "Bitte öffnen Sie folgende Seite, um Ihr neues Passwort einzugeben:"
  495. msgid "Your username, in case you've forgotten:"
  496. msgstr "Ihr Benutzername, falls Sie ihn vergessen haben:"
  497. msgid "Thanks for using our site!"
  498. msgstr "Vielen Dank, dass Sie unsere Website benutzen!"
  499. #, python-format
  500. msgid "The %(site_name)s team"
  501. msgstr "Das Team von %(site_name)s"
  502. msgid ""
  503. "Forgotten your password? Enter your email address below, and we'll email "
  504. "instructions for setting a new one."
  505. msgstr ""
  506. "Passwort vergessen? Einfach die E-Mail-Adresse unten eingeben und den "
  507. "Anweisungen zum Zurücksetzen des Passworts in der E-Mail folgen."
  508. msgid "Email address:"
  509. msgstr "E-Mail-Adresse:"
  510. msgid "Reset my password"
  511. msgstr "Mein Passwort zurücksetzen"
  512. msgid "All dates"
  513. msgstr "Alle Daten"
  514. #, python-format
  515. msgid "Select %s"
  516. msgstr "%s auswählen"
  517. #, python-format
  518. msgid "Select %s to change"
  519. msgstr "%s zur Änderung auswählen"
  520. msgid "Date:"
  521. msgstr "Datum:"
  522. msgid "Time:"
  523. msgstr "Zeit:"
  524. msgid "Lookup"
  525. msgstr "Suchen"
  526. msgid "Currently:"
  527. msgstr "Aktuell:"
  528. msgid "Change:"
  529. msgstr "Ändern:"