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

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

Issue 668983004: Add <a is="action-link">, a web component extension of <a> for in-page actions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 1 month 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/generated_resources.grd ('k') | chrome/browser/resources/crashes.html » ('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. --> 4 Chrome supports. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/google_chrome_strings.h" type="rc_header"> 9 <output filename="grit/google_chrome_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 Let Google Chrome run in the background 345 Let Google Chrome run in the background
346 </message> 346 </message>
347 </if> 347 </if>
348 <message name="IDS_OPTIONS_SYSTEM_ENABLE_BACKGROUND_MODE" desc="The label of the check-box that enables background mode"> 348 <message name="IDS_OPTIONS_SYSTEM_ENABLE_BACKGROUND_MODE" desc="The label of the check-box that enables background mode">
349 Continue running background apps when Google Chrome is closed 349 Continue running background apps when Google Chrome is closed
350 </message> 350 </message>
351 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE" desc= "The label of the check-box that enables hardware acceleration mode"> 351 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE" desc= "The label of the check-box that enables hardware acceleration mode">
352 Use hardware acceleration when available 352 Use hardware acceleration when available
353 </message> 353 </message>
354 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE_RESTAR T" desc="The restart string after changing hardware acceleration mode"> 354 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE_RESTAR T" desc="The restart string after changing hardware acceleration mode">
355 (requires Chrome <ph name="BEGIN_BUTTON">&lt;button id="gpu-mode-reset-r estart-button" type="button" class="link-button standalone-link-button"&gt;</ph> restart<ph name="END_BUTTON">&lt;/button&gt;</ph>) 355 (requires Chrome <ph name="BEGIN_BUTTON">&lt;a is="action-link" id="gpu- mode-reset-restart-button" class="standalone-action-link"&gt;</ph>restart<ph nam e="END_BUTTON">&lt;/a&gt;</ph>)
356 </message> 356 </message>
357 <message name="IDS_CANT_WRITE_USER_DIRECTORY_SUMMARY" desc="Summary of pro blem displayed in dialog when we can't create a directory for this user."> 357 <message name="IDS_CANT_WRITE_USER_DIRECTORY_SUMMARY" desc="Summary of pro blem displayed in dialog when we can't create a directory for this user.">
358 Google Chrome cannot read and write to its data directory: 358 Google Chrome cannot read and write to its data directory:
359 359
360 <ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Sett ings\Application Data\Google\Chrome</ex></ph> 360 <ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Sett ings\Application Data\Google\Chrome</ex></ph>
361 </message> 361 </message>
362 <if expr="chromeos"> 362 <if expr="chromeos">
363 <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the checkbox to enable/disable crash and user metrics logging on EULA screen."> 363 <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the checkbox to enable/disable crash and user metrics logging on EULA screen.">
364 Optional: Help make Chrome OS better by automatically sending usage st atistics and crash reports to Google. 364 Optional: Help make Chrome OS better by automatically sending usage st atistics and crash reports to Google.
365 </message> 365 </message>
(...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after
1256 Chrome updates automatically so you always have the freshest version. When this download completes, Chrome will restart and you'll be on your way. 1256 Chrome updates automatically so you always have the freshest version. When this download completes, Chrome will restart and you'll be on your way.
1257 </message> 1257 </message>
1258 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> 1258 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen">
1259 Chrome OS terms 1259 Chrome OS terms
1260 </message> 1260 </message>
1261 </if> 1261 </if>
1262 1262
1263 </messages> 1263 </messages>
1264 </release> 1264 </release>
1265 </grit> 1265 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/crashes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698