OLD | NEW |
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 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1311 Chromium updates automatically so you always have the freshest version
. | 1311 Chromium updates automatically so you always have the freshest version
. |
1312 </message> | 1312 </message> |
1313 <message name="IDS_UPDATE_MSG" desc="Chrome OS OOBE: message shown durin
g update stage."> | 1313 <message name="IDS_UPDATE_MSG" desc="Chrome OS OOBE: message shown durin
g update stage."> |
1314 Chromium updates automatically so you always have the freshest version
. When this download completes, Chromium will restart and you'll be on your way. | 1314 Chromium updates automatically so you always have the freshest version
. When this download completes, Chromium will restart and you'll be on your way. |
1315 </message> | 1315 </message> |
1316 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> | 1316 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> |
1317 Chromium OS terms | 1317 Chromium OS terms |
1318 </message> | 1318 </message> |
1319 </if> | 1319 </if> |
1320 | 1320 |
| 1321 <!-- About device logs UI display strings --> |
| 1322 <message name="IDS_DEVICE_LOG_TITLE" desc="Title of the chrome://device-lo
g page"> |
| 1323 Device Log |
| 1324 </message> |
| 1325 <message name="IDS_DEVICE_AUTO_REFRESH" desc="Instructions for how to auto
-refresh the page"> |
| 1326 Add a query param in URL to auto-refresh the page: chrome://device-log/?
refresh=<sec> |
| 1327 </message> |
| 1328 <message name="IDS_DEVICE_LOG_REFRESH" desc="Button to refresh device log"
> |
| 1329 Refresh |
| 1330 </message> |
| 1331 <message name="IDS_DEVICE_LOG_LEVEL_SHOW" desc="'Show' label before loggin
g level checkboxes"> |
| 1332 Show: |
| 1333 </message> |
| 1334 <message name="IDS_DEVICE_LOG_LEVEL_ERROR" desc="Error logging level check
box"> |
| 1335 Error |
| 1336 </message> |
| 1337 <message name="IDS_DEVICE_LOG_LEVEL_USER" desc="User logging level checkbo
x"> |
| 1338 User |
| 1339 </message> |
| 1340 <message name="IDS_DEVICE_LOG_LEVEL_EVENT" desc="Event logging level check
box"> |
| 1341 Event |
| 1342 </message> |
| 1343 <message name="IDS_DEVICE_LOG_LEVEL_DEBUG" desc="Debug logging level check
box"> |
| 1344 Debug |
| 1345 </message> |
| 1346 <message name="IDS_DEVICE_LOG_TYPE_LOGIN" desc="Checkbox to enable showing
events of type LOGIN"> |
| 1347 Login |
| 1348 </message> |
| 1349 <message name="IDS_DEVICE_LOG_TYPE_NETWORK" desc="Checkbox to enable showi
ng events of type NETWORK"> |
| 1350 Network |
| 1351 </message> |
| 1352 <message name="IDS_DEVICE_LOG_TYPE_POWER" desc="Checkbox to enable showing
events of type POWER"> |
| 1353 Power |
| 1354 </message> |
| 1355 <message name="IDS_DEVICE_LOG_FILEINFO" desc="File info checkbox in device
event log"> |
| 1356 File Info |
| 1357 </message> |
| 1358 <message name="IDS_DEVICE_LOG_TIME_DETAIL" desc="Detailed timestamps check
box in device event log"> |
| 1359 Detailed Timestamps |
| 1360 </message> |
| 1361 <message name="IDS_DEVICE_LOG_ENTRY" desc="Format string for lines in chro
me://device-log."> |
| 1362 [<ph name="TIMESTAMP">$1<ex>Timestamp</ex></ph>] |
| 1363 <ph name="FILE_INFO">$2<ex>file:123</ex></ph> |
| 1364 <ph name="EVENT_NAME">$3<ex>Event Description</ex></ph> |
| 1365 </message> |
| 1366 |
1321 </messages> | 1367 </messages> |
1322 </release> | 1368 </release> |
1323 </grit> | 1369 </grit> |
OLD | NEW |