diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-24 01:37:49 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-24 01:37:49 +0000 |
commit | f8c8266367055d67f4527e90ac3edbb4f2bd7635 (patch) | |
tree | f3ef0cdd5108fc98a2e24ca65e084f6f28cbf442 /locale/pl/arapprn | |
parent | ef64eef98017fd50483ee3ad5d514e0bcbc82199 (diff) |
Convert Polish to gettext
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@278 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/pl/arapprn')
-rwxr-xr-x | locale/pl/arapprn | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/locale/pl/arapprn b/locale/pl/arapprn deleted file mode 100755 index 583e6643..00000000 --- a/locale/pl/arapprn +++ /dev/null @@ -1,34 +0,0 @@ -$self{charset} = 'ISO-8859-2'; - -$self{texts} = { - 'Account' => 'Konto', - 'Amount' => 'Kwota', - 'Continue' => 'Kontynuj', - 'Date' => 'Data', - 'Memo' => 'Notatka', - 'Nothing to print!' => 'Nic do wydrukowania!', - 'PDF' => 'PDF', - 'Postscript' => 'Postscript', - 'Printed' => 'Wydrukowane', - 'Screen' => 'Ekran', - 'Select payment' => 'Wybierz płatność', - 'Select postscript or PDF!' => 'Wybierz postscript lub PDF', - 'Source' => 'Żródło', -}; - -$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', - 'kontynuj' => 'continue', -}; - -1; - |