summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/pl/pe
diff options
context:
space:
mode:
authorivan <ivan>2003-07-15 11:45:14 +0000
committerivan <ivan>2003-07-15 11:45:14 +0000
commitc0567c688084e89fcd11bf82348b6c418f1254ac (patch)
treeb9d0a6b33e4cc75915721124a7f4a80089183c9a /sql-ledger/locale/pl/pe
parenta2ef3ae885f2bccc0828836678c7e5901241d88d (diff)
parentf6c9088e16c4c083174dd1130ae58d213923cdef (diff)
This commit was generated by cvs2svn to compensate for changes in r2523,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sql-ledger/locale/pl/pe')
-rw-r--r--sql-ledger/locale/pl/pe35
1 files changed, 35 insertions, 0 deletions
diff --git a/sql-ledger/locale/pl/pe b/sql-ledger/locale/pl/pe
new file mode 100644
index 000000000..88ab7fd6f
--- /dev/null
+++ b/sql-ledger/locale/pl/pe
@@ -0,0 +1,35 @@
+$self{texts} = {
+ 'Add' => 'Dodaj',
+ 'Add Project' => 'Dodaj Projekt',
+ 'All' => 'Wszystko',
+ 'Continue' => 'Kontynuj',
+ 'Delete' => 'Usuń',
+ 'Description' => 'Opis',
+ 'Edit Project' => 'Zmiany Projektu',
+ 'Number' => 'Numer Katalogu',
+ 'Orphaned' => 'Zbędne',
+ 'Project' => 'Projekt',
+ 'Project Number missing!' => 'Brak Numeru Projektu',
+ 'Project deleted!' => 'Projekt usunięty',
+ 'Project saved!' => 'Projekt zapisany',
+ 'Projects' => 'Projekty',
+ 'Save' => 'Zapisz',
+};
+
+$self{subs} = {
+ 'add' => 'add',
+ 'continue' => 'continue',
+ 'delete' => 'delete',
+ 'edit' => 'edit',
+ 'form_footer' => 'form_footer',
+ 'form_header' => 'form_header',
+ 'generate_report' => 'generate_report',
+ 'save' => 'save',
+ 'search' => 'search',
+ 'dodaj' => 'add',
+ 'kontynuj' => 'continue',
+ 'usuń' => 'delete',
+ 'zapisz' => 'save',
+};
+
+1;