X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/3d6a515a50d61cf1c234cd6775c925246b8a95b0..ecbfa220ec9448151166495a3dad39fa97b6c604:/WEB-INF/resources/sr.lang.php diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index c4c16e56..21de811f 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -104,12 +104,6 @@ $i18n_key_words = array( 'button.copy' => 'Kopiraj', 'button.cancel' => 'Otkaži', 'button.submit' => 'Pošalji', -'button.add_user' => 'Dodaj korisnika', -'button.add_project' => 'Dodaj projekat', -'button.add_task' => 'Dodaj zadatak', -'button.add_client' => 'Dodaj klijenta', -'button.add_invoice' => 'Dodaj račun', -'button.add_option' => 'Dodaj opcije', 'button.add' => 'Dodaj', 'button.generate' => 'Napravi', 'button.reset_password' => 'Resetuj lozinku', @@ -142,6 +136,8 @@ $i18n_key_words = array( 'label.end_date' => 'Krajnji datum', 'label.user' => 'Korisnik', 'label.users' => 'Korisnici', +// TODO: translate the following. +// 'label.roles' => 'Roles', 'label.client' => 'Klijent', 'label.clients' => 'Klijenti', 'label.option' => 'Opcije', @@ -405,6 +401,12 @@ $i18n_key_words = array( 'form.users.rate' => 'Cena', 'form.users.default_rate' => 'Podrazumevana cena sati', +// Roles form. See example at https://timetracker.anuko.com/roles.php +// TODO: translate the following. +// 'form.roles.active_roles' => 'Active Roles', +// 'form.roles.inactive_roles' => 'Inactive Roles', +// 'form.roles.rights' => 'Rights', + // Forma klijenata. Pogledajte primer na https://timetracker.anuko.com/clients.php 'form.clients.active_clients' => 'Aktivni klijent', 'form.clients.inactive_clients' => 'Neaktivni klijent', @@ -441,7 +443,7 @@ $i18n_key_words = array( 'form.profile.type_start_finish' => 'početak i kraj', 'form.profile.type_duration' => 'trajanje', // TODO: translate the following. -// 'form.profile.punch_in_mode' => 'Punch in mode', +// 'form.profile.punch_mode' => 'Punch mode', // 'form.profile.allow_overlap' => 'Allow overlap', // 'form.profile.future_entries' => 'Future entries', // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators', @@ -462,4 +464,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.', );