add some time-worked reporting
[freeside.git] / sql-ledger / locale / lt / arap
1 $self{texts} = {
2   'Address'                     => 'Adresas',
3   'Continue'                    => 'Tæsti',
4   'Customer not on file!'       => 'Tokio kliento nëra!',
5   'Description'                 => 'Apraðymas',
6   'Number'                      => 'Numeris',
7   'Project not on file!'        => 'Nëra tokio projekto!',
8   'Select from one of the names below' => 'Iðrinkite vienà ið pavadinimø apaèioje',
9   'Select from one of the projects below' => 'Iðrinkite vienà ið projektø apaèioje',
10   'Vendor not on file!'         => 'Tokio tiekëjo nëra!',
11 };
12
13 $self{subs} = {
14   'add_transaction'             => 'add_transaction',
15   'ap_transaction'              => 'ap_transaction',
16   'ar_transaction'              => 'ar_transaction',
17   'check_name'                  => 'check_name',
18   'check_project'               => 'check_project',
19   'continue'                    => 'continue',
20   'gl_transaction'              => 'gl_transaction',
21   'name_selected'               => 'name_selected',
22   'project_selected'            => 'project_selected',
23   'sales_invoice_'              => 'sales_invoice_',
24   'select_name'                 => 'select_name',
25   'select_project'              => 'select_project',
26   'vendor_invoice_'             => 'vendor_invoice_',
27   'tæsti'                       => 'continue',
28 };
29
30 1;