]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/sr.lang.php
Added an override for managers to the Locking plugin.
[timetracker.git] / WEB-INF / resources / sr.lang.php
index 8b1e15fcc72824890200d5d5e5e091b2e86bf897..7ea802711534121b67cdf24b7121d2980f718151 100644 (file)
@@ -250,11 +250,15 @@ $i18n_key_words = array(
 'title.cf_add_dropdown_option' => 'Dodavanje opcija',
 'title.cf_edit_dropdown_option' => 'Izmena opcija',
 'title.cf_delete_dropdown_option' => 'Brisanje opcija',
+// NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
+// It is also a name for the Locking plugin on the Team profile page.
+// TODO: Translate the following:
+// 'title.locking' => 'Locking',
 
 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
 // Strings that are used in a single form must go to the specific form section.
-'dropdown.all' => '--- odaberi sve ---',
-'dropdown.no' => '--- poništi sve ---', // TODO: Check fav report selection dropdown at https://timetracker.anuko.com/reports.php page. The meaning is "do not select any saved favorite report".
+'dropdown.all' => '--- svi ---',
+'dropdown.no' => '--- ništa ---',
 'dropdown.this_day' => 'ovaj dan',
 'dropdown.this_week' => 'ova nedelja',
 'dropdown.last_week' => 'prošla nedelja',