]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/et.lang.php
Work in progress on role editor.
[timetracker.git] / WEB-INF / resources / et.lang.php
index 5d0479e14c9564c835295c1ca180af74fef3c1c1..9663f5f2b7211cfe08c2c1a7218d04a13c6d0997 100644 (file)
@@ -94,6 +94,7 @@ $i18n_key_words = array(
 'error.auth' => 'Vale login või salasõna.',
 // TODO: translate the following.
 // 'error.user_exists' => 'User with this login already exists.',
+// 'error.object_exists' => 'Object with this name already exists.',
 'error.project_exists' => 'Selle nimega projekt on juba olemas.',
 // TODO: translate the following.
 // 'error.task_exists' => 'Task with this name already exists.',
@@ -121,6 +122,7 @@ $i18n_key_words = array(
 'button.cancel' => 'Tühista',
 'button.submit' => 'Postita',
 'button.add' => 'Lisa',
+'button.delete' => 'Kustuta',
 'button.generate' => 'Loo',
 'button.reset_password' => 'Tühjenda salasõna',
 'button.send' => 'Saada',
@@ -288,6 +290,11 @@ $i18n_key_words = array(
 'title.add_user' => 'Kasutaja lisamine', // TODO: is this correct?
 'title.edit_user' => 'Kasutaja muutmine',
 'title.delete_user' => 'Kasutaja kustutamine',
+// TODO: translate the following.
+// 'title.roles' => 'Roles',
+// 'title.add_role' => 'Adding Role',
+// 'title.edit_role' => 'Editing Role',
+// 'title.delete_role' => 'Deleting Role',
 'title.clients' => 'Kliendid',
 'title.add_client' => 'Lisa klient',
 'title.edit_client' => 'Muuda klienti',