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

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

Issue 566993002: Add lucid sleep flag and debugging helper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix nits Created 6 years, 3 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 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook."> 7 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook.">
8 Chromebook 8 Chromebook
9 </message> 9 </message>
10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox"> 10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox">
(...skipping 1072 matching lines...) Expand 10 before | Expand all | Expand 10 after
1083 </message> 1083 </message>
1084 <message name="IDS_FLAGS_DISABLE_OFFICE_EDITING_COMPONENT_APP_DESCRIPTION" des c="Description for the flag to disable Office Editing for Docs, Sheets &amp; Sli des component extension."> 1084 <message name="IDS_FLAGS_DISABLE_OFFICE_EDITING_COMPONENT_APP_DESCRIPTION" des c="Description for the flag to disable Office Editing for Docs, Sheets &amp; Sli des component extension.">
1085 Disable Office Editing for Docs, Sheets &amp; Slides for testing purposes 1085 Disable Office Editing for Docs, Sheets &amp; Slides for testing purposes
1086 </message> 1086 </message>
1087 <message name="IDS_FLAGS_DISABLE_DISPLAY_COLOR_CALIBRATION_NAME" desc="Name fo r the flag to disable the color calibration of the display."> 1087 <message name="IDS_FLAGS_DISABLE_DISPLAY_COLOR_CALIBRATION_NAME" desc="Name fo r the flag to disable the color calibration of the display.">
1088 Disable the color calibration of the display. 1088 Disable the color calibration of the display.
1089 </message> 1089 </message>
1090 <message name="IDS_FLAGS_DISABLE_DISPLAY_COLOR_CALIBRATION_DESCRIPTION" desc=" Description for the flag to disable the color calibration of the display."> 1090 <message name="IDS_FLAGS_DISABLE_DISPLAY_COLOR_CALIBRATION_DESCRIPTION" desc=" Description for the flag to disable the color calibration of the display.">
1091 Disable calibrating the color of the display even if the display supports th e feature. 1091 Disable calibrating the color of the display even if the display supports th e feature.
1092 </message> 1092 </message>
1093 <message name="IDS_FLAGS_WAKE_ON_PACKETS_NAME" desc="Name for the flag to enab le wake on packets.">
1094 Wake On Packets
1095 </message>
1096 <message name="IDS_FLAGS_WAKE_ON_PACKETS_DESCRIPTION" desc="Description for th e flag to enable wake on packets.">
1097 Enables waking the device based on the receipt of some network packets.
1098 </message>
1093 <message name="IDS_OFFERS_CONSENT_INFOBAR_LABEL_LEARN_MORE" desc="Text of the Learn More link in the echo dialog."> 1099 <message name="IDS_OFFERS_CONSENT_INFOBAR_LABEL_LEARN_MORE" desc="Text of the Learn More link in the echo dialog.">
1094 Learn More 1100 Learn More
1095 </message> 1101 </message>
1096 <message name="IDS_OFFERS_CONSENT_INFOBAR_ENABLE_BUTTON" desc="Enable button l abel."> 1102 <message name="IDS_OFFERS_CONSENT_INFOBAR_ENABLE_BUTTON" desc="Enable button l abel.">
1097 Allow 1103 Allow
1098 </message> 1104 </message>
1099 <message name="IDS_OFFERS_CONSENT_INFOBAR_DISABLE_BUTTON" desc="Disable button label."> 1105 <message name="IDS_OFFERS_CONSENT_INFOBAR_DISABLE_BUTTON" desc="Disable button label.">
1100 Deny 1106 Deny
1101 </message> 1107 </message>
1102 <message name="IDS_NETWORK_CONFIG_ERROR_INCORRECT_PASSWORD" desc="Error for ne twork configuration: Incorrect password."> 1108 <message name="IDS_NETWORK_CONFIG_ERROR_INCORRECT_PASSWORD" desc="Error for ne twork configuration: Incorrect password.">
(...skipping 4713 matching lines...) Expand 10 before | Expand all | Expand 10 after
5816 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window."> 5822 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window.">
5817 Done 5823 Done
5818 </message> 5824 </message>
5819 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element ."> 5825 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element .">
5820 System date 5826 System date
5821 </message> 5827 </message>
5822 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element ."> 5828 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element .">
5823 System time 5829 System time
5824 </message> 5830 </message>
5825 </grit-part> 5831 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/chromeos/power/light_bar.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698