Last active
February 25, 2020 12:06
-
-
Save emil-nasso/c9fbf8d9de8857127d7ce0a077b33671 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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%." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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