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

Side by Side Diff: chrome/app/google_chrome_strings.grd

Issue 2872853004: Remove usage of the generic multiple permissions update string. (Closed)
Patch Set: Feedback Created 3 years, 7 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 <!-- This file contains definitions of strings that are specific to 2 <!-- This file contains definitions of strings that are specific to
3 Google Chrome. These strings will be translated for each locale that Google 3 Google Chrome. These strings will be translated for each locale that Google
4 Chrome supports. If you update this file, be sure also to update 4 Chrome supports. If you update this file, be sure also to update
5 chromium_strings.grd. --> 5 chromium_strings.grd. -->
6 6
7 <grit base_dir="." latest_public_release="0" current_release="1" 7 <grit base_dir="." latest_public_release="0" current_release="1"
8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <output filename="grit/google_chrome_strings.h" type="rc_header"> 10 <output filename="grit/google_chrome_strings.h" type="rc_header">
(...skipping 1188 matching lines...) Expand 10 before | Expand all | Expand 10 after
1199 </message> 1199 </message>
1200 1200
1201 <!-- Runtime permission strings --> 1201 <!-- Runtime permission strings -->
1202 <if expr="is_android"> 1202 <if expr="is_android">
1203 <message name="IDS_INFOBAR_MISSING_CAMERA_PERMISSION_TEXT" desc="Text sh own in an infobar when a website has requested access to the camera capabilities , but Chrome is missing the Android camera permission."> 1203 <message name="IDS_INFOBAR_MISSING_CAMERA_PERMISSION_TEXT" desc="Text sh own in an infobar when a website has requested access to the camera capabilities , but Chrome is missing the Android camera permission.">
1204 Chrome needs camera access to share it with this site. 1204 Chrome needs camera access to share it with this site.
1205 </message> 1205 </message>
1206 <message name="IDS_INFOBAR_MISSING_MICROPHONE_PERMISSION_TEXT" desc="Tex t shown in an infobar when a website has requested access to the microphone capa bilities, but Chrome is missing the Android microphone permission."> 1206 <message name="IDS_INFOBAR_MISSING_MICROPHONE_PERMISSION_TEXT" desc="Tex t shown in an infobar when a website has requested access to the microphone capa bilities, but Chrome is missing the Android microphone permission.">
1207 Chrome needs microphone access to share it with this site. 1207 Chrome needs microphone access to share it with this site.
1208 </message> 1208 </message>
1209 <message name="IDS_INFOBAR_MISSING_MICROPHONE_CAMERA_PERMISSIONS_TEXT" d esc="Text shown in an infobar when a website has requested access to the microph one and camera capabilities, but Chrome is missing the Android microphone and ca mera permissions.">
1210 Chrome needs permission to access your camera and microphone for this site.
1211 </message>
1209 <message name="IDS_INFOBAR_MISSING_LOCATION_PERMISSION_TEXT" desc="Text shown in an infobar when a website has requested access to the location capabili ties, but Chrome is missing the Android location permission."> 1212 <message name="IDS_INFOBAR_MISSING_LOCATION_PERMISSION_TEXT" desc="Text shown in an infobar when a website has requested access to the location capabili ties, but Chrome is missing the Android location permission.">
1210 Chrome needs location access to share it with this site. 1213 Chrome needs location access to share it with this site.
1211 </message> 1214 </message>
1212 <message name="IDS_INFOBAR_MISSING_MULTIPLE_PERMISSIONS_TEXT" desc="Text shown in an infobar when a website has requested access to the multiple restric ted capabilities (e.g. location, camera, microphone), but Chrome is missing the corresponding Android permissions.">
1213 Chrome needs permissions access to share them with this site.
1214 </message>
1215 <message name="IDS_MISSING_STORAGE_PERMISSION_DOWNLOAD_EDUCATION_TEXT" d esc="Text shown educating the user that Chrome is missing the Android storage pe rmission, which is required to download files."> 1215 <message name="IDS_MISSING_STORAGE_PERMISSION_DOWNLOAD_EDUCATION_TEXT" d esc="Text shown educating the user that Chrome is missing the Android storage pe rmission, which is required to download files.">
1216 Chrome needs storage access to download files. 1216 Chrome needs storage access to download files.
1217 </message> 1217 </message>
1218 </if> 1218 </if>
1219 1219
1220 <!-- OOBE --> 1220 <!-- OOBE -->
1221 <if expr="chromeos"> 1221 <if expr="chromeos">
1222 <message name="IDS_INSTALLING_UPDATE" desc="Label shown on the updates i nstallation screen during OOBE"> 1222 <message name="IDS_INSTALLING_UPDATE" desc="Label shown on the updates i nstallation screen during OOBE">
1223 Please wait while Chrome installs the latest system updates. 1223 Please wait while Chrome installs the latest system updates.
1224 </message> 1224 </message>
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
1269 <message name="IDS_WIN10_WELCOME_PIN_SUBHEADING" desc="A subheading on a section which gives instructions on how to pin Chrome to the Windows 10 taskbar ."> 1269 <message name="IDS_WIN10_WELCOME_PIN_SUBHEADING" desc="A subheading on a section which gives instructions on how to pin Chrome to the Windows 10 taskbar .">
1270 Pin Chrome to your taskbar 1270 Pin Chrome to your taskbar
1271 </message> 1271 </message>
1272 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the user to select Chrome from an external list of apps."> 1272 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the user to select Chrome from an external list of apps.">
1273 Select <ph name="SMALL_PRODUCT_LOGO">&lt;div class="logo-small"&gt;&lt ;/div&gt;</ph> <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Google Chrome<ph name="E ND_BOLD">&lt;/strong&gt;</ph> 1273 Select <ph name="SMALL_PRODUCT_LOGO">&lt;div class="logo-small"&gt;&lt ;/div&gt;</ph> <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Google Chrome<ph name="E ND_BOLD">&lt;/strong&gt;</ph>
1274 </message> 1274 </message>
1275 </if> 1275 </if>
1276 </messages> 1276 </messages>
1277 </release> 1277 </release>
1278 </grit> 1278 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698