]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/tr.lang.php
Work in progress on role editor.
[timetracker.git] / WEB-INF / resources / tr.lang.php
index ba909dac9f12633256a75efd5ad305cda63744b7..dc15a2e6447a6478dfda24f6eac4b057cad99416 100644 (file)
@@ -99,6 +99,7 @@ $i18n_key_words = array(
 'error.auth' => 'Hatalı kullanıcı adı veya parola.',
 // 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' => 'Bu isimde proje zaten vardır.',
 // TODO: translate the following.
 // 'error.task_exists' => 'Task with this name already exists.',
@@ -126,6 +127,7 @@ $i18n_key_words = array(
 'button.cancel' => 'Iptal',
 'button.submit' => 'Gönder',
 'button.add' => 'Ekle',
+'button.delete' => 'Sil',
 'button.generate' => 'Yarat',
 // TODO: translate the following.
 // 'button.reset_password' => 'Reset password',
@@ -297,6 +299,11 @@ $i18n_key_words = array(
 'title.add_user' => 'Kullanıcı yarat', // TODO: we need consistency with all titles. Why not ekleniyor?
 'title.edit_user' => 'Kullanıcı düzenleniyor',
 'title.delete_user' => 'Kullanıcı siliniyor',
+// TODO: translate the following.
+// 'title.roles' => 'Roles',
+// 'title.add_role' => 'Adding Role',
+// 'title.edit_role' => 'Editing Role',
+// 'title.delete_role' => 'Deleting Role',
 'title.clients' => 'Müşteriler',
 'title.add_client' => 'Müşteri ekle',
 'title.edit_client' => 'Müşteriyi düzenle',