diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini
index c2fec7d9e8a..0a7e3591c63 100644
--- a/conf/locale/locale_en-US.ini
+++ b/conf/locale/locale_en-US.ini
@@ -24,6 +24,7 @@ captcha = Captcha
repository = Repository
organization = Organization
mirror = Mirror
+new = New
new_repo = New Repository
new_migrate = New Migration
new_fork = New Fork Repository
@@ -38,6 +39,7 @@ pull_requests = Pull Requests
issues = Issues
cancel = Cancel
+more = More
[install]
install = Installation
@@ -724,3 +726,10 @@ months = %d months %s
years = %d years %s
raw_seconds = seconds
raw_minutes = minutes
+
+
+[footer]
+github = GitHub
+twitter = Twitter
+gplus = Google+
+weibo = Weibo
diff --git a/templates/base/navbar.tmpl b/templates/base/navbar.tmpl
index b69e9dc4a0a..a3055f0fa0a 100644
--- a/templates/base/navbar.tmpl
+++ b/templates/base/navbar.tmpl
@@ -22,16 +22,16 @@
-->
{{end}}
-
+ Sign Out
-
+ Settings
{{if .IsAdmin}}
-
+ Admin
{{end}}