Skip to content

Instantly share code, notes, and snippets.

@emil-nasso
Last active February 25, 2020 12:06
Show Gist options
  • Save emil-nasso/c9fbf8d9de8857127d7ce0a077b33671 to your computer and use it in GitHub Desktop.
Save emil-nasso/c9fbf8d9de8857127d7ce0a077b33671 to your computer and use it in GitHub Desktop.
HEADING_BROWSER_TAB = "Account settings"
ACTION_SHOW_IFRAMEAPP = "IframeApp"
LABEL_SETTINGS_TAB = "Account settings"
HEADING_SETTINGS_TAB = "Iframe App"
LABEL_ALLOW_IFRAMEAPP = "Enable Iframe App"
LABEL_IFRAME_URL = "External App URL"
LABEL_APP_NAME = "Iframe App"
LABEL_AUTH_MODE = "Auth mode"
OPTION_NO_AUTH = "No authentication"
OPTION_AURORA_CREDS = "Aurora credentials of the user"
OPTION_CUSTOM_CREDS_BY_USER = "Custom credentials (set by user)"
OPTION_CUSTOM_CREDS_BY_ADMIN = "Custom credentials (set by admin)"
LABEL_TOKEN_MODE = "Auth token sending mode"
OPTION_COOKIE_ONLY = "Use cookie only"
OPTION_GET_REQUEST = "Via GET request"
OPTION_POST_REQUEST = "Via POST request"
ERROR_EMPTY_LOGIN_RASSWORD = "You need to specify login and password for %APPNAME%."
* Kopiera in ovanstående filer till modules/IframeAppWebclient/i18n/
* radera allt i data/cache/-katalogen
* töm app-namnet i iframe-appens inställingar (superadmin-panelen)
HEADING_BROWSER_TAB = "Kontoinställningar"
ACTION_SHOW_IFRAMEAPP = "IframeApp"
LABEL_SETTINGS_TAB = "Kontoinställningar"
HEADING_SETTINGS_TAB = "Iframe App"
LABEL_ALLOW_IFRAMEAPP = "Enable Iframe App"
LABEL_IFRAME_URL = "External App URL"
LABEL_APP_NAME = "Iframe App"
LABEL_AUTH_MODE = "Auth mode"
OPTION_NO_AUTH = "No authentication"
OPTION_AURORA_CREDS = "Aurora credentials of the user"
OPTION_CUSTOM_CREDS_BY_USER = "Custom credentials (set by user)"
OPTION_CUSTOM_CREDS_BY_ADMIN = "Custom credentials (set by admin)"
LABEL_TOKEN_MODE = "Auth token sending mode"
OPTION_COOKIE_ONLY = "Use cookie only"
OPTION_GET_REQUEST = "Via GET request"
OPTION_POST_REQUEST = "Via POST request"
ERROR_EMPTY_LOGIN_RASSWORD = "You need to specify login and password for %APPNAME%."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment