import sql-ledger 2.4.4
[freeside.git] / sql-ledger / old / sql-ledger / locale / ee / cp
1 $self{texts} = {
2   'Account'                     => 'Konto',
3   'Address'                     => 'Aadress',
4   'Amount'                      => 'Summa',
5   'Amount does not equal applied!' => 'Amount does not equal applied!',
6   'Amount missing!'             => 'Summa puudub!',
7   'Applied'                     => 'Makstud',
8   'Cannot post payment!'        => 'Makset ei saa salvestada!',
9   'Cannot process payment for a closed period!' => 'Suletud perioodi makset ei saa töödelda!',
10   'Check'                       => 'T?ekk',
11   'Check printed!'              => 'T?ekk on türkitud',
12   'Check printing failed!'      => 'T?eki trükkimine ebaõnnestus',
13   'Continue'                    => 'Edasi',
14   'Currency'                    => 'Valuuta',
15   'Customer'                    => 'Klient',
16   'Customer not on file!'       => 'Klienti pole failis!',
17   'Date'                        => 'Kuupäev',
18   'Date missing!'               => 'Kuupäev puudub!',
19   'Description'                 => 'Selgitus',
20   'Due'                         => 'Tasuda',
21   'Exchangerate'                => 'Valuutakurss',
22   'From'                        => 'Alates',
23   'Invoice'                     => 'Arve',
24   'Invoices'                    => 'Arved',
25   'Nothing applied!'            => 'Midagi ei muudetud',
26   'Number'                      => 'Kood',
27   'Paid in full'                => 'Täielikult tasutud',
28   'Payment'                     => 'Maksed',
29   'Payment posted!'             => 'Makse salvestatud',
30   'Post'                        => 'Salvesta',
31   'Print'                       => 'Trüki',
32   'Printer'                     => 'Printer',
33   'Project not on file!'        => 'Projekti pole failis',
34   'Receipt'                     => 'Laekumised',
35   'Receipt printed!'            => 'Tshekk trükitud',
36   'Receipt printing failed!'    => 'Tsheki trükkkimine ebaõnnestus',
37   'Reference'                   => 'Viide',
38   'Screen'                      => 'Ekraan',
39   'Select from one of the names below' => 'Vali üks alltoodud nimedest',
40   'Select from one of the projects below' => 'Vali üks alltoodud projektidest',
41   'Update'                      => 'Uuenda',
42   'Vendor'                      => 'Hankija',
43   'Vendor not on file!'         => 'Hankijat pole failis!',
44   'to'                          => 'kuni',
45 };
46
47 $self{subs} = {
48   'add_transaction'             => 'add_transaction',
49   'ap_transaction'              => 'ap_transaction',
50   'ar_transaction'              => 'ar_transaction',
51   'check_form'                  => 'check_form',
52   'check_name'                  => 'check_name',
53   'check_project'               => 'check_project',
54   'continue'                    => 'continue',
55   'customer_details'            => 'customer_details',
56   'form_footer'                 => 'form_footer',
57   'form_header'                 => 'form_header',
58   'gl_transaction'              => 'gl_transaction',
59   'list_invoices'               => 'list_invoices',
60   'name_selected'               => 'name_selected',
61   'payment'                     => 'payment',
62   'post'                        => 'post',
63   'print'                       => 'print',
64   'project_selected'            => 'project_selected',
65   'sales_invoice'               => 'sales_invoice',
66   'select_name'                 => 'select_name',
67   'select_project'              => 'select_project',
68   'update'                      => 'update',
69   'vendor_details'              => 'vendor_details',
70   'vendor_invoice'              => 'vendor_invoice',
71   'edasi'                       => 'continue',
72   'salvesta'                    => 'post',
73   'trüki'                       => 'print',
74   'uuenda'                      => 'update',
75 };
76
77 1;