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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 956623010: Move device-log UI strings to generated_resources (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:
Download patch
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index bde181dbcd064e1321d55cafb466911c32156477..d24e20db586398bb90140c0e333477be820a5f39 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15626,6 +15626,59 @@ Do you accept?
<message name="IDS_ALLOW_INSECURE_LOCALHOST_DESCRIPTION" desc="Description of the 'Allow insecure localhost' flag.">
Allows requests to localhost over HTTPS even when an invalid certificate is presented.
</message>
+
+ <!-- About device logs UI display strings -->
+ <message name="IDS_DEVICE_LOG_TITLE" desc="Title of the chrome://device-log page">
+ Device Log
+ </message>
+ <message name="IDS_DEVICE_AUTO_REFRESH" desc="Instructions for how to auto-refresh the page">
+ Add a query param in URL to auto-refresh the page: chrome://device-log/?refresh=&lt;sec&gt;
+ </message>
+ <message name="IDS_DEVICE_LOG_REFRESH" desc="Button to refresh device log">
+ Refresh
+ </message>
+ <message name="IDS_DEVICE_LOG_LEVEL_SHOW" desc="'Show' label before logging level checkboxes">
+ Show:
+ </message>
+ <message name="IDS_DEVICE_LOG_LEVEL_ERROR" desc="Error logging level checkbox">
+ Error
+ </message>
+ <message name="IDS_DEVICE_LOG_LEVEL_USER" desc="User logging level checkbox">
+ User
+ </message>
+ <message name="IDS_DEVICE_LOG_LEVEL_EVENT" desc="Event logging level checkbox">
+ Event
+ </message>
+ <message name="IDS_DEVICE_LOG_LEVEL_DEBUG" desc="Debug logging level checkbox">
+ Debug
+ </message>
+ <message name="IDS_DEVICE_LOG_TYPE_LOGIN" desc="Checkbox to enable showing events of type LOGIN">
+ Login
+ </message>
+ <message name="IDS_DEVICE_LOG_TYPE_NETWORK" desc="Checkbox to enable showing events of type NETWORK">
+ Network
+ </message>
+ <message name="IDS_DEVICE_LOG_TYPE_POWER" desc="Checkbox to enable showing events of type POWER">
+ Power
+ </message>
+ <message name="IDS_DEVICE_LOG_TYPE_USB" desc="Checkbox to enable showing events of type USB">
+ USB
+ </message>
+ <message name="IDS_DEVICE_LOG_TYPE_HID" desc="Checkbox to enable showing events of type HID (Human Interface Device)">
+ HID
+ </message>
+ <message name="IDS_DEVICE_LOG_FILEINFO" desc="File info checkbox in device event log">
+ File Info
+ </message>
+ <message name="IDS_DEVICE_LOG_TIME_DETAIL" desc="Detailed timestamps checkbox in device event log">
+ Detailed Timestamps
+ </message>
+ <message name="IDS_DEVICE_LOG_ENTRY" desc="Format string for lines in chrome://device-log.">
+ [<ph name="TIMESTAMP">$1<ex>Timestamp</ex></ph>]
+ <ph name="FILE_INFO">$2<ex>file:123</ex></ph>
+ <ph name="EVENT_NAME">$3<ex>Event Description</ex></ph>
+ </message>
+
</messages>
</release>
</grit>
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698