30 lines
766 B
PHP
30 lines
766 B
PHP
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: merdan
|
|
* Date: 4/17/2019
|
|
* Time: 8:40 PM
|
|
*/
|
|
return[
|
|
'categories' => 'Categories',
|
|
'materials' => 'Materials',
|
|
'name' => 'name',
|
|
'category' => 'Category',
|
|
'material.firsttab' => 'First',
|
|
'material.secondtab' => 'Second',
|
|
'material.thirdtab' => 'Third',
|
|
'material.fourthtab' => 'Fourth',
|
|
'material.extras' => 'Extras',
|
|
'download_count' => 'Download limit',
|
|
'day_count' => 'Download day limit',
|
|
'duration' => 'Duration',
|
|
'size' => 'Size',
|
|
'price' => 'Price',
|
|
'like' => 'UserMaterial',
|
|
'view' => 'View',
|
|
'title' => 'Title',
|
|
'desc' => 'Description',
|
|
'banner_url' => 'Image',
|
|
'trailer_url' => 'Media Trailer',
|
|
'content_url' => 'Full media'
|
|
]; |