diff options
author | Einar Egilsson | 2009-09-15 21:41:06 +0000 |
---|---|---|
committer | Einar Egilsson | 2009-09-15 21:41:06 +0000 |
commit | 96966ca83f96ed1babcd2bd23aa68feb63fbb7a7 (patch) | |
tree | f2483b413192a279753cb02d2d8fcff9f0ad9b03 /chrome/locale/en-US/editRedirect.xul.dtd | |
parent | d32cd776748e45abeaa6c2284b96210952c79717 (diff) |
Total restructuring of files.
Unescape matches fully working
Export of redirects working.
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@249 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/locale/en-US/editRedirect.xul.dtd')
-rw-r--r-- | chrome/locale/en-US/editRedirect.xul.dtd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/chrome/locale/en-US/editRedirect.xul.dtd b/chrome/locale/en-US/editRedirect.xul.dtd new file mode 100644 index 0000000..40098b8 --- /dev/null +++ b/chrome/locale/en-US/editRedirect.xul.dtd @@ -0,0 +1,14 @@ +<!-- $Id$ --> +<!ENTITY redirectWindow.title "Redirect"> +<!ENTITY txtExampleUrl.label "Example url"> +<!ENTITY txtPattern.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"> + |