diff options
author | Einar Egilsson | 2009-10-14 11:13:03 +0000 |
---|---|---|
committer | Einar Egilsson | 2009-10-14 11:13:03 +0000 |
commit | cfc2965fb35256a3493485f32ff9bd605bf158b7 (patch) | |
tree | 2683fe502bac65c752c7ebd913cfa5c2e955abf4 /chrome/locale/en-US/redirector.properties | |
parent | 0065dc23b00c5039ec3036ff895b9a67341c05c0 (diff) |
Import and Export working, might need some more singular/plural fixes in language.
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@266 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/locale/en-US/redirector.properties')
-rw-r--r-- | chrome/locale/en-US/redirector.properties | 5 |
1 files changed, 5 insertions, 0 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 |