can't set $p without $cgi
[freeside.git] / sql-ledger / old / sql-ledger / locale / nl / cp
1 $self{texts} = {
2   'Account'                     => 'Rekening',
3   'Address'                     => 'Adres',
4   'Amount'                      => 'Bedrag',
5   'Amount does not equal applied!' => 'Bedrag is ongelijk aan toewijzing!',
6   'Amount missing!'             => 'Bedrag ontbreekt!',
7   'Applied'                     => 'Toewijzing',
8   'Cannot post payment!'        => 'Kan betaling niet boeken!',
9   'Cannot process payment for a closed period!' => 'Kan geen betaling verwerken voor afgesloten periode!',
10   'Check'                       => 'Cheque',
11   'Check printed!'              => 'Cheque geprint!',
12   'Check printing failed!'      => 'Cheque printen mislukt!',
13   'Continue'                    => 'Verder',
14   'Currency'                    => 'Valuta',
15   'Customer'                    => 'Klant',
16   'Customer not on file!'       => 'Klant bestaat niet!',
17   'Date'                        => 'Datum',
18   'Date missing!'               => 'Datum ontbreekt!',
19   'Description'                 => 'Omschrijving',
20   'Due'                         => 'Verschuldigd',
21   'Exchangerate'                => 'Wisselkoers',
22   'From'                        => 'Van',
23   'Invoice'                     => 'Factuur',
24   'Invoices'                    => 'Facturen',
25   'Nothing applied!'            => 'Niets toegewezen!',
26   'Number'                      => 'Nummer',
27   'Paid in full'                => 'Volledig betaald',
28   'Payment'                     => 'Betaling',
29   'Payment posted!'             => 'Betaling geboekt!',
30   'Post'                        => 'Boek',
31   'Print'                       => 'Afdrukken',
32   'Printer'                     => 'Printer',
33   'Project not on file!'        => 'Project bestaat niet!',
34   'Receipt'                     => 'Ontvangstbewijs',
35   'Reference'                   => 'Referentie',
36   'Screen'                      => 'Scherm',
37   'Select from one of the names below' => 'Kies een van de onderstaande namen',
38   'Select from one of the projects below' => 'Kies een van de onderstaande projecten',
39   'Update'                      => 'Bijwerken',
40   'Vendor'                      => 'Leverancier',
41   'Vendor not on file!'         => 'Leverancier bestaat niet!',
42   'to'                          => 'tot',
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   'verder'                      => 'continue',
70   'boek'                        => 'post',
71   'afdrukken'                   => 'print',
72   'bijwerken'                   => 'update',
73 };
74
75 1;