diff options
Diffstat (limited to 'chrome/locale')
-rw-r--r-- | chrome/locale/en-US/redirector.properties | 5 | ||||
-rw-r--r-- | chrome/locale/en-US/settings.xul.dtd | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/chrome/locale/en-US/redirector.properties b/chrome/locale/en-US/redirector.properties index b57025b..4395b5e 100644 --- a/chrome/locale/en-US/redirector.properties +++ b/chrome/locale/en-US/redirector.properties @@ -17,3 +17,8 @@ exportCaption=Export redirects... importCaption=Import redirects... deleteConfirmationText=Are you sure you want to permanently delete this redirect? deleteConfirmationTitle=Delete redirect? +importedMessage=%S redirects were imported. +importedAndExistedMessage=%S redirects were imported, %S redirects were identical to existing redirects and were therefore not imported. +importedNoneAllExisted=All %S redirects in the file are identical to existing redirects, no redirects were imported. +importedNone=There were no usable redirects in the given file, no redirects were imported. +importResult=Import results
\ No newline at end of file diff --git a/chrome/locale/en-US/settings.xul.dtd b/chrome/locale/en-US/settings.xul.dtd index 7a38165..ff55b68 100644 --- a/chrome/locale/en-US/settings.xul.dtd +++ b/chrome/locale/en-US/settings.xul.dtd @@ -46,7 +46,6 @@ <!-- Preferences --> <!ENTITY grpGeneralPreferences.label "General"> <!ENTITY grpDebuggingPreferences.label "Debugging"> -<!ENTITY grpImportExportDescription.label "Import / export redirects to file"> <!ENTITY chkEnableRedirector.label "Enable Redirector"> <!ENTITY chkEnableRedirector.accesskey "E"> @@ -61,4 +60,6 @@ <!ENTITY chkEnableDebugOutput.accesskey "d"> - +<!-- Import / Export --> +<!ENTITY lblExport.label "Export your redirects to a file"> +<!ENTITY lblImport.label "Import new redirects from a file"> |