diff options
author | Milan Crha <mcrha@redhat.com> | 2010-10-15 15:39:16 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-10-15 15:39:16 +0800 |
commit | df6f8dc010acad646b5abe591e7beefdb8cb0cb6 (patch) | |
tree | a0a01365c6ccb2df7f971b92d82a30668daa0b68 /mail | |
parent | b277e14a6a814e21f78ca72dfe302a5a8bed79c6 (diff) | |
download | gsoc2013-evolution-df6f8dc010acad646b5abe591e7beefdb8cb0cb6.tar gsoc2013-evolution-df6f8dc010acad646b5abe591e7beefdb8cb0cb6.tar.gz gsoc2013-evolution-df6f8dc010acad646b5abe591e7beefdb8cb0cb6.tar.bz2 gsoc2013-evolution-df6f8dc010acad646b5abe591e7beefdb8cb0cb6.tar.lz gsoc2013-evolution-df6f8dc010acad646b5abe591e7beefdb8cb0cb6.tar.xz gsoc2013-evolution-df6f8dc010acad646b5abe591e7beefdb8cb0cb6.tar.zst gsoc2013-evolution-df6f8dc010acad646b5abe591e7beefdb8cb0cb6.zip |
Bug #587011 - Integrate remove-duplicates into evolution
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mail.error.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index dbbb84d04f..60e4d5670c 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -472,5 +472,19 @@ You can choose to ignore this folder, overwrite or append its contents, or quit. <_primary>"Report Not Junk" Failed</_primary> <secondary xml:space="preserve">{0}</secondary> </error> + + <error id="ask-remove-duplicates" type="question" default="GTK_RESPONSE_YES"> + <_primary>Remove duplicate messages?</_primary> + <secondary>{0}</secondary> + <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> + <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> + </error> + + <error id="info-no-remove-duplicates" type="info" default="GTK_RESPONSE_OK"> + <_primary>No duplicate messages found.</_primary> + <!-- Translators: {0} is replaced with a folder name --> + <_secondary>Folder '{0}' doesn't contain any duplicate message.</_secondary> + <button stock="gtk-ok" response="GTK_RESPONSE_OK"/> + </error> </error-list> |