Fixed a problem with predefined expenses missing on mobile pages.
[timetracker.git] / WEB-INF / resources / sr.lang.php
index 4fa1a32..17827eb 100644 (file)
@@ -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',