// strings used in scripts Sys.UI.Silverlight.ControlRes={ 'runtimeErrorWithoutPosition': "Runtime error {2} in control '{0}', method {6}: {3}", 'scaleModeRequiresMatrixTransform': "When ScaleMode is set to zoom or stretch, the root Canvas must have not have a RenderTransform applied, or must only have a ScaleTransform.", 'mediaError_NotFound': "Media '{3}' in control '{0}' could not be found.", 'runtimeErrorWithPosition': "Runtime error {2} in control '{0}', method {6} (line {4}, col {5}): {3}", 'silverlightVersionFormat': "Must be in the format 'MajorVersion.MinorVersion'.", 'otherError': "{1} error #{2} in control '{0}': {3}", 'cannotChangeSource': "You cannot change the XAML source after initialization.", 'parserError': "Invalid XAML for control '{0}'. [{7}] (line {4}, col {5}): {3}", 'sourceAlreadySet': "You cannot change the XAML source after initialization.", 'parentNotFound' : "{1} error #{2} in control '{0}': {3}" }; Sys.UI.Silverlight.MediaRes={ 'volumeRange': "Volume must be a number greater than or equal to 0 and less than or equal to 1.", 'mediaFailed': "Unable to load media '{0}'.", 'noMediaElement': "The XAML document does not contain a media element.", 'noThumbElement': "{1} error #{2} in control '{0}': {3}", 'invalidChapter': "Must be greater than or equal to 0 and less than the length of the chapter's array.", 'silverlightNotLoaded': "{1} error #{2} in control '{0}': {3}" };