summaryrefslogtreecommitdiff
path: root/locale/ca_fr/arapprn
diff options
context:
space:
mode:
Diffstat (limited to 'locale/ca_fr/arapprn')
-rwxr-xr-xlocale/ca_fr/arapprn32
1 files changed, 32 insertions, 0 deletions
diff --git a/locale/ca_fr/arapprn b/locale/ca_fr/arapprn
new file mode 100755
index 00000000..391fa285
--- /dev/null
+++ b/locale/ca_fr/arapprn
@@ -0,0 +1,32 @@
+$self{texts} = {
+ 'Account' => 'Compte',
+ 'Amount' => 'Montant',
+ 'Continue' => 'Continuer',
+ 'Date' => 'Date',
+ 'Memo' => 'Mémo',
+ 'Nothing to print!' => 'Rien à imprimer',
+ 'PDF' => 'PDF',
+ 'Postscript' => 'Postcript',
+ 'Printed' => 'Imprimé',
+ '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;
+