diff options
author | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
commit | 5fc8c5edf574ab024d4646914b6432d458e2ffbd (patch) | |
tree | c8031ae966b35c47f6aea9929e10911412ff6c59 /sql-ledger/locale/pl/arap | |
parent | a4fc489e860b7bc51b5282a87ea21750b30b905e (diff) | |
parent | 32306b5f8ffe4ce594409aa6e89626740b225a39 (diff) |
This commit was generated by cvs2svn to compensate for changes in r3883,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sql-ledger/locale/pl/arap')
-rw-r--r-- | sql-ledger/locale/pl/arap | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql-ledger/locale/pl/arap b/sql-ledger/locale/pl/arap index b24860ee7..250894c34 100644 --- a/sql-ledger/locale/pl/arap +++ b/sql-ledger/locale/pl/arap @@ -1,7 +1,7 @@ $self{texts} = { 'Address' => 'Adres', 'Continue' => 'Kontynuj', - 'Customer not on file!' => 'Brak Klienta w bazie danych', + 'Customer not on file!' => 'Brak Odbiorcy w bazie danych', 'Description' => 'Opis', 'Number' => 'Numer Katalogu', 'Project not on file!' => 'Brak Projektu w zbiorze danych!', @@ -20,10 +20,10 @@ $self{subs} = { 'gl_transaction' => 'gl_transaction', 'name_selected' => 'name_selected', 'project_selected' => 'project_selected', - 'purchase_invoice' => 'purchase_invoice', - 'sales_invoice' => 'sales_invoice', + 'sales_invoice_' => 'sales_invoice_', 'select_name' => 'select_name', 'select_project' => 'select_project', + 'vendor_invoice_' => 'vendor_invoice_', 'kontynuj' => 'continue', }; |