Package org.astrogrid.samp.web
Class AuthResourceBundle_en.EnglishContent
- java.lang.Object
-
- org.astrogrid.samp.web.AuthResourceBundle_en.EnglishContent
-
- All Implemented Interfaces:
AuthResourceBundle.Content
- Enclosing class:
- AuthResourceBundle_en
static class AuthResourceBundle_en.EnglishContent extends java.lang.Object implements AuthResourceBundle.Content
Content implementation for English.
-
-
Constructor Summary
Constructors Constructor Description EnglishContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
adviceLines()
Returns lines with advice on whether you should accept or decline.java.lang.String
appIntroductionLines()
Returns lines introducing the registration request.java.lang.String
nameWord()
Returns the word meaning "Name" (initial capitalised).java.lang.String
noWord()
Returns the word meaning "No" (initial capitalised).java.lang.String
originWord()
Returns the word meaning "Origin" (initial capitalised).java.lang.String
privilegeWarningLines()
Returns lines suitable explaining the privileges that a registered client will have.java.lang.String
questionLine()
Returns a line asking whether to authorize (yes/no).java.lang.String
undeclaredWord()
Returns the word meaning "undeclared" (not capitalised).java.lang.String
windowTitle()
Returns the title for the confirmation window.java.lang.String
yesWord()
Returns the word meaning "Yes" (initial capitalised).
-
-
-
Method Detail
-
windowTitle
public java.lang.String windowTitle()
Description copied from interface:AuthResourceBundle.Content
Returns the title for the confirmation window.- Specified by:
windowTitle
in interfaceAuthResourceBundle.Content
-
appIntroductionLines
public java.lang.String appIntroductionLines()
Description copied from interface:AuthResourceBundle.Content
Returns lines introducing the registration request.- Specified by:
appIntroductionLines
in interfaceAuthResourceBundle.Content
-
nameWord
public java.lang.String nameWord()
Description copied from interface:AuthResourceBundle.Content
Returns the word meaning "Name" (initial capitalised).- Specified by:
nameWord
in interfaceAuthResourceBundle.Content
-
originWord
public java.lang.String originWord()
Description copied from interface:AuthResourceBundle.Content
Returns the word meaning "Origin" (initial capitalised).- Specified by:
originWord
in interfaceAuthResourceBundle.Content
-
undeclaredWord
public java.lang.String undeclaredWord()
Description copied from interface:AuthResourceBundle.Content
Returns the word meaning "undeclared" (not capitalised).- Specified by:
undeclaredWord
in interfaceAuthResourceBundle.Content
-
privilegeWarningLines
public java.lang.String privilegeWarningLines()
Description copied from interface:AuthResourceBundle.Content
Returns lines suitable explaining the privileges that a registered client will have.- Specified by:
privilegeWarningLines
in interfaceAuthResourceBundle.Content
-
adviceLines
public java.lang.String adviceLines()
Description copied from interface:AuthResourceBundle.Content
Returns lines with advice on whether you should accept or decline.- Specified by:
adviceLines
in interfaceAuthResourceBundle.Content
-
questionLine
public java.lang.String questionLine()
Description copied from interface:AuthResourceBundle.Content
Returns a line asking whether to authorize (yes/no).- Specified by:
questionLine
in interfaceAuthResourceBundle.Content
-
yesWord
public java.lang.String yesWord()
Description copied from interface:AuthResourceBundle.Content
Returns the word meaning "Yes" (initial capitalised).- Specified by:
yesWord
in interfaceAuthResourceBundle.Content
-
noWord
public java.lang.String noWord()
Description copied from interface:AuthResourceBundle.Content
Returns the word meaning "No" (initial capitalised).- Specified by:
noWord
in interfaceAuthResourceBundle.Content
-
-