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

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: Fixed compile error with notifications 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 2252 matching lines...) Expand 10 before | Expand all | Expand 10 after
2263 </message> 2263 </message>
2264 2264
2265 <!-- Client certificate selection failure strings. --> 2265 <!-- Client certificate selection failure strings. -->
2266 <message name="IDS_CLIENT_CERT_UNSUPPORTED_TITLE" desc="Title of a dialog box for when the operating system does not support client SSL certificate select ion"> 2266 <message name="IDS_CLIENT_CERT_UNSUPPORTED_TITLE" desc="Title of a dialog box for when the operating system does not support client SSL certificate select ion">
2267 Unable to select certificate. 2267 Unable to select certificate.
2268 </message> 2268 </message>
2269 <message name="IDS_CLIENT_CERT_UNSUPPORTED_MESSAGE" desc="The message in a dialog box for when the operating system does not support client SSL certificat e selection"> 2269 <message name="IDS_CLIENT_CERT_UNSUPPORTED_MESSAGE" desc="The message in a dialog box for when the operating system does not support client SSL certificat e selection">
2270 Client side certificate selection is not supported by the operating syst em. 2270 Client side certificate selection is not supported by the operating syst em.
2271 </message> 2271 </message>
2272 2272
2273 <!-- Physical Web strings -->
2274 <message name="IDS_PHYSICAL_WEB_NOTIFICATION_TITLE" desc="Description of q uantity of discovered URLs nearby.">
2275 {NUM_URLS, plural,
2276 =1 {1 URL nearby}
2277 other {# URLs nearby}}
2278 </message>
2273 </messages> 2279 </messages>
2274 </release> 2280 </release>
2275 </grit> 2281 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698