- $self{charset} = 'ISO-8859-7';
- $self{texts} = {
- 'AP Aging' => 'Creditor Aging',
- 'AR Aging' => 'Debtor Aging',
- 'Account' => '�����������',
- 'Account Number' => '������� �����������',
- 'Accounting Menu' => '����� ����������',
- 'Accounts' => '�����������',
- 'Accrual' => '������',
- 'Address' => '���������',
- 'All Accounts' => '���� �� �����������',
- 'Amount' => '����',
- 'Apr' => '���',
- 'April' => '��������',
- 'Attachment' => '��������',
- 'Aug' => '���',
- 'August' => '���������',
- 'Balance' => '��������',
- 'Balance Sheet' => '��������',
- 'Cash' => '������',
- 'Continue' => '��������',
- 'Copies' => '���������',
- 'Credit' => '�������',
- 'Current' => '������',
- 'Current Earnings' => '�������� �����',
- 'Customer' => '�������',
- 'Customer not on file!' => 'Debtor not on file!',
- 'Date' => '����������',
- 'Debit' => '�����',
- 'Dec' => '���',
- 'December' => '����������',
- 'Decimalplaces' => '��������',
- 'Department' => '�����',
- 'Description' => '���������',
- 'Detail' => '�����������',
- 'Due Date' => '���������� �����',
- 'Feb' => '���',
- 'February' => '�����������',
- 'From' => '���',
- 'Invoice' => '���������',
- 'Jan' => '���',
- 'January' => '����������',
- 'Jul' => '����',
- 'July' => '�������',
- 'Jun' => '����',
- 'June' => '�������',
- 'Language' => '������',
- 'Mar' => '���',
- 'March' => '�������',
- 'May' => '�����',
- 'May ' => '�����',
- 'Message' => '������',
- 'Method' => '�������',
- 'Month' => '�����',
- 'Nothing selected!' => '��� ��� ��������� ������',
- 'Nov' => '���',
- 'November' => '���������',
- 'Number' => '�������',
- 'Oct' => '���',
- 'October' => '���������',
- 'Order' => '����������',
- 'Print' => '��������',
- 'Project' => '����',
- 'Project Number' => '������� �����',
- 'Screen' => '�����',
- 'Select all' => '������� ����',
- 'Source' => '����',
- 'Tax' => '�����',
- 'Vendor' => 'Creditor',
- 'Vendor not on file!' => 'Creditor not on file!',
- };
- $self{subs} = {
- 'acc_menu' => 'acc_menu',
- 'add_transaction' => 'add_transaction',
- 'aging' => 'aging',
- 'ap_transaction' => 'ap_transaction',
- 'ar_transaction' => 'ar_transaction',
- 'check_name' => 'check_name',
- 'check_project' => 'check_project',
- 'continue' => 'continue',
- 'delete_schedule' => 'delete_schedule',
- 'display' => 'display',
- 'e_mail' => 'e_mail',
- 'generate_ap_aging' => 'generate_ap_aging',
- 'generate_ar_aging' => 'generate_ar_aging',
- 'generate_balance_sheet' => 'generate_balance_sheet',
- 'generate_income_statement' => 'generate_income_statement',
- 'generate_projects' => 'generate_projects',
- 'generate_tax_report' => 'generate_tax_report',
- 'generate_trial_balance' => 'generate_trial_balance',
- 'gl_transaction' => 'gl_transaction',
- 'js_menu' => 'js_menu',
- 'list_accounts' => 'list_accounts',
- 'list_payments' => 'list_payments',
- 'menubar' => 'menubar',
- 'name_selected' => 'name_selected',
- 'payment_subtotal' => 'payment_subtotal',
- 'post_as_new' => 'post_as_new',
- 'print' => 'print',
- 'print_and_post_as_new' => 'print_and_post_as_new',
- 'print_form' => 'print_form',
- 'print_options' => 'print_options',
- 'project_selected' => 'project_selected',
- 'rebuild_vc' => 'rebuild_vc',
- 'report' => 'report',
- 'repost' => 'repost',
- 'reprint' => 'reprint',
- 'sales_invoice_' => 'sales_invoice_',
- 'save_schedule' => 'save_schedule',
- 'schedule' => 'schedule',
- 'section_menu' => 'section_menu',
- 'select_all' => 'select_all',
- 'select_name' => 'select_name',
- 'select_project' => 'select_project',
- 'send_email' => 'send_email',
- 'statement_details' => 'statement_details',
- 'tax_subtotal' => 'tax_subtotal',
- 'vendor_invoice_' => 'vendor_invoice_',
- '��������' => 'continue',
- '��������' => 'print',
- '�������_����' => 'select_all',
- };
- 1;
|