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

Unified Diff: ui/android/java/strings/android_ui_strings.grd

Issue 580043002: [Android] Prompt with infobar on filename conflict (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed ted's comments and added dismiss listener Created 6 years, 3 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: 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>

Powered by Google App Engine
This is Rietveld 408576698