feature.php 1.94 KB
Newer Older
1 2 3
<?php

return [
4 5
    'dashboard' => 'Dashboard',
    'user' => 'User',
6 7
    'category' => 'Category',
    'categoryfile' => 'Category File',
8 9 10
    'design' => 'Designs',
    'file' => 'Files',
    'gallery' => 'Galleries',
11
    'picture' => 'Pictures',
12
    'information' => 'Informations',
Bagus Pambudi committed
13
    'agenda' => 'Agendas',
14
    'menu' => 'Menu',
15 16 17 18 19
    'page' => 'Pages',
    'post' => 'Posts',
    'setting' => 'Settings',
    'slider' => 'Sliders',
    'layout' => 'Layouts',
20 21 22 23 24 25

    'create_category' => 'Create Category',
    'create_categoryfile' => 'Create Category File',
    'create_design' => 'Create Design',
    'create_file' => 'Create File',
    'create_gallery' => 'Create Gallery',
26
    'create_picture' => 'Create Picture',
27
    'create_information' => 'Create Information',
Bagus Pambudi committed
28
    'create_agenda' => 'Create Agenda',
29 30 31 32 33
    'create_menu' => 'Create Menu',
    'create_page' => 'Create Page',
    'create_post' => 'Create Post',
    'create_setting' => 'Create Setting',
    'create_slider' => 'Create Slider',
34
    'create_layout' => 'Create Layout',
35
    'create_user' => 'Create User',
36 37 38 39 40 41

    'edit_category' => 'Edit Category',
    'edit_categoryfile' => 'Edit Category File',
    'edit_design' => 'Edit Design',
    'edit_file' => 'Edit File',
    'edit_gallery' => 'Edit Gallery',
42
    'edit_picture' => 'Edit Picture',
43
    'edit_information' => 'Edit Information',
Bagus Pambudi committed
44
    'edit_agenda' => 'Edit Agenda',
45 46 47 48 49
    'edit_menu' => 'Edit Menu',
    'edit_page' => 'Edit Page',
    'edit_post' => 'Edit Post',
    'edit_setting' => 'Edit Setting',
    'edit_slider' => 'Edit Slider',
50
    'edit_layout' => 'Edit Layout',
51
    'edit_user' => 'Edit User',
52

Aan Choesni Herlingga committed
53 54 55 56 57 58 59 60 61 62
    'widget_right' => 'Widget Right',
    'widget_left' => 'Widget Left',
    'body' => 'Body',
    'quote' => 'Quote',
    'footer' => 'Footer',
    'footer_row_1' => 'Footer 1',
    'footer_row_2' => 'Footer 2',
    'footer_row_3' => 'Footer 3',
    'footer_row_4' => 'Footer 4',

Aan Choesni Herlingga committed
63 64
    'menuid' => 'Indonesian Title',
    'menuen' => 'English Title',
65
];