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

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

Issue 1332063003: permissions: implement coalesced permissions on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@request-multiple
Patch Set: Bring CL up to scratch with mocks 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 2243 matching lines...) Expand 10 before | Expand all | Expand 10 after
2254 </message> 2254 </message>
2255 2255
2256 <!-- Client certificate selection failure strings. --> 2256 <!-- Client certificate selection failure strings. -->
2257 <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"> 2257 <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">
2258 Unable to select certificate. 2258 Unable to select certificate.
2259 </message> 2259 </message>
2260 <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"> 2260 <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">
2261 Client side certificate selection is not supported by the operating syst em. 2261 Client side certificate selection is not supported by the operating syst em.
2262 </message> 2262 </message>
2263 2263
2264 <!-- Coalesced Permission Infobar -->
2265 <message name="IDS_COALESCED_PERMISSION_INFOBAR_GEOLOCATION" desc="Descrip tion used on the info bar when the user's location is one of several requested p ermissions.">
2266 Know your location
2267 </message>
2268 <message name="IDS_COALESCED_PERMISSION_INFOBAR_NOTIFICATIONS" desc="Descr iption used on the info bar when sending notifications is one of several request ed permissions.">
2269 Send notifications
2270 </message>
2271 <message name="IDS_COALESCED_PERMISSION_INFOBAR_MIDI" desc="Description us ed on the info bar when control of MIDI devices is one of several requested perm issions.">
2272 Have full control of MIDI devices
2273 </message>
2274 <message name="IDS_COALESCED_PERMISSION_INFOBAR_PUSH" desc="Description us ed on the info bar when receiving push messages is one of several requested perm issions.">
2275 Receive push messages
2276 </message>
2277 <message name="IDS_COALESCED_PERMISSION_INFOBAR_PROTECTED_MEDIA" desc="Des cription used on the info bar when knowing the media device identifier is one of several requested permissions.">
2278 Know your unique device identifier
2279 </message>
2280 <message name="IDS_COALESCED_PERMISSION_INFOBAR_DURABLE_STORAGE" desc="Des cription used on the info bar when storing files on the device is one of several requested permissions.">
2281 Store files
2282 </message>
2283 <message name="IDS_COALESCED_PERMISSION_INFOBAR_AUDIO_CAPTURE" desc="Descr iption used on the info bar when using the microphone is one of several requeste d permissions.">
2284 Use your microphone
2285 </message>
2286 <message name="IDS_COALESCED_PERMISSION_INFOBAR_VIDEO_CAPTURE" desc="Descr iption used on the info bar when using the camera is one of several requested pe rmissions.">
2287 Use your camera
2288 </message>
2289
2264 </messages> 2290 </messages>
2265 </release> 2291 </release>
2266 </grit> 2292 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698