Implemented configurable confirm save option.
[timetracker.git] / WEB-INF / resources / pl.lang.php
index 2847ba5..a36b06c 100644 (file)
@@ -115,6 +115,15 @@ $i18n_key_words = array(
 // 'error.cannot_import' => 'Cannot import: %s.',
 // 'error.format' => 'Invalid file format.',
 
+// Warning messages.
+// TODO: translate the following.
+// 'warn.sure' => 'Are you sure?',
+// 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.',
+
+// Success messages.
+// TODO: translate the following.
+// 'msg.success' => 'Operation completed successfully.',
+
 // Labels for buttons
 'button.login' => 'Login',
 'button.now' => 'Teraz',
@@ -241,8 +250,8 @@ $i18n_key_words = array(
 'label.totals_only' => 'Tylko sumy',
 
 // Form titles.
+'title.error' => 'Błąd',
 // TODO: Translate the following.
-// 'title.error' => 'Error',
 // 'title.success' => 'Success',
 'title.login' => 'Logowanie',
 'title.groups' => 'Zespoły', // TODO: change "teams" to "groups".
@@ -496,6 +505,7 @@ $i18n_key_words = array(
 // 'form.group_edit.allow_overlap' => 'Allow overlap',
 // 'form.group_edit.future_entries' => 'Future entries',
 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
+// 'form.group_edit.confirm_save' => 'Confirm saving',
 // 'form.group_edit.allow_ip' => 'Allow IP',
 
 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php