You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<stringname="offline_operations_file_does_not_exists_yet">File does not exists, yet. Please upload the file first.</string>
46
46
47
-
<stringname="offline_operations_worker_notification_remove_conflict_text">Offline operation cancelled. Could not delete %s file exists on server.</string>
48
-
<stringname="offline_operations_worker_notification_rename_conflict_text">Offline operation cancelled. Could not rename %s file exists on server.</string>
49
-
<stringname="offline_operations_worker_notification_create_file_conflict_text">Cannot create file: %s already exists on server.</string>
50
-
<stringname="offline_operations_worker_notification_create_folder_conflict_text">Cannot create folder: %s already exists on server.</string>
51
-
47
+
<stringname="offline_operations_worker_notification_remove_conflict_text">Cancelled deletion of %s. The file has been modified on the server.</string>
48
+
<stringname="offline_operations_worker_notification_rename_conflict_text">Cancelled rename of %s. A file with the same name exists on the server.</string>
49
+
<stringname="offline_operations_worker_notification_create_file_conflict_text">Could not create %s. A file with the same name exists on the server.</string>
50
+
<stringname="offline_operations_worker_notification_create_folder_conflict_text">Could not create %s. A folder with the same name exists on the server.</string>
0 commit comments