X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=3ef26b89d79f8a40ab7a03ec3b8ee673da0d12f1;hb=8f04c2f5411caf7a0d940f465bc5eb9c061764fe;hp=5d2acd565f05f949c2ca5002170c595ea7e50a64;hpb=1567369ac1fb744b704cacbe77542f55e410d61b;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 5d2acd56..3ef26b89 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -101,6 +101,8 @@ $i18n_key_words = array( 'error.xml' => 'Error in XML file at line %d: %s.', 'error.cannot_import' => 'Cannot import: %s.', 'error.format' => 'Invalid file format.', +'error.user_count' => 'Limit on user count.', +'error.expired' => 'Expiration date reached.', // Warning messages. 'warn.sure' => 'Are you sure?', @@ -355,6 +357,14 @@ $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 icluding 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. +// For example, a German could use: Minusstunden and Mehrstunden. +'form.time.remaining_balance' => 'Remaining balance', +'form.time.over_balance' => 'Over balance', // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record). 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',