<!-- Dialog message for when there are too many deletes that would take place and we want user confirmation -->
<stringname="sync_too_many_deletes_desc">There are <xliff:gid="number_of_deleted_items">%1$d</xliff:g> deleted items for <xliff:gid="type_of_sync">%2$s</xliff:g>, account <xliff:gid="account_name">%3$s</xliff:g>. What would you like to do?</string>
<!-- Dialog action for when there are too many deletes that would take place and we want user confirmation, and the user wants to delete the items -->
<stringname="sync_really_delete">Delete the items.</string>
<!-- Dialog action for when there are too many deletes that would take place and we want user confirmation, and the user wants to undo the deletions -->
<stringname="sync_undo_deletes">Undo the deletes.</string>
<!-- Dialog action for when there are too many deletes that would take place and we want user confirmation, and the user wants to do nothing for now -->
<stringname="sync_do_nothing">Do nothing for now.</string>