import sql-ledger 2.4.4
[freeside.git] / sql-ledger / old / sql-ledger / locale / dk / cp
diff --git a/sql-ledger/old/sql-ledger/locale/dk/cp b/sql-ledger/old/sql-ledger/locale/dk/cp
new file mode 100644 (file)
index 0000000..79d0579
--- /dev/null
@@ -0,0 +1,75 @@
+$self{texts} = {
+  'Account'                     => 'Konto',
+  'Address'                     => 'Adresse',
+  'Amount'                      => 'Beløb',
+  'Amount does not equal applied!' => 'Beløb er ikke det samme som brugt!',
+  'Amount missing!'             => 'Konto mangler!',
+  'Applied'                     => 'Udført',
+  'Cannot post payment!'        => 'Kan ikke bogføre betaling',
+  'Cannot process payment for a closed period!' => 'Kan ikke behandle betaling for en afsluttet periode!',
+  'Check'                       => 'Check',
+  'Check printed!'              => 'Check udskrevet',
+  'Check printing failed!'      => 'Udskrivning af check mislykkedes',
+  'Continue'                    => 'Fortsæt',
+  'Currency'                    => 'Valuta',
+  'Customer'                    => 'Kunde',
+  'Customer not on file!'       => 'Kunde ikke i databasen!',
+  'Date'                        => 'Dato',
+  'Date missing!'               => 'Dato mangler!',
+  'Description'                 => 'Beskrivelse',
+  'Due'                         => 'Forfald',
+  'Exchangerate'                => 'Vekselkurs',
+  'From'                        => 'Fra',
+  'Invoice'                     => 'Faktura',
+  'Invoices'                    => 'Fakturaer',
+  'Nothing applied!'            => 'Ingenting udført!',
+  'Number'                      => 'Nummer',
+  'Paid in full'                => 'Paid in full',
+  'Payment'                     => 'Betaling',
+  'Payment posted!'             => 'Betaling bogført!',
+  'Post'                        => 'Bogfør',
+  'Print'                       => 'Udskriv',
+  'Printer'                     => 'Printer',
+  'Project not on file!'        => 'Projekt ikke i databasen!',
+  'Receipt'                     => 'Kvittering',
+  'Reference'                   => 'Reference',
+  'Screen'                      => 'Skærm',
+  'Select from one of the names below' => 'Vælg en af navnene nedenfor',
+  'Select from one of the projects below' => 'Vælg et af projekterne nedenfor',
+  'To'                          => 'til',
+  'Update'                      => 'Opdatér',
+  'Vendor'                      => 'Leverandør',
+  'Vendor not on file!'         => 'Leverandør ikke i databasen!',
+};
+
+$self{subs} = {
+  'add_transaction'             => 'add_transaction',
+  'ap_transaction'              => 'ap_transaction',
+  'ar_transaction'              => 'ar_transaction',
+  'check_form'                  => 'check_form',
+  'check_name'                  => 'check_name',
+  'check_project'               => 'check_project',
+  'continue'                    => 'continue',
+  'customer_details'            => 'customer_details',
+  'form_footer'                 => 'form_footer',
+  'form_header'                 => 'form_header',
+  'gl_transaction'              => 'gl_transaction',
+  'list_invoices'               => 'list_invoices',
+  'name_selected'               => 'name_selected',
+  'payment'                     => 'payment',
+  'post'                        => 'post',
+  'print'                       => 'print',
+  'project_selected'            => 'project_selected',
+  'purchase_invoice'            => 'purchase_invoice',
+  'sales_invoice'               => 'sales_invoice',
+  'select_name'                 => 'select_name',
+  'select_project'              => 'select_project',
+  'update'                      => 'update',
+  'vendor_details'              => 'vendor_details',
+  'fortsæt'                     => 'continue',
+  'bogfør'                      => 'post',
+  'udskriv'                     => 'print',
+  'opdatér'                     => 'update',
+};
+
+1;