- $self{charset} = 'ISO-8859-5';
- $self{texts} = {
- 'Add Purchase Order' => '���� ���������� �� �����',
- 'Add Sales Order' => '���� ���������� �� ������',
- 'Address' => '������',
- 'Apr' => '�צ���',
- 'April' => '�צ����',
- 'Attachment' => '�������',
- 'Aug' => '������',
- 'August' => '�������',
- 'Bcc' => '�������� ��� ��',
- 'Bin' => 'Bin',
- 'Cc' => '��� ��',
- 'Contact' => '��������� �����',
- 'Continue' => '����������',
- 'Copies' => '���',
- 'Date' => '����',
- 'Dec' => '������',
- 'December' => '�������',
- 'Delivery Date' => '���� ��������',
- 'Description' => '����',
- 'E-mail' => '��. �����',
- 'E-mail address missing!' => '�� ������� ������ ��. �����!',
- 'Extended' => '����������',
- 'Fax' => '���',
- 'Feb' => '������',
- 'February' => '�����',
- 'In-line' => '�������� (In-line)',
- 'Invoice' => '�������-�������',
- 'Invoice Date missing!' => '�� ������� ���� ����������� �������-�������',
- 'Invoice Number missing!' => '�� �������� ����� �������-�������',
- 'Item not on file!' => '��ަ ���� � ������!',
- 'Jan' => 'Ӧ���',
- 'January' => 'Ӧ����',
- 'Jul' => '�����',
- 'July' => '������',
- 'Jun' => '������',
- 'June' => '�������',
- 'Mar' => '�������',
- 'March' => '��������',
- 'May' => '������',
- 'May ' => '�������',
- 'Message' => '��צ��������',
- 'Nov' => '���������',
- 'November' => '��������',
- 'Number' => '�����',
- 'Number missing in Row' => '�� �������� ����� � �����',
- 'Oct' => '������',
- 'October' => '�������',
- 'Order Date missing!' => '�� ������� ���� ����������!',
- 'Order Number missing!' => '�� ������� ����� ����������',
- 'PDF' => 'PDF ���� ������',
- 'Packing List' => '����������� ������',
- 'Packing List Date missing!' => '�� ������� ���� ������������ �������',
- 'Packing List Number missing!' => '�� �������� ����� ������������ �������',
- 'Part' => '�����',
- 'Phone' => '���.',
- 'Postscript' => 'Postscript',
- 'Price' => '���',
- 'Project' => '������',
- 'Purchase Order' => '�������� ����������',
- 'Qty' => '���˦���',
- 'Recd' => '��������',
- 'Required by' => '���ͦ� ��������',
- 'Sales Order' => '�������� ��������',
- 'Screen' => '�����',
- 'Sep' => '�������',
- 'September' => '��������',
- 'Service' => '�������',
- 'Ship' => '�������',
- 'Ship to' => '������� ��',
- 'Subject' => '����',
- 'Subtotal' => '������� �� ���Ħ��',
- 'To' => '��',
- 'Unit' => '�������',
- 'What type of item is this?' => '���� �� ���/��� ������',
- };
- $self{subs} = {
- 'calc_markup' => 'calc_markup',
- 'check_form' => 'check_form',
- 'create_form' => 'create_form',
- 'customer_details' => 'customer_details',
- 'display_form' => 'display_form',
- 'display_row' => 'display_row',
- 'e_mail' => 'e_mail',
- 'invoicetotal' => 'invoicetotal',
- 'item_selected' => 'item_selected',
- 'new_item' => 'new_item',
- 'print' => 'print',
- 'print_form' => 'print_form',
- 'print_options' => 'print_options',
- 'purchase_order' => 'purchase_order',
- 'quotation' => 'quotation',
- 'rfq' => 'rfq',
- 'sales_order' => 'sales_order',
- 'select_item' => 'select_item',
- 'send_email' => 'send_email',
- 'ship_to' => 'ship_to',
- 'validate_items' => 'validate_items',
- 'vendor_details' => 'vendor_details',
- '����������' => 'continue',
- };
- 1;
|