Package org.eclipse.jgit.gpg.bc.internal
Class BCText
- java.lang.Object
-
- org.eclipse.jgit.nls.TranslationBundle
-
- org.eclipse.jgit.gpg.bc.internal.BCText
-
public final class BCText extends TranslationBundle
Externalized text messages for localization.
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BCText()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BCText
get()
Get an instance of this translation bundle.-
Methods inherited from class org.eclipse.jgit.nls.TranslationBundle
effectiveLocale, resourceBundle
-
-
-
-
Field Detail
-
credentialPassphrase
public String credentialPassphrase
-
gpgFailedToParseSecretKey
public String gpgFailedToParseSecretKey
-
gpgNoCredentialsProvider
public String gpgNoCredentialsProvider
-
gpgNoKeyring
public String gpgNoKeyring
-
gpgNoKeyInLegacySecring
public String gpgNoKeyInLegacySecring
-
gpgNoPublicKeyFound
public String gpgNoPublicKeyFound
-
gpgNoSecretKeyForPublicKey
public String gpgNoSecretKeyForPublicKey
-
gpgNotASigningKey
public String gpgNotASigningKey
-
gpgKeyInfo
public String gpgKeyInfo
-
gpgSigningCancelled
public String gpgSigningCancelled
-
unableToSignCommitNoSecretKey
public String unableToSignCommitNoSecretKey
-
-
Method Detail
-
get
public static BCText get()
Get an instance of this translation bundle.- Returns:
- an instance of this translation bundle
-
-