X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=54ebbd94bf362ff436ad01e1ab783a870e21f432;hb=ca6d2f927b985f4d80b31e5e2c6deb98e4fae6f6;hp=6282874cdb1dc0dae7c7841001ab090025b01c6d;hpb=d3bcdee6ccc7bd00dce1fdfd89dc604f9016b52c;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 6282874c..54ebbd94 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -85,8 +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.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.', @@ -104,6 +102,9 @@ $i18n_key_words = array( 'error.cannot_import' => 'Cannot import: %s.', 'error.format' => 'Invalid file format.', +// Success messages. +'msg.success' => 'Operation completed successfully.', + // Labels for buttons. 'button.login' => 'Login', 'button.now' => 'Now', @@ -222,6 +223,8 @@ $i18n_key_words = array( 'label.totals_only' => 'Totals only', // Form titles. +'title.error' => 'Error', +'title.success' => 'Success', 'title.login' => 'Login', 'title.groups' => 'Groups', 'title.subgroups' => 'Subgroups',