import sql-ledger 2.4.4
[freeside.git] / sql-ledger / sql-ledger / locale / lv / arap
1 $self{texts} = {
2   'Address'                     => 'Adrese',
3   'Continue'                    => 'Turpinât',
4   'Customer not on file!'       => 'Nav tâda klienta!',
5   'Description'                 => 'Apraksts',
6   'Number'                      => 'Numurs',
7   'Project not on file!'        => 'Nav tâda projekta!',
8   'Select from one of the names below' => 'Atlasît vienu no sekojoðiem nosaukumiem',
9   'Select from one of the projects below' => 'Atlasît vienu no sekojoðiem projektiem',
10   'Vendor not on file!'         => 'Nav tâda pârdevçja!',
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   'turpinât'                    => 'continue',
28 };
29
30 1;