diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-27 16:12:47 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-27 16:12:47 +0000 |
commit | 769c831d993a1e10b44abf4b3d9e5e145770ecc8 (patch) | |
tree | 5b40316f693e2a9f0c098a0c30209961315beac0 /locale/ua/arapprn | |
parent | 13637918c0ccffcb3ff46ee4cf440ad843d8bdf8 (diff) |
Moved duplicate locales into legacy for now
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@331 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/ua/arapprn')
-rwxr-xr-x | locale/ua/arapprn | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/locale/ua/arapprn b/locale/ua/arapprn deleted file mode 100755 index 39a8d707..00000000 --- a/locale/ua/arapprn +++ /dev/null @@ -1,30 +0,0 @@ -$self{charset} = 'ISO-8859-5'; - -$self{texts} = { - 'Account' => 'Рахунок', - 'Amount' => 'Сума', - 'Continue' => 'Продовжити', - 'Date' => 'Дата', - 'PDF' => 'PDF файл формат', - 'Postscript' => 'Postscript', - 'Screen' => 'Екран', - 'Select postscript or PDF!' => 'Вибер╕ть postscript або PDF', - 'Source' => 'Джерело', -}; - -$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', - 'Продовжити' => 'continue', -}; - -1; - |