diff options
author | Einar Egilsson | 2011-08-26 14:37:27 +0200 |
---|---|---|
committer | Einar Egilsson | 2011-08-26 14:37:27 +0200 |
commit | 3ac1838cba725705a96a9d7b65721b15f4ec67b1 (patch) | |
tree | 6eea260d1e5882ba1031c5bb78bd2b9ac0884fb9 /locale/zh-CN/editRedirect.xul.dtd | |
parent | 5aefd85d7975c8934b32a30a1dec68aa421cdee3 (diff) |
Moved everything to a js module, removed custom xpcom interfaces
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 匹配部分"> + |