1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-07 13:46:47 +02:00

Turkish Language

This commit is contained in:
Awilum
2014-03-30 00:03:18 +04:00
parent ee168a2aa0
commit ae587082ac
11 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?php
return array(
'filesmanager' => array(
'Files' => 'Dosyalar',
'Files manager' => 'Dosya Yöneticisi',
'Name' => 'İsim',
'Actions' => 'İşlemler',
'Delete' => 'Sil',
'Upload' => 'Yükle',
'directory' => 'dizin',
'Delete directory: :dir' => 'Dizin Silindi: :dir',
'Delete file: :file' => 'Dosya silindi :file',
'Extension' => 'Uzantılar',
'Size' => 'Boyut',
)
);