diff options
Diffstat (limited to 'chrome/locale/en-US')
-rw-r--r-- | chrome/locale/en-US/redirect.dtd | 3 | ||||
-rw-r--r-- | chrome/locale/en-US/redirectList.dtd | 7 | ||||
-rw-r--r-- | chrome/locale/en-US/redirector.dtd | 4 | ||||
-rw-r--r-- | chrome/locale/en-US/redirector.properties | 1 |
4 files changed, 10 insertions, 5 deletions
diff --git a/chrome/locale/en-US/redirect.dtd b/chrome/locale/en-US/redirect.dtd index 45a1d30..ecf1d76 100644 --- a/chrome/locale/en-US/redirect.dtd +++ b/chrome/locale/en-US/redirect.dtd @@ -1,7 +1,8 @@ <!-- $Id$ --> <!ENTITY redirectWindow.title "Redirect"> <!ENTITY txtExampleUrl.label "Example url"> -<!ENTITY txtPattern.label "Pattern"> +<!ENTITY txtPattern.label "Include Pattern"> +<!ENTITY txtExcludePattern.label "Exclude Pattern"> <!ENTITY txtRedirectUrl.label "Redirect to"> <!ENTITY chkOnlyIfLinkExists.label "Only if link exists"> <!ENTITY btnTestPattern.label "Test pattern"> diff --git a/chrome/locale/en-US/redirectList.dtd b/chrome/locale/en-US/redirectList.dtd index 21434c5..a4475a6 100644 --- a/chrome/locale/en-US/redirectList.dtd +++ b/chrome/locale/en-US/redirectList.dtd @@ -1,11 +1,10 @@ <!-- $Id$ --> <!ENTITY window.title "Redirector Settings"> -<!ENTITY colPattern.label "Pattern"> -<!ENTITY colExample.label "Example URL"> +<!ENTITY colIncludePattern.label "Include pattern"> +<!ENTITY colExcludePattern.label "Exclude pattern"> <!ENTITY colRedirectTo.label "Redirect to"> -<!ENTITY colOnlyIfLinkExits.label "Only if link exists"> -<!ENTITY colPatternType.label "Pattern type"> <!ENTITY btnAdd.label "Add..."> <!ENTITY btnEdit.label "Edit..."> <!ENTITY btnDelete.label "Delete"> <!ENTITY btnClose.label "Close"> +<!ENTITY btnHelp.label "Help"> diff --git a/chrome/locale/en-US/redirector.dtd b/chrome/locale/en-US/redirector.dtd index daec007..3aaa0fc 100644 --- a/chrome/locale/en-US/redirector.dtd +++ b/chrome/locale/en-US/redirector.dtd @@ -3,3 +3,7 @@ <!ENTITY RedirectorMenuItem.accesskey "R"> <!ENTITY RedirectorContext.label "Add url to Redirector..."> <!ENTITY RedirectorContext.accesskey "A"> +<!ENTITY RedirectorManageRedirects.label "Manage redirects"> +<!ENTITY RedirectorManageRedirects.accesskey "M"> +<!ENTITY RedirectorHelp.label "Help"> +<!ENTITY RedirectorHelp.accesskey "H"> diff --git a/chrome/locale/en-US/redirector.properties b/chrome/locale/en-US/redirector.properties index 66a0287..f32005d 100644 --- a/chrome/locale/en-US/redirector.properties +++ b/chrome/locale/en-US/redirector.properties @@ -8,4 +8,5 @@ enabledTooltip=Redirector is enabled disabledTooltip=Redirector 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 regexPatternError=The pattern '%S' is not a legal regular expression pattern. Details: %S
\ No newline at end of file |