Chromium Code Reviews| Index: chrome/app/chromeos_strings.grdp |
| diff --git a/chrome/app/chromeos_strings.grdp b/chrome/app/chromeos_strings.grdp |
| index 54dd2c32098c72ceb2c256777d64f10c8b1a534b..28dae6e5961c3c8f7d14ab513fe578560b04b3f0 100644 |
| --- a/chrome/app/chromeos_strings.grdp |
| +++ b/chrome/app/chromeos_strings.grdp |
| @@ -76,6 +76,27 @@ 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_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."> |
|
yamaguchi
2017/06/12 10:35:23
Should we also change these IDS_* message names mo
fukino
2017/06/12 10:41:59
It's OK if the ID name describes the message conte
yamaguchi
2017/06/14 11:24:04
Done.
|
| + 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> |