X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpl.lang.php;h=389429fea690fdc7672cd65ec227e83ff9ee2c84;hb=ecbf1ecf19bfeb85794717fc7a6deb7ecc8c5f58;hp=a91a7544913f2bc604d168ecd2cf5302eb6b8b01;hpb=1c40fb09e97ff643c80e9b96106d891e6fdbde1b;p=timetracker.git diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index a91a7544..389429fe 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -83,10 +83,14 @@ $i18n_key_words = array( // 'error.record' => 'Select record.', 'error.auth' => 'Błędny login lub hasło.', '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.', 'error.no_invoiceable_items' => 'Brak przedmiotów do faktury.', 'error.no_login' => 'Użytkownik o takiej nazwie nie istnieje.', 'error.no_teams' => 'Twoja baza danych jest pusta. Zaloguj się jako administrator i stwórz nowy zespół.', @@ -108,6 +112,7 @@ $i18n_key_words = array( 'button.cancel' => 'Anuluj', 'button.submit' => 'Zatwierdź', 'button.add' => 'Dodaj', +'button.delete' => 'Usuń', 'button.generate' => 'Wygeneruj', 'button.reset_password' => 'Resetuj hasło', 'button.send' => 'Wyślij', @@ -412,7 +417,10 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.roles.active_roles' => 'Active Roles', // 'form.roles.inactive_roles' => 'Inactive Roles', +// 'form.roles.rank' => 'Rank', // 'form.roles.rights' => 'Rights', +// 'form.roles.assigned' => 'Assigned', +// 'form.roles.not_assigned' => 'Not assigned', // Clients form. See example at https://timetracker.anuko.com/clients.phpp 'form.clients.active_clients' => 'Aktywni klienci',