summaryrefslogtreecommitdiff
path: root/locale/ca_fr/arapprn
blob: 391fa285ed95d26bcecdac51547c914e626e48f4 (plain)
  1. $self{texts} = {
  2. 'Account' => 'Compte',
  3. 'Amount' => 'Montant',
  4. 'Continue' => 'Continuer',
  5. 'Date' => 'Date',
  6. 'Memo' => 'Mémo',
  7. 'Nothing to print!' => 'Rien à imprimer',
  8. 'PDF' => 'PDF',
  9. 'Postscript' => 'Postcript',
  10. 'Printed' => 'Imprimé',
  11. 'Screen' => 'Écran',
  12. 'Select payment' => 'Sélectionner le payement',
  13. 'Select postscript or PDF!' => 'Sélectionner Postscript ou PDF!',
  14. 'Source' => 'Source',
  15. };
  16. $self{subs} = {
  17. 'customer_details' => 'customer_details',
  18. 'payment_selected' => 'payment_selected',
  19. 'print' => 'print',
  20. 'print_and_post' => 'print_and_post',
  21. 'print_check' => 'print_check',
  22. 'print_options' => 'print_options',
  23. 'print_receipt' => 'print_receipt',
  24. 'print_transaction' => 'print_transaction',
  25. 'select_payment' => 'select_payment',
  26. 'vendor_details' => 'vendor_details',
  27. 'continuer' => 'continue',
  28. };
  29. 1;