aboutsummaryrefslogtreecommitdiff
path: root/chrome/locale/en-US/settings.xul.dtd
diff options
context:
space:
mode:
authorEinar Egilsson2011-08-26 15:11:28 +0200
committerEinar Egilsson2011-08-26 15:11:28 +0200
commite3b36411d27c6fa6575b386738f9bfd3d582c50a (patch)
tree6f1f129bb38005e3bf9e597363e7181f318e0aec /chrome/locale/en-US/settings.xul.dtd
parent32da992f75bf6046a8b1d829e742ef1bf0f98d89 (diff)
Deleted old files
Diffstat (limited to 'chrome/locale/en-US/settings.xul.dtd')
-rw-r--r--chrome/locale/en-US/settings.xul.dtd65
1 files changed, 0 insertions, 65 deletions
diff --git a/chrome/locale/en-US/settings.xul.dtd b/chrome/locale/en-US/settings.xul.dtd
deleted file mode 100644
index ff55b68..0000000
--- a/chrome/locale/en-US/settings.xul.dtd
+++ /dev/null
@@ -1,65 +0,0 @@
-<!-- $Id$ -->
-<!ENTITY window.title "Redirector">
-
-<!-- ListItems with redirects -->
-<!ENTITY colIncludePattern.label "Include pattern">
-<!ENTITY colExcludePattern.label "Exclude pattern">
-<!ENTITY colRedirectTo.label "Redirect to">
-<!ENTITY colEnabled.label "Enabled">
-
-<!-- Buttons -->
-<!ENTITY btnAdd.label "Add...">
-<!ENTITY btnAdd.accesskey "A">
-<!ENTITY btnAdd.tooltip "Create a new redirect">
-
-<!ENTITY btnEdit.label "Edit...">
-<!ENTITY btnEdit.accesskey "E">
-<!ENTITY btnEdit.tooltip "Edit the selected redirect">
-
-<!ENTITY btnDelete.label "Delete">
-<!ENTITY btnDelete.accesskey "D">
-<!ENTITY btnDelete.tooltip "Delete the selected redirect">
-
-<!ENTITY btnUp.tooltip "Move the selected redirect up">
-
-<!ENTITY btnDown.tooltip "Move the selected redirect down">
-
-<!ENTITY btnImport.label "Import...">
-<!ENTITY btnImport.accesskey "I">
-<!ENTITY btnImport.tooltip "Import redirects from a file">
-
-<!ENTITY btnExport.label "Export...">
-<!ENTITY btnExport.accesskey "E">
-<!ENTITY btnExport.tooltip "Export redirects to a file">
-
-
-<!-- Tab headers -->
-<!ENTITY tabRedirects.label "Redirects">
-<!ENTITY tabRedirects.accesskey "R">
-<!ENTITY tabPreferences.label "Preferences">
-<!ENTITY tabPreferences.accesskey "P">
-<!ENTITY tabImportExport.label "Import/Export">
-<!ENTITY tabImportExport.accesskey "m">
-<!ENTITY tabHelp.label "Help">
-<!ENTITY tabHelp.accesskey "H">
-
-<!-- Preferences -->
-<!ENTITY grpGeneralPreferences.label "General">
-<!ENTITY grpDebuggingPreferences.label "Debugging">
-
-<!ENTITY chkEnableRedirector.label "Enable Redirector">
-<!ENTITY chkEnableRedirector.accesskey "E">
-
-<!ENTITY chkShowStatusBarIcon.label "Show status bar icon">
-<!ENTITY chkShowStatusBarIcon.accesskey "s">
-
-<!ENTITY chkShowContextMenu.label "Show context menu">
-<!ENTITY chkShowContextMenu.accesskey "c">
-
-<!ENTITY chkEnableDebugOutput.label "Enable debug output">
-<!ENTITY chkEnableDebugOutput.accesskey "d">
-
-
-<!-- Import / Export -->
-<!ENTITY lblExport.label "Export your redirects to a file">
-<!ENTITY lblImport.label "Import new redirects from a file">