aboutsummaryrefslogtreecommitdiff
path: root/chrome/locale
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/locale')
-rw-r--r--chrome/locale/en-US/redirect.dtd8
-rw-r--r--chrome/locale/en-US/redirectList.dtd9
-rw-r--r--chrome/locale/en-US/redirector.dtd5
-rw-r--r--chrome/locale/en-US/redirector.properties4
4 files changed, 26 insertions, 0 deletions
diff --git a/chrome/locale/en-US/redirect.dtd b/chrome/locale/en-US/redirect.dtd
new file mode 100644
index 0000000..3014c52
--- /dev/null
+++ b/chrome/locale/en-US/redirect.dtd
@@ -0,0 +1,8 @@
+<!-- $Id$ -->
+<!ENTITY redirectWindow.title "Redirect">
+<!ENTITY txtExampleUrl.label "Example url">
+<!ENTITY txtPattern.label "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
new file mode 100644
index 0000000..7436cb7
--- /dev/null
+++ b/chrome/locale/en-US/redirectList.dtd
@@ -0,0 +1,9 @@
+<!-- $Id$ -->
+<!ENTITY window.title "Redirects">
+<!ENTITY header "Pattern">
+<!ENTITY colPattern.label "Pattern">
+<!ENTITY colRedirectTo.label "Redirect to">
+<!ENTITY colOnlyIfLinkExits.label "Only if link exists">
+<!ENTITY colPatternType.label "Pattern type">
+<!ENTITY header "Redirects">
+<!ENTITY header.description "All active redirects">
diff --git a/chrome/locale/en-US/redirector.dtd b/chrome/locale/en-US/redirector.dtd
new file mode 100644
index 0000000..3755f33
--- /dev/null
+++ b/chrome/locale/en-US/redirector.dtd
@@ -0,0 +1,5 @@
+<!-- $Id$ -->
+<!ENTITY RedirectorMenuItem.label "Redirector">
+<!ENTITY RedirectorMenuItem.accesskey "R">
+<!ENTITY RedirectorContext.label "Add url to Redirector...">
+<!ENTITY RedirectorContext.accesskey "A"> \ No newline at end of file
diff --git a/chrome/locale/en-US/redirector.properties b/chrome/locale/en-US/redirector.properties
new file mode 100644
index 0000000..110f82c
--- /dev/null
+++ b/chrome/locale/en-US/redirector.properties
@@ -0,0 +1,4 @@
+initError=Failed to initialize %1.
+extensions.redirector@einaregilsson.com.description=Automatically redirects to user-defined urls on certain pages
+addCurrentUrl=Add current url to Redirector
+addLinkUrl=Add link url to Redirector \ No newline at end of file