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

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 1412423007: Modify Physical Web Nearby URLs list to resemble search results (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 2
3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 2272 matching lines...) Expand 10 before | Expand all | Expand 10 after
2283 2283
2284 <!-- Physical Web strings --> 2284 <!-- Physical Web strings -->
2285 <message name="IDS_PHYSICAL_WEB_LIST_URLS_ACTIVITY_TITLE" desc="The title for a dialog that shows a list of URLs broadcasted from nearby devices."> 2285 <message name="IDS_PHYSICAL_WEB_LIST_URLS_ACTIVITY_TITLE" desc="The title for a dialog that shows a list of URLs broadcasted from nearby devices.">
2286 Nearby URLs 2286 Nearby URLs
2287 </message> 2287 </message>
2288 <message name="IDS_PHYSICAL_WEB_NOTIFICATION_TITLE" desc="Description of q uantity of discovered URLs nearby."> 2288 <message name="IDS_PHYSICAL_WEB_NOTIFICATION_TITLE" desc="Description of q uantity of discovered URLs nearby.">
2289 {NUM_URLS, plural, 2289 {NUM_URLS, plural,
2290 =1 {1 URL nearby} 2290 =1 {1 URL nearby}
2291 other {# URLs nearby}} 2291 other {# URLs nearby}}
2292 </message> 2292 </message>
2293 <message name="IDS_PHYSICAL_WEB_FAVICON_CONTENT_DESCRIPTION" desc="Content description of the favicon field for a discovered URL.">
dvh 2015/10/22 18:19:10 I'm not sure about adding that string. I think tha
2294 favicon for the given URL for this entry
2295 </message>
2293 </messages> 2296 </messages>
2294 </release> 2297 </release>
2295 </grit> 2298 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698