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

Side by Side Diff: chrome/app/chromium_strings.grd

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, 9 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 | « no previous file | chrome/app/generated_resources.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 <!-- This file contains definitions of strings that are distribution specific. 2 <!-- This file contains definitions of strings that are distribution specific.
3 These strings will not be translated and only english versions will 3 These strings will not be translated and only english versions will
4 be available for now. --> 4 be available for now. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/chromium_strings.h" type="rc_header"> 9 <output filename="grit/chromium_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 1303 matching lines...) Expand 10 before | Expand all | Expand 10 after
1314 Chromium updates automatically so you always have the freshest version . 1314 Chromium updates automatically so you always have the freshest version .
1315 </message> 1315 </message>
1316 <message name="IDS_UPDATE_MSG" desc="Chrome OS OOBE: message shown durin g update stage."> 1316 <message name="IDS_UPDATE_MSG" desc="Chrome OS OOBE: message shown durin g update stage.">
1317 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way. 1317 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way.
1318 </message> 1318 </message>
1319 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> 1319 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen">
1320 Chromium OS terms 1320 Chromium OS terms
1321 </message> 1321 </message>
1322 </if> 1322 </if>
1323 1323
1324 <!-- About device logs UI display strings -->
1325 <message name="IDS_DEVICE_LOG_TITLE" desc="Title of the chrome://device-lo g page">
1326 Device Log
1327 </message>
1328 <message name="IDS_DEVICE_AUTO_REFRESH" desc="Instructions for how to auto -refresh the page">
1329 Add a query param in URL to auto-refresh the page: chrome://device-log/? refresh=&lt;sec&gt;
1330 </message>
1331 <message name="IDS_DEVICE_LOG_REFRESH" desc="Button to refresh device log" >
1332 Refresh
1333 </message>
1334 <message name="IDS_DEVICE_LOG_LEVEL_SHOW" desc="'Show' label before loggin g level checkboxes">
1335 Show:
1336 </message>
1337 <message name="IDS_DEVICE_LOG_LEVEL_ERROR" desc="Error logging level check box">
1338 Error
1339 </message>
1340 <message name="IDS_DEVICE_LOG_LEVEL_USER" desc="User logging level checkbo x">
1341 User
1342 </message>
1343 <message name="IDS_DEVICE_LOG_LEVEL_EVENT" desc="Event logging level check box">
1344 Event
1345 </message>
1346 <message name="IDS_DEVICE_LOG_LEVEL_DEBUG" desc="Debug logging level check box">
1347 Debug
1348 </message>
1349 <message name="IDS_DEVICE_LOG_TYPE_LOGIN" desc="Checkbox to enable showing events of type LOGIN">
1350 Login
1351 </message>
1352 <message name="IDS_DEVICE_LOG_TYPE_NETWORK" desc="Checkbox to enable showi ng events of type NETWORK">
1353 Network
1354 </message>
1355 <message name="IDS_DEVICE_LOG_TYPE_POWER" desc="Checkbox to enable showing events of type POWER">
1356 Power
1357 </message>
1358 <message name="IDS_DEVICE_LOG_TYPE_USB" desc="Checkbox to enable showing e vents of type USB">
1359 USB
1360 </message>
1361 <message name="IDS_DEVICE_LOG_TYPE_HID" desc="Checkbox to enable showing e vents of type HID (Human Interface Device)">
1362 HID
1363 </message>
1364 <message name="IDS_DEVICE_LOG_FILEINFO" desc="File info checkbox in device event log">
1365 File Info
1366 </message>
1367 <message name="IDS_DEVICE_LOG_TIME_DETAIL" desc="Detailed timestamps check box in device event log">
1368 Detailed Timestamps
1369 </message>
1370 <message name="IDS_DEVICE_LOG_ENTRY" desc="Format string for lines in chro me://device-log.">
1371 [<ph name="TIMESTAMP">$1<ex>Timestamp</ex></ph>]
1372 <ph name="FILE_INFO">$2<ex>file:123</ex></ph>
1373 <ph name="EVENT_NAME">$3<ex>Event Description</ex></ph>
1374 </message>
1375
1376 </messages> 1324 </messages>
1377 </release> 1325 </release>
1378 </grit> 1326 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698