X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=54ebbd94bf362ff436ad01e1ab783a870e21f432;hb=b9450dc964f5b244713dc5c799a81a660269f22b;hp=4c569dc6802877c2c76233e80ecb0081e300e181;hpb=79a38d5d7579d6ba89efdc1b077b87a2e324cbd3;p=timetracker.git 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',