diff options
Diffstat (limited to 'locale/fi_utf/arapprn')
-rwxr-xr-x | locale/fi_utf/arapprn | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/locale/fi_utf/arapprn b/locale/fi_utf/arapprn deleted file mode 100755 index 07816dc1..00000000 --- a/locale/fi_utf/arapprn +++ /dev/null @@ -1,34 +0,0 @@ -$self{texts} = { - 'Account' => 'Tili', - 'Amount' => 'Summa', - 'Continue' => 'Jatka', - 'Date' => 'Päiväys', - 'Memo' => 'Muistio', - 'Nothing to print!' => 'Ei tulostettavaa!', - 'PDF' => 'PDF', - 'Postscript' => 'Postscript', - 'Printed' => 'Tulostettu', - 'Scheduled' => 'Aikataulutettu', - 'Screen' => 'Näyttö, - 'Select a Printer!' => 'Valitse tulostin', - 'Select payment' => 'Valitse maksutapa', - 'Select postscript or PDF!' => 'Valitse postscript tai PDF!', - 'Source' => 'Lähde', -}; - -$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', - 'jatka' => 'continue', -}; - -1; - |