X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/bb21bc0fbb60be85b7d1eab90e6dd7c33aec7d0a..18e4849ef89b32f8aad1d42f5284bf60d5dc853d:/WEB-INF/resources/en.lang.php diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 9afe7233..011f458a 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -154,6 +154,7 @@ $i18n_key_words = array( 'label.notes' => 'Notes', 'label.item' => 'Item', 'label.cost' => 'Cost', +'label.ip' => 'IP', 'label.day_total' => 'Day total', 'label.week_total' => 'Week total', 'label.month_total' => 'Month total', @@ -278,6 +279,7 @@ $i18n_key_words = array( // It is also a name for the Locking plugin on the Team profile page. 'title.locking' => 'Locking', 'title.week_view' => 'Week View', +'title.swap_roles' => 'Swapping Roles', // 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. @@ -457,6 +459,9 @@ $i18n_key_words = array( 'form.quota.workday_hours' => 'Hours in work day', 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.', +// Swap roles form. +'form.swap.swap_with' => 'Swap roles with', + // 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',