X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1c40fb09e97ff643c80e9b96106d891e6fdbde1b..4d07dc7fef357e5139f35df6271cc15dc6bea955:/WEB-INF/resources/tr.lang.php diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index 8a9f1970..dc15a2e6 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -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',