summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/eg/pos
blob: 0e6cc4e12c5ffb697e11cefdab5168e84c6c71aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
$self{texts} = {
  'Account'                     => 'حساب',
  'Add POS Invoice'             => 'اضافة فاتورة نقطة بيع',
  'Cannot post transaction!'    => 'لا يمكن تسجيل الحركة',
  'Change'                      => 'تغيير',
  'Continue'                    => 'تابع',
  'Credit Limit'                => 'حد الائتمان',
  'Currency'                    => 'عملة',
  'Current'                     => 'الحالي',
  'Customer'                    => 'العميل',
  'Customer missing!'           => 'عميل غير موجود',
  'Delete'                      => 'الغاء',
  'Department'                  => 'قسم',
  'Description'                 => 'وصف',
  'Edit POS Invoice'            => 'تعديل فاتورة أمر الشراء',
  'Exchange Rate'               => 'سعر الصرف',
  'Exchange rate missing!'      => 'سعر الصرف غير موجود',
  'Extended'                    => 'اجمالى',
  'From'                        => 'من',
  'Language'                    => 'اللغة',
  'Memo'                        => 'ملاحظات',
  'Number'                      => 'الرقم',
  'Open'                        => 'فتح',
  'Paid'                        => 'المدفوع',
  'Post'                        => 'تسجيل',
  'Posted!'                     => 'سجل',
  'Price'                       => 'سعر',
  'Print'                       => 'طباعة',
  'Qty'                         => 'الكمية',
  'Receipts'                    => 'الواردات',
  'Record in'                   => 'في السجل',
  'Remaining'                   => 'متبقى',
  'Salesperson'                 => 'مندوب مبيعات',
  'Screen'                      => 'الشاشة',
  'Source'                      => 'مصدر',
  'Subtotal'                    => 'اجمالى',
  'To'                          => 'إلى',
  'Total'                       => 'مجموع',
  'Unit'                        => 'وحدة',
  'Update'                      => 'تعديل',
};

$self{subs} = {
  'add'                         => 'add',
  'display_row'                 => 'display_row',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'lookup_partsgroup'           => 'lookup_partsgroup',
  'openinvoices'                => 'openinvoices',
  'post'                        => 'post',
  'print'                       => 'print',
  'print_form'                  => 'print_form',
  'print_options'               => 'print_options',
  'receipts'                    => 'receipts',
  'تابع'                    => 'continue',
  'الغاء'                  => 'delete',
  'تسجيل'                  => 'post',
  'طباعة'                  => 'print',
  'تعديل'                  => 'update',
};

1;