]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/sr.lang.php
Introduced strings required for roles.
[timetracker.git] / WEB-INF / resources / sr.lang.php
index ea3ec697255f0d4781dc84dadb0cb2fed824d52a..14df209705dc114a832b828ec36658e3ef0a6f1f 100644 (file)
@@ -142,6 +142,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 +407,11 @@ $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',
+
 // Forma klijenata. Pogledajte primer na https://timetracker.anuko.com/clients.php
 'form.clients.active_clients' => 'Aktivni klijent',
 'form.clients.inactive_clients' => 'Neaktivni klijent',
@@ -441,6 +448,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_mode' => 'Punch mode',
 // 'form.profile.allow_overlap' => 'Allow overlap',
 // 'form.profile.future_entries' => 'Future entries',
 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',