- $self{charset} = 'ISO-8859-7';
- $self{texts} = {
- 'AP Aging' => 'Creditor Aging',
- 'AP Transaction' => '������ ������',
- 'AP Transactions' => '�������� ������',
- 'AR Aging' => 'Debtor Aging',
- 'AR Transaction' => '�������� ��������',
- 'AR Transactions' => '�������� ��������',
- 'Account' => '�����������',
- 'Account Number' => '������� �����������',
- 'Accounting Menu' => '����� ����������',
- 'Accounts' => '�����������',
- 'Accrual' => '������',
- 'Add POS Invoice' => '�������� �������� ��������� �������',
- 'Add Quotation' => '�������� ���������',
- 'Add Sales Invoice' => '�������� ���������� �������',
- 'Add Sales Order' => '�������� �����������',
- 'Address' => '���������',
- 'All Accounts' => '���� �� �����������',
- 'Amount' => '����',
- 'Apr' => '���',
- 'April' => '��������',
- 'Are you sure you want to delete Invoice Number' => '����� �������� ��� ������ �� ���������� �� ������ ����������',
- 'Are you sure you want to delete Transaction' => '����� �������� ��� ������ �� ���������� ��� ������',
- 'Attachment' => '��������',
- 'Aug' => '���',
- 'August' => '���������',
- 'Balance' => '��������',
- 'Balance Sheet' => '��������',
- 'Business' => '����������',
- 'Cannot delete invoice!' => '��� ������ �� ��������� �� ���������',
- 'Cannot delete transaction!' => '��� ������ �� ��������� � ������',
- 'Cash' => '������',
- 'Check' => '�������',
- 'City' => '����',
- 'Closed' => '���������',
- 'Company Name' => '����� ��������',
- 'Confirm!' => '�����������!',
- 'Contact' => '�����',
- 'Continue' => '��������',
- 'Copies' => '���������',
- 'Country' => '����',
- 'Credit' => '�������',
- 'Credit Limit' => '���� ��������',
- 'Currency' => '����������',
- 'Current' => '������',
- 'Current Earnings' => '�������� �����',
- 'Customer' => '�������',
- 'Customer Number' => '������� ������',
- 'Customer missing!' => '� ������� ������!',
- 'Customer not on file!' => 'Debtor not on file!',
- 'Date' => '����������',
- 'Date Paid' => '��. ��������',
- 'Debit' => '�����',
- 'Dec' => '���',
- 'December' => '����������',
- 'Decimalplaces' => '��������',
- 'Delete' => '��������',
- 'Department' => '�����',
- 'Description' => '���������',
- 'Detail' => '�����������',
- 'Due Date' => '���������� �����',
- 'Due Date missing!' => '� ���������� ����� ������',
- 'Edit POS Invoice' => '����������� ��������� ���������',
- 'Edit Sales Invoice' => '����������� ����������',
- 'Employee' => '���������',
- 'Exch' => '������',
- 'Exchange Rate' => '���� �������������',
- 'Exchange rate for payment missing!' => '� ���� ������������� ������',
- 'Fax' => '���',
- 'Feb' => '���',
- 'February' => '�����������',
- 'From' => '���',
- 'Group' => '�����',
- 'Invoice' => '���������',
- 'Invoice Date' => '��. ����������',
- 'Invoice Number' => '��. ����������',
- 'Invoice Number missing!' => '�� ��������� ����������',
- 'Item not on file!' => '������� ��� ����� �� ������',
- 'Jan' => '���',
- 'January' => '����������',
- 'Jul' => '����',
- 'July' => '�������',
- 'Jun' => '����',
- 'June' => '�������',
- 'Language' => '������',
- 'Manager' => '����������',
- 'Mar' => '���',
- 'March' => '�������',
- 'May' => '�����',
- 'May ' => '�����',
- 'Message' => '������',
- 'Method' => '�������',
- 'Month' => '�����',
- 'Notes' => '����������',
- 'Nothing selected!' => '��� ��� ��������� ������',
- 'Nothing to print!' => '��� ������� ������ ��� ��������',
- 'Nov' => '���',
- 'November' => '���������',
- 'Number' => '�������',
- 'Oct' => '���',
- 'October' => '���������',
- 'Open' => '�������',
- 'Order' => '����������',
- 'Order Number' => '��. �����������',
- 'Phone' => '��������',
- 'Price' => '����',
- 'Print' => '��������',
- 'Print and Post' => '�������� ��� ��������',
- 'Printed' => '����������',
- 'Project' => '����',
- 'Project Number' => '������� �����',
- 'Qty' => '���.',
- 'Receipt' => '��������',
- 'Screen' => '�����',
- 'Select all' => '������� ����',
- 'Service' => '��������',
- 'Source' => '����',
- 'Tax' => '�����',
- 'Vendor' => 'Creditor',
- 'Vendor Number' => 'Creditor Number',
- 'Vendor missing!' => 'Creditor missing!',
- 'Vendor not on file!' => 'Creditor not on file!',
- };
- $self{subs} = {
- 'acc_menu' => 'acc_menu',
- 'add' => 'add',
- 'add_transaction' => 'add_transaction',
- 'aging' => 'aging',
- 'ap_transaction' => 'ap_transaction',
- 'ar_transaction' => 'ar_transaction',
- 'calc_markup' => 'calc_markup',
- 'check_form' => 'check_form',
- 'check_name' => 'check_name',
- 'check_project' => 'check_project',
- 'continue' => 'continue',
- 'create_form' => 'create_form',
- 'create_links' => 'create_links',
- 'customer_details' => 'customer_details',
- 'delete' => 'delete',
- 'delete_schedule' => 'delete_schedule',
- 'display' => 'display',
- 'display_form' => 'display_form',
- 'display_row' => 'display_row',
- 'e_mail' => 'e_mail',
- 'edit' => 'edit',
- 'form_footer' => 'form_footer',
- 'form_header' => 'form_header',
- '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',
- 'invoice_links' => 'invoice_links',
- 'invoicetotal' => 'invoicetotal',
- 'item_selected' => 'item_selected',
- 'js_menu' => 'js_menu',
- 'list_accounts' => 'list_accounts',
- 'list_payments' => 'list_payments',
- 'lookup_partsgroup' => 'lookup_partsgroup',
- 'menubar' => 'menubar',
- 'name_selected' => 'name_selected',
- 'new_item' => 'new_item',
- 'openinvoices' => 'openinvoices',
- 'payment_selected' => 'payment_selected',
- 'payment_subtotal' => 'payment_subtotal',
- 'post' => 'post',
- 'post_as_new' => 'post_as_new',
- 'prepare_invoice' => 'prepare_invoice',
- 'print' => 'print',
- 'print_and_post' => 'print_and_post',
- 'print_and_post_as_new' => 'print_and_post_as_new',
- 'print_check' => 'print_check',
- 'print_form' => 'print_form',
- 'print_options' => 'print_options',
- 'print_receipt' => 'print_receipt',
- 'print_transaction' => 'print_transaction',
- 'project_selected' => 'project_selected',
- 'purchase_order' => 'purchase_order',
- 'quotation' => 'quotation',
- 'rebuild_vc' => 'rebuild_vc',
- 'receipts' => 'receipts',
- 'report' => 'report',
- 'repost' => 'repost',
- 'reprint' => 'reprint',
- 'rfq' => 'rfq',
- 'sales_invoice_' => 'sales_invoice_',
- 'sales_order' => 'sales_order',
- 'save_schedule' => 'save_schedule',
- 'schedule' => 'schedule',
- 'search' => 'search',
- 'section_menu' => 'section_menu',
- 'select_all' => 'select_all',
- 'select_item' => 'select_item',
- 'select_name' => 'select_name',
- 'select_payment' => 'select_payment',
- 'select_project' => 'select_project',
- 'send_email' => 'send_email',
- 'ship_to' => 'ship_to',
- 'statement_details' => 'statement_details',
- 'subtotal' => 'subtotal',
- 'tax_subtotal' => 'tax_subtotal',
- 'transactions' => 'transactions',
- 'update' => 'update',
- 'validate_items' => 'validate_items',
- 'vendor_details' => 'vendor_details',
- 'vendor_invoice_' => 'vendor_invoice_',
- 'yes' => 'yes',
- '������_������' => 'ap_transaction',
- '��������_��������' => 'ar_transaction',
- '��������' => 'continue',
- '��������' => 'delete',
- '��������' => 'print',
- '��������_���_��������' => 'print_and_post',
- '�������_����' => 'select_all',
- };
- 1;
|