Adjusted task_add.php and task_edit.php to operate with subgroups.
[timetracker.git] / WEB-INF / resources / sk.lang.php
index 40e6717..a70af39 100644 (file)
@@ -95,7 +95,6 @@ $i18n_key_words = array(
 'error.user_exists' => 'Používateľ s týmto prihlasovacím menom už existuje.',
 // TODO: translate the following.
 // 'error.object_exists' => 'Object with this name already exists.',
-'error.client_exists' => 'Klient s týmto menom už existuje.',
 'error.invoice_exists' => 'Faktúra s týmto číslom už existuje.',
 // TODO: translate the following.
 // 'error.role_exists' => 'Role with this rank already exists.',
@@ -118,6 +117,10 @@ $i18n_key_words = array(
 // 'error.cannot_import' => 'Cannot import: %s.',
 // 'error.format' => 'Invalid file format.',
 
+// Success messages.
+// TODO: translate the following.
+// 'msg.success' => 'Operation completed successfully.',
+
 // Labels for buttons.
 'button.login' => 'Prihlásiť',
 'button.now' => 'Teraz',
@@ -248,6 +251,9 @@ $i18n_key_words = array(
 'label.totals_only' => 'Iba celkové',
 
 // Form titles.
+'title.error' => 'Chyba',
+// TODO: Translate the following.
+// 'title.success' => 'Success',
 'title.login' => 'Prihlásenie',
 'title.groups' => 'Tímy', // TODO: change "teams" to "groups".
 // TODO: translate the following.