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

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

Issue 2370923005: Implement restart-required message on Linux. (Closed)
Patch Set: Through #22 & sync Created 4 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
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/browser/plugins/plugin_info_message_filter.cc » ('j') | 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 <!-- 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 1191 matching lines...) Expand 10 before | Expand all | Expand 10 after
1202 </message> 1202 </message>
1203 <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 <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.">
1204 Chrome verified that <ph name="ISSUER">$1<ex>VeriSign</ex></ph> issued t his website's certificate. The server supplied Certificate Transparency informat ion, but it was invalid. 1204 Chrome verified that <ph name="ISSUER">$1<ex>VeriSign</ex></ph> issued t his website's certificate. The server supplied Certificate Transparency informat ion, but it was invalid.
1205 </message> 1205 </message>
1206 1206
1207 <!-- Desktop Capture --> 1207 <!-- Desktop Capture -->
1208 <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 <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">
1209 Chrome Tab 1209 Chrome Tab
1210 </message> 1210 </message>
1211 1211
1212 <!-- Plugin Placeholders -->
1213 <message name="IDS_PLUGIN_RESTART_REQUIRED" desc="The placeholder text for a plugin that can't be loaded until the browser is restarted.">
1214 Restart Chrome to enable <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph>
1215 </message>
1216
1212 <!-- Runtime permission strings --> 1217 <!-- Runtime permission strings -->
1213 <if expr="is_android"> 1218 <if expr="is_android">
1214 <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."> 1219 <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.">
1215 Chrome needs camera access to share it with this site. 1220 Chrome needs camera access to share it with this site.
1216 </message> 1221 </message>
1217 <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."> 1222 <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.">
1218 Chrome needs microphone access to share it with this site. 1223 Chrome needs microphone access to share it with this site.
1219 </message> 1224 </message>
1220 <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."> 1225 <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.">
1221 Chrome needs location access to share it with this site. 1226 Chrome needs location access to share it with this site.
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
1285 Pin Chrome to your taskbar 1290 Pin Chrome to your taskbar
1286 </message> 1291 </message>
1287 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the user to select Chrome from an external list of apps."> 1292 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the user to select Chrome from an external list of apps.">
1288 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> 1293 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>
1289 </message> 1294 </message>
1290 </if> 1295 </if>
1291 1296
1292 </messages> 1297 </messages>
1293 </release> 1298 </release>
1294 </grit> 1299 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/browser/plugins/plugin_info_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698