can't set $p without $cgi
[freeside.git] / sql-ledger / old / sql-ledger / locale / lt / cp
1 $self{texts} = {
2   'Account'                     => 'Sàskaita',
3   'Address'                     => 'Adresas',
4   'Amount'                      => 'Suma',
5   'Amount does not equal applied!' => 'Suma ne lygi pritaikytai!',
6   'Amount missing!'             => 'Nëra sumos!',
7   'Applied'                     => 'Pritaikyta',
8   'Cannot post payment!'        => 'Neámanoma patvirtinti mokëjimo!',
9   'Cannot process payment for a closed period!' => 'Neámanoma vykdyti mokëjimo uþdarajam periodui!',
10   'Check'                       => 'Èekis',
11   'Check printed!'              => 'Èekis atspausdintas!',
12   'Check printing failed!'      => 'Èekio spausdinimas nepavyko!',
13   'Continue'                    => 'Tæsti',
14   'Currency'                    => 'Valiûta',
15   'Customer'                    => 'Klientas',
16   'Customer not on file!'       => 'Tokio kliento nëra!',
17   'Date'                        => 'Data',
18   'Date missing!'               => 'Datos nëra!',
19   'Description'                 => 'Apraðymas',
20   'Due'                         => 'Iki',
21   'Exchangerate'                => 'Keitimo kursas',
22   'From'                        => 'Nuo',
23   'Invoice'                     => 'Sàskaita-faktûra',
24   'Invoices'                    => 'Sàskaitos-faktûros',
25   'Nothing applied!'            => 'Niekas nepanaudota!',
26   'Number'                      => 'Numeris',
27   'Paid in full'                => 'Pilnai apmokëta',
28   'Payment'                     => 'Mokëjimas',
29   'Payment posted!'             => 'Mokëjimas patvirtintas!',
30   'Post'                        => 'Patvirtinti',
31   'Print'                       => 'Spausdinti',
32   'Printer'                     => 'Spausdintuvas',
33   'Project not on file!'        => 'Nëra tokio projekto!',
34   'Receipt'                     => 'Kasos orderis',
35   'Receipt printed!'            => 'Receipt printed!',
36   'Receipt printing failed!'    => 'Receipt printing failed!',
37   'Reference'                   => 'Nuorodos',
38   'Screen'                      => 'Ekranas',
39   'Select from one of the names below' => 'Iðrinkite vienà ið pavadinimø apaèioje',
40   'Select from one of the projects below' => 'Iðrinkite vienà ið projektø apaèioje',
41   'Update'                      => 'Atnaujinti',
42   'Vendor'                      => 'Tiekëjas',
43   'Vendor not on file!'         => 'Tokio tiekëjo nëra!',
44   'to'                          => 'iki',
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   'tæsti'                       => 'continue',
72   'patvirtinti'                 => 'post',
73   'spausdinti'                  => 'print',
74   'atnaujinti'                  => 'update',
75 };
76
77 1;