diff options
Diffstat (limited to 'locale/ct/arapprn')
-rwxr-xr-x | locale/ct/arapprn | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/locale/ct/arapprn b/locale/ct/arapprn deleted file mode 100755 index 25c1c693..00000000 --- a/locale/ct/arapprn +++ /dev/null @@ -1,25 +0,0 @@ -$self{texts} = { - 'Account' => 'Compta', - 'Amount' => 'Total', - 'Continue' => 'Continuar', - 'Date' => 'Data', - 'Screen' => 'Pantalla', - 'Source' => 'Font', -}; - -$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', - 'continuar' => 'continue', -}; - -1; - |