mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 12:17:42 +02:00
12 lines
316 B
PHP
12 lines
316 B
PHP
<?php
|
|
|
|
return array(
|
|
'dashboard' => array(
|
|
'Dashboard' => 'Pano',
|
|
'Dashboard plugin for Monstra' => 'Monstra için pano eklentisi',
|
|
'Welcome back' => 'Merhaba',
|
|
'Create New' => 'Yeni Oluştur',
|
|
'Upload File' => 'Dosya Yükle',
|
|
)
|
|
);
|