Browse Source
Instead of hard-coding the message strings, define them in a properties file. This will allow them to be translated. Change-Id: I77556881579e66b2c13d187759c7efdddfee87ae Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>stable-4.5
David Pursehouse
8 years ago
4 changed files with 15 additions and 3 deletions
@ -1,4 +1,6 @@ |
|||||||
incorrectLONG_OBJECT_ID_LENGTH=Incorrect LONG_OBJECT_ID_LENGTH. |
incorrectLONG_OBJECT_ID_LENGTH=Incorrect LONG_OBJECT_ID_LENGTH. |
||||||
invalidLongId=Invalid id: {0} |
invalidLongId=Invalid id: {0} |
||||||
invalidLongIdLength=Invalid id length {0}; should be {1} |
invalidLongIdLength=Invalid id length {0}; should be {1} |
||||||
requiredHashFunctionNotAvailable=Required hash function {0} not available. |
requiredHashFunctionNotAvailable=Required hash function {0} not available. |
||||||
|
repositoryNotFound=Repository {0} not found |
||||||
|
repositoryReadOnly=Repository {0} is read-only |
Loading…
Reference in new issue