mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-01 00:33:57 +00:00
54 lines
2.8 KiB
DTD
54 lines
2.8 KiB
DTD
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
<!-- LOCALIZATION NOTE : FILE This file contains the Debugger strings -->
|
|
<!-- LOCALIZATION NOTE : FILE Do not translate commandkey -->
|
|
|
|
<!-- LOCALIZATION NOTE : FILE The correct localization of this file might be to
|
|
- keep it in English, or another language commonly spoken among web developers.
|
|
- You want to make that choice consistent across the developer tools.
|
|
- A good criteria is the language in which you'd find the best
|
|
- documentation on web development on the web. -->
|
|
|
|
<!-- LOCALIZATION NOTE (webAudioEditorUI.reloadNotice1): This is the label shown
|
|
- on the button that triggers a page refresh. -->
|
|
<!ENTITY webAudioEditorUI.reloadNotice1 "Reload">
|
|
|
|
<!-- LOCALIZATION NOTE (webAudioEditorUI.reloadNotice2): This is the label shown
|
|
- along with the button that triggers a page refresh. -->
|
|
<!ENTITY webAudioEditorUI.reloadNotice2 "the page to view and edit the audio context.">
|
|
|
|
<!-- LOCALIZATION NOTE (webAudioEditorUI.emptyNotice): This is the label shown
|
|
- while the page is refreshing and the tool waits for a audio context. -->
|
|
<!ENTITY webAudioEditorUI.emptyNotice "Waiting for an audio context to be created…">
|
|
|
|
<!-- LOCALIZATION NOTE (webAudioEditorUI.tab.properties2): This is the label shown
|
|
- for the properties tab view. -->
|
|
<!ENTITY webAudioEditorUI.tab.properties2 "Properties">
|
|
|
|
<!-- LOCALIZATION NOTE (webAudioEditorUI.tab.automation): This is the label shown
|
|
- for the automation tab view. -->
|
|
<!ENTITY webAudioEditorUI.tab.automation "Automation">
|
|
|
|
<!-- LOCALIZATION NOTE (webAudioEditorUI.inspectorTitle): This is the title for the
|
|
- AudioNode inspector view. -->
|
|
<!ENTITY webAudioEditorUI.inspectorTitle "AudioNode Inspector">
|
|
|
|
<!-- LOCALIZATION NOTE (webAudioEditorUI.inspectorEmpty): This is the title for the
|
|
- AudioNode inspector view empty message. -->
|
|
<!ENTITY webAudioEditorUI.inspectorEmpty "No AudioNode selected.">
|
|
|
|
<!-- LOCALIZATION NOTE (webAudioEditorUI.propertiesEmpty): This is the title for the
|
|
- AudioNode inspector view properties tab empty message. -->
|
|
<!ENTITY webAudioEditorUI.propertiesEmpty "Node does not have any properties.">
|
|
|
|
<!-- LOCALIZATION NOTE (webAudioEditorUI.automationEmpty): This is the title for the
|
|
- AudioNode inspector view automation tab empty message. -->
|
|
<!ENTITY webAudioEditorUI.automationEmpty "Node does not have any AudioParams.">
|
|
|
|
<!-- LOCALIZATION NOTE (webAudioEditorUI.automationNoEvents): This is the title for the
|
|
- AudioNode inspector view automation tab message when there are no automation
|
|
- events. -->
|
|
<!ENTITY webAudioEditorUI.automationNoEvents "AudioParam does not have any automation events.">
|