private static class AuthResourceBundle_it.ItalianContent extends java.lang.Object implements AuthResourceBundle.Content
| Modifier | Constructor and Description |
|---|---|
private |
ItalianContent() |
| 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.ContentwindowTitle in interface AuthResourceBundle.Contentpublic java.lang.String appIntroductionLines()
AuthResourceBundle.ContentappIntroductionLines in interface AuthResourceBundle.Contentpublic java.lang.String nameWord()
AuthResourceBundle.ContentnameWord in interface AuthResourceBundle.Contentpublic java.lang.String originWord()
AuthResourceBundle.ContentoriginWord in interface AuthResourceBundle.Contentpublic java.lang.String undeclaredWord()
AuthResourceBundle.ContentundeclaredWord in interface AuthResourceBundle.Contentpublic java.lang.String privilegeWarningLines()
AuthResourceBundle.ContentprivilegeWarningLines in interface AuthResourceBundle.Contentpublic java.lang.String adviceLines()
AuthResourceBundle.ContentadviceLines in interface AuthResourceBundle.Contentpublic java.lang.String questionLine()
AuthResourceBundle.ContentquestionLine in interface AuthResourceBundle.Contentpublic java.lang.String yesWord()
AuthResourceBundle.ContentyesWord in interface AuthResourceBundle.Contentpublic java.lang.String noWord()
AuthResourceBundle.ContentnoWord in interface AuthResourceBundle.Content