summaryrefslogtreecommitdiff
path: root/locale/de_utf/cp
blob: ede291c9123a7c08429679e6d8720cab8ad43df4 (plain)
  1. $self{charset} = 'UTF-8';
  2. $self{texts} = {
  3. 'AP' => 'Verbindlichkeiten',
  4. 'AR' => 'Forderungen',
  5. 'Account' => 'Konto',
  6. 'Accounting Menu' => 'Kontoverwaltung',
  7. 'Address' => 'Adresse',
  8. 'All' => 'Alle',
  9. 'Amount' => 'Betrag',
  10. 'Amount Due' => 'Betrag fällig',
  11. 'Bcc' => 'Bcc',
  12. 'Cannot post Payment!' => 'Bezahlung kann nicht verbucht werden!',
  13. 'Cannot post Receipt!' => 'Einnahme kann nicht verbucht werden!',
  14. 'Cannot post payment for a closed period!' => 'Es können keine Zahlungen für abgeschlossene Bücher gebucht werden!',
  15. 'Cc' => 'Cc',
  16. 'Continue' => 'Weiter',
  17. 'Currency' => 'Währung',
  18. 'Customer' => 'Kunde',
  19. 'Customer not on file!' => 'Kunde ist nicht in der Datenbank!',
  20. 'Date' => 'Datum',
  21. 'Date missing!' => 'Datum fehlt!',
  22. 'Department' => 'Abteilung',
  23. 'Deposit' => 'Gutschrift',
  24. 'Description' => 'Beschreibung',
  25. 'Due Date' => 'Fälligkeitsdatum',
  26. 'E-mail' => 'eMail',
  27. 'Exchange Rate' => 'Wechselkurs',
  28. 'Exchange rate missing!' => 'Wechselkurs fehlt!',
  29. 'From' => 'Von',
  30. 'Invoice' => 'Rechnung',
  31. 'Invoices' => 'Rechnungen',
  32. 'Language' => 'Sprache',
  33. 'Memo' => 'Vermerk',
  34. 'Message' => 'Nachricht',
  35. 'Number' => 'Nummer',
  36. 'PDF' => 'PDF',
  37. 'Payment' => 'Belastung',
  38. 'Payment posted!' => 'Zahlung gebucht!',
  39. 'Payments' => 'Zahlungen',
  40. 'Post' => 'Buchen',
  41. 'Postscript' => 'Postscript',
  42. 'Prepayment' => 'Anzahlung',
  43. 'Print' => 'Drucken',
  44. 'Project not on file!' => 'Dieses Projekt ist nicht in der Datenbank!',
  45. 'Receipt' => 'Quittung',
  46. 'Receipt posted!' => 'Einnahme verbucht!',
  47. 'Receipts' => 'Quittungen',
  48. 'Reference' => 'Referenz',
  49. 'Screen' => 'Bildschirm',
  50. 'Select' => 'Auswählen',
  51. 'Select all' => 'Alle auswählen',
  52. 'Select from one of the names below' => 'Wählen Sie einen der untenstehenden Namen',
  53. 'Select from one of the projects below' => 'Wählen Sie eines der untenstehenden Projekte',
  54. 'Select postscript or PDF!' => 'Postscript oder PDF auswählen!',
  55. 'Source' => 'Beleg',
  56. 'Startdate' => 'Beschäftigt seit',
  57. 'Subject' => 'Betreff',
  58. 'To' => 'Bis',
  59. 'Update' => 'Erneuern',
  60. 'Vendor' => 'Lieferant',
  61. 'Vendor not on file!' => 'Lieferant ist nicht in der Datenbank!',
  62. 'Warning!' => 'Warnung!',
  63. 'sent' => 'verschickt',
  64. };
  65. $self{subs} = {
  66. 'acc_menu' => 'acc_menu',
  67. 'add_transaction' => 'add_transaction',
  68. 'ap_transaction' => 'ap_transaction',
  69. 'ar_transaction' => 'ar_transaction',
  70. 'check_form' => 'check_form',
  71. 'check_name' => 'check_name',
  72. 'check_openvc' => 'check_openvc',
  73. 'check_project' => 'check_project',
  74. 'continue' => 'continue',
  75. 'customer_details' => 'customer_details',
  76. 'delete_schedule' => 'delete_schedule',
  77. 'display' => 'display',
  78. 'gl_transaction' => 'gl_transaction',
  79. 'invoices_due' => 'invoices_due',
  80. 'js_menu' => 'js_menu',
  81. 'list_invoices' => 'list_invoices',
  82. 'menubar' => 'menubar',
  83. 'name_selected' => 'name_selected',
  84. 'payment' => 'payment',
  85. 'payment_footer' => 'payment_footer',
  86. 'payment_header' => 'payment_header',
  87. 'payments' => 'payments',
  88. 'payments_footer' => 'payments_footer',
  89. 'payments_header' => 'payments_header',
  90. 'post' => 'post',
  91. 'post_as_new' => 'post_as_new',
  92. 'post_payment' => 'post_payment',
  93. 'post_payments' => 'post_payments',
  94. 'print' => 'print',
  95. 'print_and_post_as_new' => 'print_and_post_as_new',
  96. 'print_form' => 'print_form',
  97. 'print_payment' => 'print_payment',
  98. 'print_payments' => 'print_payments',
  99. 'project_selected' => 'project_selected',
  100. 'rebuild_vc' => 'rebuild_vc',
  101. 'repost' => 'repost',
  102. 'reprint' => 'reprint',
  103. 'sales_invoice_' => 'sales_invoice_',
  104. 'save_schedule' => 'save_schedule',
  105. 'schedule' => 'schedule',
  106. 'section_menu' => 'section_menu',
  107. 'select_all' => 'select_all',
  108. 'select_name' => 'select_name',
  109. 'select_project' => 'select_project',
  110. 'update' => 'update',
  111. 'update_payment' => 'update_payment',
  112. 'update_payments' => 'update_payments',
  113. 'vendor_details' => 'vendor_details',
  114. 'vendor_invoice_' => 'vendor_invoice_',
  115. 'weiter' => 'continue',
  116. 'buchen' => 'post',
  117. 'drucken' => 'print',
  118. 'alle_auswählen' => 'select_all',
  119. 'erneuern' => 'update',
  120. };
  121. 1;