diff options
Diffstat (limited to 'sql-ledger/locale/ua/pos')
-rw-r--r-- | sql-ledger/locale/ua/pos | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/sql-ledger/locale/ua/pos b/sql-ledger/locale/ua/pos new file mode 100644 index 000000000..903340f0f --- /dev/null +++ b/sql-ledger/locale/ua/pos @@ -0,0 +1,56 @@ +$self{texts} = { + 'Account' => '�������', + 'Cannot post transaction!' => '�� ������� ��������� ��������!', + 'Continue' => '����������', + 'Credit Limit' => '�ͦ� �������', + 'Currency' => '������', + 'Current' => '��������', + 'Customer' => '�̦���', + 'Customer missing!' => '�� �������� �̦���!', + 'Delete' => '��������', + 'Description' => '����', + 'Exchange Rate' => '���� ������', + 'Exchange rate missing!' => '�� �������� ���� ������!', + 'Extended' => '����������', + 'From' => '���/�', + 'Language' => '����', + 'Number' => '�����', + 'Open' => '��������', + 'Paid' => '���������', + 'Post' => '���������', + 'Price' => '���', + 'Print' => '�����������', + 'Qty' => '���˦���', + 'Receipts' => '������æ�', + 'Record in' => '������ �', + 'Remaining' => '����������', + 'Screen' => '�����', + 'Source' => '�������', + 'Subtotal' => '������� �� ���Ħ��', + 'To' => '��', + 'Total' => '�������� ����', + 'Unit' => '�������', + 'Update' => '��������', +}; + +$self{subs} = { + 'add' => 'add', + 'display_row' => 'display_row', + 'edit' => 'edit', + 'form_footer' => 'form_footer', + 'form_header' => 'form_header', + 'lookup_partsgroup' => 'lookup_partsgroup', + 'openinvoices' => 'openinvoices', + 'post' => 'post', + 'print' => 'print', + 'print_form' => 'print_form', + 'print_options' => 'print_options', + 'receipts' => 'receipts', + '����������' => 'continue', + '��������' => 'delete', + '���������' => 'post', + '�����������' => 'print', + '��������' => 'update', +}; + +1; |