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

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

Issue 1528963002: Quirks Client for downloading and providing display profiles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor to move some functionality from client to manager Created 4 years, 10 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 <!-- ChromeOS-specific strings (included from generated_resources.grd). 2 <!-- ChromeOS-specific strings (included from generated_resources.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required."> 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required.">
6 </message> 6 </message>
7 <!-- Idle logout dialog for retail mode --> 7 <!-- Idle logout dialog for retail mode -->
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only."> 8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only.">
9 Are you still there? 9 Are you still there?
10 </message> 10 </message>
(...skipping 1203 matching lines...) Expand 10 before | Expand all | Expand 10 after
1214 </message> 1214 </message>
1215 <message name="IDS_FLAGS_OFFICE_EDITING_COMPONENT_APP_DESCRIPTION" desc="Descr iption for the flag for Office Editing for Docs, Sheets &amp; Slides component e xtension."> 1215 <message name="IDS_FLAGS_OFFICE_EDITING_COMPONENT_APP_DESCRIPTION" desc="Descr iption for the flag for Office Editing for Docs, Sheets &amp; Slides component e xtension.">
1216 Office Editing for Docs, Sheets &amp; Slides for testing purposes. 1216 Office Editing for Docs, Sheets &amp; Slides for testing purposes.
1217 </message> 1217 </message>
1218 <message name="IDS_FLAGS_DISPLAY_COLOR_CALIBRATION_NAME" desc="Name for the fl ag for the color calibration of the display."> 1218 <message name="IDS_FLAGS_DISPLAY_COLOR_CALIBRATION_NAME" desc="Name for the fl ag for the color calibration of the display.">
1219 Color calibration of the display 1219 Color calibration of the display
1220 </message> 1220 </message>
1221 <message name="IDS_FLAGS_DISPLAY_COLOR_CALIBRATION_DESCRIPTION" desc="Descript ion for the flag for the color calibration of the display."> 1221 <message name="IDS_FLAGS_DISPLAY_COLOR_CALIBRATION_DESCRIPTION" desc="Descript ion for the flag for the color calibration of the display.">
1222 Allow color calibration of the display if the display supports the feature. 1222 Allow color calibration of the display if the display supports the feature.
1223 </message> 1223 </message>
1224 <message name="IDS_FLAGS_ENABLE_DISPLAY_QUIRKS_CLIENT_NAME" desc="Name for the flag to enable the Quirks Client for calibration of the display.">
1225 Enable Quirks Client for display calibration.
1226 </message>
1227 <message name="IDS_FLAGS_ENABLE_DISPLAY_QUIRKS_CLIENT_DESCRIPTION" desc="Descr iption for the flag to enable the Quirks Client for calibration of the display." >
1228 Enable retrieval of icc display files from Quirks Server for display color c alibration.
1229 </message>
1224 <message name="IDS_FLAGS_MEMORY_PRESSURE_THRESHOLD_NAME" desc="Name for the fl ag which specifies which memory pressure strategy should be used on ChromeOS."> 1230 <message name="IDS_FLAGS_MEMORY_PRESSURE_THRESHOLD_NAME" desc="Name for the fl ag which specifies which memory pressure strategy should be used on ChromeOS.">
1225 Memory discard strategy for advanced pressure handling 1231 Memory discard strategy for advanced pressure handling
1226 </message> 1232 </message>
1227 <message name="IDS_FLAGS_MEMORY_PRESSURE_THRESHOLD_DESCRIPTION" desc="Descript ion for the flag which specifies which memory pressure strategy should be used o n ChromeOS."> 1233 <message name="IDS_FLAGS_MEMORY_PRESSURE_THRESHOLD_DESCRIPTION" desc="Descript ion for the flag which specifies which memory pressure strategy should be used o n ChromeOS.">
1228 Memory discarding strategy to use 1234 Memory discarding strategy to use
1229 </message> 1235 </message>
1230 <message name="IDS_FLAGS_CONSERVATIVE_THRESHOLDS" desc="The value of the Memor y pressure for ChromeOS which requests conservative thresholds."> 1236 <message name="IDS_FLAGS_CONSERVATIVE_THRESHOLDS" desc="The value of the Memor y pressure for ChromeOS which requests conservative thresholds.">
1231 Conservative memory pressure release strategy 1237 Conservative memory pressure release strategy
1232 </message> 1238 </message>
1233 <message name="IDS_FLAGS_AGGRESSIVE_CACHE_DISCARD_THRESHOLDS" desc="The value of the Memory pressure thresholds for ChromeOS which use an aggressive cache rel ease strategy."> 1239 <message name="IDS_FLAGS_AGGRESSIVE_CACHE_DISCARD_THRESHOLDS" desc="The value of the Memory pressure thresholds for ChromeOS which use an aggressive cache rel ease strategy.">
(...skipping 5191 matching lines...) Expand 10 before | Expand all | Expand 10 after
6425 6431
6426 <!-- Android Apps --> 6432 <!-- Android Apps -->
6427 <message name="IDS_OPTIONS_ARC_TITLE" desc="The title of Android Apps section. "> 6433 <message name="IDS_OPTIONS_ARC_TITLE" desc="The title of Android Apps section. ">
6428 Android Apps 6434 Android Apps
6429 </message> 6435 </message>
6430 <message name="IDS_OPTIONS_ARC_ENABLE" desc="Label for the checkbox that enabl es Android apps."> 6436 <message name="IDS_OPTIONS_ARC_ENABLE" desc="Label for the checkbox that enabl es Android apps.">
6431 Enable Android Apps to run on your Chromebook. 6437 Enable Android Apps to run on your Chromebook.
6432 </message> 6438 </message>
6433 6439
6434 </grit-part> 6440 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698