diff options
Diffstat (limited to 'chrome/locale/en-US')
-rw-r--r-- | chrome/locale/en-US/redirector.properties | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/chrome/locale/en-US/redirector.properties b/chrome/locale/en-US/redirector.properties index 4395b5e..304f58f 100644 --- a/chrome/locale/en-US/redirector.properties +++ b/chrome/locale/en-US/redirector.properties @@ -17,8 +17,11 @@ 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. +importedMessage=%S redirects were imported +importedMessageSingular=%S redirect was imported +existedMessage=%S redirects were identical to existing redirects and were therefore not imported. +existedMessageSingular=%S redirect was identical to an existing redirect and was therefore not imported. +allExistedMessage=All %S redirects in the file were identical to existing redirects, no redirects were imported. +allExistedMessageSingular=The single redirect in the file was identical to an existing redirect and was therefore not imported. importedNone=There were no usable redirects in the given file, no redirects were imported. importResult=Import results
\ No newline at end of file |