diff options
author | Einar Egilsson | 2007-06-02 23:53:51 +0000 |
---|---|---|
committer | Einar Egilsson | 2007-06-02 23:53:51 +0000 |
commit | a62300554bc3c4f0e5df918fef40c57fef521974 (patch) | |
tree | 4ac4ca9fcb526e18c581da292a3a924d50336ed7 /chrome/locale/en-US | |
parent | b0c6f7a2bff3d57f1c8d05a561dbd0bbca0228ca (diff) |
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@58 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/locale/en-US')
-rw-r--r-- | chrome/locale/en-US/redirect.dtd | 1 | ||||
-rw-r--r-- | chrome/locale/en-US/redirector.properties | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/chrome/locale/en-US/redirect.dtd b/chrome/locale/en-US/redirect.dtd index d5ff86c..45a1d30 100644 --- a/chrome/locale/en-US/redirect.dtd +++ b/chrome/locale/en-US/redirect.dtd @@ -8,5 +8,6 @@ <!ENTITY rdoWildcard.label "Wildcard"> <!ENTITY rdoWildcard.accessKey "W"> <!ENTITY rdoRegex.label "Regular Expression"> +<!ENTITY rdoPatternTypes.label "Pattern Type"> <!ENTITY rdoRegex.accessKey "R"> diff --git a/chrome/locale/en-US/redirector.properties b/chrome/locale/en-US/redirector.properties index df70f6b..66a0287 100644 --- a/chrome/locale/en-US/redirector.properties +++ b/chrome/locale/en-US/redirector.properties @@ -6,5 +6,6 @@ addLinkUrl=Add link url to Redirector recursiveError=A redirect with the pattern %S matches %S and is trying to redirect to it again. You should change this rule so it won't work recursively. enabledTooltip=Redirector is enabled disabledTooltip=Redirector is disabled -testPatternSuccess=The pattern %S matches example URL %S, and would redirect you to %S -testPatternFailure=The pattern %S does not match example URL %S
\ No newline at end of file +testPatternSuccess=The pattern %S matches example URL %S, and would redirect you to url: %S +testPatternFailure=The pattern %S does not match example URL %S +regexPatternError=The pattern '%S' is not a legal regular expression pattern. Details: %S
\ No newline at end of file |