From d3f31eb116ad7d726d989b4a879933a6652ae7e6 Mon Sep 17 00:00:00 2001 From: Nathan Heskew Date: Mon, 9 May 2011 11:01:15 -0700 Subject: [PATCH] Making the rest of the copy on the admin dashboard localizable. work item: 17724 --HG-- branch : 1.x --- .../Core/Dashboard/Views/Admin/Index.cshtml | 32 +++++++++++-------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/src/Orchard.Web/Core/Dashboard/Views/Admin/Index.cshtml b/src/Orchard.Web/Core/Dashboard/Views/Admin/Index.cshtml index da1561f46..23389b51b 100644 --- a/src/Orchard.Web/Core/Dashboard/Views/Admin/Index.cshtml +++ b/src/Orchard.Web/Core/Dashboard/Views/Admin/Index.cshtml @@ -1,32 +1,36 @@ @model dynamic - @{ Layout.Title = T("Welcome to Orchard").ToString(); }
-

Get up and running.

-

Start by exploring the menu on the left and familiarize yourself with Orchard. - As for the basics, we suggest @Html.ActionLink(T("changing the theme").ToString(), "Index", "Admin", new { area = "Orchard.Themes" }, null), @Html.ActionLink(T("adding some pages").ToString(), "Create", "Admin", new { area = "Contents", id = "Page" }, null), @Html.ActionLink(T("setup up a blog").ToString(), "Create", "BlogAdmin", new { area = "Orchard.Blogs" }, null), - and @Html.ActionLink(T("configuring basic settings").ToString(), "Index", "Admin", new { area = "Settings", groupInfoId = "Index" }, null).

+

@T("Get up and running")

+

@T(@"Start by exploring the menu on the left and familiarize yourself with Orchard. As for the basics, we suggest changing the theme, adding some pages, setup up a blog, and configuring basic settings.", + Url.Action("Index", "Admin", new { area = "Orchard.Themes" }), + Url.Action("Create", "Admin", new { area = "Contents", id = "Page" }), + Url.Action("Create", "BlogAdmin", new { area = "Orchard.Blogs" }), + Url.Action("Index", "Admin", new { area = "Settings", groupInfoId = "Index" }))

- -

Change the way your site works and looks with @Html.ActionLink(T("themes").ToString(), "Themes", "Gallery", new { area = "Orchard.Packaging" }, null) and @Html.ActionLink(T("modules").ToString(), "Modules", "Gallery", new { area = "Orchard.Packaging" }, null). There’s plenty to choose from in the Orchard Gallery. We’re always adding things, so be sure to check back often to see what’s new.

+ +

@T(@"Change the way your site works and looks with themes and modules. There’s plenty to choose from in the Orchard Gallery. We’re always adding things, so be sure to check back often to see what’s new.", + Url.Action("Themes", "Gallery", new { area = "Orchard.Packaging" }), + Url.Action("Modules", "Gallery", new { area = "Orchard.Packaging" })) +

-

Read the Docs.

-

Are you ready to go deeper and become an Orchard expert? Take a look at the Orchard Documentation Wiki to learn about how everything connects together and what makes Orchard tick.

+

@T("Read the Docs")

+

@T(@"Are you ready to go deeper and become an Orchard expert? Take a look at the Orchard Documentation Wiki to learn about how everything connects together and what makes Orchard tick.")

-

Make friends.

-

Find friends that share your interest of Orchard. There are a couple ways that you can discuss and get connected to the project including mailing lists, forums and IRC.

+

@T("Make friends")

+

@T(@"Find friends that share your interest of Orchard. There are a couple ways that you can discuss and get connected to the project including mailing lists, forums and IRC.")

-

Contribute back.

-

Help grow Orchard. We encourage contributions of all sorts, including code submissions, documentation, translations, feature recommendations, and more.Here are some ways to give back to the project.

+

@T("Contribute back")

+

@T(@"Help grow Orchard. We encourage contributions of all sorts, including code submissions, documentation, translations, feature recommendations, and more.Here are some ways to give back to the project.")

-

@T("Stay up to date.")

+

@T("Stay up to date")