Some more renaming.
[timetracker.git] / WEB-INF / resources / sr.lang.php
index 1c3704c..5dbb0ed 100644 (file)
@@ -96,7 +96,7 @@ $i18n_key_words = array(
 // 'error.role_exists' => 'Role with this rank already exists.',
 'error.no_invoiceable_items' => 'Nema stavke za naplatu.',
 'error.no_login' => 'Nema korisnika pod ovom prijavom',
-'error.no_teams' => 'Vaša baza podataka je prazna. Prijavite se kao administrator i napravite novi tim.',
+'error.no_groups' => 'Vaša baza podataka je prazna. Prijavite se kao administrator i napravite novi tim.', // TODO: replace "team" with "group".
 'error.upload' => 'Greška pri otpremanju podatka.',
 // TODO: translate the following.
 // 'error.range_locked' => 'Date range is locked.',
@@ -120,14 +120,14 @@ $i18n_key_words = array(
 'button.reset_password' => 'Resetuj lozinku',
 'button.send' => 'Pošalji',
 'button.send_by_email' => 'Pošalji mejlom',
-'button.create_team' => 'Napravi tim',
-'button.export' => 'Izvezi tim',
-'button.import' => 'Uvezi tim',
+'button.create_group' => 'Napravi tim', // TODO: replace "team" with "group".
+'button.export' => 'Izvezi tim', // TODO: replace "team" with "group".
+'button.import' => 'Uvezi tim', // TODO: replace "team" with "group".
 'button.close' => 'Zatvori',
 'button.stop' => 'Stani',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
-'label.team_name' => 'Naziv tim-a',
+'label.group_name' => 'Naziv tim-a', // TODO: replace "team" with "group".
 'label.address' => 'Adresa',
 'label.currency' => 'Valuta',
 'label.manager_name' => 'Ime Menadžera',
@@ -231,10 +231,10 @@ $i18n_key_words = array(
 
 // Form titles.
 'title.login' => 'Prijava',
-'title.teams' => 'Timovi',
-'title.create_team' => 'Napravi tim',
-'title.edit_team' => 'Izmeni tim',
-'title.delete_team' => 'Obriši tim',
+'title.groups' => 'Timovi', // TODO: change "teams" to "groups".
+'title.create_group' => 'Napravi tim', // TODO: change "team" to "group".
+'title.edit_group' => 'Izmeni tim', // TODO: change "team" to "group".
+'title.delete_group' => 'Obriši tim', // TODO: change "team" to "group".
 'title.reset_password' => 'Resetuj Lozinku',
 'title.change_password' => 'Promeni Lozinku',
 'title.time' => 'Vreme',