diff options
author | Sasa Zivkov <sasa.zivkov@sap.com> | 2010-05-19 16:59:28 +0200 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2010-05-19 14:37:16 -0700 |
commit | f3d8a8ecad614906a2c4ec0077cdb24129da6c6d (patch) | |
tree | 34d041692beff0f392c27869f49b76c0fc2053e6 /org.eclipse.jgit.http.server/resources/org | |
parent | 2e961989e42b1fe7e8bd9eaa7a3d2e88a0d1d001 (diff) | |
download | jgit-f3d8a8ecad614906a2c4ec0077cdb24129da6c6d.tar.gz jgit-f3d8a8ecad614906a2c4ec0077cdb24129da6c6d.zip |
Externalize strings from JGit
The strings are externalized into the root resource bundles.
The resource bundles are stored under the new "resources" source
folder to get proper maven build.
Strings from tests are, in general, not externalized. Only in
cases where it was necessary to make the test pass the strings
were externalized. This was typically necessary in cases where
e.getMessage() was used in assert and the exception message was
slightly changed due to reuse of the externalized strings.
Change-Id: Ic0f29c80b9a54fcec8320d8539a3e112852a1f7b
Signed-off-by: Sasa Zivkov <sasa.zivkov@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.server/resources/org')
-rw-r--r-- | org.eclipse.jgit.http.server/resources/org/eclipse/jgit/http/server/HttpServerText.properties | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/org.eclipse.jgit.http.server/resources/org/eclipse/jgit/http/server/HttpServerText.properties b/org.eclipse.jgit.http.server/resources/org/eclipse/jgit/http/server/HttpServerText.properties new file mode 100644 index 0000000000..8e36aab28b --- /dev/null +++ b/org.eclipse.jgit.http.server/resources/org/eclipse/jgit/http/server/HttpServerText.properties @@ -0,0 +1,21 @@ +alreadyInitializedByContainer=Already initialized by container +cannotGetLengthOf=Cannot get length of {0} +encodingNotSupportedByThisLibrary={0} "{1}": not supported by this library. +expectedRepositoryAttribute=Expected Repository attribute +filterMustNotBeNull=filter must not be null +internalErrorDuringReceivePack=Internal error during receive-pack +internalErrorDuringUploadPack=Internal error during upload-pack +internalServerErrorRequestAttributeWasAlreadySet=Internal server error, request attribute {0} was already set when {1} was invoked. +invalidBoolean=Invalid boolean {0} = {1} +invalidIndex=Invalid index: {0} +invalidRegexGroup=Invalid regex group {0} +noResolverAvailable=No resolver available +parameterNotSet=Parameter {0} not set +pathForParamNotFound={0} (for {1}) not found +pathNotSupported={0} not supported +serviceNotEnabled=Service not enabled +serviceNotPermitted=Service not permitted +servletAlreadyInitialized=Servlet already initialized +servletMustNotBeNull=servlet must not be null +servletWasAlreadyBound=servlet was already bound +unexpectedeOFOn=Unexpected EOF on {0} |