diff options
author | Einar Egilsson | 2009-10-07 11:24:44 +0000 |
---|---|---|
committer | Einar Egilsson | 2009-10-07 11:24:44 +0000 |
commit | a703799580a208beac24c827fcd54b799f46a3d7 (patch) | |
tree | 5dc5b71933534189abee7bd4c40f26fbaa0c125d /chrome/locale | |
parent | 96966ca83f96ed1babcd2bd23aa68feb63fbb7a7 (diff) |
Finally working normally again after massive refactoring.
Disabling single redirects works but needs more GUI work.
Added Redirector log file since the Error Console keeps deleting our messages.
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@253 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/locale')
-rw-r--r-- | chrome/locale/en-US/editRedirect.xul.dtd | 2 | ||||
-rw-r--r-- | chrome/locale/en-US/redirectList.xul.dtd | 1 | ||||
-rw-r--r-- | chrome/locale/en-US/redirector.properties | 6 |
3 files changed, 6 insertions, 3 deletions
diff --git a/chrome/locale/en-US/editRedirect.xul.dtd b/chrome/locale/en-US/editRedirect.xul.dtd index 40098b8..4b48d9c 100644 --- a/chrome/locale/en-US/editRedirect.xul.dtd +++ b/chrome/locale/en-US/editRedirect.xul.dtd @@ -1,7 +1,7 @@ <!-- $Id$ --> <!ENTITY redirectWindow.title "Redirect"> <!ENTITY txtExampleUrl.label "Example url"> -<!ENTITY txtPattern.label "Include Pattern"> +<!ENTITY txtIncludePattern.label "Include Pattern"> <!ENTITY txtExcludePattern.label "Exclude Pattern"> <!ENTITY txtRedirectUrl.label "Redirect to"> <!ENTITY btnTestPattern.label "Test pattern"> diff --git a/chrome/locale/en-US/redirectList.xul.dtd b/chrome/locale/en-US/redirectList.xul.dtd index e09b038..5379647 100644 --- a/chrome/locale/en-US/redirectList.xul.dtd +++ b/chrome/locale/en-US/redirectList.xul.dtd @@ -6,6 +6,7 @@ <!ENTITY btnAdd.label "Add..."> <!ENTITY btnEdit.label "Edit..."> <!ENTITY btnDelete.label "Delete"> +<!ENTITY btnDisable.label "Disable"> <!ENTITY btnClose.label "Close"> <!ENTITY btnHelp.label "Help"> <!ENTITY btnImport.label "Import..."> diff --git a/chrome/locale/en-US/redirector.properties b/chrome/locale/en-US/redirector.properties index 0e10390..6b4ecf7 100644 --- a/chrome/locale/en-US/redirector.properties +++ b/chrome/locale/en-US/redirector.properties @@ -1,5 +1,5 @@ # $Id$ -initError=Failed to initialize %S. +initError=Failed to initialize Redirector. extensions.redirector@einaregilsson.com.description=Automatically redirects to user-defined urls on certain pages extensionName=Redirector addCurrentUrl=Add current url to Redirector @@ -14,4 +14,6 @@ regexPatternError=The pattern '%S' is not a legal regular expression pattern. De xpathDeprecated=XPath patterns are no longer supported as of version 1.5.1, please remove those redirects. redirectorFiles=Redirector files (*.rdx) exportCaption=Export redirects... -importCaption=Import redirects...
\ No newline at end of file +importCaption=Import redirects... +disable=Disable +enable=Enable
\ No newline at end of file |