PHP Classes

File: src/lang/en/mdp.php

Recommend this page to a friend!
  Classes of Roman Kozin   Laravel Material Dashboard Pro   src/lang/en/mdp.php   Download  
File: src/lang/en/mdp.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Laravel Material Dashboard Pro
Integrate the Material Dashboard Pro in Laravel
Author: By
Last change:
Date: 3 days ago
Size: 1,154 bytes
 

Contents

Class file image Download
<?php

return [
   
'labels' => [
       
'fixed-plugin' => [
           
'sidebar_filter' => 'Sidebar Filter',
           
'sidebar_background' => 'Sidebar Background',
           
'images' => 'Images',
        ],
       
'nav_bar' => [
           
'toggle_nav' => 'Toggle Navigation',
           
'search' => [
               
'placeholder' => 'Search...',
            ],
           
'profile' => 'Profile',
           
'settings' => 'Settings',
           
'log_out' => 'Log Out',
        ],
       
'auth' => [
           
'sign_up' => 'Sign Up',
           
'sign_in' => 'Sign In',
        ]
    ],
   
'layouts' => [
       
'user' => [
           
'auth-v1' => [
               
'sign_up' => 'Sign Up',
               
'sign_in' => 'Sign In',
            ]
        ]
    ],
   
'forms' => [
       
'user' => [
           
'labels' => [
               
'sign_in' => 'Login',
               
'submit' => 'Let\'s Go'
           
],
           
'sign_in' => [
               
'placeholders' => [
                   
'email' => 'ex. john.doe@hotmail.com',
                   
'password' => '********'
               
]
            ]
        ]
    ]
];