From 7dc755db9905276458f3dccae4c84f5430987893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Galip=20=C3=87aml=C4=B1?= Date: Sat, 24 May 2014 12:58:38 +0300 Subject: [PATCH] Update tr.lang.php in box/pages plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 'Name (slug)' => 'Ad (makine adı)', // check whether in use or not 'Slug (url)' is missed. --- plugins/box/pages/languages/tr.lang.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/box/pages/languages/tr.lang.php b/plugins/box/pages/languages/tr.lang.php index e43d31c..ea941ea 100644 --- a/plugins/box/pages/languages/tr.lang.php +++ b/plugins/box/pages/languages/tr.lang.php @@ -16,7 +16,8 @@ 'Title' => 'Başlık', 'Name' => 'Ad', 'Author' => 'Yazar', - 'Name (slug)' => 'Ad (makine adı)', + 'Name (slug)' => 'Ad (makine adı)', // check whether in use or not + 'Slug (url)' => 'Url adı (makine adı)', 'Description' => 'Açıklama', 'Keywords' => 'Anahtar Sözcükler', 'Parent' => 'Üst Sayfa',