From 3c79bc2a452bf16e9a7f1508deb8043c1eaded76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Galip=20=C3=87aml=C4=B1?= Date: Sat, 24 May 2014 13:09:24 +0300 Subject: [PATCH] Update tr.lang.php in box/filesmanager plugin "Cancel" and "Create" are missed. --- plugins/box/filesmanager/languages/tr.lang.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/box/filesmanager/languages/tr.lang.php b/plugins/box/filesmanager/languages/tr.lang.php index 02a3ec3..183e0a7 100644 --- a/plugins/box/filesmanager/languages/tr.lang.php +++ b/plugins/box/filesmanager/languages/tr.lang.php @@ -15,5 +15,7 @@ 'Extension' => 'Uzantı', 'Size' => 'Boyut', 'Directory Name' => 'Dizin Adı', + 'Cancel' => 'Vazgeç', + 'Create' => 'Oluştur', ) );