// This file was generated by a tool. Modifying it will produce unexpected behavior /** * @public */ export interface IUtilitiesStrings { /** * [Tag:ODSP-SPPPLAT-SPLoader] {Locked}An error to show when the user has IE9, or older, as it is not supported. This shows only in the Technical details of the error page. */ 'ie9OrOlderNotSupportedError': string; /** * [Tag:ODSP-SPPPLAT-SPLoader] {Locked}An error to show when the user has FF43, or older, as it is not supported. This shows only in the Technical details of the error page. */ 'firefox43OrOlderNotSupportedError': string; /** * {Locked}An error to show when the platform component fails to load in the page start. {0} is the platform component id and {1} is the platform component name. */ 'platformFailedToLoadError': string; /** * [Tag:ODSP-SPPPLAT-SPLoader] {Locked}An error to show when the platform component fails to load in the page start. It includes the error message. {0} is the application id, {1} is the aplication name, {2} is the original error. */ 'platformFailedToLoadWithMessageError': string; /** * {Locked}An error to show when the applicaiton fails to initialize. The {0} placeholder is the error. */ 'applicationFailedToInitializeError': string; /** * {Locked}An error to show when trying to resolve the address of a resource and the resource is not present in the loader config of the manifest. {0} is the resource name, {1} is the component id, {2} is the component alias. */ 'resourceNotFoundError': string; /** * {Locked}An error to show when the component does not have a failover path property. */ 'noFailoverPathError': string; } /** * @public */ declare const strings: IUtilitiesStrings; export default strings;