X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/15ae2165165da813912300d223c50b74f44cc1e0..a4fd787ff4452eb1a7e3d0c0a24d8fcebd7b8b43:/WEB-INF/resources/en.lang.php diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 16f61f22..31a24341 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -100,7 +100,9 @@ $i18n_key_words = array( 'error.goto_uncompleted' => 'Go to uncompleted entry.', 'error.overlap' => 'Time interval overlaps with existing records.', 'error.future_date' => 'Date is in future.', +'error.xml' => 'Error in XML file at line %d: %s.', 'error.cannot_import' => 'Cannot import: %s.', +'error.format' => 'Invalid file format.', // Labels for buttons. 'button.login' => 'Login', @@ -142,6 +144,7 @@ $i18n_key_words = array( 'label.user' => 'User', 'label.users' => 'Users', 'label.group' => 'Group', +'label.subgroups' => 'Subgroups', 'label.roles' => 'Roles', 'label.client' => 'Client', 'label.clients' => 'Clients',