summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/eg/rc
blob: 80b8add4ea38571141f383249bdb5243072058b6 (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
64
65
66
67
68
69
70
71
72
73
$self{texts} = {
  'Account'                     => 'حساب',
  'Accounting Menu'             => 'قائمة الحسابات',
  'Apr'                         => 'ابريل',
  'April'                       => 'ابريل',
  'Aug'                         => 'اغسطس',
  'August'                      => 'اغسطس',
  'Balance'                     => 'رصيد',
  'Beginning Balance'           => 'بداية الميزانية',
  'Cleared'                     => 'مغلق',
  'Continue'                    => 'تابع',
  'Current'                     => 'الحالي',
  'Date'                        => 'التاريخ',
  'Dec'                         => 'ديسمبر',
  'December'                    => 'ديسمبر',
  'Decrease'                    => 'تناقص',
  'Deposit'                     => 'إيداع',
  'Description'                 => 'وصف',
  'Detail'                      => 'تفصيلى',
  'Difference'                  => 'اختلافات',
  'Done'                        => 'نفذ',
  'Feb'                         => 'فبراير',
  'February'                    => 'فبراير',
  'From'                        => 'من',
  'Include Exchange Rate Difference' => 'اظهار تغيير سعر العملة',
  'Increase'                    => 'زيادة',
  'Jan'                         => 'يناير',
  'January'                     => 'يناير',
  'Jul'                         => 'يولية',
  'July'                        => 'يولية',
  'Jun'                         => 'يونية',
  'June'                        => 'يونية',
  'Mar'                         => 'مارس',
  'March'                       => 'مارس',
  'May'                         => 'مايو',
  'May '                        => 'مايو',
  'Nov'                         => 'نوفمبر',
  'November'                    => 'نوفمبر',
  'Oct'                         => 'اكتوبر',
  'October'                     => 'اكتوبر',
  'Outstanding'                 => 'ارصدة',
  'Payment'                     => 'الدفع النقدى',
  'Reconciliation'              => 'تسويات',
  'Reconciliation Report'       => 'تقرير  التسويات',
  'Select all'                  => 'اختر الكل',
  'Sep'                         => 'سبتمبر',
  'September'                   => 'سبتمبر',
  'Source'                      => 'مصدر',
  'Statement Balance'           => 'رصيد كشف حساب',
  'Summary'                     => 'ملخص',
  'To'                          => 'إلى',
  'Update'                      => 'تعديل',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'continue'                    => 'continue',
  'display'                     => 'display',
  'display_form'                => 'display_form',
  'done'                        => 'done',
  'get_payments'                => 'get_payments',
  'menubar'                     => 'menubar',
  'reconciliation'              => 'reconciliation',
  'section_menu'                => 'section_menu',
  'select_all'                  => 'select_all',
  'update'                      => 'update',
  'تابع'                    => 'continue',
  'نفذ'                      => 'done',
  'اختر_الكل'           => 'select_all',
  'تعديل'                  => 'update',
};

1;