Skip to content

Commit 20698bd

Browse files
Update app/src/main/res/values/strings.xml
Co-authored-by: kramo <[email protected]> Signed-off-by: Alper Öztürk <[email protected]>
1 parent bb8bcb6 commit 20698bd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

app/src/main/res/values/strings.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@
4444
<string name="app_config_enforce_protection_title">Enforce Protection</string>
4545
<string name="offline_operations_file_does_not_exists_yet">File does not exists, yet. Please upload the file first.</string>
4646

47-
<string name="offline_operations_worker_notification_remove_conflict_text">Offline operation cancelled. Could not delete %s file exists on server.</string>
48-
<string name="offline_operations_worker_notification_rename_conflict_text">Offline operation cancelled. Could not rename %s file exists on server.</string>
49-
<string name="offline_operations_worker_notification_create_file_conflict_text">Cannot create file: %s already exists on server.</string>
50-
<string name="offline_operations_worker_notification_create_folder_conflict_text">Cannot create folder: %s already exists on server.</string>
51-
47+
<string name="offline_operations_worker_notification_remove_conflict_text">Cancelled deletion of %s. The file has been modified on the server.</string>
48+
<string name="offline_operations_worker_notification_rename_conflict_text">Cancelled rename of %s. A file with the same name exists on the server.</string>
49+
<string name="offline_operations_worker_notification_create_file_conflict_text">Could not create %s. A file with the same name exists on the server.</string>
50+
<string name="offline_operations_worker_notification_create_folder_conflict_text">Could not create %s. A folder with the same name exists on the server.</string>
5251
<string name="offline_operations_worker_notification_start_text">Starting offline operations</string>
5352
<string name="offline_operations_worker_notification_error_text">The offline operation cannot be completed. %s</string>
5453
<string name="offline_operations_worker_notification_manager_ticker">Offline Operations</string>

0 commit comments

Comments
 (0)