1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 04:37:51 +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(
'backup' => array(
'Backups' => 'Yedekler',
'Backup Date' => 'Yedek tarihi',
'Create Backup' => 'Yedek Oluştur',
'Delete' => 'Sil',
'storage' => 'Depolama',
'public' => 'Genel',
'plugins' => 'Eklentiler',
'Size' => 'Boyut',
'Actions' => 'Eylemler',
'Delete backup: :backup' => 'Yedek silindi: :backup',
'Creating...' => 'Oluşturuluyor...',
)
);