1$self{texts} = {
2  'Account'                     => 'Konts',
3  'Accounting Menu'             => 'Kontēšanas izvēlne',
4  'Apr'                         => 'Apr',
5  'April'                       => 'Aprīlī',
6  'Aug'                         => 'Aug',
7  'August'                      => 'Augustā',
8  'Confirm!'                    => 'Apstiprināt!',
9  'Continue'                    => 'Turpināt',
10  'Current'                     => 'Pašreizējs',
11  'Date'                        => 'Datums',
12  'Dec'                         => 'Dec',
13  'December'                    => 'Decembrī',
14  'Delete'                      => 'Dzēst',
15  'Description'                 => 'Apraksts',
16  'Employee'                    => 'Darbinieks',
17  'Feb'                         => 'Feb',
18  'February'                    => 'Februārī',
19  'From'                        => 'No',
20  'ID'                          => 'ID',
21  'Include in Report'           => 'Iekļaut atskaitē',
22  'Invoice Number'              => 'Rēķina numurs',
23  'Jan'                         => 'Jan',
24  'January'                     => 'Janvārī',
25  'Jul'                         => 'Jūl',
26  'July'                        => 'Jūlijā',
27  'Jun'                         => 'Jūn',
28  'June'                        => 'Jūnijā',
29  'Mar'                         => 'Mar',
30  'March'                       => 'Martā',
31  'May'                         => 'Mai',
32  'May '                        => 'Maijā ',
33  'Memo'                        => 'Memorands',
34  'No.'                         => 'Nr.',
35  'Nov'                         => 'Nov',
36  'November'                    => 'Novembrī',
37  'Oct'                         => 'Okt',
38  'October'                     => 'Oktobrī',
39  'Post'                        => 'Iegrāmatot',
40  'Reference'                   => 'Norāde',
41  'Select all'                  => 'Atlasīt visu',
42  'Sep'                         => 'Sep',
43  'September'                   => 'Septembrī',
44  'Source'                      => 'Dokuments',
45  'Subtotal'                    => 'Kopā',
46  'To'                          => 'uz',
47  'Total'                       => 'Pavisam Kopā',
48  'Vendor'                      => 'Pārdevējs',
49  'Vendor Number'               => 'Pārdevēja numurs',
50  'Yes'                         => 'Jā',
51};
52
53$self{subs} = {
54  'acc_menu'                    => 'acc_menu',
55  'add_batch'                   => 'add_batch',
56  'add_general_ledger_batch'    => 'add_general_ledger_batch',
57  'add_payable_batch'           => 'add_payable_batch',
58  'add_payment_batch'           => 'add_payment_batch',
59  'add_payment_reversal_batch'  => 'add_payment_reversal_batch',
60  'add_payments_batch'          => 'add_payments_batch',
61  'add_voucher'                 => 'add_voucher',
62  'calendar'                    => 'calendar',
63  'change_report'               => 'change_report',
64  'check_all'                   => 'check_all',
65  'clock'                       => 'clock',
66  'continue'                    => 'continue',
67  'delete'                      => 'delete',
68  'delete_batch'                => 'delete_batch',
69  'deselect_all'                => 'deselect_all',
70  'display'                     => 'display',
71  'edit'                        => 'edit',
72  'edit_batch'                  => 'edit_batch',
73  'edit_payment_reversal'       => 'edit_payment_reversal',
74  'general_ledger_batch'        => 'general_ledger_batch',
75  'js_calendar'                 => 'js_calendar',
76  'jsmenu'                      => 'jsmenu',
77  'jsmenu_frame'                => 'jsmenu_frame',
78  'list_batches'                => 'list_batches',
79  'list_vouchers'               => 'list_vouchers',
80  'menubar'                     => 'menubar',
81  'payable_batch'               => 'payable_batch',
82  'payment_batch'               => 'payment_batch',
83  'payment_reversal_batch'      => 'payment_reversal_batch',
84  'payments_batch'              => 'payments_batch',
85  'pickvalue'                   => 'pickvalue',
86  'post'                        => 'post',
87  'post_batch'                  => 'post_batch',
88  'post_batches'                => 'post_batches',
89  'resize'                      => 'resize',
90  'save_batch'                  => 'save_batch',
91  'search'                      => 'search',
92  'section_menu'                => 'section_menu',
93  'select_all'                  => 'select_all',
94  'show_progress'               => 'show_progress',
95  'subtotal'                    => 'subtotal',
96  'yes'                         => 'yes',
97  'yes_delete_batch'            => 'yes_delete_batch',
98  'turpināt'                   => 'continue',
99  'dzēst'                      => 'delete',
100  'iegrāmatot'                 => 'post',
101  'atlasīt_visu'               => 'select_all',
102  'jā'                         => 'yes',
103};
104
1051;
106
107