summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2013-05-30 23:29:25 -0400
committerJames Moger <james.moger@gitblit.com>2013-05-30 23:29:25 -0400
commitcf17b2267bab439cadafbc1def298bae0d5ea659 (patch)
tree0896000f050112e5382dcf146300e89780a5a203 /src/main/java/com/gitblit/wicket/GitBlitWebApp.properties
parent962827130933297711bc6b4384edcc769e3eed05 (diff)
downloadgitblit-cf17b2267bab439cadafbc1def298bae0d5ea659.tar.gz
gitblit-cf17b2267bab439cadafbc1def298bae0d5ea659.zip
Added a Dashboard page with a daily ref log of starred/owned repos
This is a work-in-progress and is mostly working like I want, but will require some refactoring to make it even more useful and less complex.
Diffstat (limited to 'src/main/java/com/gitblit/wicket/GitBlitWebApp.properties')
-rw-r--r--src/main/java/com/gitblit/wicket/GitBlitWebApp.properties15
1 files changed, 13 insertions, 2 deletions
diff --git a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties
index 1b8583e6..036af264 100644
--- a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties
+++ b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties
@@ -452,7 +452,7 @@ gb.incrementalPushTagMessage = Auto-tagged [{0}] branch on push
gb.externalPermissions = {0} access permissions are externally maintained
gb.viewAccess = You do not have Gitblit read or write access
gb.overview = overview
-gb.home = home
+gb.dashboard = dashboard
gb.monthlyActivity = monthly activity
gb.myProfile = my profile
gb.compare = compare
@@ -460,17 +460,28 @@ gb.manual = manual
gb.from = from
gb.to = to
gb.at = at
+gb.of = of
+gb.in = in
gb.morePushes = all pushes...
gb.pushes = pushes
gb.pushedNCommitsTo = pushed {0} commits to
gb.pushedOneCommitTo = pushed 1 commit to
+gb.commitsTo = {0} commits to
+gb.oneCommitTo = 1 commit to
+gb.byNAuthors = by {0} authors
+gb.byOneAuthor = by {0}
gb.viewComparison = view comparison of these {0} commits \u00bb
gb.nMoreCommits = {0} more commits \u00bb
gb.oneMoreCommit = 1 more commit \u00bb
gb.pushedNewTag = pushed new tag
+gb.createdNewTag = created new tag
gb.deletedTag = deleted tag
gb.pushedNewBranch = pushed new branch
gb.deletedBranch = deleted branch
gb.rewind = REWIND
gb.star = star
-gb.unstar = unstar \ No newline at end of file
+gb.unstar = unstar
+gb.stargazers = stargazers
+gb.starredRepositories = starred repositories
+gb.failedToUpdateUser = Failed to update user account!
+gb.myRepositories = my repositories