X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Fresources%2Fpl.lang.php;h=a36b06c14a1b7838fb9061062c07ff8a4d680e88;hb=a8d2a373388113fc60233feda3b971c4d67e6211;hp=ffc6d37bbbcb518998f91703bf0b0fb8738a13b1;hpb=da1736600c488f35a9b900a79ed4fe9b53d909a5;p=timetracker.git diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index ffc6d37b..a36b06c1 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -59,6 +59,7 @@ $i18n_key_words = array( 'menu.users' => 'Użytkownicy', // TODO: translate the following. // 'menu.groups' => 'Groups', +// 'menu.subgroups' => 'Subgroups', 'menu.export' => 'Eksport', 'menu.clients' => 'Klienci', 'menu.options' => 'Opcje', @@ -92,9 +93,6 @@ $i18n_key_words = array( 'error.user_exists' => 'Użytkownik o takiej nazwie już istnieje.', // TODO: translate the following. // 'error.object_exists' => 'Object with this name already exists.', -'error.project_exists' => 'Projekt o takiej nazwie już istnieje.', -'error.task_exists' => 'Zadanie o takiej nazwie już istnieje.', -'error.client_exists' => 'Klient o takiej nazwie już istnieje.', 'error.invoice_exists' => 'Faktura o tym numerze już istnieje.', // TODO: translate the following. // 'error.role_exists' => 'Role with this rank already exists.', @@ -115,6 +113,16 @@ $i18n_key_words = array( // TODO: translate the following. // 'error.xml' => 'Error in XML file at line %d: %s.', // 'error.cannot_import' => 'Cannot import: %s.', +// 'error.format' => 'Invalid file format.', + +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', +// 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.', + +// Success messages. +// TODO: translate the following. +// 'msg.success' => 'Operation completed successfully.', // Labels for buttons 'button.login' => 'Login', @@ -158,6 +166,7 @@ $i18n_key_words = array( 'label.users' => 'Użytkownicy', // TODO: translate the following. // 'label.group' => 'Group', +// 'label.subgroups' => 'Subgroups', // 'label.roles' => 'Roles', 'label.client' => 'Klient', 'label.clients' => 'Klienci', @@ -241,9 +250,14 @@ $i18n_key_words = array( 'label.totals_only' => 'Tylko sumy', // Form titles. +'title.error' => 'Błąd', +// TODO: Translate the following. +// 'title.success' => 'Success', 'title.login' => 'Logowanie', 'title.groups' => 'Zespoły', // TODO: change "teams" to "groups". -'title.create_group' => 'Zakładanie zespołu', // TODO: change "team" to "group". +// TODO: translate the following. +// 'title.subgroups' => 'Subgroups', +// 'title.add_group' => 'Adding Group', 'title.edit_group' => 'Edytowanie zespołu', // TODO: change "team" to "group". 'title.delete_group' => 'Usuwanie zespołu', // TODO: change "team" to "group". 'title.reset_password' => 'Resetowanie hasła', @@ -294,8 +308,6 @@ $i18n_key_words = array( 'title.import' => 'Import danych zespołu', // TODO: replace "team" with "group". 'title.options' => 'Opcje', 'title.profile' => 'Profil', -// TODO: translate the following. -// 'title.group' => 'Group Settings', 'title.plugins' => 'Dodatkowe moduły', 'title.cf_custom_fields' => 'Pola niestandardowe', 'title.cf_add_custom_field' => 'Dodawanie pola niestandardowego', @@ -493,6 +505,7 @@ $i18n_key_words = array( // 'form.group_edit.allow_overlap' => 'Allow overlap', // 'form.group_edit.future_entries' => 'Future entries', // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators', +// 'form.group_edit.confirm_save' => 'Confirm saving', // 'form.group_edit.allow_ip' => 'Allow IP', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php