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.

de.lang 25KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411
  1. <?php
  2. # $Id$
  3. //
  4. // Language file German
  5. // by Tobias
  6. // currently maintained by Christian Boltz (christian_boltz @sf)
  7. //
  8. $PALANG['YES'] = 'JA';
  9. $PALANG['NO'] = 'NEIN';
  10. $PALANG['edit'] = 'bearbeiten';
  11. $PALANG['del'] = 'löschen';
  12. $PALANG['exit'] = 'Verlassen';
  13. $PALANG['cancel'] = 'Abbrechen';
  14. $PALANG['save'] = 'Änderungen speichern';
  15. $PALANG['confirm'] = 'Sind Sie sicher dass Sie das löschen wollen?\n';
  16. $PALANG['confirm_delete_admin'] = 'Wollen Sie wirklich den Admin %s löschen?';
  17. $PALANG['confirm_delete_alias'] = 'Wollen Sie wirklich den Alias %s löschen?';
  18. $PALANG['confirm_delete_aliasdomain'] = 'Wollen Sie wirklich die Admin-Domain %s löschen?';
  19. $PALANG['confirm_delete_domain'] = 'Wollen Sie wirklich alle Einträge der Domain %s löschen? Dies kann NICHT rückgängig gemacht werden!';
  20. $PALANG['confirm_delete_fetchmail'] = 'Wollen Sie wirklich den Fetchmail-Job %s löschen?';
  21. $PALANG['confirm_delete_mailbox'] = 'Wollen Sie wirklich die Mailbox %s löschen?';
  22. $PALANG['confirm_delete_vacation'] = 'Wollen Sie wirklich die Abwesenheitsnachricht für %s löschen?';
  23. $PALANG['no_delete_permissions'] = 'Sie dürfen %s nicht löschen!';
  24. $PALANG['check_update'] = 'Auf Updates überprüfen';
  25. $PALANG['invalid_parameter'] = 'Ungültiger Parameter!';
  26. $PALANG['show'] = 'Anzeigen:';
  27. $PALANG['all'] = 'Alle';
  28. $PALANG['created'] = 'Erstellt';
  29. $PALANG['unknown'] = 'unbekannt';
  30. $PALANG['download_csv'] = 'Diese Liste als CSV-Datei herunterladen';
  31. $PALANG['missing_field'] = 'Das Feld %s fehlt';
  32. $PALANG['must_be_numeric'] = '%s muss numerisch sein';
  33. $PALANG['must_be_numeric_bigger_than_null'] = '%s muss numerisch und größer als 0 sein';
  34. $PALANG['must_be_boolean'] = "%s muss ein Bool'scher Wert sein";
  35. $PALANG['invalid_value_given'] = 'Ungültiger Wert für %s angegeben';
  36. $PALANG['edit_not_allowed'] = 'Sie dürfen %s nicht bearbeiten!';
  37. $PALANG['searchparams'] = 'Suchparameter:';
  38. $PALANG['pFooter_logged_as'] = 'Angemeldet als %s';
  39. $PALANG['pLogin_welcome'] = 'Mail-Administratoren loggen sich bitte hier ein.';
  40. $PALANG['pLogin_username'] = 'Login (eMail)';
  41. $PALANG['password'] = 'Passwort';
  42. $PALANG['pLogin_language'] = 'Sprache';
  43. $PALANG['pLogin_button'] = 'Login';
  44. $PALANG['pLogin_failed'] = 'Ihre Mailadresse oder das Passwort sind nicht korrekt.';
  45. $PALANG['pLogin_login_users'] = 'eMail-Benutzer bitte hier einloggen.';
  46. $PALANG['pMenu_main'] = 'Startseite';
  47. $PALANG['pMenu_overview'] = 'Überblick';
  48. $PALANG['add_alias'] = 'Alias hinzufügen';
  49. $PALANG['add_alias_domain'] = 'Alias-Domain hinzufügen';
  50. $PALANG['add_mailbox'] = 'Mailbox hinzufügen';
  51. $PALANG['pMenu_fetchmail'] = 'E-Mail Abruf';
  52. $PALANG['pMenu_sendmail'] = 'Email versenden';
  53. $PALANG['pMenu_password'] = 'Passwort ändern';
  54. $PALANG['pMenu_viewlog'] = 'Log ansehen';
  55. $PALANG['pMenu_logout'] = 'Logout';
  56. $PALANG['pMain_welcome'] = 'Willkommen zu Postfix Admin!';
  57. $PALANG['pMain_overview'] = 'Listet Ihre Aliase und Mailboxen auf. Sie können sie hier bearbeiten und löschen.';
  58. $PALANG['pMain_create_alias'] = 'Neuen Alias für Ihre Domain anlegen';
  59. $PALANG['pMain_create_mailbox'] = 'Legt eine neue Mailbox für Ihre Domain an.';
  60. $PALANG['pMain_sendmail'] = 'Versenden Sie eine Email.';
  61. $PALANG['pMain_password'] = 'Ändern Sie Ihr Admin-Passwort.';
  62. $PALANG['pMain_viewlog'] = 'Lassen Sie sich das Log anzeigen.';
  63. $PALANG['pMain_logout'] = 'Ausloggen aus dem System';
  64. $PALANG['pOverview_disabled'] = 'Deaktiviert';
  65. $PALANG['pOverview_unlimited'] = 'Unbegrenzt';
  66. $PALANG['pOverview_title'] = ':: Eingerichtete Domains';
  67. $PALANG['pOverview_up_arrow'] = 'nach oben';
  68. $PALANG['pOverview_right_arrow'] = 'Nächste Seite';
  69. $PALANG['pOverview_left_arrow'] = 'Vorherige Seite';
  70. $PALANG['pOverview_alias_domain_title'] = ':: Alias-Domains';
  71. $PALANG['pOverview_alias_title'] = ':: Alias';
  72. $PALANG['pOverview_mailbox_title'] = ':: Mailboxen';
  73. $PALANG['go'] = 'Los';
  74. $PALANG['pOverview_welcome'] = 'Überblick über ';
  75. $PALANG['pOverview_alias_domain_aliases'] = 'Alias-Domains';
  76. $PALANG['pOverview_alias_address'] = 'Von';
  77. $PALANG['active'] = 'Aktiv';
  78. $PALANG['and_x_more'] = '[und %s weitere...]';
  79. $PALANG['pOverview_mailbox_username'] = 'Email';
  80. $PALANG['name'] = 'Name';
  81. $PALANG['pOverview_mailbox_quota'] = 'Quota (MB)';
  82. $PALANG['pOverview_vacation_edit'] = 'AUTOMATISCHE ANTWORT IST AKTIV';
  83. $PALANG['pOverview_vacation_option'] = 'Automatische Antwort einrichten';
  84. $PALANG['no_domains_for_this_admin'] = 'Sie haben für keine Domain eine Berechtigung';
  85. $PALANG['no_domains_exist'] = 'Sie müssen mindestens eine Domain erstellen, bevor Sie die Virtual Liste verwenden können.';
  86. $PALANG['domain'] = 'Domain';
  87. $PALANG['pOverview_get_alias_domains'] = 'Alias-Domains';
  88. $PALANG['mailboxes'] = 'Mailboxen';
  89. $PALANG['pOverview_get_quota'] = 'Mailbox Quota (MB)';
  90. $PALANG['pDelete_delete_error'] = 'Eintrag konnte nicht gelöscht werden ';
  91. $PALANG['pDelete_delete_success'] = '%s gelöscht.';
  92. $PALANG['pDelete_domain_error'] = 'Diese Domain gehört nicht Ihnen ';
  93. $PALANG['pDelete_alias_error'] = 'Alias konnte nicht gelöscht werden ';
  94. $PALANG['pCreate_alias_domain_welcome'] = 'Adressen einer Ihrer Domains auf eine andere Domain weiterleiten.';
  95. $PALANG['pCreate_alias_domain_alias'] = 'Alias-Domain';
  96. $PALANG['pCreate_alias_domain_alias_text'] = 'Die Domain, für die Mails hereinkommen.';
  97. $PALANG['pCreate_alias_domain_target'] = 'Zieldomain';
  98. $PALANG['pCreate_alias_domain_target_text'] = 'Die Domain, an die die Mails gehen sollen.';
  99. $PALANG['pCreate_alias_domain_error1'] = 'Sie dürfen die gewählte Konfiguration nicht erstellen.';
  100. $PALANG['pCreate_alias_domain_error2'] = 'Die gewählte Konfiguration ist ungültig, bitte wählen Sie eine andere';
  101. $PALANG['alias_domain_already_exists'] = 'Diese Domain ist bereits eine Alias-Domain!';
  102. $PALANG['alias_domain_does_not_exist'] = 'Diese Domain ist keine Alias-Domain!';
  103. $PALANG['alias_domain_create_failed'] = 'Das Erstellen der Alias-Domain %s ist fehlgeschlagen!';
  104. $PALANG['alias_domain_change_failed'] = 'Ändern der Alias-Domain %s fehlgeschlagen!';
  105. $PALANG['pCreate_alias_domain_error4'] = 'Alle Domains sind bereits Alias-Domains.';
  106. $PALANG['pCreate_alias_domain_success'] = 'Die Alias-Domain %s wurde erstellt.';
  107. $PALANG['alias_domain_changed'] = 'Die Alias-Domain %s wurde geändert.';
  108. $PALANG['alias_domain_to_itsself'] = 'Eine Domain kann keine Alias-Domain von sich selbst sein!';
  109. $PALANG['delete_domain_aliasdomain_target'] = 'Die Domain %s ist das Ziel einer oder mehrerer Alias-Domains und kann nicht gelöscht werden! (Löschen Sie zuerst die Alias-Domains.)';
  110. $PALANG['pCreate_alias_address_text_error1'] = 'Dieses ALIAS ist nicht erlaubt!';
  111. $PALANG['alias_does_not_exist'] = 'Dieser Alias existiert nicht!';
  112. $PALANG['email_address_already_exists'] = 'Diese eMail-Adresse existiert bereits. Bitte wählen Sie eine andere!';
  113. $PALANG['pCreate_alias_address_text_error3'] = 'Sie haben Ihr Limit für Aliase auf dieser Domain erreicht!';
  114. $PALANG['pCreate_alias_goto_text'] = 'Wohin soll die eMail weitergeleitet werden?';
  115. $PALANG['pCreate_alias_goto_text_error'] = 'Das An-Feld ist falsch!';
  116. $PALANG['pCreate_alias_result_error'] = 'Das Erstellen des Aliases %s ist fehlgeschlagen!';
  117. $PALANG['pCreate_alias_result_success'] = 'Der Alias %s wurde erstellt!';
  118. $PALANG['alias_updated'] = 'Der Alias %s wurde geändert.';
  119. $PALANG['pCreate_alias_catchall_text'] = 'Um alle Adressen abzudecken benutzen Sie einen "*" als Alias. Um ganze Domains an andere Domains weiterzuleiten benutzen Sie "*@domain.tld" im "An"-Feld.';
  120. $PALANG['mailbox_alias_cant_be_deleted'] = 'Dieser Alias gehört zu einer Mailbox und kann nicht gelöscht werden!';
  121. $PALANG['protected_alias_cant_be_deleted'] = 'Der Alias %s ist geschützt und kann nur von einem Superadmin gelöscht werden.';
  122. $PALANG['pEdit_alias_welcome'] = 'Weiterleitungs-Einstellungen ändern';
  123. $PALANG['pEdit_alias_help'] = 'Angabe mehrerer Ziele möglich, ein Eintrag pro Zeile.';
  124. $PALANG['alias'] = 'Alias';
  125. $PALANG['to'] = 'An';
  126. $PALANG['pEdit_alias_goto_text_error1'] = 'Sie haben im "To"-Feld nichts angegeben!';
  127. $PALANG['pEdit_alias_goto_text_error2'] = 'Die angegebene eMail-Adresse ist nicht korrekt: ';
  128. $PALANG['pEdit_alias_domain_result_error'] = 'Alias-Domain kann nicht geändert werden!';
  129. $PALANG['pEdit_alias_forward_and_store'] = 'Mail in der lokalen Mailbox ablegen.';
  130. $PALANG['pEdit_alias_forward_only'] = 'Nur zur angegebenen Adresse weiterleiten.';
  131. $PALANG['pEdit_alias_result_error'] = 'Ändern des Aliases %s ist fehlgeschlagen!';
  132. $PALANG['pCreate_mailbox_welcome'] = 'Legen Sie eine neue Mailbox für Ihre Domain an.';
  133. $PALANG['pCreate_mailbox_username_text_error1'] = 'Die EMAIL ist nicht korrekt!';
  134. $PALANG['pCreate_mailbox_username_text_error3'] = 'Sie dürfen leider nicht mehr Mailboxen für diese Domain anlegen!';
  135. $PALANG['pCreate_mailbox_password_text'] = 'Passwort für POP3/IMAP';
  136. $PALANG['pCreate_mailbox_name_text'] = 'Vollständiger Name';
  137. $PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX
  138. $PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX
  139. $PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX
  140. $PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX
  141. $PALANG['pCreate_mailbox_mail'] = 'Begrüßungsmail senden';
  142. $PALANG['pCreate_mailbox_result_error'] = 'Das Erstellen der Mailbox %s ist fehlgeschlagen';
  143. $PALANG['pCreate_mailbox_result_success'] = 'Die Mailbox %s wurde in die Mailbox-Tabelle eingetragen.';
  144. $PALANG['pCreate_mailbox_result_succes_nosubfolders'] = 'Die Mailbox %s wurde in der Mailbox-Tabelle eingetragen, aber keine (oder nur einige) der vorkonfigurierten Unterordner konnte erstellt werden!';
  145. $PALANG['mailbox_updated'] = "Die Mailbox %s wurde geändert.";
  146. $PALANG['mailbox_update_failed'] = "Änderung der Mailbox %s fehlgeschlagen!";
  147. $PALANG['pEdit_mailbox_welcome'] = 'Ändern Sie ihre Mailbox hier.';
  148. $PALANG['pEdit_mailbox_username'] = 'Benutzername';
  149. $PALANG['pEdit_mailbox_password_text_error'] = 'Die beiden Passwörter sind nicht identisch!';
  150. $PALANG['pEdit_mailbox_quota'] = 'Quota';
  151. $PALANG['pEdit_mailbox_quota_text'] = 'MB';
  152. $PALANG['mb_max'] = 'MB (max: %s)';
  153. $PALANG['pEdit_mailbox_quota_text_error'] = 'Das angegebene Quota ist zu hoch!';
  154. $PALANG['pEdit_mailbox_domain_error'] = 'Diese Domain gehört nicht Ihnen: ';
  155. $PALANG['pEdit_mailbox_result_error'] = 'Mailbox kann nicht geändert werden!';
  156. $PALANG['pPassword_welcome'] = 'Ändern Sie Ihr Login-Passwort.';
  157. $PALANG['pPassword_admin'] = 'Login';
  158. $PALANG['pPassword_password_current'] = 'Jetziges Password';
  159. $PALANG['pPassword_password_current_text_error'] = 'Sie haben Ihr derzeitiges Passwort nicht angegeben!';
  160. $PALANG['pPassword_password'] = 'Neues Passwort';
  161. $PALANG['pPassword_password2'] = 'Neues Passwort (nochmal)';
  162. $PALANG['pPassword_password_text_error'] = 'Die beiden angegebenen Passwörter sind nicht identisch oder leer!';
  163. $PALANG['change_password'] = 'Passwort ändern';
  164. $PALANG['pPassword_result_error'] = 'Das Passwort für %s konnte nicht geändert werden';
  165. $PALANG['pPassword_result_success'] = 'Das Passwort für %s wurde geändert.';
  166. $PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX
  167. $PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX
  168. $PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX
  169. $PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX
  170. $PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX
  171. $PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX
  172. $PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX
  173. $PALANG['pEdit_vacation_set'] = 'Automatische Antwort ändern / einrichten';
  174. $PALANG['pEdit_vacation_remove'] = 'Automatische Antwort abschalten';
  175. $PALANG['pVacation_result_error'] = 'Änderungen der automatischen Antwort für %s konnten nicht gespeichert werden!';
  176. $PALANG['pVacation_result_removed'] = 'Automatische Antwort für %s wurde abgeschaltet!';
  177. $PALANG['pVacation_result_added'] = 'Automatische Antwort für %s wurde aktiviert!';
  178. $PALANG['pVacation_reply_type'] = 'Choice of reply'; # XXX
  179. $PALANG['pVacation_reply_delay_time'] = 'Interval time'; # XXX
  180. $PALANG['pVacation_reply_delay_time_text'] = 'Zeit in Sekunden';
  181. $PALANG['pVacation_until_before_today'] = 'Das Datum von [Aktiv bis] ist in der Vergangenheit';
  182. $PALANG['pVacation_until_before_from'] = 'Das Datum von [Aktiv bis] ist vor [Aktiv ab]';
  183. $PALANG['reply_once'] = 'Einmal antworten';
  184. $PALANG['reply_every_mail'] = 'Jede Mail beantworten';
  185. $PALANG['reply_once_per_day'] = 'Einmal pro Tag antworten';
  186. $PALANG['reply_once_per_week'] = 'Einmal pro Woche antworten';
  187. $PALANG['pViewlog_welcome'] = 'Zeigt die letzten %s Aktionen für ';
  188. $PALANG['pViewlog_timestamp'] = 'Zeitpunkt';
  189. $PALANG['pViewlog_action'] = 'Aktion';
  190. $PALANG['pViewlog_data'] = 'Daten';
  191. $PALANG['pViewlog_action_create_domain'] = 'Domain erstellen';
  192. $PALANG['pViewlog_action_delete_domain'] = 'Domain löschen';
  193. $PALANG['pViewlog_action_edit_domain'] = 'Domain bearbeiten';
  194. $PALANG['pViewlog_action_create_mailbox'] = 'Mailbox erstellen';
  195. $PALANG['pViewlog_action_delete_mailbox'] = 'Mailbox löschen';
  196. $PALANG['pViewlog_action_edit_mailbox'] = 'Mailbox bearbeiten';
  197. $PALANG['pViewlog_action_edit_mailbox_state'] = 'Mailbox Aktiv bearbeiten';
  198. $PALANG['pViewlog_action_create_alias'] = 'Alias erstellen';
  199. $PALANG['pViewlog_action_create_alias_domain'] = 'Alias-Domain erstellen';
  200. $PALANG['pViewlog_action_edit_alias_domain'] = 'Alias-Domain bearbeiten';
  201. $PALANG['pViewlog_action_delete_alias'] = 'Alias löschen';
  202. $PALANG['pViewlog_action_delete_alias_domain'] = 'Alias-Domain löschen';
  203. $PALANG['pViewlog_action_edit_alias'] = 'Alias bearbeiten';
  204. $PALANG['pViewlog_action_edit_alias_state'] = 'Alias Aktiv bearbeiten';
  205. $PALANG['pViewlog_action_edit_alias_domain_state'] = 'Alias-Domain Aktiv bearbeiten';
  206. $PALANG['pViewlog_action_edit_password'] = 'Passwort ändern';
  207. $PALANG['pViewlog_action_create_admin'] = 'Admin erstellen';
  208. $PALANG['pViewlog_action_edit_admin'] = 'Admin ändern';
  209. $PALANG['pViewlog_action_delete_admin'] = 'Admin löschen';
  210. $PALANG['pViewlog_action_edit_vacation'] = 'Automatische Antwort ändern';
  211. $PALANG['pViewlog_action_create_fetchmail'] = 'Fetchmail-Job erstellen';
  212. $PALANG['pViewlog_action_edit_fetchmail'] = 'Fetchmail-Job bearbeiten';
  213. $PALANG['pViewlog_action_delete_fetchmail'] = 'Fetchmail-Job löschen';
  214. $PALANG['pViewlog_result_error'] = 'Kann keine Einträge finden!';
  215. $PALANG['pSendmail_welcome'] = 'eMail versenden.';
  216. $PALANG['from'] = 'Von';
  217. $PALANG['pSendmail_to'] = 'An';
  218. $PALANG['pSendmail_to_text_error'] = 'Das "An"-Feld ist leer bzw. ungültig!';
  219. $PALANG['subject'] = 'Betreff';
  220. $PALANG['pSendmail_subject_text'] = 'Willkommen';
  221. $PALANG['pSendmail_body'] = 'Text';
  222. $PALANG['pSendmail_button'] = 'Nachricht versenden';
  223. $PALANG['pSendmail_result_error'] = 'Mail konnte nicht an %s gesendet werden!';
  224. $PALANG['pSendmail_result_success'] = 'Mail an %s gesendet.';
  225. $PALANG['pAdminMenu_list_admin'] = 'Admin Liste';
  226. $PALANG['pAdminMenu_list_domain'] = 'Domain Liste';
  227. $PALANG['pAdminMenu_list_virtual'] = 'Virtual Liste';
  228. $PALANG['pAdminMenu_backup'] = 'Sicherung';
  229. $PALANG['pAdminMenu_create_domain_admins'] = 'Domain Admins';
  230. $PALANG['pAdminMenu_create_admin'] = 'Neuer Admin';
  231. $PALANG['pAdminMenu_create_domain'] = 'Neue Domain';
  232. $PALANG['pAdminList_admin_count'] = 'Domains';
  233. $PALANG['description'] = 'Beschreibung';
  234. $PALANG['aliases'] = 'Aliase';
  235. $PALANG['pAdminList_domain_quota'] = 'Domain Quota (MB)';
  236. $PALANG['pAdminList_domain_backupmx'] = 'Backup MX';
  237. $PALANG['last_modified'] = 'zuletzt geändert';
  238. $PALANG['pAdminCreate_domain_welcome'] = 'Domain hinzufügen';
  239. $PALANG['pAdminCreate_domain_domain_text_error'] = 'Diese Domain existiert bereits!';
  240. $PALANG['domain_does_not_exist'] = 'Diese Domain existiert nicht!';
  241. $PALANG['pAdminCreate_domain_domain_text_error2'] = 'Diese Domain ist ungültig!';
  242. $PALANG['pAdminCreate_domain_defaultaliases'] = 'Standard-Aliase hinzufügen';
  243. $PALANG['pAdminCreate_domain_button'] = 'Domain hinzufügen';
  244. $PALANG['pAdminCreate_domain_result_error'] = 'Das Anlegen der Domain %s ist fehlgeschlagen!';
  245. $PALANG['pAdminCreate_domain_result_success'] = 'Die Domain %s wurde angelegt.';
  246. $PALANG['domain_updated'] = 'Die Domain %s wurde geändert.';
  247. $PALANG['pAdminDelete_admin_error'] = 'Admin kann nicht gelöscht werden!';
  248. $PALANG['domain_postdel_failed'] = 'Fehler beim Ausführen des domain postdeletion-Scripts, überprüfen Sie das Error-Log für Details!';
  249. $PALANG['domain_postcreate_failed'] = 'Fehler beim Ausführen des domain postcreation-Scripts, überprüfen Sie das Error-Log für Details!';
  250. $PALANG['mailbox_postdel_failed'] = 'Fehler beim Ausführen des mailbox postdeletion-Scripts, überprüfen Sie das Error-Log für Details!';
  251. $PALANG['mailbox_postedit_failed'] = 'Fehler beim Ausführen des mailbox postedit-Scripts, überprüfen Sie das Error-Log für Details!';
  252. $PALANG['mailbox_postcreate_failed'] = 'Fehler beim Ausführen des mailbox postcreate-Scripts, überprüfen Sie das Error-Log für Details!';
  253. $PALANG['pAdminDelete_alias_domain_error'] = 'Alias-Domain konnte nicht gelöscht werden!';
  254. $PALANG['domain_conflict_vacation_domain'] = 'Sie können die Vacation-Domain nicht als Maildomain benutzen!';
  255. $PALANG['pAdminEdit_domain_welcome'] = 'Domain bearbeiten';
  256. $PALANG['pAdminEdit_domain_aliases_text'] = '-1 = ausschalten | 0 = kein Limit';
  257. $PALANG['pAdminEdit_domain_maxquota'] = 'Max Quota';
  258. $PALANG['pAdminEdit_domain_maxquota_text'] = 'MB | -1 = ausschalten | 0 = kein Limit';
  259. $PALANG['pAdminEdit_domain_quota'] = 'Domain Quota';
  260. $PALANG['transport'] = 'Transport';
  261. $PALANG['pAdminEdit_domain_transport_text'] = 'Transport festlegen';
  262. $PALANG['pAdminEdit_domain_backupmx'] = 'Mail server ist Backup-MX';
  263. $PALANG['pAdminEdit_domain_result_error'] = 'Das Ändern der Domain %s ist fehlgeschlagen';
  264. $PALANG['pAdminCreate_admin_welcome'] = 'Neuen Domain-Admin hinzufügen';
  265. $PALANG['email_address'] = 'Email Adresse';
  266. $PALANG['pAdminCreate_admin_username_text_error1'] = 'Admin-Adresse ist keine echte Email-Adresse!';
  267. $PALANG['admin_already_exists'] = 'Der Admin existiert bereits!';
  268. $PALANG['admin_does_not_exist'] = 'Der Admin existiert nicht!';
  269. $PALANG['pAdminCreate_admin_button'] = 'Admin hinzufügen';
  270. $PALANG['pAdminCreate_admin_result_error'] = 'Das anlegen des Admins %s ist fehlgeschlagen';
  271. $PALANG['pAdminCreate_admin_result_success'] = 'Der Admin %s wurde angelegt.';
  272. $PALANG['pAdminEdit_admin_welcome'] = 'Domain Admin bearbeiten';
  273. $PALANG['admin'] = 'Admin';
  274. $PALANG['password_again'] = 'Passwort (nochmal)';
  275. $PALANG['super_admin'] = 'Super-Admin';
  276. $PALANG['super_admin_desc'] = 'Super-Admins haben Zugriff auf alle Domains und können Domains und Admins verwalten.';
  277. $PALANG['pAdminEdit_admin_result_error'] = 'Das Ändern des Admins %s ist fehlgeschlagen!';
  278. $PALANG['pAdminEdit_admin_result_success'] = 'Der Admin %s wurde geändert.';
  279. $PALANG['pUsersLogin_welcome'] = 'Benutzer bitte hier einloggen, um Weiterleitungen bzw. das Passwort zu ändern.';
  280. $PALANG['pUsersLogin_username_incorrect'] = 'Falscher Login! Bitte benutzen Sie ihre Email-Adresse als Login';
  281. $PALANG['pUsersLogin_password_incorrect'] = 'Falsches Passwort!';
  282. $PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX
  283. $PALANG['pUsersMenu_vacation'] = 'Automatische Antwort';
  284. $PALANG['pUsersMenu_edit_alias'] = 'Weiterleitung ändern';
  285. $PALANG['pUsersMain_vacation'] = 'Geben Sie eine "Automatische Antwort" ein. Sinnvoll z.B. während Sie im Urlaub sind';
  286. $PALANG['pUsersMain_vacationSet'] = $PALANG['pUsersMenu_vacation'] . ' ist aktiv, \'' . $PALANG['pUsersMenu_vacation'] . '\' anklicken zum Bearbeiten oder Abschalten';
  287. $PALANG['pUsersMain_edit_alias'] = 'Ändern Sie Ihre Weiterleitung.';
  288. $PALANG['pUsersMain_password'] = 'Ändern Sie Ihr Passwort.';
  289. $PALANG['pUsersVacation_welcome'] = 'Automatische Antwort.';
  290. $PALANG['pUsersVacation_welcome_text'] = 'Automatische Antwort für %s ist aktiv!';
  291. $PALANG['pUsersVacation_subject_text'] = 'Ich bin weg...';
  292. $PALANG['message'] = 'Nachricht';
  293. $PALANG['pUsersVacation_body_text'] = <<<EOM
  294. Ich bin vom <date> bis <date> nicht zu Hause / im Büro.
  295. In dringenden Fällen setzen Sie sich bitte mit <contact person> in Verbindung.
  296. Vielen Dank für Ihr Verständnis.
  297. EOM;
  298. $PALANG['pUsersVacation_activefrom'] = 'Aktiv ab dem';
  299. $PALANG['pUsersVacation_activeuntil'] = 'Aktiv bis zum';
  300. $PALANG['pEdit_dbLog_editactive'] = 'Aktiv-Status ändern';
  301. $PALANG['pSearch'] = 'suche';
  302. $PALANG['pSearch_welcome'] = 'Suche nach: ';
  303. $PALANG['pReturn_to'] = 'Zurück zu';
  304. $PALANG['pBroadcast_title'] = 'Rundmail senden';
  305. $PALANG['pBroadcast_name'] = 'Ihr Name';
  306. $PALANG['pBroadcast_success'] = 'Ihre Rundmail wurde gesendet.';
  307. $PALANG['pAdminMenu_broadcast_message'] = 'Rundmail';
  308. $PALANG['pBroadcast_error_empty'] = 'Die Felder Name, Betreff und Nachricht dürfen nicht leer sein!';
  309. $PALANG['broadcast_mailboxes_only'] = "Nur an Postfächer senden";
  310. $PALANG['broadcast_to_domains'] = "Senden an Domains:";
  311. $PALANG['pStatus_undeliverable'] = 'möglicherweise UNZUSTELLBAR ';
  312. $PALANG['pStatus_custom'] = 'Zustellung an ';
  313. $PALANG['pStatus_popimap'] = 'POP/IMAP ';
  314. $PALANG['password_too_short'] = "Das Passwort ist zu kurz - mindestens %s Zeichen benötigt";
  315. $PALANG['password_no_characters'] = "Ihr Passwort muss mindestens %s Buchstaben enthalten.";
  316. $PALANG['password_no_digits'] = "Ihr Passwort muss mindestens %s Ziffer(n) enthalten.";
  317. $PALANG['pInvalidDomainRegex'] = "Ungültiger Domainname %s - Überprüfung per RegEx fehlgeschlagen";
  318. $PALANG['pInvalidDomainDNS'] = "Ungültige Domain %s - nicht per DNS auflösbar";
  319. $PALANG['pInvalidMailRegex'] = "Ungültige Mailadresse %s - Überprüfung per RegEx fehlgeschlagen";
  320. $PALANG['pFetchmail_welcome'] = 'E-Mail Abruf für: ';
  321. $PALANG['pFetchmail_new_entry'] = 'Neuer Eintrag';
  322. $PALANG['fetchmail_already_exists'] = 'Dieser Fetchmail-Job existiert schon!';
  323. $PALANG['fetchmail_does_not_exist'] = 'Dieser Fetchmail-Job existiert nicht!';
  324. $PALANG['pFetchmail_database_save_error'] = 'Eintrag konnte nicht in der Datenbank gespeichert werden!';
  325. $PALANG['pFetchmail_database_save_success'] = 'Eintrag wurde in der Datenbank gespeichert';
  326. $PALANG['pFetchmail_error_invalid_id'] = 'Kein Eintrag mit ID %s gefunden!';
  327. $PALANG['pFetchmail_invalid_mailbox'] = 'Ungültiges Postfach!';
  328. $PALANG['pFetchmail_server_missing'] = 'Bitte geben Sie den Namen des Servers ein!';
  329. $PALANG['pFetchmail_user_missing'] = 'Bitte geben Sie den Benutzernamen ein!';
  330. $PALANG['pFetchmail_password_missing'] = 'Bitte geben Sie das Passwort ein!';
  331. $PALANG['pFetchmail_field_id'] = 'ID';
  332. $PALANG['pFetchmail_field_mailbox'] = 'Mailbox';
  333. $PALANG['pFetchmail_field_src_server'] = 'Server';
  334. $PALANG['pFetchmail_field_src_auth'] = 'Anmeldemethode';
  335. $PALANG['pFetchmail_field_src_user'] = 'Benutzername';
  336. $PALANG['pFetchmail_field_src_password'] = $PALANG['password']; # needed until fetchmail is migrated into FetchmailHandler
  337. $PALANG['pFetchmail_field_src_folder'] = 'Ordner';
  338. $PALANG['pFetchmail_field_poll_time'] = 'Abruf';
  339. $PALANG['pFetchmail_field_fetchall'] = 'Alle abholen';
  340. $PALANG['pFetchmail_field_keep'] = 'Behalten';
  341. $PALANG['pFetchmail_field_protocol'] = 'Protokoll';
  342. $PALANG['pFetchmail_field_usessl'] = 'SSL aktiv';
  343. $PALANG['pFetchmail_field_sslcertck'] = 'SSL Zertifikatsprüfung';
  344. $PALANG['pFetchmail_field_sslcertpath'] = 'SSL Pfad der Zertifikate';
  345. $PALANG['pFetchmail_field_sslfingerprint'] = 'SSL fingerprint (md5)';
  346. $PALANG['pFetchmail_field_extra_options'] = 'Zusätzliche Optionen';
  347. $PALANG['pFetchmail_field_mda'] = 'MDA';
  348. $PALANG['pFetchmail_field_date'] = 'Datum';
  349. $PALANG['pFetchmail_field_returned_text'] = 'Zurückgegebener Text';
  350. $PALANG['pFetchmail_desc_id'] = 'Eintrags-ID';
  351. $PALANG['pFetchmail_desc_mailbox'] = 'Lokales Postfach';
  352. $PALANG['pFetchmail_desc_src_server'] = 'Entfernter Server';
  353. $PALANG['pFetchmail_desc_src_auth'] = 'Normalerweise \'password\'';
  354. $PALANG['pFetchmail_desc_src_user'] = 'Entfernter Benutzername';
  355. $PALANG['pFetchmail_desc_src_password'] = 'Entferntes Passwort';
  356. $PALANG['pFetchmail_desc_src_folder'] = 'Entfernter Ordner';
  357. $PALANG['pFetchmail_desc_poll_time'] = 'Mailabruf alle ... Minuten';
  358. $PALANG['pFetchmail_desc_fetchall'] = 'Sowohl alte (gelesene) als auch neue Nachrichten abholen';
  359. $PALANG['pFetchmail_desc_keep'] = 'Abgeholte Nachrichten auf dem entfernten Server lassen';
  360. $PALANG['pFetchmail_desc_protocol'] = 'Zu verwendendes Protokoll';
  361. $PALANG['pFetchmail_desc_usessl'] = 'Verschlüsselung mit SSL';
  362. $PALANG['pFetchmail_desc_extra_options'] = 'Zusätzliche fetchmail-Optionen';
  363. $PALANG['pFetchmail_desc_mda'] = 'Programm zur Mailauslieferung';
  364. $PALANG['pFetchmail_desc_date'] = 'Datum des letzten Mailabrufs/Konfigurationsänderung';
  365. $PALANG['pFetchmail_desc_returned_text'] = 'Textausgabe des letzten Mailabrufs';
  366. $PALANG['dateformat_pgsql'] = 'dd.mm.YYYY'; # translators: rearrange to your local date format, but make sure it's a valid PostgreSQL date format
  367. $PALANG['dateformat_mysql'] = '%d.%m.%Y'; # translators: rearrange to your local date format, but make sure it's a valid MySQL date format
  368. $PALANG['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh
  369. /* vim: set expandtab ft=php softtabstop=3 tabstop=3 shiftwidth=3: */
  370. ?>