diff options
Diffstat (limited to 'locale/pa/arapprn')
-rwxr-xr-x | locale/pa/arapprn | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/locale/pa/arapprn b/locale/pa/arapprn deleted file mode 100755 index e07e0ba6..00000000 --- a/locale/pa/arapprn +++ /dev/null @@ -1,32 +0,0 @@ -$self{texts} = { - 'Account' => 'Cuenta', - 'Amount' => 'Importe', - 'Continue' => 'Continuar', - 'Date' => 'Fecha', - 'Memo' => 'Nota', - 'Nothing to print!' => '¡No hay nada para imprimir!', - 'PDF' => 'PDF', - 'Postscript' => 'Postscript', - 'Printed' => 'Impreso', - 'Screen' => 'Pantalla', - 'Select payment' => 'Seleccione el pago', - 'Select postscript or PDF!' => '¡Seleccione postscript o PDF!', - 'Source' => 'Origen', -}; - -$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; - |