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

$self{texts} = {
  'Account'                     => 'Λογαριασμός',
  'Amount'                      => 'Ποσό',
  'City'                        => 'Πόλη',
  'Company'                     => 'Εταιρία',
  'Company Name'                => 'Όνομα εταιρίας',
  'Continue'                    => 'Συνέχεια',
  'Currency'                    => 'Συνάλλαγμα',
  'Customer'                    => 'Πελάτης',
  'Customer Number'             => 'Κωδικός Πελάτη',
  'Date Paid'                   => 'Ημ. Πληρωμής',
  'Description'                 => 'Περιγραφή',
  'Due Date'                    => 'Ημερομηνία λήξης',
  'Exch'                        => 'Συναλλ',
  'Invoice'                     => 'Τιμολόγιο',
  'Invoice Date'                => 'Ημ. τιμολογίου',
  'Invoice Number'              => 'Αρ. τιμολογίου',
  'No'                          => 'Όχι',
  'Qty'                         => 'Ποσ.',
  'Source'                      => 'Πηγή',
};

$self{subs} = {
  'continue'                    => 'continue',
  'ex_payment'                  => 'ex_payment',
  'export'                      => 'export',
  'export_payments'             => 'export_payments',
  'im_payment'                  => 'im_payment',
  'im_sales_invoice'            => 'im_sales_invoice',
  'import'                      => 'import',
  'import_payments'             => 'import_payments',
  'import_sales_invoices'       => 'import_sales_invoices',
  'xrefhdr'                     => 'xrefhdr',
  'Συνέχεια'            => 'continue',
};

1;

