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

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

Issue 2849713003: Move all Page Info strings into page_info_strings.grdp (Closed)
Patch Set: Fix moar. 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
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('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 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 1144 matching lines...) Expand 10 before | Expand all | Expand 10 after
1155 <message name="IDS_FEEDBACK_SERVICE_DIALOG_TITLE" desc="Title of the dialo g asking whether the user wants to upload suspected malicious files for analysis "> 1155 <message name="IDS_FEEDBACK_SERVICE_DIALOG_TITLE" desc="Title of the dialo g asking whether the user wants to upload suspected malicious files for analysis ">
1156 Help make Chromium better 1156 Help make Chromium better
1157 </message> 1157 </message>
1158 <message name="IDS_FEEDBACK_SERVICE_DIALOG_EXPLANATION" desc="Explanation of the dialog asking whether the user wants to upload suspected malicious files for analysis"> 1158 <message name="IDS_FEEDBACK_SERVICE_DIALOG_EXPLANATION" desc="Explanation of the dialog asking whether the user wants to upload suspected malicious files for analysis">
1159 You can help make Chromium safer and easier to use by automatically repo rting details of possible security incidents to Google. 1159 You can help make Chromium safer and easier to use by automatically repo rting details of possible security incidents to Google.
1160 </message> 1160 </message>
1161 <message name="IDS_FEEDBACK_SERVICE_DIALOG_EXPLANATION_SCOUT" desc="Explan ation of the dialog asking whether the user wants to upload some system informat ion and page content for Safe Browsing analysis"> 1161 <message name="IDS_FEEDBACK_SERVICE_DIALOG_EXPLANATION_SCOUT" desc="Explan ation of the dialog asking whether the user wants to upload some system informat ion and page content for Safe Browsing analysis">
1162 You can help make Chromium safer and easier to use by automatically send ing some system information and page content to Google to help detect dangerous apps and sites. 1162 You can help make Chromium safer and easier to use by automatically send ing some system information and page content to Google to help detect dangerous apps and sites.
1163 </message> 1163 </message>
1164 1164
1165 <!-- Page Information Window -->
1166 <message name="IDS_PAGE_INFO_SECURITY_TAB_SECURE_IDENTITY_VERIFIED" desc=" The text of the identity section when the page is secure and uses a valid certif icate">
1167 Chromium verified that <ph name="ISSUER">$1<ex>VeriSign</ex></ph> issued this website's certificate.
1168 </message>
1169
1170 <!-- Desktop Capture --> 1165 <!-- Desktop Capture -->
1171 <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"> 1166 <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">
1172 Chromium Tab 1167 Chromium Tab
1173 </message> 1168 </message>
1174 1169
1175 <!-- Plugin Placeholders --> 1170 <!-- Plugin Placeholders -->
1176 <message name="IDS_PLUGIN_RESTART_REQUIRED" desc="The placeholder text for a plugin that can't be loaded until the browser is restarted."> 1171 <message name="IDS_PLUGIN_RESTART_REQUIRED" desc="The placeholder text for a plugin that can't be loaded until the browser is restarted.">
1177 Restart Chromium to enable <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> 1172 Restart Chromium to enable <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph>
1178 </message> 1173 </message>
1179 1174
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
1261 <message name="IDS_WIN10_WELCOME_PIN_SUBHEADING" desc="A subheading on a section which gives instructions on how to pin Chromium to the Windows 10 taskb ar."> 1256 <message name="IDS_WIN10_WELCOME_PIN_SUBHEADING" desc="A subheading on a section which gives instructions on how to pin Chromium to the Windows 10 taskb ar.">
1262 Pin Chromium to your taskbar 1257 Pin Chromium to your taskbar
1263 </message> 1258 </message>
1264 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the user to select Chromium from an external list of apps."> 1259 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the user to select Chromium from an external list of apps.">
1265 Select <ph name="SMALL_PRODUCT_LOGO">&lt;div class="logo-small"&gt;&lt ;/div&gt;</ph> <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Chromium<ph name="END_BO LD">&lt;/strong&gt;</ph> 1260 Select <ph name="SMALL_PRODUCT_LOGO">&lt;div class="logo-small"&gt;&lt ;/div&gt;</ph> <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Chromium<ph name="END_BO LD">&lt;/strong&gt;</ph>
1266 </message> 1261 </message>
1267 </if> 1262 </if>
1268 </messages> 1263 </messages>
1269 </release> 1264 </release>
1270 </grit> 1265 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698