1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-11 15:45:07 +02:00

Create tr.lang.php in box/dashboard plugin

This commit is contained in:
Ali Galip Çamlı
2014-05-23 10:14:05 +03:00
parent dc6a689013
commit fb5e278073

View File

@@ -0,0 +1,11 @@
<?php
return array(
'dashboard' => array(
'Dashboard' => 'Pano',
'Dashboard plugin for Monstra' => 'Monstra için pano eklentisi',
'Welcome back' => 'Yeniden hoş geldiniz',
'Create New' => 'Yeni Oluştur',
'Upload File' => 'Dosya Yükle',
)
);