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

Unified Diff: chrome/android/java/strings/android_chrome_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 Created 6 years, 2 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/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index 050ed82f226e6fa0bd58e7eed90bffefe0f9d906..4fed54c323531411c1f58e9c1d97276f3a9e1b55 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -183,6 +183,16 @@ You are signing in with a managed account and giving its administrator control o
<message desc="Accessibility label for the dismiss infobar Button" name="IDS_INFOBAR_CLOSE">
Close
</message>
+ <!-- DownloadOverwriteInfoBar -->
+ <message name="IDS_DOWNLOAD_OVERWRITE_INFOBAR_TEXT" desc="Prompt text for the confirmation dialog asking whether the user really wants to replace a file when there already exists a file with the same name">
+ Do you want to replace the existing <ph name="FILE_NAME">^1<ex>specialfile.pdf</ex></ph> in your <ph name="DIRECTORY_NAME">^2<ex>Downloads</ex></ph>?
Ted C 2014/10/15 00:19:44 should there be a "directory" after this placehold
Changwan Ryu 2014/10/15 22:23:24 Done.
+ </message>
+ <message name="IDS_DOWNLOAD_OVERWRITE_INFOBAR_YES_REPLACE_BUTTON" desc="Label for choosing 'yes' in the prompt for replacing a file. [CHAR-LIMIT=32]">
+ Yes, replace
+ </message>
+ <message name="IDS_DOWNLOAD_OVERWRITE_INFOBAR_NO_THANKS_BUTTON" desc="Label for choosing 'no' in the prompt for replacing a file. [CHAR-LIMIT=32]">
+ No thanks
+ </message>
<!-- TranslateInfoBar -->
<message name="IDS_TRANSLATE_INFOBAR_TEXT" desc="Text to display on the translate infobar to offer a translate. [CHAR-LIMIT=64]">
This page is in <ph name="SOURCE_LANGUAGE">^1<ex>English</ex></ph>. Translate it to <ph name="TARGET_LANGUAGE">^2<ex>FRENCH</ex></ph>?

Powered by Google App Engine
This is Rietveld 408576698