X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/eb23c6e3ef94c259eda67218e0902f981e5dcfb2..bb92f78d67fee6fd5b005e8196ccbf618c76518b:/WEB-INF/resources/sr.lang.php?ds=inline diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index f9759426..80babb4e 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -270,14 +270,20 @@ $i18n_key_words = array( // Strings that are used in a single form must go to the specific form section. 'dropdown.all' => '--- svi ---', 'dropdown.no' => '--- ništa ---', -'dropdown.this_day' => 'ovaj dan', // TODO: translate the following. -// 'dropdown.last_day' => 'last day', -'dropdown.this_week' => 'ova nedelja', -'dropdown.last_week' => 'prošla nedelja', -'dropdown.this_month' => 'ovaj mesec', -'dropdown.last_month' => 'prošli mesec', -'dropdown.this_year' => 'ova godina', +// 'dropdown.current_day' => 'today', +// 'dropdown.previous_day' => 'yesterday', +'dropdown.selected_day' => 'dan', +'dropdown.current_week' => 'ova nedelja', +'dropdown.previous_week' => 'prošla nedelja', +'dropdown.selected_week' => 'nedelja', +'dropdown.current_month' => 'ovaj mesec', +'dropdown.previous_month' => 'prošli mesec', +'dropdown.selected_month' => 'mesec', +'dropdown.current_year' => 'ova godina', +// TODO: translate the following. +// 'dropdown.previous_year' => 'previous year', +'dropdown.selected_year' => 'godina', 'dropdown.all_time' => 'svi datumi', 'dropdown.projects' => 'projekti', 'dropdown.tasks' => 'zadaci',