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

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

Issue 1326593006: Add the Physical Web to Chrome on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add an OWNERS file Created 5 years, 3 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 2225 matching lines...) Expand 10 before | Expand all | Expand 10 after
2236 </message> 2236 </message>
2237 <message name="IDS_HELP_CONTEXT_INCOGNITO_LEARN_MORE" translateable="false "> 2237 <message name="IDS_HELP_CONTEXT_INCOGNITO_LEARN_MORE" translateable="false ">
2238 chrome_incognito 2238 chrome_incognito
2239 </message> 2239 </message>
2240 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> 2240 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false">
2241 send_crash_report 2241 send_crash_report
2242 </message> 2242 </message>
2243 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> 2243 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false">
2244 mobile_awsnap 2244 mobile_awsnap
2245 </message> 2245 </message>
2246
2247 <!-- Physical Web strings -->
2248 <message name="IDS_PHYSICAL_WEB_NOTIFICATION_TITLE" desc="Description of q uantity of discovered URLs nearby.">
2249 {NUM_URLS, plural,
2250 =1 {1 URL Nearby}
2251 other {# URLs Nearby}}
2252 </message>
2246 </messages> 2253 </messages>
2247 </release> 2254 </release>
2248 </grit> 2255 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698