summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2013-06-18 22:22:31 -0400
committerJames Moger <james.moger@gitblit.com>2013-06-18 22:22:31 -0400
commitff7d3cffc7af1f24a1db8d42758943cc05bcbaa0 (patch)
tree798f512e83f9a1e7de120078f11b05d132e507ba /src/main/java/com/gitblit/wicket/GitBlitWebApp.properties
parentf5359b93f1c68f76c00f7efc3746a227ba5249bc (diff)
downloadgitblit-ff7d3cffc7af1f24a1db8d42758943cc05bcbaa0.tar.gz
gitblit-ff7d3cffc7af1f24a1db8d42758943cc05bcbaa0.zip
Reflogs, Digests, and Dashboards
Renamed pushlog to reflog to better match it's current and future purpose. Split PushesPanel into ReflogPanel and DigestsPanel. Overhauled project pages and gave them a coherent purpose from the dashboard.
Diffstat (limited to 'src/main/java/com/gitblit/wicket/GitBlitWebApp.properties')
-rw-r--r--src/main/java/com/gitblit/wicket/GitBlitWebApp.properties11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties
index 2e17e605..f7e72ca9 100644
--- a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties
+++ b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties
@@ -462,8 +462,7 @@ gb.to = to
gb.at = at
gb.of = of
gb.in = in
-gb.morePushes = all pushes...
-gb.pushes = pushes
+gb.moreChanges = all changes...
gb.pushedNCommitsTo = pushed {0} commits to
gb.pushedOneCommitTo = pushed 1 commit to
gb.commitsTo = {0} commits to
@@ -488,8 +487,12 @@ gb.stargazers = stargazers
gb.starredRepositories = starred repositories
gb.failedToUpdateUser = Failed to update user account!
gb.myRepositories = my repositories
-gb.noActivity = there has been no recent commit activity
+gb.noActivity = there has been no activity in the last {0} days
gb.findSomeRepositories = find some repositories
gb.metricAuthorExclusions = author metric exclusions
gb.myDashboard = my dashboard
-gb.failedToFindAccount = failed to find user account ''{0}'' \ No newline at end of file
+gb.failedToFindAccount = failed to find user account ''{0}''
+gb.reflog = reflog
+gb.active = active
+gb.starred = starred
+gb.owned = owned \ No newline at end of file