From 19546ec4072a5c0b0c205c0e09eb27fa82a892cd Mon Sep 17 00:00:00 2001 From: Bill Hunt Date: Sun, 25 Oct 2015 21:32:10 -0400 Subject: [PATCH] Finish homepage translation. #513 --- public/locales/en_US.json | 13 ++++++- public/templates/pages/home.html | 26 +++++-------- .../templates/partials/account-dropdown.html | 38 ++++++++++++++----- 3 files changed, 50 insertions(+), 27 deletions(-) diff --git a/public/locales/en_US.json b/public/locales/en_US.json index 8abbd76e4..eea59384d 100644 --- a/public/locales/en_US.json +++ b/public/locales/en_US.json @@ -11,6 +11,15 @@ "menu.nav.signup": "Sign Up", "menu.nav.logout": "Logout", "menu.nav.toggle": "Toggle navigation", + "menu.nav.accountwelcome": "Welcome {{ name }}", + "menu.nav.documents": "My Documents", + "menu.nav.settings": "Account Settings", + "menu.nav.notifications": "Notification Settings", + "menu.nav.groupmanagement": "Group Management", + "menu.nav.admin": "Administrative Dashboard", + "menu.nav.actas": "Use Madison As", + "menu.nav.actingas": "Using Madison as:", + "menu.nav.removegroup": "Remove Active Group", "footer.tagline": "", @@ -36,6 +45,7 @@ "form.search.title": "Search All Documents:", "form.search.placeholder": "Search titles", + "form.search.categoryheading": "Displaying:", "document.interface.readmore": "Read More", "document.interface.readmoretitle": "Read more of {{title}}", @@ -44,6 +54,7 @@ "document.title.activelegislation": "Active Legislation", "document.title.recentactivity": "Recent Activity", "document.title.mostactive": "Most Active Documents", + "document.title.recentlegislation": "Recent Legislation", "document.label.quotedtitle": ""{{ title }}"", "document.label.sponsoredby": "Sponsored by", @@ -56,5 +67,5 @@ "document.label.created.timeago": "Created ", "home.intro.title": "Add your voice...", - "home.intro.text": "Find legislation and regulations being developed and get informed. Then get involved and collaboratively craft the documents with the sponsors. To get started, choose from the recent documents below, or search the whole repository." + "home.intro.text": "

Find legislation and regulations being developed and get informed. Then get involved and collaboratively craft the documents with the sponsors. To get started, choose from the recent documents below, or search the whole repository.

" } diff --git a/public/templates/pages/home.html b/public/templates/pages/home.html index 9ff964082..ac8a4589d 100644 --- a/public/templates/pages/home.html +++ b/public/templates/pages/home.html @@ -3,24 +3,17 @@