Package org.eclipse.jgit.lfs.internal
Class LfsText
- java.lang.Object
-
- org.eclipse.jgit.nls.TranslationBundle
-
- org.eclipse.jgit.lfs.internal.LfsText
-
public class LfsText extends TranslationBundle
Translation bundle for JGit LFS server
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
corruptLongObject
java.lang.String
dotLfsConfigReadFailed
java.lang.String
inconsistentContentLength
java.lang.String
inconsistentMediafileLength
java.lang.String
incorrectLONG_OBJECT_ID_LENGTH
java.lang.String
invalidLongId
java.lang.String
invalidLongIdLength
java.lang.String
lfsFailedToGetRepository
java.lang.String
lfsNoDownloadUrl
java.lang.String
lfsUnauthorized
java.lang.String
lfsUnavailable
java.lang.String
missingLocalObject
java.lang.String
protocolError
java.lang.String
repositoryNotFound
java.lang.String
repositoryReadOnly
java.lang.String
requiredHashFunctionNotAvailable
java.lang.String
serverFailure
java.lang.String
userConfigInvalid
java.lang.String
wrongAmountOfDataReceived
-
Constructor Summary
Constructors Constructor Description LfsText()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LfsText
get()
Get an instance of this translation bundle.-
Methods inherited from class org.eclipse.jgit.nls.TranslationBundle
effectiveLocale, resourceBundle
-
-
-
-
Field Detail
-
corruptLongObject
public java.lang.String corruptLongObject
-
dotLfsConfigReadFailed
public java.lang.String dotLfsConfigReadFailed
-
inconsistentContentLength
public java.lang.String inconsistentContentLength
-
inconsistentMediafileLength
public java.lang.String inconsistentMediafileLength
-
incorrectLONG_OBJECT_ID_LENGTH
public java.lang.String incorrectLONG_OBJECT_ID_LENGTH
-
invalidLongId
public java.lang.String invalidLongId
-
invalidLongIdLength
public java.lang.String invalidLongIdLength
-
lfsFailedToGetRepository
public java.lang.String lfsFailedToGetRepository
-
lfsNoDownloadUrl
public java.lang.String lfsNoDownloadUrl
-
lfsUnauthorized
public java.lang.String lfsUnauthorized
-
lfsUnavailable
public java.lang.String lfsUnavailable
-
missingLocalObject
public java.lang.String missingLocalObject
-
protocolError
public java.lang.String protocolError
-
repositoryNotFound
public java.lang.String repositoryNotFound
-
repositoryReadOnly
public java.lang.String repositoryReadOnly
-
requiredHashFunctionNotAvailable
public java.lang.String requiredHashFunctionNotAvailable
-
serverFailure
public java.lang.String serverFailure
-
userConfigInvalid
public java.lang.String userConfigInvalid
-
wrongAmountOfDataReceived
public java.lang.String wrongAmountOfDataReceived
-
-
Method Detail
-
get
public static LfsText get()
Get an instance of this translation bundle.- Returns:
- an instance of this translation bundle
-
-