X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsr.lang.php;h=7d0a91950a2da31806bc4225e07bdedf03bc6b73;hb=67ff88b9d0f11b6f63c06823828df337063a7d6f;hp=90cde1abeba3c24d12ca3449d34d8e9e3600446e;hpb=06868926b7788112e2876768f5b920eba85c7429;p=timetracker.git diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index 90cde1ab..7d0a9195 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -38,7 +38,7 @@ $i18n_holidays = array('01/01', '02/01', '07/01', '15/01', '16/02', '29/04', '30 $i18n_key_words = array( -// Menus - short selection strings that are displayed on the top of application web pages. +// Menus - short selection strings that are displayed on top of application web pages. // Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Prijava', 'menu.logout' => 'Odjava', @@ -76,6 +76,8 @@ $i18n_key_words = array( 'error.task' => 'Odaberi zadatak.', 'error.client' => 'Odaberi klijenta.', 'error.report' => 'Odaberi izveštaj.', +// TODO: translate the following. +// 'error.record' => 'Select record.', 'error.auth' => 'Pogrešno korisničko ime ili lozinka.', 'error.user_exists' => 'Korisnik pod ovim imenom već postoji.', 'error.project_exists' => 'Projekat pod ovim nazivom već postoji.',