PlayerStrings.js
上传用户:wenllgg125
上传日期:2020-04-09
资源大小:7277k
文件大小:1k
源码类别:

SCSI/ASPI

开发平台:

Others

  1. // strings used in scripts
  2. Eme.UI.Xaml.Res={
  3. 'runtimeErrorWithoutPosition': "Runtime error {2} in control '{0}', method {6}: {3}",
  4. 'scaleModeRequiresScaleTransform': "When ScaleMode is set to zoom or stretch, the root Canvas must have not have a RenderTransform applied, or must only have a ScaleTransform.",
  5. 'mediaError_NotFound': "Media '{3}' in control '{0}' could not be found.",
  6. 'runtimeErrorWithPosition': "Runtime error {2} in control '{0}', method {6} (line {4}, col {5}): {3}",
  7. 'silverlightVersionFormat': "Must be in the format 'MajorVersion.MinorVersion'.",
  8. 'otherError': "{1} error #{2} in control '{0}': {3}",
  9. 'cannotChangeXamlSource': "You cannot change the xaml source after initialization.",
  10. 'parserError': "Invalid XAML for control '{0}'. [{7}] (line {4}, col {5}): {3}"
  11. };
  12. Eme.UI.Xaml.Media.Res={
  13. 'volumeRange':  "Volume must be a number greater than or equal to 0 and less than or equal to 1.",
  14. 'mediaFailed':  "Unable to load media '{0}'.",
  15. 'noMediaElement':  "The XAML document does not contain a MediaElement.",
  16. 'invalidChapterIndex':  "Must be greater than or equal to 0 and less than the length of the chapters array."
  17. };