diff options
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"> + |