$self{charset} = 'UTF-8';

$self{texts} = {
  'AP'                          => 'Αγορές',
  'AR'                          => 'Πωλήσεις',
  'Account'                     => 'Λογαριασμός',
  'Amount'                      => 'Ποσό',
  'Business'                    => 'Επιχείρηση',
  'City'                        => 'Πόλη',
  'Company'                     => 'Εταιρία',
  'Company Name'                => 'Όνομα εταιρίας',
  'Continue'                    => 'Συνέχεια',
  'Country'                     => 'Χώρα',
  'Credit Limit'                => 'Όριο Πίστωσης',
  'Currency'                    => 'Συνάλλαγμα',
  'Customer'                    => 'Πελάτης',
  'Customer Number'             => 'Κωδικός Πελάτη',
  'Date Paid'                   => 'Ημ. Πληρωμής',
  'Description'                 => 'Περιγραφή',
  'Discount'                    => 'Έκπτωση',
  'Due Date'                    => 'Ημερομηνία λήξης',
  'Exch'                        => 'Συναλλ',
  'Fax'                         => 'Φαξ',
  'Invoice'                     => 'Τιμολόγιο',
  'Invoice Date'                => 'Ημ. τιμολογίου',
  'Invoice Number'              => 'Αρ. τιμολογίου',
  'Language'                    => 'Γλώσσα',
  'Method'                      => 'Μέθοδος',
  'Name'                        => 'Όνομα',
  'Notes'                       => 'Σημειώσεις',
  'Order Date'                  => 'Ημ. Παραγγελίας',
  'Order Number'                => 'Αρ. Παραγγελίας',
  'Outstanding'                 => 'Αξιοσημείωτο',
  'Phone'                       => 'Τηλέφωνο',
  'Qty'                         => 'Ποσ.',
  'Source'                      => 'Πηγή',
  'Tax'                         => 'Φόρος',
  'Vendor'                      => 'Creditor',
  'Vendor Number'               => 'Creditor Number',
};

$self{subs} = {
  'continue'                    => 'continue',
  'ex_payment'                  => 'ex_payment',
  'export'                      => 'export',
  'export_payments'             => 'export_payments',
  'im_customer'                 => 'im_customer',
  'im_order'                    => 'im_order',
  'im_payment'                  => 'im_payment',
  'im_purchase_order'           => 'im_purchase_order',
  'im_sales_invoice'            => 'im_sales_invoice',
  'im_sales_order'              => 'im_sales_order',
  'im_vc'                       => 'im_vc',
  'im_vendor'                   => 'im_vendor',
  'import'                      => 'import',
  'import_customers'            => 'import_customers',
  'import_orders'               => 'import_orders',
  'import_payments'             => 'import_payments',
  'import_sales_invoices'       => 'import_sales_invoices',
  'import_vc'                   => 'import_vc',
  'import_vendors'              => 'import_vendors',
  'xrefhdr'                     => 'xrefhdr',
  'Συνέχεια'            => 'continue',
};

1;

