diff options
Diffstat (limited to 'sql-ledger/locale/pl/pe')
| -rw-r--r-- | sql-ledger/locale/pl/pe | 57 | 
1 files changed, 52 insertions, 5 deletions
diff --git a/sql-ledger/locale/pl/pe b/sql-ledger/locale/pl/pe index 88ab7fd6f..6229392f7 100644 --- a/sql-ledger/locale/pl/pe +++ b/sql-ledger/locale/pl/pe @@ -1,35 +1,82 @@  $self{texts} = { -  'Add'                         => 'Dodaj', +  'Accounting Menu'             => 'Menu Księgowości', +  'Add Group'                   => 'Dodaj Grupę', +  'Add Pricegroup'              => 'Dodaj Grupę Cenową',    'Add Project'                 => 'Dodaj Projekt',    'All'                         => 'Wszystko',    'Continue'                    => 'Kontynuj',    'Delete'                      => 'Usuń',    'Description'                 => 'Opis', +  'Description Translations'    => 'Tłumaczenie Opisu', +  'Edit Description Translations' => 'Zmień Tłumaczenie Opisu', +  'Edit Group'                  => 'Zmień Grupę', +  'Edit Pricegroup'             => 'Zmień Grupę Cenową',    'Edit Project'                => 'Zmiany Projektu', +  'Group'                       => 'Grupa', +  'Group Translations'          => 'Grupój Tłumaczenia', +  'Group deleted!'              => 'Grupa usunięta', +  'Group missing!'              => 'Brakuje Grupy', +  'Group saved!'                => 'Grupa zapisana', +  'Groups'                      => 'Grupy', +  'Language'                    => 'Język', +  'Languages not defined!'      => 'Język nie zdefiniowany!',    'Number'                      => 'Numer Katalogu',    'Orphaned'                    => 'Zbędne', +  'Pricegroup'                  => 'Grupa cenowa', +  'Pricegroup deleted!'         => 'Grupa cenowa usunięta', +  'Pricegroup missing!'         => 'Brakuje Grupy cenowej', +  'Pricegroup saved!'           => 'Grupa cenowa zapisana', +  'Pricegroups'                 => 'Grupy cenowa',    'Project'                     => 'Projekt', +  'Project Description Translations' => 'Tłumaczenie Opisu Projektu', +  'Project Number'              => 'Numer Projektu',    'Project Number missing!'     => 'Brak Numeru Projektu',    'Project deleted!'            => 'Projekt usunięty',    'Project saved!'              => 'Projekt zapisany',    'Projects'                    => 'Projekty',    'Save'                        => 'Zapisz', +  'Translation'                 => 'Tłumaczenie', +  'Translation deleted!'        => 'Tłumaczenie usunięte!', +  'Translations saved!'         => 'Tłumaczenia zapisane!', +  'Update'                      => 'Uzupełnij',  };  $self{subs} = { +  'acc_menu'                    => 'acc_menu',    'add'                         => 'add', +  'add_group'                   => 'add_group', +  'add_pricegroup'              => 'add_pricegroup', +  'add_project'                 => 'add_project',    'continue'                    => 'continue',    'delete'                      => 'delete', +  'display'                     => 'display',    'edit'                        => 'edit', -  'form_footer'                 => 'form_footer', -  'form_header'                 => 'form_header', -  'generate_report'             => 'generate_report', +  'edit_translation'            => 'edit_translation', +  'list_translations'           => 'list_translations', +  'menubar'                     => 'menubar', +  'partsgroup_footer'           => 'partsgroup_footer', +  'partsgroup_header'           => 'partsgroup_header', +  'partsgroup_report'           => 'partsgroup_report', +  'pricegroup_footer'           => 'pricegroup_footer', +  'pricegroup_header'           => 'pricegroup_header', +  'pricegroup_report'           => 'pricegroup_report', +  'project_footer'              => 'project_footer', +  'project_header'              => 'project_header', +  'project_report'              => 'project_report',    'save'                        => 'save',    'search'                      => 'search', -  'dodaj'                       => 'add', +  'section_menu'                => 'section_menu', +  'translation'                 => 'translation', +  'translation_footer'          => 'translation_footer', +  'translation_header'          => 'translation_header', +  'update'                      => 'update', +  'dodaj_grupę'                 => 'add_group', +  'dodaj_grupę_cenową'          => 'add_pricegroup', +  'dodaj_projekt'               => 'add_project',    'kontynuj'                    => 'continue',    'usuń'                        => 'delete',    'zapisz'                      => 'save', +  'uzupełnij'                   => 'update',  };  1;  | 
