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

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: Remove extra line 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
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWebBleClient.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 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 2222 matching lines...) Expand 10 before | Expand all | Expand 10 after
2233 </message> 2233 </message>
2234 <message name="IDS_HELP_CONTEXT_INCOGNITO_LEARN_MORE" translateable="false "> 2234 <message name="IDS_HELP_CONTEXT_INCOGNITO_LEARN_MORE" translateable="false ">
2235 chrome_incognito 2235 chrome_incognito
2236 </message> 2236 </message>
2237 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> 2237 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false">
2238 send_crash_report 2238 send_crash_report
2239 </message> 2239 </message>
2240 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> 2240 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false">
2241 mobile_awsnap 2241 mobile_awsnap
2242 </message> 2242 </message>
2243
2244 <!-- Physical Web strings -->
2245 <message name="IDS_PHYSICAL_WEB_NOTIFICATION_TITLE" desc="Description of q uantity of discovered URLs nearby.">
2246 {NUM_URLS, plural,
2247 =1 {1 URL Nearby}
newt (away) 2015/09/11 22:12:12 Note: Android uses "Sentence case" for UI strings.
cco3 2015/09/11 22:19:12 Done.
2248 other {# URLs Nearby}}
2249 </message>
2243 </messages> 2250 </messages>
2244 </release> 2251 </release>
2245 </grit> 2252 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWebBleClient.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698