summaryrefslogtreecommitdiff
path: root/locale/eg_utf/arapprn
blob: 0d7cd1fe4574c64fb2cdbe54b87de6b6f9b491fb (plain)
  1. $self{charset} = 'UTF-8';
  2. $self{texts} = {
  3. 'Account' => 'حساب',
  4. 'Amount' => 'الكمية',
  5. 'Continue' => 'تابع',
  6. 'Date' => 'التاريخ',
  7. 'Memo' => 'ملاحظات',
  8. 'Screen' => 'الشاشة',
  9. 'Source' => 'مصدر',
  10. };
  11. $self{subs} = {
  12. 'customer_details' => 'customer_details',
  13. 'payment_selected' => 'payment_selected',
  14. 'print' => 'print',
  15. 'print_and_post' => 'print_and_post',
  16. 'print_check' => 'print_check',
  17. 'print_options' => 'print_options',
  18. 'print_receipt' => 'print_receipt',
  19. 'print_transaction' => 'print_transaction',
  20. 'select_payment' => 'select_payment',
  21. 'vendor_details' => 'vendor_details',
  22. 'تابع' => 'continue',
  23. };
  24. 1;