X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=a28c87cfa5ebd0589293ca913b65377b7c758e4c;hb=b4be5795ddbcef63b4b6fffb200c3dfc3ffcb530;hp=98fc58982155f407eedfbc78ad574a2a620a05a0;hpb=f12ceba49cb845be385e6b7c7786fc7e5393e802;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 98fc5898..a28c87cf 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -94,7 +94,7 @@ $i18n_key_words = array( 'error.no_groups' => 'Your database is empty. Login as admin and create a new group.', 'error.upload' => 'File upload error.', 'error.range_locked' => 'Date range is locked.', -'error.mail_send' => 'Error sending mail.', +'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.', 'error.no_email' => 'No email associated with this login.', 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.', 'error.goto_uncompleted' => 'Go to uncompleted entry.', @@ -140,6 +140,7 @@ $i18n_key_words = array( 'label.end_date' => 'End date', 'label.user' => 'User', 'label.users' => 'Users', +'label.group' => 'Group', 'label.roles' => 'Roles', 'label.client' => 'Client', 'label.clients' => 'Clients', @@ -454,7 +455,6 @@ $i18n_key_words = array( 'form.group_edit.future_entries' => 'Future entries', 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators', 'form.group_edit.allow_ip' => 'Allow IP', -'form.group_edit.plugins' => 'Plugins', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',