summaryrefslogtreecommitdiff
path: root/locale/ua_utf/arapprn
diff options
context:
space:
mode:
Diffstat (limited to 'locale/ua_utf/arapprn')
-rwxr-xr-xlocale/ua_utf/arapprn35
1 files changed, 0 insertions, 35 deletions
diff --git a/locale/ua_utf/arapprn b/locale/ua_utf/arapprn
deleted file mode 100755
index 121086c0..00000000
--- a/locale/ua_utf/arapprn
+++ /dev/null
@@ -1,35 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'Account' => 'Рахунок',
- 'Amount' => 'Сума',
- 'Continue' => 'Продовжити',
- 'Date' => 'Дата',
- 'Memo' => 'Нотатка',
- 'Nothing to print!' => 'Нема що дркувати!',
- 'PDF' => 'PDF',
- 'Postscript' => 'Postscript',
- 'Printed' => 'Надруковано',
- 'Scheduled' => 'В розкладі',
- 'Screen' => 'Екран',
- 'Select payment' => 'Виберіть платіж',
- '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;
-