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 Details

    • 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
    • userConfigInvalid

      public String userConfigInvalid
    • wrongAmountOfDataReceived

      public String wrongAmountOfDataReceived
  • Constructor Details

    • LfsText

      public LfsText()
  • Method Details

    • get

      public static LfsText get()
      Get an instance of this translation bundle.
      Returns:
      an instance of this translation bundle