X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=ce65dc622b0221859a9797add053f8c533805139;hb=2ccee198591bc2ad5d80b5e1076246449d9232c1;hp=0123f02a5bbc67bdfb5fd5cb506ff034a47fe9cb;hpb=f0e54f23029d8b109c0ab554ab2b49195d204391;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 0123f02a..ce65dc62 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -279,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. @@ -451,13 +452,16 @@ $i18n_key_words = array( 'form.mail.report_sent' => 'Report sent.', 'form.mail.invoice_sent' => 'Invoice sent.', -// Quotas configuration form. +// Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin. 'form.quota.year' => 'Year', 'form.quota.month' => 'Month', 'form.quota.quota' => 'Quota', '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. See example at https://timetracker.anuko.com/swap_roles.php. +'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',