From b7f591781f4bd2e3c94596a2b1f2cf73cdc0d7cd Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 13 Oct 2011 17:01:51 -0400 Subject: [PATCH] Localized RPC client using server's resource file. --- src/com/gitblit/wicket/GitBlitWebApp.properties | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index 30fac60..c7ee6ce 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -140,4 +140,18 @@ gb.destinationUrl = send to gb.destinationUrlDescription = the url of the Gitblit instance to send your proposal gb.users = users -gb.federation = federation \ No newline at end of file +gb.federation = federation +gb.error = error +gb.refresh = refresh +gb.browse = browse +gb.clone = clone +gb.filter = filter +gb.create = create +gb.servers = servers +gb.recent = recent +gb.available = available +gb.selected = selected +gb.size = size +gb.downloading = downloading +gb.loading = loading +gb.starting = starting \ No newline at end of file -- Gitblit v1.9.1