diff options
Diffstat (limited to 'locale/fr/arapprn')
-rwxr-xr-x | locale/fr/arapprn | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/locale/fr/arapprn b/locale/fr/arapprn new file mode 100755 index 00000000..5b98be2c --- /dev/null +++ b/locale/fr/arapprn @@ -0,0 +1,33 @@ +$self{texts} = { + 'Account' => 'Compte', + 'Amount' => 'Montant', + 'Continue' => 'Continuer', + 'Date' => 'Date', + 'Memo' => 'Mémo', + 'Nothing to print!' => 'Rien à imprimer', + 'PDF' => 'PDF', + 'Postscript' => 'Postcript', + 'Printed' => 'Imprimé', + 'Scheduled' => 'Planifié', + 'Screen' => 'Écran', + 'Select payment' => 'Sélectionner le payement', + 'Select postscript or PDF!' => 'Sélectionner Postscript ou PDF!', + 'Source' => 'Source', +}; + +$self{subs} = { + 'customer_details' => 'customer_details', + 'payment_selected' => 'payment_selected', + 'print' => 'print', + 'print_and_post' => 'print_and_post', + 'print_check' => 'print_check', + 'print_options' => 'print_options', + 'print_receipt' => 'print_receipt', + 'print_transaction' => 'print_transaction', + 'select_payment' => 'select_payment', + 'vendor_details' => 'vendor_details', + 'continuer' => 'continue', +}; + +1; + |