X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/c8caee8e34eec5a3fd047d679e79af149ed1e433..10a6f13349f497f4e2e5c7c4812fcb48db65310e:/WEB-INF/resources/sr.lang.php diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index 90381189..4e75895e 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -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,7 +231,7 @@ $i18n_key_words = array( // Form titles. 'title.login' => 'Prijava', -'title.teams' => 'Timovi', +'title.groups' => 'Timovi', // TODO: change "teams" to "groups". 'title.create_team' => 'Napravi tim', 'title.edit_team' => 'Izmeni tim', 'title.delete_team' => 'Obriši tim',