]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/en.lang.php
Introduced a generic warning in translation files.
[timetracker.git] / WEB-INF / resources / en.lang.php
index 4c569dc6802877c2c76233e80ecb0081e300e181..b45eb9ceef99d7d591fc0fa023837fce742c064a 100644 (file)
@@ -102,6 +102,12 @@ $i18n_key_words = array(
 'error.cannot_import' => 'Cannot import: %s.',
 'error.format' => 'Invalid file format.',
 
+// Warning messages.
+'warn.sure' => 'Are you sure?',
+
+// Success messages.
+'msg.success' => 'Operation completed successfully.',
+
 // Labels for buttons.
 'button.login' => 'Login',
 'button.now' => 'Now',
@@ -220,6 +226,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',