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
-
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 String corruptLongObject
-
dotLfsConfigReadFailed
public String dotLfsConfigReadFailed
-
inconsistentContentLength
public String inconsistentContentLength
-
inconsistentMediafileLength
public String inconsistentMediafileLength
-
incorrectLONG_OBJECT_ID_LENGTH
public String incorrectLONG_OBJECT_ID_LENGTH
-
invalidLongId
public String invalidLongId
-
invalidLongIdLength
public String invalidLongIdLength
-
lfsFailedToGetRepository
public String lfsFailedToGetRepository
-
lfsNoDownloadUrl
public String lfsNoDownloadUrl
-
lfsUnauthorized
public String lfsUnauthorized
-
lfsUnavailable
public String lfsUnavailable
-
missingLocalObject
public String missingLocalObject
-
protocolError
public String protocolError
-
repositoryNotFound
public String repositoryNotFound
-
repositoryReadOnly
public String repositoryReadOnly
-
requiredHashFunctionNotAvailable
public String requiredHashFunctionNotAvailable
-
serverFailure
public String serverFailure
-
wrongAmountOfDataReceived
public String wrongAmountOfDataReceived
-
-
Method Detail
-
get
public static LfsText get()
Get an instance of this translation bundle.- Returns:
- an instance of this translation bundle
-
-