diff options
Diffstat (limited to 'sql-ledger/locale/ru/gl')
-rw-r--r-- | sql-ledger/locale/ru/gl | 124 |
1 files changed, 0 insertions, 124 deletions
diff --git a/sql-ledger/locale/ru/gl b/sql-ledger/locale/ru/gl deleted file mode 100644 index 28292adb9..000000000 --- a/sql-ledger/locale/ru/gl +++ /dev/null @@ -1,124 +0,0 @@ -$self{texts} = { - 'AP Transaction' => 'AP Transaction', - 'AR Transaction' => 'AR Transaction', - 'Account' => '����', - 'Add General Ledger Transaction' => '����� ��������', - 'Address' => '�����', - 'All' => '���', - 'Apr' => '���', - 'April' => '������', - 'Are you sure you want to delete Transaction' => '�� �������, ��� ������ ������� ������ ��������?', - 'Asset' => '�����', - 'Aug' => '���', - 'August' => '������', - 'Balance' => 'Balance', - 'Cannot delete transaction!' => 'Cannot delete transaction!', - 'Cannot have a value in both Debit and Credit!' => 'Nie mo�na wpisa� warto�ci w Debet i Kredyt r�wnocze�nie!', - 'Cannot post a transaction without a value!' => 'Cannot post a transaction without a value!', - 'Cannot post transaction for a closed period!' => 'Nie mo�na zaksi�gowa� transakcji w zamkni�tym okresie', - 'Confirm!' => '�����������!', - 'Continue' => '����������', - 'Credit' => '������', - 'Customer not on file!' => 'Customer not on file!', - 'Date' => '����', - 'Debit' => '�����', - 'Debit and credit out of balance!' => 'Debet i Kredyt si� niebalansuj�!', - 'Dec' => '���', - 'December' => '�������', - 'Delete' => '�������', - 'Description' => '��������', - 'Edit General Ledger Transaction' => 'Zmiany w Ksi�dze G��wnej', - 'Equity' => 'Kapita�', - 'Expense' => '������', - 'Feb' => 'Luty', - 'February' => 'Luty', - 'From' => 'Od', - 'GIFI' => 'GIFI', - 'GL Transaction' => 'GL Transaction', - 'General Ledger' => 'Ksi�ga G��wna', - 'ID' => 'Identyfikator', - 'Include in Report' => 'Do��cz w Sprawozdaniu', - 'Income' => '�����', - 'Jan' => '���', - 'January' => '������', - 'Jul' => '���', - 'July' => '����', - 'Jun' => '���', - 'June' => '����', - 'Liability' => '������', - 'Mar' => 'Marzec', - 'March' => 'Marzec', - 'May' => 'Maj', - 'May ' => 'Maj', - 'Notes' => 'Noty', - 'Nov' => 'Listopad', - 'November' => 'Listopad', - 'Number' => 'Numer Katalogu', - 'Oct' => 'Pa�dziernik', - 'October' => 'Pa�dziernik', - 'Post' => 'Post', - 'Post as new' => 'Post as new', - 'Project' => 'Project', - 'Project not on file!' => 'Project not on file!', - 'Purchase Invoice' => 'Purchase Invoice', - 'Reference' => 'Reference', - 'Reference missing!' => 'Reference missing!', - 'Reports' => 'Sprawozdania', - 'Sales Invoice' => 'Sales Invoice', - 'Select from one of the names below' => 'Select from one of the names below', - 'Select from one of the projects below' => 'Select from one of the projects below', - 'Sep' => '���', - 'September' => '��������', - 'Source' => '�r�d�o', - 'Subtotal' => '����� �� �������', - 'To' => 'do', - 'Transaction Date missing!' => 'Brak Daty Transakcji!', - 'Transaction deleted!' => 'Transaction deleted!', - 'Transaction posted!' => 'Transaction posted!', - 'Update' => 'Update', - 'Vendor not on file!' => 'Vendor not on file!', - 'Yes' => 'Tak', -}; - -$self{subs} = { - 'add' => 'add', - 'add_transaction' => 'add_transaction', - 'ap_transaction' => 'ap_transaction', - 'ar_transaction' => 'ar_transaction', - 'check_name' => 'check_name', - 'check_project' => 'check_project', - 'continue' => 'continue', - 'delete' => 'delete', - 'display_form' => 'display_form', - 'edit' => 'edit', - 'form_footer' => 'form_footer', - 'form_header' => 'form_header', - 'form_row' => 'form_row', - 'generate_report' => 'generate_report', - 'gl_subtotal' => 'gl_subtotal', - 'gl_transaction' => 'gl_transaction', - 'name_selected' => 'name_selected', - 'post' => 'post', - 'post_as_new' => 'post_as_new', - 'project_selected' => 'project_selected', - 'purchase_invoice' => 'purchase_invoice', - 'sales_invoice' => 'sales_invoice', - 'search' => 'search', - 'select_name' => 'select_name', - 'select_project' => 'select_project', - 'update' => 'update', - 'yes' => 'yes', - 'ap_transaction' => 'ap_transaction', - 'ar_transaction' => 'ar_transaction', - '����������' => 'continue', - '�������' => 'delete', - 'gl_transaction' => 'gl_transaction', - 'post' => 'post', - 'post_as_new' => 'post_as_new', - 'purchase_invoice' => 'purchase_invoice', - 'sales_invoice' => 'sales_invoice', - 'update' => 'update', - 'tak' => 'yes', -}; - -1; |