diff options
author | papush | 2021-05-01 01:11:00 +0200 |
---|---|---|
committer | papush | 2021-05-01 01:11:00 +0200 |
commit | c52888b5c2865d7e4ee414888bc0da89c8ba5446 (patch) | |
tree | 3a15f766315a45fdca6e731b222b91b30be4813a /locale/en-US/redirector.properties | |
parent | 8183e6fee716b503da0350eddde7e1355146fed5 (diff) |
rebrand
Diffstat (limited to 'locale/en-US/redirector.properties')
-rw-r--r-- | locale/en-US/redirector.properties | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/locale/en-US/redirector.properties b/locale/en-US/redirector.properties index e853787..9049dc6 100644 --- a/locale/en-US/redirector.properties +++ b/locale/en-US/redirector.properties @@ -1,17 +1,17 @@ -initError=Failed to initialize Redirector. -extensionName=Redirector -addCurrentUrl=Add current url to Redirector -addLinkUrl=Add link url to Redirector +initError=Failed to initialize URL Rewriter. +extensionName=URL Rewriter +addCurrentUrl=Add current url to URL Rewriter +addLinkUrl=Add link url to URL Rewriter 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 +enabledTooltip=URL Rewriter is enabled +disabledTooltip=URL Rewriter is disabled 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 testPatternExclude=Example URL %S matches the exclude pattern %S and so would not be redirected regexPatternErrorTitle=Invalid regular expression regexPatternError=The pattern '%S' is not a legal regular expression pattern. Details: %S xpathDeprecated=XPath patterns are no longer supported as of version 1.5.1, please remove those redirects. -redirectorFiles=Redirector files (*.rjson) +redirectorFiles=URL Rewriter files (*.rjson) exportCaption=Export redirects... importCaption=Import redirects... deleteConfirmationText=Are you sure you want to permanently delete this redirect? |