summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/eg/arapprn
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/locale/eg/arapprn')
-rw-r--r--sql-ledger/locale/eg/arapprn27
1 files changed, 27 insertions, 0 deletions
diff --git a/sql-ledger/locale/eg/arapprn b/sql-ledger/locale/eg/arapprn
new file mode 100644
index 0000000..df0ad23
--- /dev/null
+++ b/sql-ledger/locale/eg/arapprn
@@ -0,0 +1,27 @@
+$self{texts} = {
+ 'Account' => 'حساب',
+ 'Amount' => 'الكمية',
+ 'Check' => 'شيك',
+ 'Continue' => 'تابع',
+ 'Date' => 'التاريخ',
+ 'Memo' => 'ملاحظات',
+ 'Receipt' => 'الوارد',
+ '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;