aboutsummaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
Diffstat (limited to 'locale')
-rw-r--r--locale/en-US/browserOverlay.dtd9
-rw-r--r--locale/en-US/editRedirect.xul.dtd14
-rw-r--r--locale/en-US/redirector.properties31
-rw-r--r--locale/en-US/settings.xul.dtd70
4 files changed, 0 insertions, 124 deletions
diff --git a/locale/en-US/browserOverlay.dtd b/locale/en-US/browserOverlay.dtd
deleted file mode 100644
index 3aaa0fc..0000000
--- a/locale/en-US/browserOverlay.dtd
+++ /dev/null
@@ -1,9 +0,0 @@
-<!-- $Id$ -->
-<!ENTITY RedirectorMenuItem.label "Redirector">
-<!ENTITY RedirectorMenuItem.accesskey "R">
-<!ENTITY RedirectorContext.label "Add url to Redirector...">
-<!ENTITY RedirectorContext.accesskey "A">
-<!ENTITY RedirectorManageRedirects.label "Manage redirects">
-<!ENTITY RedirectorManageRedirects.accesskey "M">
-<!ENTITY RedirectorHelp.label "Help">
-<!ENTITY RedirectorHelp.accesskey "H">
diff --git a/locale/en-US/editRedirect.xul.dtd b/locale/en-US/editRedirect.xul.dtd
deleted file mode 100644
index 4b48d9c..0000000
--- a/locale/en-US/editRedirect.xul.dtd
+++ /dev/null
@@ -1,14 +0,0 @@
-<!-- $Id$ -->
-<!ENTITY redirectWindow.title "Redirect">
-<!ENTITY txtExampleUrl.label "Example url">
-<!ENTITY txtIncludePattern.label "Include Pattern">
-<!ENTITY txtExcludePattern.label "Exclude Pattern">
-<!ENTITY txtRedirectUrl.label "Redirect to">
-<!ENTITY btnTestPattern.label "Test pattern">
-<!ENTITY rdoWildcard.label "Wildcard">
-<!ENTITY rdoWildcard.accessKey "W">
-<!ENTITY rdoRegex.label "Regular Expression">
-<!ENTITY rdoPatternTypes.label "Pattern Type">
-<!ENTITY rdoRegex.accessKey "R">
-<!ENTITY chkUnescapeMatches.label "Unescape matches">
-
diff --git a/locale/en-US/redirector.properties b/locale/en-US/redirector.properties
deleted file mode 100644
index 9203928..0000000
--- a/locale/en-US/redirector.properties
+++ /dev/null
@@ -1,31 +0,0 @@
-initError=Failed to initialize Redirector.
-extensionName=Redirector
-addCurrentUrl=Add current URL to Redirector
-addLinkUrl=Add link URL to Redirector
-recursiveError=A redirect with the pattern\n %S\nmatches\n %S\nand is trying to redirect to it again.\n\nEdit this redirect so it will no longer be recursive.
-enabledTooltip=Redirector enabled
-disabledTooltip=Redirector disabled
-testPatternSuccess=SUCCESS!\n\nThe pattern\n %S\nmatches the example URL\n %S\nand would redirect you to\n %S\n\n
-testPatternFailure=FAIL!\n\nThe pattern\n %S\nDOES NOT match the example URL\n %S\n\n
-testPatternExclude=The example URL\n %S\nmatches the exclude pattern\n %S\nand so would not be redirected
-regexPatternErrorTitle=Invalid regular expression
-regexPatternError=The pattern\n %S\nis not a legal regular expression.\n\nDetails:\n%S
-xpathDeprecated=XPath patterns are no longer supported as of Redirector 1.5.1.\n\nPlease remove those redirects.
-redirectorFiles=Redirector files (*.rjson)
-exportCaption=Export redirects...
-importCaption=Import redirects...
-deleteConfirmationText=Permanently delete this redirect?
-deleteConfirmationTitle=Delete redirect?
-importedMessage=%S redirects were imported.
-importedMessageSingular=%S redirect was imported.
-existedMessage=%S redirects were identical to existing redirects and therefore were not imported.
-existedMessageSingular=%S redirect was identical to an existing redirect and therefore was not imported.
-allExistedMessage=All %S redirects in the file were identical to existing redirects, and therefore no redirects were imported.
-allExistedMessageSingular=The single redirect in the file was identical to an existing redirect, and therefore was not imported.
-importedNone=There were no usable redirects in the given file, therefore no redirects were imported.
-importResult=Import results
-invalidRedirectText=The pattern\n %Sredirected the URL\n %S\nto\n %S\nwhich also matches the pattern.\n\nSince this causes an endless loop, the redirect has been disabled.\n\nEdit this redirect to fix the recursion.
-warningExampleUrlDoesntMatchPatternTitle=Warning: The example URL does not match the pattern
-warningExampleUrlDoesntMatchPattern=The example URL does not match the pattern specified.\n\nSave this redirect?\n
-errorExampleUrlMatchesRecursiveTitle=Error: Recursive match detected
-errorExampleUrlMatchesRecursive=The example URL\n %S\nmatches the pattern and would redirect to\n %S\nwhich also matches the pattern.\n\nThis is not allowed as it causes endless recursion.
diff --git a/locale/en-US/settings.xul.dtd b/locale/en-US/settings.xul.dtd
deleted file mode 100644
index 90d3f6f..0000000
--- a/locale/en-US/settings.xul.dtd
+++ /dev/null
@@ -1,70 +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">
-
-<!ENTITY btnClose.label "Close">
-<!ENTITY btnClose.tooltip "Close this window">
-<!ENTITY btnClose.accesskey "C">
-
-
-<!-- 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">
-