Refactoring: renamed getActiveUser() to getUser().
[timetracker.git] / WEB-INF / resources / fi.lang.php
index 0aab418..d845488 100644 (file)
@@ -92,7 +92,6 @@ $i18n_key_words = array(
 'error.user_exists' => 'Tämä käyttäjänimi on jo olemassa.',
 // TODO: translate the following.
 // 'error.object_exists' => 'Object with this name already exists.',
-'error.client_exists' => 'Tämän niminen asiakas on jo olemassa.',
 'error.invoice_exists' => 'Tällä numerolla oleva lasku on jo olemassa.',
 // TODO: translate the following.
 // 'error.role_exists' => 'Role with this rank already exists.',
@@ -114,6 +113,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' => 'Kirjaudu',
 'button.now' => 'Nyt',
@@ -241,6 +244,9 @@ $i18n_key_words = array(
 'label.totals_only' => 'Vain yhteissummat',
 
 // Form titles.
+'title.error' => 'Virhe',
+// TODO: Translate the following.
+// 'title.success' => 'Success',
 'title.login' => 'Kirjautuminen',
 'title.groups' => 'Tiimit', // TODO: change "teams" to "groups".
 // TODO: translate the following.