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

Side by Side Diff: chrome/app/google_chrome_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
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 1156 matching lines...) Expand 10 before | Expand all | Expand 10 after
1167 <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 "> 1167 <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 ">
1168 Help make Chrome better 1168 Help make Chrome better
1169 </message> 1169 </message>
1170 <message name="IDS_FEEDBACK_SERVICE_DIALOG_EXPLANATION" desc="Explanation of the dialog asking whether the user wants to upload suspected malicious files for analysis"> 1170 <message name="IDS_FEEDBACK_SERVICE_DIALOG_EXPLANATION" desc="Explanation of the dialog asking whether the user wants to upload suspected malicious files for analysis">
1171 You can help make Chrome safer and easier to use by automatically report ing details of possible security incidents to Google. 1171 You can help make Chrome safer and easier to use by automatically report ing details of possible security incidents to Google.
1172 </message> 1172 </message>
1173 <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"> 1173 <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">
1174 You can help make Chrome safer and easier to use by automatically sendin g some system information and page content to Google to help detect dangerous ap ps and sites. 1174 You can help make Chrome safer and easier to use by automatically sendin g some system information and page content to Google to help detect dangerous ap ps and sites.
1175 </message> 1175 </message>
1176 1176
1177 <!-- Page Information Window -->
1178 <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.">
1179 Chrome verified that <ph name="ISSUER">$1<ex>VeriSign</ex></ph> issued t his website's certificate.
1180 </message>
1181
1182 <!-- Desktop Capture --> 1177 <!-- Desktop Capture -->
1183 <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"> 1178 <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">
1184 Chrome Tab 1179 Chrome Tab
1185 </message> 1180 </message>
1186 1181
1187 <!-- Plugin Placeholders --> 1182 <!-- Plugin Placeholders -->
1188 <message name="IDS_PLUGIN_RESTART_REQUIRED" desc="The placeholder text for a plugin that can't be loaded until the browser is restarted."> 1183 <message name="IDS_PLUGIN_RESTART_REQUIRED" desc="The placeholder text for a plugin that can't be loaded until the browser is restarted.">
1189 Restart Chrome to enable <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> 1184 Restart Chrome to enable <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph>
1190 </message> 1185 </message>
1191 1186
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
1274 <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 .">
1275 Pin Chrome to your taskbar 1270 Pin Chrome to your taskbar
1276 </message> 1271 </message>
1277 <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.">
1278 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>
1279 </message> 1274 </message>
1280 </if> 1275 </if>
1281 </messages> 1276 </messages>
1282 </release> 1277 </release>
1283 </grit> 1278 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698