# Chinese, Simplified translation of Selenium (6.x-1.0)
# Copyright (c) 2013 by the Chinese, Simplified translation team
#
msgid ""
msgstr ""
"Project-Id-Version: Selenium (6.x-1.0)\n"
"POT-Creation-Date: 2013-06-18 13:24+0000\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Language-Team: Chinese, Simplified\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\n"

msgid "Development"
msgstr "开发"
msgid "Browser"
msgstr "浏览器"
msgid "\"@text\" found"
msgstr "\"@text\" 已找到"
msgid "\"@text\" not found"
msgstr "\"@text\" 未找到"
msgid "Checkbox field @id is checked."
msgstr "复选框 @id 已被选中。"
msgid "Checkbox field @id is not checked."
msgstr "复选框 @id 没有选中。"
msgid "The test did not complete due to a fatal error."
msgstr "因严重错误测试未能完成。"
msgid "Link with label %label found."
msgstr "已找到标签为 %label 的链接。"
msgid "Link with label %label not found."
msgstr "标签为 %label 的链接未找到。"
msgid "Link containing href %href found."
msgstr "包含href %href 的链接已找到。"
msgid "Clicked link %label (@url_target) from @url_before"
msgstr "点击了 @url_before 的链接 %label (@url_target)"
msgid "Option @option for field @id is selected."
msgstr "选中字段 @id 的选项 @option。"
msgid "Option @option for field @id is not selected."
msgstr "未选中字段 @id 的选项 @option。"
msgid "The HTML ID %id is unique."
msgstr "HTML ID %id 是唯一的。"
msgid "Current URL is @url."
msgstr "当前的URL链接是@url。"
msgid "Page title @actual is equal to @expected."
msgstr "标题@actual和@expected相同。"
msgid "Page title @actual is not equal to @unexpected."
msgstr "页面标题 @actual 不等于 @unexpected。"
