webaudioeditor.dtd 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <!-- This Source Code Form is subject to the terms of the Mozilla Public
  2. - License, v. 2.0. If a copy of the MPL was not distributed with this
  3. - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
  4. <!-- LOCALIZATION NOTE : FILE This file contains the Debugger strings -->
  5. <!-- LOCALIZATION NOTE : FILE Do not translate commandkey -->
  6. <!-- LOCALIZATION NOTE : FILE The correct localization of this file might be to
  7. - keep it in English, or another language commonly spoken among web developers.
  8. - You want to make that choice consistent across the developer tools.
  9. - A good criteria is the language in which you'd find the best
  10. - documentation on web development on the web. -->
  11. <!-- LOCALIZATION NOTE (webAudioEditorUI.reloadNotice1): This is the label shown
  12. - on the button that triggers a page refresh. -->
  13. <!ENTITY webAudioEditorUI.reloadNotice1 "Reload">
  14. <!-- LOCALIZATION NOTE (webAudioEditorUI.reloadNotice2): This is the label shown
  15. - along with the button that triggers a page refresh. -->
  16. <!ENTITY webAudioEditorUI.reloadNotice2 "the page to view and edit the audio context.">
  17. <!-- LOCALIZATION NOTE (webAudioEditorUI.emptyNotice): This is the label shown
  18. - while the page is refreshing and the tool waits for a audio context. -->
  19. <!ENTITY webAudioEditorUI.emptyNotice "Waiting for an audio context to be created…">
  20. <!-- LOCALIZATION NOTE (webAudioEditorUI.tab.properties2): This is the label shown
  21. - for the properties tab view. -->
  22. <!ENTITY webAudioEditorUI.tab.properties2 "Properties">
  23. <!-- LOCALIZATION NOTE (webAudioEditorUI.tab.automation): This is the label shown
  24. - for the automation tab view. -->
  25. <!ENTITY webAudioEditorUI.tab.automation "Automation">
  26. <!-- LOCALIZATION NOTE (webAudioEditorUI.inspectorTitle): This is the title for the
  27. - AudioNode inspector view. -->
  28. <!ENTITY webAudioEditorUI.inspectorTitle "AudioNode Inspector">
  29. <!-- LOCALIZATION NOTE (webAudioEditorUI.inspectorEmpty): This is the title for the
  30. - AudioNode inspector view empty message. -->
  31. <!ENTITY webAudioEditorUI.inspectorEmpty "No AudioNode selected.">
  32. <!-- LOCALIZATION NOTE (webAudioEditorUI.propertiesEmpty): This is the title for the
  33. - AudioNode inspector view properties tab empty message. -->
  34. <!ENTITY webAudioEditorUI.propertiesEmpty "Node does not have any properties.">
  35. <!-- LOCALIZATION NOTE (webAudioEditorUI.automationEmpty): This is the title for the
  36. - AudioNode inspector view automation tab empty message. -->
  37. <!ENTITY webAudioEditorUI.automationEmpty "Node does not have any AudioParams.">
  38. <!-- LOCALIZATION NOTE (webAudioEditorUI.automationNoEvents): This is the title for the
  39. - AudioNode inspector view automation tab message when there are no automation
  40. - events. -->
  41. <!ENTITY webAudioEditorUI.automationNoEvents "AudioParam does not have any automation events.">