X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/7961e2909a8c8c456c1b0d6bee2944cabde592c0..78fdadfb6001c22512856ee6a5771b8d5a5ae122:/WEB-INF/resources/en.lang.php diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 4c569dc6..54ebbd94 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -102,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', @@ -220,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',