Chromium Code Reviews| Index: ui/android/java/strings/android_ui_strings.grd |
| diff --git a/ui/android/java/strings/android_ui_strings.grd b/ui/android/java/strings/android_ui_strings.grd |
| index 2ad816ee3531976af29498cf9d0ffcda371af9f8..12fb1c12d3775956cc59aeeddb9515418e0d4220 100644 |
| --- a/ui/android/java/strings/android_ui_strings.grd |
| +++ b/ui/android/java/strings/android_ui_strings.grd |
| @@ -147,6 +147,15 @@ |
| <message desc="Notification for when copying to the clipboard fails. [CHAR-LIMIT=64]" name="IDS_COPY_TO_CLIPBOARD_FAILURE_MESSAGE"> |
| Failed to copy to the clipboard |
| </message> |
| + <message desc="Title of file overwrite dialog. [CHAR-LIMIT=20]" name="IDS_FILE_OVERWRITE_DIALOG_TITLE"> |
| + File already exists |
| + </message> |
| + <message desc="Message of file overwrite dialog. [CHAR-LIMIT=64]" name="IDS_FILE_OVERWRITE_DIALOG_MESSAGE"> |
| + Would you like to overwrite? Choosing 'cancel' will create a unique file name instead. |
|
Ted C
2014/09/19 22:31:40
Hopefully 'cancel' will be translated in a reasona
Changwan Ryu
2014/09/22 14:02:37
Fixed as 'canceling'
|
| + </message> |
| + <message desc="Toast error message to show when you chose not to overwrite file but it failed to get unique path." name="IDS_FAILED_TO_GET_UNIQUE_PATH_ERROR"> |
| + Failed to get a unique path. Please check if you have too many files. |
| + </message> |
| </messages> |
| </release> |
| </grit> |