diff options
author | Einar Egilsson | 2010-09-22 19:17:33 +0000 |
---|---|---|
committer | Einar Egilsson | 2010-09-22 19:17:33 +0000 |
commit | 433ed8cdca328b6077c8aa84155882af361aeafa (patch) | |
tree | 20eb960cdafce7a945d496686c432ac530a9cff2 /chrome/locale/zh-CN/editRedirect.xul.dtd | |
parent | 68848a6d366282ae659ac9b00c97096fe1d41df5 (diff) |
v2.5, supports FF4.0 betas and has simplified chinese locale.
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@370 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/locale/zh-CN/editRedirect.xul.dtd')
-rw-r--r-- | chrome/locale/zh-CN/editRedirect.xul.dtd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/chrome/locale/zh-CN/editRedirect.xul.dtd b/chrome/locale/zh-CN/editRedirect.xul.dtd new file mode 100644 index 0000000..f0ab422 --- /dev/null +++ b/chrome/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 匹配部分"> + |