X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=a28c87cfa5ebd0589293ca913b65377b7c758e4c;hb=b4be5795ddbcef63b4b6fffb200c3dfc3ffcb530;hp=50180602a34beff7ec3daa1a8788f870d39fedd8;hpb=0e60d28bba29fbd47e415ac55bdcb39a284613ee;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 50180602..a28c87cf 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -47,6 +47,7 @@ $i18n_key_words = array( 'menu.create_group' => 'Create Group', 'menu.profile' => 'Profile', 'menu.group' => 'Group', +'menu.plugins' => 'Plugins', 'menu.time' => 'Time', 'menu.expenses' => 'Expenses', 'menu.reports' => 'Reports', @@ -93,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.', @@ -139,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', @@ -273,6 +275,7 @@ $i18n_key_words = array( 'title.options' => 'Options', 'title.profile' => 'Profile', 'title.group' => 'Group Settings', +'title.plugins' => 'Plugins', 'title.cf_custom_fields' => 'Custom Fields', 'title.cf_add_custom_field' => 'Adding Custom Field', 'title.cf_edit_custom_field' => 'Editing Custom Field', @@ -452,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?',