| OLD | NEW |
| 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 distribution specific. | 2 <!-- This file contains definitions of strings that are distribution specific. |
| 3 If you update this file, be sure also to update google_chrome_strings.grd. --> | 3 If you update this file, be sure also to update google_chrome_strings.grd. --> |
| 4 | 4 |
| 5 <grit base_dir="." latest_public_release="0" current_release="1" | 5 <grit base_dir="." latest_public_release="0" current_release="1" |
| 6 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> | 6 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> |
| 7 <outputs> | 7 <outputs> |
| 8 <output filename="grit/chromium_strings.h" type="rc_header"> | 8 <output filename="grit/chromium_strings.h" type="rc_header"> |
| 9 <emit emit_type='prepend'></emit> | 9 <emit emit_type='prepend'></emit> |
| 10 </output> | 10 </output> |
| (...skipping 1190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1201 </message> | 1201 </message> |
| 1202 <message name="IDS_PAGE_INFO_SECURITY_TAB_SECURE_IDENTITY_CT_INVALID" desc
="The text of the identity section when the page is secure, but it contains a Si
gned Certificate Timestamp from a known Certificate Transparency log that failed
to verify."> | 1202 <message name="IDS_PAGE_INFO_SECURITY_TAB_SECURE_IDENTITY_CT_INVALID" desc
="The text of the identity section when the page is secure, but it contains a Si
gned Certificate Timestamp from a known Certificate Transparency log that failed
to verify."> |
| 1203 Chromium verified that <ph name="ISSUER">$1<ex>VeriSign</ex></ph> issued
this website's certificate. The server supplied Certificate Transparency inform
ation, but it was invalid. | 1203 Chromium verified that <ph name="ISSUER">$1<ex>VeriSign</ex></ph> issued
this website's certificate. The server supplied Certificate Transparency inform
ation, but it was invalid. |
| 1204 </message> | 1204 </message> |
| 1205 | 1205 |
| 1206 <!-- Desktop Capture --> | 1206 <!-- Desktop Capture --> |
| 1207 <message name="IDS_DESKTOP_MEDIA_PICKER_SOURCE_TYPE_TAB" desc="Text for th
e button on the window picker dialog, clicking which takes one to tab sharing"> | 1207 <message name="IDS_DESKTOP_MEDIA_PICKER_SOURCE_TYPE_TAB" desc="Text for th
e button on the window picker dialog, clicking which takes one to tab sharing"> |
| 1208 Chromium Tab | 1208 Chromium Tab |
| 1209 </message> | 1209 </message> |
| 1210 | 1210 |
| 1211 <!-- Plugin Placeholders --> |
| 1212 <message name="IDS_PLUGIN_RESTART_REQUIRED" desc="The placeholder text for
a plugin that can't be loaded until the browser is restarted."> |
| 1213 Restart Chromium to enable <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> |
| 1214 </message> |
| 1215 |
| 1211 <!-- Runtime permission strings --> | 1216 <!-- Runtime permission strings --> |
| 1212 <if expr="is_android"> | 1217 <if expr="is_android"> |
| 1213 <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."> | 1218 <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."> |
| 1214 Chromium needs camera access to share it with this site. | 1219 Chromium needs camera access to share it with this site. |
| 1215 </message> | 1220 </message> |
| 1216 <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."> | 1221 <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."> |
| 1217 Chromium needs microphone access to share it with this site. | 1222 Chromium needs microphone access to share it with this site. |
| 1218 </message> | 1223 </message> |
| 1219 <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."> | 1224 <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."> |
| 1220 Chromium needs location access to share it with this site. | 1225 Chromium needs location access to share it with this site. |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1284 Pin Chromium to your taskbar | 1289 Pin Chromium to your taskbar |
| 1285 </message> | 1290 </message> |
| 1286 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the
user to select Chromium from an external list of apps."> | 1291 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the
user to select Chromium from an external list of apps."> |
| 1287 Select <ph name="SMALL_PRODUCT_LOGO"><div class="logo-small"><
;/div></ph> <ph name="BEGIN_BOLD"><strong></ph>Chromium<ph name="END_BO
LD"></strong></ph> | 1292 Select <ph name="SMALL_PRODUCT_LOGO"><div class="logo-small"><
;/div></ph> <ph name="BEGIN_BOLD"><strong></ph>Chromium<ph name="END_BO
LD"></strong></ph> |
| 1288 </message> | 1293 </message> |
| 1289 </if> | 1294 </if> |
| 1290 | 1295 |
| 1291 </messages> | 1296 </messages> |
| 1292 </release> | 1297 </release> |
| 1293 </grit> | 1298 </grit> |
| OLD | NEW |