aboutsummaryrefslogtreecommitdiff
path: root/chrome/locale
diff options
context:
space:
mode:
authorEinar Egilsson2009-10-07 12:54:34 +0000
committerEinar Egilsson2009-10-07 12:54:34 +0000
commit756a6c22bbed654423bb4976e95968cff4fee49d (patch)
tree77b370f482939d2bc5e87e958db778dba5ebbf17 /chrome/locale
parenteb5ee94ad622ac89b886cc74fcb8cd8328b1fbaf (diff)
Prompt before delete, disable edit and delete buttons properly. Use checkboxes for setting enabled/disabled status of redirects.
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@255 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/locale')
-rw-r--r--chrome/locale/en-US/redirectList.xul.dtd1
-rw-r--r--chrome/locale/en-US/redirector.properties4
2 files changed, 3 insertions, 2 deletions
diff --git a/chrome/locale/en-US/redirectList.xul.dtd b/chrome/locale/en-US/redirectList.xul.dtd
index 5379647..c8892cc 100644
--- a/chrome/locale/en-US/redirectList.xul.dtd
+++ b/chrome/locale/en-US/redirectList.xul.dtd
@@ -3,6 +3,7 @@
<!ENTITY colIncludePattern.label "Include pattern">
<!ENTITY colExcludePattern.label "Exclude pattern">
<!ENTITY colRedirectTo.label "Redirect to">
+<!ENTITY colEnabled.label "Enabled">
<!ENTITY btnAdd.label "Add...">
<!ENTITY btnEdit.label "Edit...">
<!ENTITY btnDelete.label "Delete">
diff --git a/chrome/locale/en-US/redirector.properties b/chrome/locale/en-US/redirector.properties
index 6b4ecf7..b57025b 100644
--- a/chrome/locale/en-US/redirector.properties
+++ b/chrome/locale/en-US/redirector.properties
@@ -15,5 +15,5 @@ xpathDeprecated=XPath patterns are no longer supported as of version 1.5.1, plea
redirectorFiles=Redirector files (*.rdx)
exportCaption=Export redirects...
importCaption=Import redirects...
-disable=Disable
-enable=Enable \ No newline at end of file
+deleteConfirmationText=Are you sure you want to permanently delete this redirect?
+deleteConfirmationTitle=Delete redirect?