Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: chrome/app/chromeos_strings.grdp

Issue 2930443002: Show confirmation dialog when copy/move operation affect other members. (Closed)
Patch Set: Remove some comment Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/app/chromeos_strings.grdp
diff --git a/chrome/app/chromeos_strings.grdp b/chrome/app/chromeos_strings.grdp
index 9c96342bb8c2b7500cb93841b161e9f2d7f2bf4d..6d30b880a0d92ca720694ee371f93af7ae94081b 100644
--- a/chrome/app/chromeos_strings.grdp
+++ b/chrome/app/chromeos_strings.grdp
@@ -76,6 +76,36 @@ Press any key to continue exploring.
<message name="IDS_FILE_SYSTEM_PROVIDER_MANY_UNRESPONSIVE_WARNING" desc="A warning shown in a notification that more than one operations are taking longer than expected.">
Some operations are taking longer than expected. Do you want to abort them?
</message>
+ <message name="IDS_FILE_BROWSER_DRIVE_CONFIRM_COPY_TO_TEAM_DRIVE_TITLE" desc="Title of the confirmation dialog when copying a file.">
+ Copy to '<ph name="DESTINATION_TEAM_DRIVE_NAME">$1</ph>'?
+ </message>
+ <message name="IDS_FILE_BROWSER_DRIVE_CONFIRM_MOVE_BETWEEN_TEAM_DRIVES_TITLE" desc="Title of the confirmation dialog when moving files between 2 different Team Drives.">
+ Move files between Team Drives?
+ </message>
+ <message name="IDS_FILE_BROWSER_DRIVE_CONFIRM_MOVE_FROM_TEAM_DRIVE_TITLE" desc="Title of the confirmation dialog when moving a file.">
+ Move to '<ph name="DESTINATION_NAME">$1</ph>'?
+ </message>
+ <message name="IDS_FILE_BROWSER_DRIVE_CONFIRM_MOVE_FROM_TEAM_DRIVE_BODY" desc="Part of message in the confirmation dialog box when moving a file out of a Team Drive.">
+ Members of '<ph name="SOURCE_NAME">$1</ph>' will lose access unless these items are shared with them.
+ </message>
+ <message name="IDS_FILE_BROWSER_DRIVE_CONFIRM_MOVE_FROM_TEAM_DRIVE_CANNOT_MOVED_BACK" desc="Part of message in the confirmation dialog box when moving a file from Team Drives to My Drive to tell that the operation is not undoable.">
+ The items cannot be moved back into '<ph name="DESTINATION_NAME">$1</ph>', so you won't be able to undo this action.
+ </message>
+ <message name="IDS_FILE_BROWSER_DRIVE_CONFIRM_MOVE_TO_TEAM_DRIVE_BODY" desc="Part of message in the confirmation dialog box when moving or copying files into a Team Drive.">
+ Members of '<ph name="DESTINATION_NAME">$1</ph>' will gain access to these items.
+ </message>
+ <message name="IDS_FILE_BROWSER_DRIVE_CONFIRM_COPY_TO_TEAM_DRIVE_BODY" desc="Part of message in the confirmation dialog box when copying files into a Team Drive.">
+ Members of '<ph name="DESTINATION_NAME">$1</ph>' will gain access to the copy of these items.
+ </message>
+ <message name="IDS_FILE_BROWSER_DRIVE_CONFIRM_MOVE_TO_TEAM_DRIVE_OWNERSHIP_TRANSFER" desc="Part of message in the confirmation dialog box when moving files between two Team Drives that belong to different domains.">
+ Ownership will be transferred to <ph name="DESTINATION_DOMAIN">$1</ph>.
+ </message>
+ <message name="IDS_FILE_BROWSER_CONFIRM_COPY_BUTTON_LABEL" desc="Button label for approving file copy operation in the confirmation dialog box. This is placed next to CANCEL button.">
+ Copy
+ </message>
+ <message name="IDS_FILE_BROWSER_CONFIRM_MOVE_BUTTON_LABEL" desc="Button label for approving file move operation in the confirmation dialog box. This is placed next to CANCEL button.">
+ Move
+ </message>
<message name="IDS_FILE_SYSTEM_PROVIDER_UNRESPONSIVE_ABORT_BUTTON" desc="Label of the button on the notification about an operation(s) taking to long.">
Abort
</message>

Powered by Google App Engine
This is Rietveld 408576698