Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Settings-specific strings (included from generated_resources.grd). --> | 2 <!-- Settings-specific strings (included from generated_resources.grd). --> |
| 3 <grit-part> | 3 <grit-part> |
| 4 <!-- About Page --> | 4 <!-- About Page --> |
| 5 <if expr="chromeos"> | 5 <if expr="chromeos"> |
| 6 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d."> | 6 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d."> |
| 7 Detailed build information | 7 Detailed build information |
| 8 </message> | 8 </message> |
| 9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers ion"> | 9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers ion"> |
| 10 ARC Version | 10 ARC Version |
| (...skipping 2309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2320 </message> | 2320 </message> |
| 2321 <message name="IDS_SETTINGS_DISPLAY_OVERSCAN_POSITION" desc="Label for posit ioning overscan calibration."> | 2321 <message name="IDS_SETTINGS_DISPLAY_OVERSCAN_POSITION" desc="Label for posit ioning overscan calibration."> |
| 2322 Move | 2322 Move |
| 2323 </message> | 2323 </message> |
| 2324 <message name="IDS_SETTINGS_DISPLAY_OVERSCAN_RESET" desc="Label for resettin g overscan calibration."> | 2324 <message name="IDS_SETTINGS_DISPLAY_OVERSCAN_RESET" desc="Label for resettin g overscan calibration."> |
| 2325 Reset | 2325 Reset |
| 2326 </message> | 2326 </message> |
| 2327 <message name="IDS_SETTINGS_DISPLAY_OVERSCAN_SAVE" desc="Label for saving ov erscan calibration."> | 2327 <message name="IDS_SETTINGS_DISPLAY_OVERSCAN_SAVE" desc="Label for saving ov erscan calibration."> |
| 2328 Save | 2328 Save |
| 2329 </message> | 2329 </message> |
| 2330 | |
| 2331 <!-- Storage --> | |
| 2332 <message name="IDS_SETTINGS_STORAGE_TITLE" desc="In Device Settings, the tit le for storage management."> | |
| 2333 Storage management | |
| 2334 </message> | |
| 2335 <message name="IDS_SETTINGS_STORAGE_ITEM_IN_USE" desc="In Device Settings > Storage, label for the used storage size of Chrome OS internal storage."> | |
| 2336 In use | |
| 2337 </message> | |
| 2338 <message name="IDS_SETTINGS_STORAGE_ITEM_AVAILABLE" desc="In Device Settings > Storage, label for the available storage size of Chrome OS internal storage." > | |
| 2339 Available | |
| 2340 </message> | |
| 2341 <message name="IDS_SETTINGS_STORAGE_ITEM_DOWNLOADS" desc="In Device Settings > Storage, label for the size of Downloads directory."> | |
| 2342 Downloads | |
| 2343 </message> | |
| 2344 <message name="IDS_SETTINGS_STORAGE_ITEM_DRIVE_CACHE" desc="In Device Settin gs > Storage, label for the size of Google Drive's offline files."> | |
| 2345 Offline files | |
| 2346 </message> | |
| 2347 <message name="IDS_SETTINGS_STORAGE_ITEM_BROWSING_DATA" desc="In Device Sett ings > Storage, label for the size of browsing data."> | |
| 2348 Browsing data | |
| 2349 </message> | |
| 2350 <message name="IDS_SETTINGS_STORAGE_ITEM_ANDROID" desc="In Device Settings > Storage, label for the total size size of Android apps and cache."> | |
|
michaelpg
2016/10/01 01:41:04
size size
fukino
2016/10/03 18:40:41
Done.
| |
| 2351 Android storage | |
| 2352 </message> | |
| 2353 <message name="IDS_SETTINGS_STORAGE_ITEM_OTHER_USERS" desc="In Device Settin gs > Storage, label for the total size of other users' data directories."> | |
| 2354 Other users | |
| 2355 </message> | |
| 2356 <message name="IDS_SETTINGS_STORAGE_SIZE_CALCULATING" desc="In Device Settin gs > Storage, label for storage item's size indicating the size is being calcula ted."> | |
| 2357 Calculating... | |
| 2358 </message> | |
| 2359 <message name="IDS_SETTINGS_STORAGE_SIZE_UNKNOWN" desc="In Device Settings > Storage, label for storage item's size indicating the size is unknown"> | |
| 2360 Unknown | |
| 2361 </message> | |
| 2362 <message name="IDS_SETTINGS_STORAGE_SPACE_LOW_MESSAGE_TITLE" desc="Title of a warning message indicating device's available disk space is low."> | |
| 2363 Device is low on space | |
| 2364 </message> | |
| 2365 <message name="IDS_SETTINGS_STORAGE_SPACE_LOW_MESSAGE_LINE_1" desc="The firs t paragraph of a warning message indicating device's available disk space is low ."> | |
| 2366 To free up space, delete files from device storage. | |
| 2367 </message> | |
| 2368 <message name="IDS_SETTINGS_STORAGE_SPACE_LOW_MESSAGE_LINE_2" desc="The seco nd paragraph of a warning message indicating device's available disk space is lo w."> | |
| 2369 If space isn’t made available, users and data may be automatically removed . | |
| 2370 </message> | |
| 2371 <message name="IDS_SETTINGS_STORAGE_SPACE_CRITICALLY_LOW_MESSAGE_TITLE" desc ="Title of a warning message indicating device's available disk space is critica lly low."> | |
| 2372 Device space critically low | |
| 2373 </message> | |
| 2374 <message name="IDS_SETTINGS_STORAGE_SPACE_CRITICALLY_LOW_MESSAGE_LINE_1" des c="The first paragraph of a warning message indicating device's available disk s pace is critically low."> | |
| 2375 Free up at least 512 MB of space or your device will become unresponsive. To free up space, delete files from device storage. | |
| 2376 </message> | |
| 2377 <message name="IDS_SETTINGS_STORAGE_SPACE_CRITICALLY_LOW_MESSAGE_LINE_2" des c="The second paragraph of a warning message indicating device's available disk space is critically low."> | |
| 2378 If you don’t free up space, users and data may be automatically removed. | |
| 2379 </message> | |
| 2380 <message name="IDS_SETTINGS_STORAGE_CLEAR_DRIVE_CACHE_DIALOG_TITLE" desc="Ti tle for the storage manager confirmation dialog tab to remove Google Drive offli ne files."> | |
| 2381 Delete offline files? | |
| 2382 </message> | |
| 2383 <message name="IDS_SETTINGS_STORAGE_CLEAR_DRIVE_CACHE_DESCRIPTION" desc="Des cription in the storage manager confirmation dialog to remove Google Drive offli ne files."> | |
| 2384 Temporary Google Drive offline files will be deleted. Files that you’ve se t as available offline won’t be deleted from this device. | |
| 2385 </message> | |
| 2386 <message name="IDS_SETTINGS_STORAGE_DELETE_ALL_BUTTON_TITLE" desc="In storag e manager confirmation dialog, label for the button to delete offline files."> | |
| 2387 Delete files | |
| 2388 </message> | |
| 2330 </if> | 2389 </if> |
| 2331 | 2390 |
| 2332 <!-- System Page --> | 2391 <!-- System Page --> |
| 2333 <if expr="not chromeos"> | 2392 <if expr="not chromeos"> |
| 2334 <message name="IDS_SETTINGS_SYSTEM" desc="Title of the system settings."> | 2393 <message name="IDS_SETTINGS_SYSTEM" desc="Title of the system settings."> |
| 2335 System | 2394 System |
| 2336 </message> | 2395 </message> |
| 2337 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available."> | 2396 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available."> |
| 2338 Use hardware acceleration when available | 2397 Use hardware acceleration when available |
| 2339 </message> | 2398 </message> |
| 2340 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> | 2399 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> |
| 2341 Change proxy settings | 2400 Change proxy settings |
| 2342 </message> | 2401 </message> |
| 2343 </if> | 2402 </if> |
| 2344 </grit-part> | 2403 </grit-part> |
| OLD | NEW |