summaryrefslogtreecommitdiff
path: root/locale/gr/arapprn
diff options
context:
space:
mode:
Diffstat (limited to 'locale/gr/arapprn')
-rwxr-xr-xlocale/gr/arapprn29
1 files changed, 29 insertions, 0 deletions
diff --git a/locale/gr/arapprn b/locale/gr/arapprn
new file mode 100755
index 00000000..76dda99a
--- /dev/null
+++ b/locale/gr/arapprn
@@ -0,0 +1,29 @@
+$self{charset} = 'ISO-8859-7';
+
+$self{texts} = {
+ 'Account' => 'Λογαριασμός',
+ 'Amount' => 'Ποσό',
+ 'Continue' => 'Συνέχεια',
+ 'Date' => 'Ημερομηνία',
+ 'Nothing to print!' => 'Δεν υπάρχει τίποτα για εκτύπωση',
+ 'Printed' => 'Εκτυπώθηκε',
+ 'Screen' => 'Οθόνη',
+ 'Source' => 'Πηγή',
+};
+
+$self{subs} = {
+ 'customer_details' => 'customer_details',
+ 'payment_selected' => 'payment_selected',
+ 'print' => 'print',
+ 'print_and_post' => 'print_and_post',
+ 'print_check' => 'print_check',
+ 'print_options' => 'print_options',
+ 'print_receipt' => 'print_receipt',
+ 'print_transaction' => 'print_transaction',
+ 'select_payment' => 'select_payment',
+ 'vendor_details' => 'vendor_details',
+ 'Συνέχεια' => 'continue',
+};
+
+1;
+