From 281894d08ad4b3117e7a9b1c0c1b8c843649f0be Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 8 Jan 2014 22:31:51 +0200 Subject: [PATCH] Monstra Dashboard - localization - fixes #204 --- plugins/box/dashboard/languages/en.lang.php | 2 ++ plugins/box/dashboard/views/backend/index.view.php | 12 ++++++------ plugins/box/system/languages/en.lang.php | 3 ++- plugins/box/system/languages/ru.lang.php | 1 + 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/plugins/box/dashboard/languages/en.lang.php b/plugins/box/dashboard/languages/en.lang.php index c69c518..2ef6601 100644 --- a/plugins/box/dashboard/languages/en.lang.php +++ b/plugins/box/dashboard/languages/en.lang.php @@ -4,5 +4,7 @@ 'dashboard' => array( 'Dashboard' => 'Dashboard', 'Dashboard plugin for Monstra' => 'Dashboard plugin for Monstra', + 'Welcome back' => 'Welcome back', + 'Create New' => 'Create New', ) ); diff --git a/plugins/box/dashboard/views/backend/index.view.php b/plugins/box/dashboard/views/backend/index.view.php index 77de4ba..e614300 100644 --- a/plugins/box/dashboard/views/backend/index.view.php +++ b/plugins/box/dashboard/views/backend/index.view.php @@ -1,13 +1,13 @@