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/en-US/editRedirect.xul.dtd | |
parent | 5aefd85d7975c8934b32a30a1dec68aa421cdee3 (diff) |
Moved everything to a js module, removed custom xpcom interfaces
Diffstat (limited to 'locale/en-US/editRedirect.xul.dtd')
-rw-r--r-- | locale/en-US/editRedirect.xul.dtd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/locale/en-US/editRedirect.xul.dtd b/locale/en-US/editRedirect.xul.dtd new file mode 100644 index 0000000..4b48d9c --- /dev/null +++ b/locale/en-US/editRedirect.xul.dtd @@ -0,0 +1,14 @@ +<!-- $Id$ --> +<!ENTITY redirectWindow.title "Redirect"> +<!ENTITY txtExampleUrl.label "Example url"> +<!ENTITY txtIncludePattern.label "Include Pattern"> +<!ENTITY txtExcludePattern.label "Exclude Pattern"> +<!ENTITY txtRedirectUrl.label "Redirect to"> +<!ENTITY btnTestPattern.label "Test pattern"> +<!ENTITY rdoWildcard.label "Wildcard"> +<!ENTITY rdoWildcard.accessKey "W"> +<!ENTITY rdoRegex.label "Regular Expression"> +<!ENTITY rdoPatternTypes.label "Pattern Type"> +<!ENTITY rdoRegex.accessKey "R"> +<!ENTITY chkUnescapeMatches.label "Unescape matches"> + |