diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-09-14 00:37:00 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-09-14 00:37:00 +0000 |
commit | de5d7fc852074c99f60327b078944cfb34840e41 (patch) | |
tree | 22e330c88e4922bbf1016be8a9a7cdd0a0ff6d97 /locale/legacy/ch/arapprn | |
parent | 7f2547ce1bd013310aaa60a4996d6c8412a5e16a (diff) |
Removing the last of the SL-style translation.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1593 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/legacy/ch/arapprn')
-rwxr-xr-x | locale/legacy/ch/arapprn | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/locale/legacy/ch/arapprn b/locale/legacy/ch/arapprn deleted file mode 100755 index 72077c4c..00000000 --- a/locale/legacy/ch/arapprn +++ /dev/null @@ -1,34 +0,0 @@ -$self{texts} = { - 'Account' => 'Konto', - 'Amount' => 'Betrag', - 'Continue' => 'Weiter', - 'Date' => 'Datum', - 'Memo' => 'Notiz', - 'Nothing to print!' => 'Es wurde nichts gedruckt!', - 'PDF' => 'PDF', - 'Postscript' => 'Postscript', - 'Printed' => 'Gedruckt', - 'Scheduled' => 'geplant', - 'Screen' => 'Bildschirm', - 'Select a Printer!' => 'Drucker auswählen!', - 'Select payment' => 'Zahlung auswählen', - 'Select postscript or PDF!' => 'Postscript oder PDF auswählen!', - 'Source' => 'Beleg', -}; - -$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', - 'weiter' => 'continue', -}; - -1; - |