X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpl.lang.php;h=3eb14de184d3d20ad92761df673ade6e1e3b3ec7;hb=ecbfa220ec9448151166495a3dad39fa97b6c604;hp=9c9c2974ad327de0184f3d84f53cdec4975db434;hpb=4e7ce35635fa9f4aa5719ec8d17d3dc7eeb239b7;p=timetracker.git diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index 9c9c2974..3eb14de1 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -107,12 +107,6 @@ $i18n_key_words = array( 'button.copy' => 'Kopiuj', 'button.cancel' => 'Anuluj', 'button.submit' => 'Zatwierdź', -'button.add_user' => 'Dodaj użytkownika', -'button.add_project' => 'Dodaj projekt', -'button.add_task' => 'Dodaj zadanie', -'button.add_client' => 'Dodaj klienta', -'button.add_invoice' => 'Dodaj fakturę', -'button.add_option' => 'Dodaj opcję', 'button.add' => 'Dodaj', 'button.generate' => 'Wygeneruj', 'button.reset_password' => 'Resetuj hasło', @@ -413,6 +407,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.roles.active_roles' => 'Active Roles', // 'form.roles.inactive_roles' => 'Inactive Roles', +// 'form.roles.rights' => 'Rights', // Clients form. See example at https://timetracker.anuko.com/clients.phpp 'form.clients.active_clients' => 'Aktywni klienci', @@ -471,4 +466,28 @@ $i18n_key_words = array( // 'form.quota.quota' => 'Quota', // 'form.quota.workday_hours' => 'Hours in a work day', // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.', + +// Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations. +// TODO: translate the following. +// 'role.user.label' => 'User', +// 'role.user.low_case_label' => 'user', +// 'role.user.description' => 'A regular member without management rights.', +// 'role.client.label' => 'Client', +// 'role.client.low_case_label' => 'client', +// 'role.client.description' => 'A client can view its own reports, charts, and invoices.', +// 'role.supervisor.label' => 'Supervisor', +// 'role.supervisor.low_case_label' => 'supervisor', +// 'role.supervisor.description' => 'A person with a small set of management rights.', +// 'role.comanager.label' => 'Co-manager', +// 'role.comanager.low_case_label' => 'co-manager', +// 'role.comanager.description' => 'A person with a big set of management functions.', +// 'role.manager.label' => 'Manager', +// 'role.manager.low_case_label' => 'manager', +// 'role.manager.description' => 'Group manager. Can do most of things for a group.', +// 'role.top_manager.label' => 'Top manager', +// 'role.top_manager.low_case_label' => 'top manager', +// 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.', +// 'role.admin.label' => 'Administrator', +// 'role.admin.low_case_label' => 'administrator', +// 'role.admin.description' => 'Site adminsitrator.', );