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

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

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 unified diff | Download patch
« no previous file with comments | « ash/system/chromeos/network/tray_vpn.cc ('k') | chrome/app/chromium_strings.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5852 matching lines...) Expand 10 before | Expand all | Expand 10 after
5863 Visible Networks: 5863 Visible Networks:
5864 </message> 5864 </message>
5865 <message name="IDS_NETWORK_UI_FAVORITE_NETWORKS" desc="Label for list of favor ite networks"> 5865 <message name="IDS_NETWORK_UI_FAVORITE_NETWORKS" desc="Label for list of favor ite networks">
5866 Favorite Networks: 5866 Favorite Networks:
5867 </message> 5867 </message>
5868 5868
5869 <message name="IDS_DEVICE_LOG_LINK_TEXT" desc="Message preceeding link to chro me://device-log"> 5869 <message name="IDS_DEVICE_LOG_LINK_TEXT" desc="Message preceeding link to chro me://device-log">
5870 For network logs, see: <ph name="DEVICE_LOG_LINK">&lt;a href="chrome://devic e-log"&gt;chrome://device-log&lt;/a&gt;</ph> 5870 For network logs, see: <ph name="DEVICE_LOG_LINK">&lt;a href="chrome://devic e-log"&gt;chrome://device-log&lt;/a&gt;</ph>
5871 </message> 5871 </message>
5872 5872
5873 <message name="IDS_DEVICE_LOG_TITLE" desc="Title of the chrome://device-log pa ge">
5874 Device Log
5875 </message>
5876 <message name="IDS_DEVICE_AUTO_REFRESH" desc="Instructions for how to auto-ref resh the page">
5877 Add a query param in URL to auto-refresh the page: chrome://device-log/?refr esh=&lt;sec&gt;
5878 </message>
5879 <message name="IDS_DEVICE_LOG_REFRESH" desc="Button to refresh device log">
5880 Refresh
5881 </message>
5882 <message name="IDS_DEVICE_LOG_LEVEL_SHOW" desc="'Show' label before logging le vel checkboxes">
5883 Show:
5884 </message>
5885 <message name="IDS_DEVICE_LOG_LEVEL_ERROR" desc="Error logging level checkbox" >
5886 Error
5887 </message>
5888 <message name="IDS_DEVICE_LOG_LEVEL_USER" desc="User logging level checkbox">
5889 User
5890 </message>
5891 <message name="IDS_DEVICE_LOG_LEVEL_EVENT" desc="Event logging level checkbox" >
5892 Event
5893 </message>
5894 <message name="IDS_DEVICE_LOG_LEVEL_DEBUG" desc="Debug logging level checkbox" >
5895 Debug
5896 </message>
5897 <message name="IDS_DEVICE_LOG_TYPE_LOGIN" desc="Checkbox to enable showing eve nts of type LOGIN">
5898 Login
5899 </message>
5900 <message name="IDS_DEVICE_LOG_TYPE_NETWORK" desc="Checkbox to enable showing e vents of type NETWORK">
5901 Network
5902 </message>
5903 <message name="IDS_DEVICE_LOG_TYPE_POWER" desc="Checkbox to enable showing eve nts of type POWER">
5904 Power
5905 </message>
5906 <message name="IDS_DEVICE_LOG_FILEINFO" desc="File info checkbox in device eve nt log">
5907 File Info
5908 </message>
5909 <message name="IDS_DEVICE_LOG_TIME_DETAIL" desc="Detailed timestamps checkbox in device event log">
5910 Detailed Timestamps
5911 </message>
5912 <message name="IDS_DEVICE_LOG_ENTRY" desc="Format string for lines in chrome:/ /device-log.">
5913 [<ph name="TIMESTAMP">$1<ex>Timestamp</ex></ph>]
5914 <ph name="FILE_INFO">$2<ex>file:123</ex></ph>
5915 <ph name="EVENT_NAME">$3<ex>Event Description</ex></ph>
5916 </message>
5917
5918 <!-- About NFC Debug UI display strings. They aren't being internationalized b acause this page is meant for debugging only. --> 5873 <!-- About NFC Debug UI display strings. They aren't being internationalized b acause this page is meant for debugging only. -->
5919 <message name="IDS_NFC_DEBUG_TITLE" desc="Title of the debug page meant for de velopers to test NFC functionality" translateable="false"> 5874 <message name="IDS_NFC_DEBUG_TITLE" desc="Title of the debug page meant for de velopers to test NFC functionality" translateable="false">
5920 NFC API Test Page 5875 NFC API Test Page
5921 </message> 5876 </message>
5922 <message name="IDS_NFC_DEBUG_NOT_SUPPORTED" desc="Message shown if the NFC API is not supported on platform" translateable="false"> 5877 <message name="IDS_NFC_DEBUG_NOT_SUPPORTED" desc="Message shown if the NFC API is not supported on platform" translateable="false">
5923 NFC is not supported on the current platform. 5878 NFC is not supported on the current platform.
5924 </message> 5879 </message>
5925 <message name="IDS_NFC_DEBUG_ADAPTER_HEADER" desc="Header of the 'NFC Adapter' box, that shows the state of the NFC adapter" translateable="false"> 5880 <message name="IDS_NFC_DEBUG_ADAPTER_HEADER" desc="Header of the 'NFC Adapter' box, that shows the state of the NFC adapter" translateable="false">
5926 NFC Adapter 5881 NFC Adapter
5927 </message> 5882 </message>
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
6095 <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." > 6050 <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." >
6096 Disable automatic timezone update by geolocation 6051 Disable automatic timezone update by geolocation
6097 </message> 6052 </message>
6098 <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."> 6053 <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.">
6099 If set, automatic timezone update by the current geolocation is turned off. 6054 If set, automatic timezone update by the current geolocation is turned off.
6100 </message> 6055 </message>
6101 <message name="IDS_OPTIONS_RESOLVE_TIMEZONE_BY_GEOLOCATION_DESCRIPTION" desc=" Label for checkbox to allow automatic timezone update by user geolocation."> 6056 <message name="IDS_OPTIONS_RESOLVE_TIMEZONE_BY_GEOLOCATION_DESCRIPTION" desc=" Label for checkbox to allow automatic timezone update by user geolocation.">
6102 Automatically resolve timezone by geolocation 6057 Automatically resolve timezone by geolocation
6103 </message> 6058 </message>
6104 </grit-part> 6059 </grit-part>
OLDNEW
« no previous file with comments | « ash/system/chromeos/network/tray_vpn.cc ('k') | chrome/app/chromium_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698