]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/en.lang.php
Introduced show_work_units field in tt_fav_reports table.
[timetracker.git] / WEB-INF / resources / en.lang.php
index 55c158e8237f6c1ff4d9208ce7f5d23de6fea812..e4abce9f5723e603125751f57a3b535eb22813cb 100644 (file)
@@ -212,6 +212,7 @@ $i18n_key_words = array(
 'label.week_note' => 'Week note',
 'label.week_list' => 'Week list',
 'label.work_units' => 'Work units',
+'label.work_units_short' => 'Units',
 
 // Form titles.
 'title.login' => 'Login',
@@ -475,6 +476,10 @@ $i18n_key_words = array(
 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
 'form.swap.swap_with' => 'Swap roles with',
 
+// Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
+'form.work_units.minutes_in_unit' => 'Minutes in unit',
+'form.work_units.1st_unit_threshold' => '1st unit threshold',
+
 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
 'role.user.label' => 'User',
 'role.user.low_case_label' => 'user',