From 96966ca83f96ed1babcd2bd23aa68feb63fbb7a7 Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Tue, 15 Sep 2009 21:41:06 +0000 Subject: Total restructuring of files. Unescape matches fully working Export of redirects working. git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@249 119bf307-c92d-0410-89bd-8f53e6181181 --- chrome/locale/en-US/browserOverlay.xul.dtd | 9 +++++++++ chrome/locale/en-US/editRedirect.xul.dtd | 14 ++++++++++++++ chrome/locale/en-US/redirect.dtd | 14 -------------- chrome/locale/en-US/redirectList.dtd | 12 ------------ chrome/locale/en-US/redirectList.xul.dtd | 12 ++++++++++++ chrome/locale/en-US/redirector.dtd | 9 --------- chrome/locale/en-US/redirector.properties | 5 ++++- 7 files changed, 39 insertions(+), 36 deletions(-) create mode 100644 chrome/locale/en-US/browserOverlay.xul.dtd create mode 100644 chrome/locale/en-US/editRedirect.xul.dtd delete mode 100644 chrome/locale/en-US/redirect.dtd delete mode 100644 chrome/locale/en-US/redirectList.dtd create mode 100644 chrome/locale/en-US/redirectList.xul.dtd delete mode 100644 chrome/locale/en-US/redirector.dtd (limited to 'chrome/locale/en-US') diff --git a/chrome/locale/en-US/browserOverlay.xul.dtd b/chrome/locale/en-US/browserOverlay.xul.dtd new file mode 100644 index 0000000..3aaa0fc --- /dev/null +++ b/chrome/locale/en-US/browserOverlay.xul.dtd @@ -0,0 +1,9 @@ + + + + + + + + + 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 @@ + + + + + + + + + + + + + + diff --git a/chrome/locale/en-US/redirect.dtd b/chrome/locale/en-US/redirect.dtd deleted file mode 100644 index 40098b8..0000000 --- a/chrome/locale/en-US/redirect.dtd +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/chrome/locale/en-US/redirectList.dtd b/chrome/locale/en-US/redirectList.dtd deleted file mode 100644 index e09b038..0000000 --- a/chrome/locale/en-US/redirectList.dtd +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/chrome/locale/en-US/redirectList.xul.dtd b/chrome/locale/en-US/redirectList.xul.dtd new file mode 100644 index 0000000..e09b038 --- /dev/null +++ b/chrome/locale/en-US/redirectList.xul.dtd @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/chrome/locale/en-US/redirector.dtd b/chrome/locale/en-US/redirector.dtd deleted file mode 100644 index 3aaa0fc..0000000 --- a/chrome/locale/en-US/redirector.dtd +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/chrome/locale/en-US/redirector.properties b/chrome/locale/en-US/redirector.properties index f884575..0e10390 100644 --- a/chrome/locale/en-US/redirector.properties +++ b/chrome/locale/en-US/redirector.properties @@ -11,4 +11,7 @@ testPatternSuccess=The pattern %S matches example URL %S, and would redirect you 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 -xpathDeprecated=XPath patterns are no longer supported as of version 1.5.1, please remove those redirects. \ No newline at end of file +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 -- cgit v1.2.3-70-g09d2