X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsr.lang.php;h=7d0a91950a2da31806bc4225e07bdedf03bc6b73;hb=e185de998d8ed94cef7b3e2b63cc63d5c64ce6cb;hp=f72175066034105807ebe196aed3bbbd9df9613c;hpb=8164670fafb4306285df2707921741cb9d925385;p=timetracker.git diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index f7217506..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.', @@ -197,6 +199,8 @@ $i18n_key_words = array( 'label.page' => 'Strana', // TODO: translate the following. // 'label.condition' => 'Condition', +// 'label.yes' => 'yes', +// 'label.no' => 'no', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Dodatna polja', // Translate the following. @@ -208,6 +212,12 @@ $i18n_key_words = array( 'label.fav_report' => 'Omiljeni izveštaji', 'label.cron_schedule' => 'Sredi raspored', 'label.what_is_it' => 'Šta je ovo?', +// TODO: Translate the following. +// 'label.expense' => 'Expense', +// 'label.quantity' => 'Quantity', +// 'label.paid_status' => 'Paid status', +// 'label.paid' => 'Paid', +// 'button.mark_paid' => 'Mark paid', // Form titles. 'title.login' => 'Prijava', @@ -299,6 +309,9 @@ $i18n_key_words = array( 'dropdown.status_inactive' => 'neaktivan', 'dropdown.delete'=>'obriši', 'dropdown.do_not_delete'=>'nemoj obrisati', +// TODO: translate the following. +// 'dropdown.paid' => 'paid', +// 'dropdown.not_paid' => 'not paid', // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here. // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases @@ -355,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).