blob: 778c24cb71eaf1338f3cac67d6dd7897b8c08b3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
<!-- 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.">
|