X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Fresources%2Fen.lang.php;h=54ebbd94bf362ff436ad01e1ab783a870e21f432;hb=78fdadfb6001c22512856ee6a5771b8d5a5ae122;hp=a28c87cfa5ebd0589293ca913b65377b7c758e4c;hpb=9045840bac7c2e7132555c199495b0477d07bc61;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index a28c87cf..54ebbd94 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.subgroups' => 'Subgroups', 'menu.plugins' => 'Plugins', 'menu.time' => 'Time', 'menu.expenses' => 'Expenses', @@ -84,9 +85,6 @@ $i18n_key_words = array( 'error.auth' => 'Incorrect login or password.', 'error.user_exists' => 'User with this login already exists.', 'error.object_exists' => 'Object with this name already exists.', -'error.project_exists' => 'Project with this name already exists.', -'error.task_exists' => 'Task with this name already exists.', -'error.client_exists' => 'Client with this name already exists.', 'error.invoice_exists' => 'Invoice with this number already exists.', 'error.role_exists' => 'Role with this rank already exists.', 'error.no_invoiceable_items' => 'There are no invoiceable items.', @@ -100,6 +98,12 @@ $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.', + +// Success messages. +'msg.success' => 'Operation completed successfully.', // Labels for buttons. 'button.login' => 'Login', @@ -141,6 +145,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', @@ -218,9 +223,12 @@ $i18n_key_words = array( 'label.totals_only' => 'Totals only', // Form titles. +'title.error' => 'Error', +'title.success' => 'Success', 'title.login' => 'Login', 'title.groups' => 'Groups', -'title.create_group' => 'Creating Group', +'title.subgroups' => 'Subgroups', +'title.add_group' => 'Adding Group', 'title.edit_group' => 'Editing Group', 'title.delete_group' => 'Deleting Group', 'title.reset_password' => 'Resetting Password', @@ -274,7 +282,6 @@ $i18n_key_words = array( 'title.import' => 'Importing Group Data', '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',