text:i18n("Do you really want to delete item: \"%1\"?",incidenceWrapper.summary)
visible:incidenceWrapper.recurrenceData.type===0
wrapMode:Text.WordWrap
}
QQC2.Label{
Layout.fillWidth:true
text:i18n("The calendar item \"%1\" recurs over multiple dates. Do you want to delete the selected occurrence on %2, also future occurrences, or all of its occurrences?",incidenceWrapper.summary,deleteDate.toLocaleDateString(Qt.locale()))
returni18n("The calendar item \"%1\" recurs over multiple dates. This item also has sub-items.\n\nDo you want to delete the selected occurrence on %2, also future occurrences, or all of its occurrences?\n\nDeleting all will also delete sub-items!",incidenceWrapper.summary,deleteDate.toLocaleDateString(Qt.locale()))
}elseif(incidenceWrapper.recurrenceData.type>0){
returni18n("The calendar item \"%1\" recurs over multiple dates. Do you want to delete the selected occurrence on %2, also future occurrences, or all of its occurrences?",incidenceWrapper.summary,deleteDate.toLocaleDateString(Qt.locale()))