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

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

Issue 2112653003: grit: Automatically replace ... with … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Convert remaining ellipsis Created 4 years, 5 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_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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 237
238 <!-- Migration strings --> 238 <!-- Migration strings -->
239 <message name="IDS_UPDATING_CHROME" desc="String that indicates that Chrom e is updating"> 239 <message name="IDS_UPDATING_CHROME" desc="String that indicates that Chrom e is updating">
240 Updating Chrome... 240 Updating Chrome&#8230;
241 </message> 241 </message>
242 </messages> 242 </messages>
243 </release> 243 </release>
244 </grit> 244 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698