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