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

Side by Side Diff: chrome/app/settings_strings.grdp

Issue 1877923002: [MD settings] advanced font settings extension link (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review changes Created 4 years, 8 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/browser/resources/settings/appearance_page/appearance_fonts_page.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 <!-- Settings-specific strings (included from generated_resources.grd). --> 2 <!-- Settings-specific strings (included from generated_resources.grd). -->
3 <grit-part> 3 <grit-part>
4 <!-- Policy Indicators --> 4 <!-- Policy Indicators -->
5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension."> 5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension.">
6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph> 6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph>
7 </message> 7 </message>
8 8
9 <!-- Accessibility Page --> 9 <!-- Accessibility Page -->
10 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page whi ch displays accessibility preferences."> 10 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page whi ch displays accessibility preferences.">
(...skipping 1094 matching lines...) Expand 10 before | Expand all | Expand 10 after
1105 </message> 1105 </message>
1106 <message name="IDS_SETTINGS_LOREM_IPSUM" desc="Gibberish example text in setti ngs."> 1106 <message name="IDS_SETTINGS_LOREM_IPSUM" desc="Gibberish example text in setti ngs.">
1107 Lorem ipsum dolor sit amet, consectetur adipiscing elit. 1107 Lorem ipsum dolor sit amet, consectetur adipiscing elit.
1108 </message> 1108 </message>
1109 <message name="IDS_SETTINGS_LOADING" desc="Placeholder text while waiting for font settings to appear, shown only until font settings have loaded."> 1109 <message name="IDS_SETTINGS_LOADING" desc="Placeholder text while waiting for font settings to appear, shown only until font settings have loaded.">
1110 Loading... 1110 Loading...
1111 </message> 1111 </message>
1112 <message name="IDS_SETTINGS_ADVANCED_FONT_SETTINGS" desc="Label for advanced f ont settings."> 1112 <message name="IDS_SETTINGS_ADVANCED_FONT_SETTINGS" desc="Label for advanced f ont settings.">
1113 Advanced font settings 1113 Advanced font settings
1114 </message> 1114 </message>
1115 <message name="IDS_SETTINGS_OPEN_ADVANCED_FONT_SETTINGS" desc="Sub-label for o pening advanced font extension options.">
1116 Open extension options
1117 </message>
1115 <message name="IDS_SETTINGS_QUICK_BROWN_FOX" desc="Example text to see a font style and size sample. The quick brown fox sentence is a playful way to show al l 26 English letters. Any example text will do. There is no need to translate this exactly."> 1118 <message name="IDS_SETTINGS_QUICK_BROWN_FOX" desc="Example text to see a font style and size sample. The quick brown fox sentence is a playful way to show al l 26 English letters. Any example text will do. There is no need to translate this exactly.">
1116 The quick brown fox jumps over the lazy dog 1119 The quick brown fox jumps over the lazy dog
1117 </message> 1120 </message>
1118 <message name="IDS_SETTINGS_REQUIRES_WEB_STORE_EXTENSION" desc="Sub-label for advanced font settings explaining that an extension from the Web Store is requir ed."> 1121 <message name="IDS_SETTINGS_REQUIRES_WEB_STORE_EXTENSION" desc="Sub-label for advanced font settings explaining that an extension from the Web Store is requir ed.">
1119 Requires extension from the Chrome Web Store 1122 Requires extension from the Chrome Web Store
1120 </message> 1123 </message>
1121 1124
1122 <!-- Device Page --> 1125 <!-- Device Page -->
1123 <if expr="chromeos"> 1126 <if expr="chromeos">
1124 <message name="IDS_SETTINGS_DEVICE_TITLE" desc="Name of the settings page wh ich displays device and peripheral settings."> 1127 <message name="IDS_SETTINGS_DEVICE_TITLE" desc="Name of the settings page wh ich displays device and peripheral settings.">
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
1201 System 1204 System
1202 </message> 1205 </message>
1203 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available."> 1206 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available.">
1204 Use hardware acceleration when available 1207 Use hardware acceleration when available
1205 </message> 1208 </message>
1206 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1209 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1207 Change proxy settings 1210 Change proxy settings
1208 </message> 1211 </message>
1209 </if> 1212 </if>
1210 </grit-part> 1213 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/appearance_page/appearance_fonts_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698