diff options
Diffstat (limited to 'locale/zh-CN/editRedirect.xul.dtd')
-rw-r--r-- | locale/zh-CN/editRedirect.xul.dtd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/locale/zh-CN/editRedirect.xul.dtd b/locale/zh-CN/editRedirect.xul.dtd new file mode 100644 index 0000000..f0ab422 --- /dev/null +++ b/locale/zh-CN/editRedirect.xul.dtd @@ -0,0 +1,14 @@ +<!-- $Id: editRedirect.xul.dtd 253 2009-10-07 11:24:44Z einar@einaregilsson.com $ --> +<!ENTITY redirectWindow.title "Redirector"> +<!ENTITY txtExampleUrl.label "用于测试的 URL"> +<!ENTITY txtIncludePattern.label "使用规则"> +<!ENTITY txtExcludePattern.label "例外规则"> +<!ENTITY txtRedirectUrl.label "重定向到"> +<!ENTITY btnTestPattern.label "测试"> +<!ENTITY rdoWildcard.label "通配符(*)"> +<!ENTITY rdoWildcard.accessKey "W"> +<!ENTITY rdoRegex.label "正则表达式"> +<!ENTITY rdoPatternTypes.label "规则类型"> +<!ENTITY rdoRegex.accessKey "R"> +<!ENTITY chkUnescapeMatches.label "Unescape 匹配部分"> + |