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

Unified Diff: chrome/app/chromium_strings.grd

Issue 919183002: Move chromeos::device_event_log into components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Shut down in PostDestroyThreads. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chromium_strings.grd
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd
index 3fde6d00166028306a0f4a5d884cbadc2c39eac0..9146f3658c57ec23d73835fd09cd275ca8fd2f9c 100644
--- a/chrome/app/chromium_strings.grd
+++ b/chrome/app/chromium_strings.grd
@@ -1316,6 +1316,52 @@ and incorrect credentials. Either an attacker is trying to pretend to be <ph nam
</message>
</if>
+ <!-- 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_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/chromeos_strings.grdp ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698