From b7ce4670ecd26a27b398f01ec353d14029c055d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Galip=20=C3=87aml=C4=B1?= Date: Sat, 24 May 2014 11:25:45 +0300 Subject: [PATCH] Update tr.lang.php in box/system plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "Aç" instead of "Açık". It should be a verb as in "Open Maintenance Mode" for saying "Maintenance Mode On". --- plugins/box/system/languages/tr.lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/box/system/languages/tr.lang.php b/plugins/box/system/languages/tr.lang.php index c0defbf..9e0150c 100644 --- a/plugins/box/system/languages/tr.lang.php +++ b/plugins/box/system/languages/tr.lang.php @@ -10,8 +10,8 @@ 'off'=> 'kapalı', 'Site Url' => 'Site Url\'si', 'Maintenance Mode' => 'Bakım Modu', - 'Maintenance Mode On' => 'Bakım Modu Açık', - 'Maintenance Mode Off' => 'Bakım Modu Kapalı', + 'Maintenance Mode On' => 'Bakım Modunu Aç', + 'Maintenance Mode Off' => 'Bakım Modunu Kapat', 'Site Settings' => 'Site Ayarları', 'System Settings' => 'Sistem Ayarları', 'Site Name' => 'Site Adı',