private static class AuthResourceBundle_fr.FrenchContent extends java.lang.Object implements AuthResourceBundle.Content
Modifier | Constructor and Description |
---|---|
private |
FrenchContent() |
Modifier and Type | Method and 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).
|
public java.lang.String windowTitle()
AuthResourceBundle.Content
windowTitle
in interface AuthResourceBundle.Content
public java.lang.String appIntroductionLines()
AuthResourceBundle.Content
appIntroductionLines
in interface AuthResourceBundle.Content
public java.lang.String nameWord()
AuthResourceBundle.Content
nameWord
in interface AuthResourceBundle.Content
public java.lang.String originWord()
AuthResourceBundle.Content
originWord
in interface AuthResourceBundle.Content
public java.lang.String undeclaredWord()
AuthResourceBundle.Content
undeclaredWord
in interface AuthResourceBundle.Content
public java.lang.String privilegeWarningLines()
AuthResourceBundle.Content
privilegeWarningLines
in interface AuthResourceBundle.Content
public java.lang.String adviceLines()
AuthResourceBundle.Content
adviceLines
in interface AuthResourceBundle.Content
public java.lang.String questionLine()
AuthResourceBundle.Content
questionLine
in interface AuthResourceBundle.Content
public java.lang.String yesWord()
AuthResourceBundle.Content
yesWord
in interface AuthResourceBundle.Content
public java.lang.String noWord()
AuthResourceBundle.Content
noWord
in interface AuthResourceBundle.Content