summaryrefslogtreecommitdiff
path: root/locale/ru/bp
diff options
context:
space:
mode:
authorchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 01:16:38 +0000
committerchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 01:16:38 +0000
commitac5b087ea2d9ba7428d367aaeb288534158fee9a (patch)
tree2dbe0bdea0b653a215ba9ddfdf627cb57855050d /locale/ru/bp
Initial Import
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/ru/bp')
-rwxr-xr-xlocale/ru/bp69
1 files changed, 69 insertions, 0 deletions
diff --git a/locale/ru/bp b/locale/ru/bp
new file mode 100755
index 00000000..a6b350ac
--- /dev/null
+++ b/locale/ru/bp
@@ -0,0 +1,69 @@
+$self{charset} = 'ISO-8859-5';
+
+$self{texts} = {
+ 'Account' => '����',
+ 'Accounting Menu' => '������������� ����',
+ 'Are you sure you want to remove the marked entries from the queue?' => '�� ������������� ������ �������� ������� ��� ���������� �������?',
+ 'Bin Lists' => '������ Bin',
+ 'Cannot remove files!' => '���������� ����������� �����!',
+ 'Confirm!' => '�����������!',
+ 'Continue' => '����������',
+ 'Current' => '�������',
+ 'Customer' => '������',
+ 'Date' => '����',
+ 'Employee' => '���������',
+ 'From' => '�',
+ 'ID' => '�������������',
+ 'Invoice' => '����-�������',
+ 'Invoice Number' => '����� �����-�������',
+ 'Marked entries printed!' => '���������� ������� ����������!',
+ 'Month' => '�����',
+ 'Order' => '����� �������',
+ 'Order Number' => '����� ������',
+ 'Packing Lists' => '����������� �������',
+ 'Period' => '������',
+ 'Pick Lists' => '������ ��� ������',
+ 'Print' => '������',
+ 'Purchase Orders' => '������ ����������',
+ 'Quarter' => '�������',
+ 'Quotation' => '��������������',
+ 'Quotation Number' => '����� ��������������',
+ 'Quotations' => '�������',
+ 'RFQs' => '������� �� ��������������',
+ 'Remove' => '�������',
+ 'Removed spoolfiles!' => '������� ���� �������!',
+ 'Removing marked entries from queue ...' => '������� ���������� ������� �� �������?',
+ 'Sales Invoices' => '������� �������',
+ 'Sales Orders' => '������ �������',
+ 'Select all' => '������� ���',
+ 'Spoolfile' => '���� ������� ������',
+ 'To' => '��',
+ 'Vendor' => '���������',
+ 'Work Orders' => '������� ������',
+ 'Year' => '���',
+ 'Yes' => '��',
+ 'done' => '���������',
+};
+
+$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',
+ '�������' => 'remove',
+ '�������_���' => 'select_all',
+ '��' => 'yes',
+};
+
+1;
+