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

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

Issue 941063003: Log device/usb messages to chrome://device-log. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 <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 5903 matching lines...) Expand 10 before | Expand all | Expand 10 after
5914 </message> 5914 </message>
5915 <message name="IDS_DEVICE_LOG_TYPE_LOGIN" desc="Checkbox to enable showing eve nts of type LOGIN"> 5915 <message name="IDS_DEVICE_LOG_TYPE_LOGIN" desc="Checkbox to enable showing eve nts of type LOGIN">
5916 Login 5916 Login
5917 </message> 5917 </message>
5918 <message name="IDS_DEVICE_LOG_TYPE_NETWORK" desc="Checkbox to enable showing e vents of type NETWORK"> 5918 <message name="IDS_DEVICE_LOG_TYPE_NETWORK" desc="Checkbox to enable showing e vents of type NETWORK">
5919 Network 5919 Network
5920 </message> 5920 </message>
5921 <message name="IDS_DEVICE_LOG_TYPE_POWER" desc="Checkbox to enable showing eve nts of type POWER"> 5921 <message name="IDS_DEVICE_LOG_TYPE_POWER" desc="Checkbox to enable showing eve nts of type POWER">
5922 Power 5922 Power
5923 </message> 5923 </message>
5924 <message name="IDS_DEVICE_LOG_TYPE_USB" desc="Checkbox to enable showing event s of type USB">
5925 USB
5926 </message>
5924 <message name="IDS_DEVICE_LOG_FILEINFO" desc="File info checkbox in device eve nt log"> 5927 <message name="IDS_DEVICE_LOG_FILEINFO" desc="File info checkbox in device eve nt log">
5925 File Info 5928 File Info
5926 </message> 5929 </message>
5927 <message name="IDS_DEVICE_LOG_TIME_DETAIL" desc="Detailed timestamps checkbox in device event log"> 5930 <message name="IDS_DEVICE_LOG_TIME_DETAIL" desc="Detailed timestamps checkbox in device event log">
5928 Detailed Timestamps 5931 Detailed Timestamps
5929 </message> 5932 </message>
5930 <message name="IDS_DEVICE_LOG_ENTRY" desc="Format string for lines in chrome:/ /device-log."> 5933 <message name="IDS_DEVICE_LOG_ENTRY" desc="Format string for lines in chrome:/ /device-log.">
5931 [<ph name="TIMESTAMP">$1<ex>Timestamp</ex></ph>] 5934 [<ph name="TIMESTAMP">$1<ex>Timestamp</ex></ph>]
5932 <ph name="FILE_INFO">$2<ex>file:123</ex></ph> 5935 <ph name="FILE_INFO">$2<ex>file:123</ex></ph>
5933 <ph name="EVENT_NAME">$3<ex>Event Description</ex></ph> 5936 <ph name="EVENT_NAME">$3<ex>Event Description</ex></ph>
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
6113 <message name="IDS_FLAGS_DISABLE_RESOLVE_TIMEZONE_BY_GEOLOCATION_NAME" desc="T itle for the flag to disable automatic timezone update on user location change." > 6116 <message name="IDS_FLAGS_DISABLE_RESOLVE_TIMEZONE_BY_GEOLOCATION_NAME" desc="T itle for the flag to disable automatic timezone update on user location change." >
6114 Disable automatic timezone update by geolocation 6117 Disable automatic timezone update by geolocation
6115 </message> 6118 </message>
6116 <message name="IDS_FLAGS_DISABLE_RESOLVE_TIMEZONE_BY_GEOLOCATION_DESCRIPTION" desc="Description for the flag to disable user setting to automatically update t imezone by user geolocation."> 6119 <message name="IDS_FLAGS_DISABLE_RESOLVE_TIMEZONE_BY_GEOLOCATION_DESCRIPTION" desc="Description for the flag to disable user setting to automatically update t imezone by user geolocation.">
6117 If set, automatic timezone update by the current geolocation is turned off. 6120 If set, automatic timezone update by the current geolocation is turned off.
6118 </message> 6121 </message>
6119 <message name="IDS_OPTIONS_RESOLVE_TIMEZONE_BY_GEOLOCATION_DESCRIPTION" desc=" Label for checkbox to allow automatic timezone update by user geolocation."> 6122 <message name="IDS_OPTIONS_RESOLVE_TIMEZONE_BY_GEOLOCATION_DESCRIPTION" desc=" Label for checkbox to allow automatic timezone update by user geolocation.">
6120 Set time zone automatically using your location 6123 Set time zone automatically using your location
6121 </message> 6124 </message>
6122 </grit-part> 6125 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698