import of sql-ledger 2.0.8
[freeside.git] / sql-ledger / locale / dk / cp
1 $self{texts} = {
2   'Account'                     => 'Konto',
3   'Address'                     => 'Adresse',
4   'Amount'                      => 'Beløb',
5   'Amount does not equal applied!' => 'Beløb er ikke det samme som brugt!',
6   'Amount missing!'             => 'Konto mangler!',
7   'Applied'                     => 'Udført',
8   'Cannot post payment!'        => 'Kan ikke bogføre betaling',
9   'Cannot process payment for a closed period!' => 'Kan ikke behandle betaling for en afsluttet periode!',
10   'Check'                       => 'Check',
11   'Check printed!'              => 'Check udskrevet',
12   'Check printing failed!'      => 'Udskrivning af check mislykkedes',
13   'Continue'                    => 'Fortsæt',
14   'Currency'                    => 'Valuta',
15   'Customer'                    => 'Kunde',
16   'Customer not on file!'       => 'Kunde ikke i databasen!',
17   'Date'                        => 'Dato',
18   'Date missing!'               => 'Dato mangler!',
19   'Description'                 => 'Beskrivelse',
20   'Due'                         => 'Forfald',
21   'Exchangerate'                => 'Vekselkurs',
22   'From'                        => 'Fra',
23   'Invoice'                     => 'Faktura',
24   'Invoices'                    => 'Fakturaer',
25   'Nothing applied!'            => 'Ingenting udført!',
26   'Number'                      => 'Nummer',
27   'Paid in full'                => 'Paid in full',
28   'Payment'                     => 'Betaling',
29   'Payment posted!'             => 'Betaling bogført!',
30   'Post'                        => 'Bogfør',
31   'Print'                       => 'Udskriv',
32   'Printer'                     => 'Printer',
33   'Project not on file!'        => 'Projekt ikke i databasen!',
34   'Receipt'                     => 'Kvittering',
35   'Reference'                   => 'Reference',
36   'Screen'                      => 'Skærm',
37   'Select from one of the names below' => 'Vælg en af navnene nedenfor',
38   'Select from one of the projects below' => 'Vælg et af projekterne nedenfor',
39   'To'                          => 'til',
40   'Update'                      => 'Opdatér',
41   'Vendor'                      => 'Leverandør',
42   'Vendor not on file!'         => 'Leverandør ikke i databasen!',
43 };
44
45 $self{subs} = {
46   'add_transaction'             => 'add_transaction',
47   'ap_transaction'              => 'ap_transaction',
48   'ar_transaction'              => 'ar_transaction',
49   'check_form'                  => 'check_form',
50   'check_name'                  => 'check_name',
51   'check_project'               => 'check_project',
52   'continue'                    => 'continue',
53   'customer_details'            => 'customer_details',
54   'form_footer'                 => 'form_footer',
55   'form_header'                 => 'form_header',
56   'gl_transaction'              => 'gl_transaction',
57   'list_invoices'               => 'list_invoices',
58   'name_selected'               => 'name_selected',
59   'payment'                     => 'payment',
60   'post'                        => 'post',
61   'print'                       => 'print',
62   'project_selected'            => 'project_selected',
63   'purchase_invoice'            => 'purchase_invoice',
64   'sales_invoice'               => 'sales_invoice',
65   'select_name'                 => 'select_name',
66   'select_project'              => 'select_project',
67   'update'                      => 'update',
68   'vendor_details'              => 'vendor_details',
69   'fortsæt'                     => 'continue',
70   'bogfør'                      => 'post',
71   'udskriv'                     => 'print',
72   'opdatér'                     => 'update',
73 };
74
75 1;