// This file was generated by a tool. Modifying it will produce unexpected behavior /** * @public */ export interface IDebugManagerStrings { /** * A message to print when an error occurs while loading debug scripts. The {0} placeholder represents the paramter containing the URL. */ 'errorLoadingDebugScriptHTTPS': string; /** * A message to print when an error occurs while loading debug scripts. "HTTPS" is a protocol and should be localized. The {0} placeholder represents the paramter containing the URL. */ 'errorLoadingDebugScriptHTTP': string; /** * A message to print when an error occurs while loading debug scripts. The {0} placeholder is the malformed URL. */ 'errorLoadingDebugScriptMalformed': string; /** * A message to print when an unknown error occurs while loading debug scripts. */ 'errorLoadingDebugScriptUnknown': string; /** * The title of a dialog notifying the user that the debug loader failed to load. */ 'errorLoadingDebugLoaderTitle': string; /** * The title of a dialog notifying the user that debug manifests failed to load. */ 'errorLoadingDebugManifestTitle': string; /** * The title of a dialog notifying the user that an unknwon error has occurred loading debug scripts. */ 'errorLoadingUnknownTitle': string; } /** * @public */ declare const strings: IDebugManagerStrings; export default strings;