PHP Classes

File: modules/cms/lang/ar/lang.php

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/cms/lang/ar/lang.php   Download  
File: modules/cms/lang/ar/lang.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 8 months ago
Size: 969 bytes
 

Contents

Class file image Download
<?php

return [
   
'dashboard' => [
       
'active_theme' => [
           
'widget_title_default' => '??????',
           
'online' => '???????',
           
'maintenance' => '??? ???????',
           
'manage_themes' => '????? ???????',
           
'customize_theme' => '????? ??????'
       
]
    ],
   
'page' => [
       
'menu_label' => '???????',
    ],
   
'layout' => [
       
'menu_label' => '???????',
    ],
   
'partial' => [
       
'menu_label' => '????????',
    ],
   
'content' => [
       
'menu_label' => '???????',
    ],
   
'cms' => [
       
'menu_label' => '???????'
   
],
   
'editor' => [
       
'settings' => '?????????',
    ],
   
'asset' => [
       
'menu_label' => '??????',
    ],
   
'component' => [
       
'menu_label' => '????????',
    ],
   
'permissions' => [
       
'name' => '????? ???????',
    ],
];