X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=7e57b2fe49aa4dc4bc138ab9e84fba1171343f32;hb=99041558bf625b082fc5058a93e1bd2634c2c9d2;hp=45dbdfeeb5a77a6511b88f6b25862d6d88f7c2ff;hpb=95d4442c1517b0d9e76081fd901a600e45e9fbea;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 45dbdfee..7e57b2fe 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -211,6 +211,7 @@ $i18n_key_words = array( 'label.mark_paid' => 'Mark paid', 'label.week_note' => 'Week note', 'label.week_list' => 'Week list', +'label.work_units' => 'Work units', // Form titles. 'title.login' => 'Login', @@ -283,6 +284,7 @@ $i18n_key_words = array( 'title.locking' => 'Locking', 'title.week_view' => 'Week View', 'title.swap_roles' => 'Swapping Roles', +'title.work_units' => 'Work Units', // 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. @@ -473,6 +475,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',