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/redirect.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/redirect.dtd')
-rw-r--r-- | chrome/locale/en-US/redirect.dtd | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/chrome/locale/en-US/redirect.dtd b/chrome/locale/en-US/redirect.dtd deleted file mode 100644 index 40098b8..0000000 --- a/chrome/locale/en-US/redirect.dtd +++ /dev/null @@ -1,14 +0,0 @@ -<!-- $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"> - |