Implemented locking feature as an optionally enabled plugin.
[timetracker.git] / WEB-INF / resources / en.lang.php
index 323e615..19fc348 100644 (file)
@@ -251,6 +251,9 @@ $i18n_key_words = array(
 'title.cf_add_dropdown_option' => 'Adding Option',
 'title.cf_edit_dropdown_option' => 'Editing Option',
 'title.cf_delete_dropdown_option' => 'Deleting Option',
+// 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.
+'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.