@@ -145,6 +145,7 @@ extension NCCreateFormUploadConflictDelegate {
}
switchAlreadyExistingFiles.isOn = true
+ NCContentPresenter.shared.messageNotification("_info_", description: "_file_not_rewite_doc_", delay: TimeInterval(k_dismissAfterSecond), type: NCContentPresenter.messageType.info, errorCode: 0)
tableView.reloadData()
@@ -130,6 +130,7 @@
"_file_conflict_desc_" = "Which files do you want to keep?\nIf you select both versions, the copied file will have a number added to its name.";
"_file_conflict_new_" = "New files";
"_file_conflict_exists_" = "Already existing files";
+"_file_not_rewite_doc_" = "It is not possible to overwrite a document but only to create a new one";
"_move_or_copy_" = "Move or copy";
"_copy_" = "Copy";