Language improvements

Signed-off-by: Graham Campbell <graham@mineuk.com>
This commit is contained in:
Valentin PRUGNAUD
2015-01-05 11:12:34 +00:00
committed by Graham Campbell
parent 81bbccb3c4
commit 08a016ff2b
50 changed files with 920 additions and 281 deletions

View File

@@ -18,25 +18,25 @@ class DashSettingsController extends Controller
{
$this->subMenu = [
'setup' => [
'title' => 'Application Setup',
'title' => trans('dashboard.settings.app-setup.app-setup'),
'url' => '/dashboard/settings/setup',
'icon' => 'ion-gear-b',
'active' => false,
],
'security' => [
'title' => 'Security',
'title' => trans('dashboard.settings.security.security'),
'url' => '/dashboard/settings/security',
'icon' => 'ion-lock-combination',
'active' => false,
],
'theme' => [
'title' => 'Theme',
'title' => trans('dashboard.settings.theme.theme'),
'url' => '/dashboard/settings/theme',
'icon' => 'ion-paintbrush',
'active' => false,
],
'stylesheet' => [
'title' => 'Stylesheet',
'title' => trans('dashboard.settings.stylesheet.stylesheet'),
'url' => '/dashboard/settings/stylesheet',
'icon' => 'ion-paintbucket',
'active' => false,