diff options
Diffstat (limited to '')
-rwxr-xr-x | l10n-zh-CN/mail/chrome/messenger/devtools/dbgserver.dtd | 8 | ||||
-rwxr-xr-x | l10n-zh-CN/mail/chrome/messenger/devtools/dbgserver.properties | 15 |
2 files changed, 23 insertions, 0 deletions
diff --git a/l10n-zh-CN/mail/chrome/messenger/devtools/dbgserver.dtd b/l10n-zh-CN/mail/chrome/messenger/devtools/dbgserver.dtd new file mode 100755 index 0000000000..6942bdd914 --- /dev/null +++ b/l10n-zh-CN/mail/chrome/messenger/devtools/dbgserver.dtd @@ -0,0 +1,8 @@ +<!-- 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/. --> + +<!ENTITY options.title "开发者工具选项"> +<!ENTITY options.status.label "状态:"> +<!ENTITY options.port.label "端口:"> +<!ENTITY options.forcelocal.label "允许来自其它计算机的连接"> diff --git a/l10n-zh-CN/mail/chrome/messenger/devtools/dbgserver.properties b/l10n-zh-CN/mail/chrome/messenger/devtools/dbgserver.properties new file mode 100755 index 0000000000..6ee9adce5e --- /dev/null +++ b/l10n-zh-CN/mail/chrome/messenger/devtools/dbgserver.properties @@ -0,0 +1,15 @@ +# 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/. + +options.stop.label=停止开发者工具服务器 +options.start.label=启动开发者工具服务器 + +options.connected.label=已连接 #1 个客户端 +options.connected.tooltip=开发者工具服务器正在运行并且有客户端连接。 +options.listening.label=正在监听 +options.listening.tooltip=开发者工具服务器正在运行并等待连接。 +options.idle.label=并未运行 +options.idle.tooltip=开发者工具服务器没有运行,你可以从这个对话框启动他。 +options.unsupported.label=已不支持 +options.unsupported.tooltip=加载内置开发者工具服务器时出错,请确保已成功打包并检查您的错误控制台错误消息。 |