X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsr.lang.php;h=7d0a91950a2da31806bc4225e07bdedf03bc6b73;hb=e185de998d8ed94cef7b3e2b63cc63d5c64ce6cb;hp=2e8179612a62626086f9d8ab028029cca59ecd7b;hpb=2bfbf9aa34b4e672ceba72003e294a0a6c5c7972;p=timetracker.git diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index 2e817961..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.', @@ -118,8 +120,6 @@ $i18n_key_words = array( 'button.import' => 'Uvezi tim', 'button.close' => 'Zatvori', 'button.stop' => 'Stani', -// TODO: translate the following. -// 'button.mark_paid' => 'Mark paid', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.team_name' => 'Naziv tim-a', @@ -217,6 +217,7 @@ $i18n_key_words = array( // 'label.quantity' => 'Quantity', // 'label.paid_status' => 'Paid status', // 'label.paid' => 'Paid', +// 'button.mark_paid' => 'Mark paid', // Form titles. 'title.login' => 'Prijava', @@ -367,6 +368,8 @@ $i18n_key_words = array( // Forma izveštaja. Pogledajte primer na https://timetracker.anuko.com/report.php // (after generating a report at https://timetracker.anuko.com/reports.php). 'form.report.export' => 'Izvoz', +// TODO: translate the following. +// 'form.report.assign_to_invoice' => 'Assign to invoice', // Forma izveštaja. Pogledajte primer na https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report).