X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=ef63eb635572bee65212a2cc7f795c4e788976e2;hb=bbf886e62dc4746fdbae813cfb80536228f77626;hp=2db7e2d900519de024d719e9b8644bf0c6889f35;hpb=903dae76e54a4e0c081532a8113c00ef1b56a1b5;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 2db7e2d9..ef63eb63 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -52,6 +52,7 @@ $i18n_key_words = array( 'menu.time' => 'Time', 'menu.expenses' => 'Expenses', 'menu.reports' => 'Reports', +'menu.timesheets' => 'Timesheets', 'menu.charts' => 'Charts', 'menu.projects' => 'Projects', 'menu.tasks' => 'Tasks', @@ -357,6 +358,11 @@ $i18n_key_words = array( 'form.time.uncompleted' => 'Uncompleted', 'form.time.remaining_quota' => 'Remaining quota', 'form.time.over_quota' => 'Over quota', +// Note for translators. "Balance" below means accumulated quota for user since 1st of the month +// until and including a selected day. If a quota is 8 hours a day, then the balance +// is 8 hours multiplied by a number of work days. "Remaining balance" and "Over balance" are +// balance differences with logged hours. +// The term looks confusing, if you have a better idea how to name these things, let us know. 'form.time.remaining_balance' => 'Remaining balance', 'form.time.over_balance' => 'Over balance',