diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-26 19:36:11 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-26 19:36:11 +0000 |
commit | 4ca7d6412feff21a4d407cc9a7d21ec9704e5ed0 (patch) | |
tree | a6d861af9f49d05f6295848f7ecf3b6c41126def /locale/lv/arapprn | |
parent | 4867f376832bef67df90a1b3eb6c6e5efe4984d9 (diff) |
Converting Lithuanian and Latvian translations to gettext
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@322 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/lv/arapprn')
-rwxr-xr-x | locale/lv/arapprn | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/locale/lv/arapprn b/locale/lv/arapprn deleted file mode 100755 index fb2d3822..00000000 --- a/locale/lv/arapprn +++ /dev/null @@ -1,32 +0,0 @@ -$self{charset} = 'ISO-8859-13'; - -$self{texts} = { - 'Account' => 'Konts', - 'Amount' => 'Summa', - 'Continue' => 'Turpināt', - 'Date' => 'Datums', - 'Memo' => 'Memorands', - 'PDF' => 'PDF', - 'Postscript' => 'Postscript', - 'Printed' => 'Izdrukāts', - 'Screen' => 'Ekrāns', - 'Select postscript or PDF!' => 'Izvēlēties postscript vai PDF!', - 'Source' => 'Dokuments', -}; - -$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', - 'turpināt' => 'continue', -}; - -1; - |