Package org.eclipse.jgit.awtui
Class UIText
- java.lang.Object
-
- org.eclipse.jgit.nls.TranslationBundle
-
- org.eclipse.jgit.awtui.UIText
-
public class UIText extends TranslationBundle
Translation bundle for JGit UI
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
authenticationRequired
java.lang.String
author
java.lang.String
date
java.lang.String
enterUsernameAndPasswordFor
java.lang.String
mustBeSpecialTableModel
java.lang.String
password
java.lang.String
username
java.lang.String
warning
-
Constructor Summary
Constructors Constructor Description UIText()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UIText
get()
Get an instance of this translation bundle.-
Methods inherited from class org.eclipse.jgit.nls.TranslationBundle
effectiveLocale, resourceBundle
-
-
-
-
Field Detail
-
authenticationRequired
public java.lang.String authenticationRequired
-
author
public java.lang.String author
-
date
public java.lang.String date
-
enterUsernameAndPasswordFor
public java.lang.String enterUsernameAndPasswordFor
-
mustBeSpecialTableModel
public java.lang.String mustBeSpecialTableModel
-
password
public java.lang.String password
-
username
public java.lang.String username
-
warning
public java.lang.String warning
-
-
Method Detail
-
get
public static UIText get()
Get an instance of this translation bundle.- Returns:
- an instance of this translation bundle
-
-