From 5c0b90bb298d53567c27be527c9caff16dd34f7f Mon Sep 17 00:00:00 2001
From: Frederic Guillot <fred@kanboard.net>
Date: Wed, 8 Feb 2017 20:35:51 -0500
Subject: Change wording for project status (use "closed" instead of
 "inactive")

---
 app/Locale/tr_TR/translations.php | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

(limited to 'app/Locale/tr_TR')

diff --git a/app/Locale/tr_TR/translations.php b/app/Locale/tr_TR/translations.php
index 9e12b97b..183acd4d 100644
--- a/app/Locale/tr_TR/translations.php
+++ b/app/Locale/tr_TR/translations.php
@@ -316,9 +316,6 @@ return array(
     'Disable public access' => 'Dışa açık erişimi kapat',
     'Enable public access' => 'Dışa açık erişimi aç',
     'Public access disabled' => 'Dışa açık erişim kapatıldı',
-    'Do you really want to disable this project: "%s"?' => 'Bu projeyi devre dışı bırakmak istediğinize emin misiniz?: "%s"',
-    'Do you really want to enable this project: "%s"?' => 'Bu projeyi aktive etmek istediğinize emin misiniz?: "%s"',
-    'Project activation' => 'Proje aktivasyonu',
     'Move the task to another project' => 'Görevi başka projeye taşı',
     'Move to another project' => 'Başka projeye taşı',
     'Do you really want to duplicate this task?' => 'Bu görevin kopyasını oluşturmak istediğinize emin misiniz?',
@@ -1307,4 +1304,12 @@ return array(
     // 'The project email is optional and could be used by several plugins.' => '',
     // 'The email project must be unique across all projects' => '',
     // 'The email configuration has been disabled by the administrator.' => '',
+    // 'Close this project' => '',
+    // 'Open this project' => '',
+    // 'Close a project' => '',
+    // 'Do you really want to close this project: "%s"?' => '',
+    // 'Reopen a project' => '',
+    // 'Do you really want to reopen this project: "%s"?' => '',
+    // 'This project is open' => '',
+    // 'This project is closed' => '',
 );
-- 
cgit v1.2.3