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

Side by Side Diff: ui/android/java/strings/android_ui_strings.grd

Issue 1817083003: Add pathway to auto-migrate users when Chrome launches (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@assassin
Patch Set: Comments Created 4 years, 8 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
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/DocumentModeAssassinTest.java ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_ui_strings.xml" lang="am" type="android" /> 4 <output filename="values-am/android_ui_strings.xml" lang="am" type="android" />
5 <output filename="values-ar/android_ui_strings.xml" lang="ar" type="android" /> 5 <output filename="values-ar/android_ui_strings.xml" lang="ar" type="android" />
6 <output filename="values-bg/android_ui_strings.xml" lang="bg" type="android" /> 6 <output filename="values-bg/android_ui_strings.xml" lang="bg" type="android" />
7 <output filename="values-ca/android_ui_strings.xml" lang="ca" type="android" /> 7 <output filename="values-ca/android_ui_strings.xml" lang="ca" type="android" />
8 <output filename="values-cs/android_ui_strings.xml" lang="cs" type="android" /> 8 <output filename="values-cs/android_ui_strings.xml" lang="cs" type="android" />
9 <output filename="values-da/android_ui_strings.xml" lang="da" type="android" /> 9 <output filename="values-da/android_ui_strings.xml" lang="da" type="android" />
10 <output filename="values-de/android_ui_strings.xml" lang="de" type="android" /> 10 <output filename="values-de/android_ui_strings.xml" lang="de" type="android" />
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 <!-- Accessibility content description --> 227 <!-- Accessibility content description -->
228 <message name="IDS_AUTOFILL_POPUP_CONTENT_DESCRIPTION" desc="The text anno unced by the screen reader when the autofill popup is shown."> 228 <message name="IDS_AUTOFILL_POPUP_CONTENT_DESCRIPTION" desc="The text anno unced by the screen reader when the autofill popup is shown.">
229 Showing autofill popup 229 Showing autofill popup
230 </message> 230 </message>
231 <message name="IDS_PASSWORD_GENERATION_POPUP_CONTENT_DESCRIPTION" desc="Th e text announced by the screen reader when the password generation popup is show n."> 231 <message name="IDS_PASSWORD_GENERATION_POPUP_CONTENT_DESCRIPTION" desc="Th e text announced by the screen reader when the password generation popup is show n.">
232 Showing password generation popup 232 Showing password generation popup
233 </message> 233 </message>
234 <message name="IDS_AUTOFILL_KEYBOARD_ACCESSORY_CONTENT_DESCRIPTION" desc=" The text announced by the screen reader when the autofill suggestions are shown. "> 234 <message name="IDS_AUTOFILL_KEYBOARD_ACCESSORY_CONTENT_DESCRIPTION" desc=" The text announced by the screen reader when the autofill suggestions are shown. ">
235 Suggestions available 235 Suggestions available
236 </message> 236 </message>
237
238 <!-- Migration strings -->
239 <message name="IDS_UPDATING_CHROME" desc="String that indicates that Chrom e is updating">
240 Updating Chrome...
241 </message>
237 </messages> 242 </messages>
238 </release> 243 </release>
239 </grit> 244 </grit>
OLDNEW
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/DocumentModeAssassinTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698