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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit current_release="1" latest_public_release="0"> 2 <grit current_release="1" latest_public_release="0">
3 <outputs> 3 <outputs>
4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" /> 4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" />
5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" /> 5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" />
6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" /> 6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" />
7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" /> 7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" />
8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" /> 8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" />
9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" /> 9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" />
10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" /> 10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" />
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 New tab 176 New tab
177 </message> 177 </message>
178 <!-- TODO(newt): remove duplicated strings once crbug.com/176069 is fixed. --> 178 <!-- TODO(newt): remove duplicated strings once crbug.com/176069 is fixed. -->
179 <message name="IDS_TAB_LOADING_DEFAULT_TITLE" desc="The title of a tab whe n we are still waiting for either the URL or the real title. This generally show s when the page is first loading."> 179 <message name="IDS_TAB_LOADING_DEFAULT_TITLE" desc="The title of a tab whe n we are still waiting for either the URL or the real title. This generally show s when the page is first loading.">
180 Loading… 180 Loading…
181 </message> 181 </message>
182 <!-- InfoBar --> 182 <!-- InfoBar -->
183 <message desc="Accessibility label for the dismiss infobar Button" name="I DS_INFOBAR_CLOSE"> 183 <message desc="Accessibility label for the dismiss infobar Button" name="I DS_INFOBAR_CLOSE">
184 Close 184 Close
185 </message> 185 </message>
186 <!-- DownloadOverwriteInfoBar -->
187 <message name="IDS_DOWNLOAD_OVERWRITE_INFOBAR_TEXT" desc="Prompt text for the confirmation dialog asking whether the user really wants to replace a file w hen there already exists a file with the same name">
188 Do you want to replace the existing <ph name="FILE_NAME">^1<ex>specialfi le.pdf</ex></ph> in your <ph name="DIRECTORY_NAME">^2<ex>Downloads</ex></ph> dir ectory?
189 </message>
190 <message name="IDS_DOWNLOAD_OVERWRITE_INFOBAR_YES_REPLACE_BUTTON" desc="La bel for choosing 'yes' in the prompt for replacing a file. [CHAR-LIMIT=32]">
191 Yes, replace
192 </message>
193 <message name="IDS_DOWNLOAD_OVERWRITE_INFOBAR_NO_THANKS_BUTTON" desc="Labe l for choosing 'no' in the prompt for replacing a file. [CHAR-LIMIT=32]">
194 No thanks
Peter Kasting 2014/10/24 01:32:22 "No thanks" is vague. As a user, I don't know if
Changwan Ryu 2014/10/27 06:40:04 This means 'stop download'. We decided not to rena
Peter Kasting 2014/10/27 17:49:27 Making this stop the download seems bad, because t
Changwan Ryu 2014/10/28 05:01:29 Fixed to create a new file. Thanks for pointing it
195 </message>
186 <!-- TranslateInfoBar --> 196 <!-- TranslateInfoBar -->
187 <message name="IDS_TRANSLATE_INFOBAR_TEXT" desc="Text to display on the tr anslate infobar to offer a translate. [CHAR-LIMIT=64]"> 197 <message name="IDS_TRANSLATE_INFOBAR_TEXT" desc="Text to display on the tr anslate infobar to offer a translate. [CHAR-LIMIT=64]">
188 This page is in <ph name="SOURCE_LANGUAGE">^1<ex>English</ex></ph>. Tran slate it to <ph name="TARGET_LANGUAGE">^2<ex>FRENCH</ex></ph>? 198 This page is in <ph name="SOURCE_LANGUAGE">^1<ex>English</ex></ph>. Tran slate it to <ph name="TARGET_LANGUAGE">^2<ex>FRENCH</ex></ph>?
189 </message> 199 </message>
190 <message name="IDS_TRANSLATE_INFOBAR_CHANGE_LANGUAGES" desc="link text to offer to change languages."> 200 <message name="IDS_TRANSLATE_INFOBAR_CHANGE_LANGUAGES" desc="link text to offer to change languages.">
191 Change languages 201 Change languages
192 </message> 202 </message>
193 <message name="IDS_TRANSLATE_INFOBAR_TRANSLATION_DONE"> 203 <message name="IDS_TRANSLATE_INFOBAR_TRANSLATION_DONE">
194 Translated to <ph name="TARGET_LANGUAGE">%1$s<ex>FRENCH</ex></ph>. 204 Translated to <ph name="TARGET_LANGUAGE">%1$s<ex>FRENCH</ex></ph>.
195 </message> 205 </message>
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 <message name="IDS_ADD_TO_HOMESCREEN_TITLE" desc="Edit text title for Add to homescreen dialog [CHAR-LIMIT=30]"> 414 <message name="IDS_ADD_TO_HOMESCREEN_TITLE" desc="Edit text title for Add to homescreen dialog [CHAR-LIMIT=30]">
405 Title 415 Title
406 </message> 416 </message>
407 <message name="IDS_MENU_ADD_TO_HOMESCREEN" desc="Menu item for adding a sh ortcut to the homescreen. [CHAR-LIMIT=27]"> 417 <message name="IDS_MENU_ADD_TO_HOMESCREEN" desc="Menu item for adding a sh ortcut to the homescreen. [CHAR-LIMIT=27]">
408 Add to homescreen 418 Add to homescreen
409 </message> 419 </message>
410 420
411 </messages> 421 </messages>
412 </release> 422 </release>
413 </grit> 423 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698