import of sql-ledger 2.0.8
[freeside.git] / sql-ledger / locale / en_GB / gl
1 $self{texts} = {
2   'AP Transaction'              => 'Purchase Transaction',
3   'AR Transaction'              => 'Sales Transaction',
4   'Account'                     => 'Account',
5   'Add General Ledger Transaction' => 'Add General Ledger Transaction',
6   'Address'                     => 'Address',
7   'All'                         => 'All',
8   'Apr'                         => 'Apr',
9   'April'                       => 'April',
10   'Are you sure you want to delete Transaction' => 'Are you sure you want to delete Transaction',
11   'Asset'                       => 'Asset',
12   'Aug'                         => 'Aug',
13   'August'                      => 'August',
14   'Balance'                     => 'Balance',
15   'Cannot delete transaction!'  => 'Cannot delete transaction!',
16   'Cannot have a value in both Debit and Credit!' => 'Cannot have a value in both Debit and Credit!',
17   'Cannot post a transaction without a value!' => 'Cannot post a transaction without a value!',
18   'Cannot post transaction for a closed period!' => 'Cannot post transaction for a closed period!',
19   'Confirm!'                    => 'Confirm!',
20   'Continue'                    => 'Continue',
21   'Credit'                      => 'Credit',
22   'Customer not on file!'       => 'Customer not on file!',
23   'Date'                        => 'Date',
24   'Debit'                       => 'Debit',
25   'Debit and credit out of balance!' => 'Debit and credit out of balance!',
26   'Dec'                         => 'Dec',
27   'December'                    => 'December',
28   'Delete'                      => 'Delete',
29   'Description'                 => 'Description',
30   'Edit General Ledger Transaction' => 'Edit General Ledger Transaction',
31   'Equity'                      => 'Equity',
32   'Expense'                     => 'Expense',
33   'Feb'                         => 'Feb',
34   'February'                    => 'February',
35   'From'                        => 'From',
36   'GIFI'                        => 'GIFI',
37   'GL Transaction'              => 'GL Transaction',
38   'General Ledger'              => 'General Ledger',
39   'ID'                          => 'ID',
40   'Include in Report'           => 'Include in Report',
41   'Income'                      => 'Revenue',
42   'Jan'                         => 'Jan',
43   'January'                     => 'January',
44   'Jul'                         => 'Jul',
45   'July'                        => 'July',
46   'Jun'                         => 'Jun',
47   'June'                        => 'June',
48   'Liability'                   => 'Liability',
49   'Mar'                         => 'Mar',
50   'March'                       => 'March',
51   'May'                         => 'May',
52   'May '                        => 'May ',
53   'Notes'                       => 'Notes',
54   'Nov'                         => 'Nov',
55   'November'                    => 'November',
56   'Number'                      => 'Number',
57   'Oct'                         => 'Oct',
58   'October'                     => 'October',
59   'Post'                        => 'Post',
60   'Post as new'                 => 'Post as new',
61   'Project'                     => 'Project',
62   'Project not on file!'        => 'Project not on file!',
63   'Reference'                   => 'Reference',
64   'Reference missing!'          => 'Reference missing!',
65   'Reports'                     => 'Reports',
66   'Sales Invoice'               => 'Sales Invoice',
67   'Select from one of the names below' => 'Select from one of the names below',
68   'Select from one of the projects below' => 'Select from one of the projects below',
69   'Sep'                         => 'Sep',
70   'September'                   => 'September',
71   'Source'                      => 'Source',
72   'Subtotal'                    => 'Subtotal',
73   'Transaction Date missing!'   => 'Transaction Date missing!',
74   'Transaction deleted!'        => 'Transaction deleted!',
75   'Transaction posted!'         => 'Transaction posted!',
76   'Update'                      => 'Update',
77   'Vendor Invoice'              => 'Vendor Invoice',
78   'Vendor not on file!'         => 'Vendor not on file!',
79   'Yes'                         => 'Yes',
80   'to'                          => 'to',
81 };
82
83 $self{subs} = {
84   'add'                         => 'add',
85   'add_transaction'             => 'add_transaction',
86   'ap_transaction'              => 'ap_transaction',
87   'ar_transaction'              => 'ar_transaction',
88   'check_name'                  => 'check_name',
89   'check_project'               => 'check_project',
90   'continue'                    => 'continue',
91   'delete'                      => 'delete',
92   'display_form'                => 'display_form',
93   'edit'                        => 'edit',
94   'form_footer'                 => 'form_footer',
95   'form_header'                 => 'form_header',
96   'form_row'                    => 'form_row',
97   'generate_report'             => 'generate_report',
98   'gl_subtotal'                 => 'gl_subtotal',
99   'gl_transaction'              => 'gl_transaction',
100   'name_selected'               => 'name_selected',
101   'post'                        => 'post',
102   'post_as_new'                 => 'post_as_new',
103   'project_selected'            => 'project_selected',
104   'sales_invoice'               => 'sales_invoice',
105   'search'                      => 'search',
106   'select_name'                 => 'select_name',
107   'select_project'              => 'select_project',
108   'update'                      => 'update',
109   'vendor_invoice'              => 'vendor_invoice',
110   'yes'                         => 'yes',
111   'purchase_transaction'        => 'ap_transaction',
112   'sales_transaction'           => 'ar_transaction',
113   'continue'                    => 'continue',
114   'delete'                      => 'delete',
115   'gl_transaction'              => 'gl_transaction',
116   'post'                        => 'post',
117   'post_as_new'                 => 'post_as_new',
118   'sales_invoice'               => 'sales_invoice',
119   'update'                      => 'update',
120   'vendor_invoice'              => 'vendor_invoice',
121   'yes'                         => 'yes',
122 };
123
124 1;