Refactoring: renamed getActiveUser() to getUser().
[timetracker.git] / WEB-INF / resources / fi.lang.php
index 3ed9b10..d845488 100644 (file)
@@ -92,9 +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.project_exists' => 'Tämän niminen projekti on jo olemassa.',
-'error.task_exists' => 'Tämän niminen tehtävä on jo olemassa.',
-'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.',
@@ -116,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',
@@ -243,9 +244,14 @@ $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.groupd' => 'Tiimit', // TODO: change "teams" to "groups".
-'title.create_group' => 'Tiimin luonti', // TODO: change "team" to "group".
+'title.groups' => 'Tiimit', // TODO: change "teams" to "groups".
+// TODO: translate the following.
+// 'title.subgroups' => 'Subgroups',
+// 'title.add_group' => 'Adding Group',
 'title.edit_group' => 'Tiimin muokkaus', // TODO: change "team" to "group".
 'title.delete_group' => 'Tiimin poisto', // TODO: change "team" to "group".
 'title.reset_password' => 'Salasanan nollaus',
@@ -297,8 +303,6 @@ $i18n_key_words = array(
 'title.import' => 'Tiimitietojen tunti', // TODO: replace "team" with "group".
 'title.options' => 'Optiot',
 'title.profile' => 'Profiili',
-// TODO: translate the following.
-// 'title.group' => 'Group Settings',
 'title.plugins' => 'Lisäosat',
 'title.cf_custom_fields' => 'Omat kentät',
 'title.cf_add_custom_field' => 'Oman kentän lisäys',