summaryrefslogtreecommitdiff
path: root/locale/legacy/ua/bp
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-27 16:12:47 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-27 16:12:47 +0000
commit769c831d993a1e10b44abf4b3d9e5e145770ecc8 (patch)
tree5b40316f693e2a9f0c098a0c30209961315beac0 /locale/legacy/ua/bp
parent13637918c0ccffcb3ff46ee4cf440ad843d8bdf8 (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/legacy/ua/bp')
-rwxr-xr-xlocale/legacy/ua/bp47
1 files changed, 47 insertions, 0 deletions
diff --git a/locale/legacy/ua/bp b/locale/legacy/ua/bp
new file mode 100755
index 00000000..e21719ff
--- /dev/null
+++ b/locale/legacy/ua/bp
@@ -0,0 +1,47 @@
+$self{charset} = 'ISO-8859-5';
+
+$self{texts} = {
+ 'Account' => 'Рахунок',
+ 'Accounting Menu' => 'Меню Обл╕ку',
+ 'Confirm!' => 'П╕дтверд╕ть!',
+ 'Continue' => 'Продовжити',
+ 'Current' => 'Поточний',
+ 'Customer' => 'Кл╕╓нт',
+ 'Date' => 'Дата',
+ 'Employee' => 'Прац╕вник',
+ 'From' => 'В╕д/З',
+ 'ID' => '╤дентиф╕кац╕йний номер',
+ 'Invoice' => 'Рахунок-фактура',
+ 'Invoice Number' => 'Номер рахунка-фактури',
+ 'Order' => 'Замовлення',
+ 'Order Number' => 'Номер Замовлення',
+ 'Print' => 'Надрукувати',
+ 'Purchase Orders' => 'Куп╕вельн╕ Замовлення',
+ 'Sales Orders' => 'Продажн╕ Накладн╕',
+ 'Select all' => 'Вибрати все',
+ 'To' => 'До',
+ 'Vendor' => 'Постачальник',
+ 'Yes' => 'Tak',
+};
+
+$self{subs} = {
+ 'acc_menu' => 'acc_menu',
+ 'continue' => 'continue',
+ 'display' => 'display',
+ 'js_menu' => 'js_menu',
+ 'list_spool' => 'list_spool',
+ 'menubar' => 'menubar',
+ 'print' => 'print',
+ 'remove' => 'remove',
+ 'search' => 'search',
+ 'section_menu' => 'section_menu',
+ 'select_all' => 'select_all',
+ 'yes' => 'yes',
+ 'Продовжити' => 'continue',
+ 'Надрукувати' => 'print',
+ 'Вибрати_все' => 'select_all',
+ 'tak' => 'yes',
+};
+
+1;
+