blob: 47792ca6191097ac3d8406993fbe9a1551fdfa4f (
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
|
<!-- 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/. -->
<!-- extracted from content/pref-scripts.xul -->
<!ENTITY navigator.label "浏览器">
<!ENTITY navigator.accesskey "B">
<!--LOCALIZATION NOTE (enableJavaScript.label): 'JavaScript' should never be translated -->
<!ENTITY enableJavaScript.label "启用JavaScript">
<!ENTITY allowScripts.label "脚本程序:">
<!ENTITY allowScripts.accesskey "s">
<!ENTITY allowWindowMoveResize.label "移动或调整现有的窗口">
<!ENTITY allowWindowFlip.label "提高或降低窗口">
<!ENTITY allowWindowStatusChange.label "改变状态栏的文本">
<!ENTITY allowContextmenuDisable.label "禁用或更换快捷菜单">
<!ENTITY allowHideStatusBar.label "隐藏状态栏">
<!ENTITY debugging.label "JavaScript 调试">
<!ENTITY debugEnableDump.label "启用 JavaScript dump() 输出">
<!ENTITY debugEnableDump.accesskey "E">
<!ENTITY debugStrictJavascript.label "显示严格的 JavaScript 警告">
<!ENTITY debugStrictJavascript.accesskey "J">
<!ENTITY debugConsoleJavascript.label "显示 Chrome 的 JavaScript 错误和警告">
<!ENTITY debugConsoleJavascript.accesskey "c">
|