summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/eg/bp
blob: a651641afebadd91d10b5a0cbf4f0a1f5fd8cd6d (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
$self{texts} = {
  'Account'                     => 'حساب',
  'Accounting Menu'             => 'قائمة الحسابات',
  'Checks'                      => 'الشيكات',
  'Confirm!'                    => 'تاكيد',
  'Continue'                    => 'تابع',
  'Current'                     => 'الحالي',
  'Customer'                    => 'العميل',
  'Date'                        => 'التاريخ',
  'From'                        => 'من',
  'Invoice'                     => 'فاتورة',
  'Invoice Number'              => 'رقم الفاتورة',
  'Order'                       => 'امر',
  'Order Number'                => 'رقم الامر',
  'Packing Lists'               => 'قوائم تعبئة',
  'Print'                       => 'طباعة',
  'Purchase Orders'             => 'اوامر شراء',
  'Quotation'                   => 'عروض اسعار للعملاء',
  'Quotation Number'            => 'رقم عرض السعر',
  'Quotations'                  => 'عروض اسعار',
  'RFQs'                        => 'عروض اسعار موردين',
  'Receipts'                    => 'الواردات',
  'Reference'                   => 'مرجع',
  'Sales Invoices'              => 'فواتير المبيعات',
  'Sales Orders'                => 'اوامر بيع',
  'Select all'                  => 'اختر الكل',
  'To'                          => 'إلى',
  'Vendor'                      => 'المورد',
  'Yes'                         => 'نعم',
  'done'                        => 'نفذ',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'continue'                    => 'continue',
  'display'                     => 'display',
  'list_spool'                  => 'list_spool',
  'menubar'                     => 'menubar',
  'print'                       => 'print',
  'remove'                      => 'remove',
  'search'                      => 'search',
  'section_menu'                => 'section_menu',
  'select_all'                  => 'select_all',
  'yes'                         => 'yes',
  'تابع'                    => 'continue',
  'طباعة'                  => 'print',
  'remove'                      => 'remove',
  'اختر_الكل'           => 'select_all',
  'نعم'                      => 'yes',
};

1;