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

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

Issue 2078153002: Storage manager: Add conditional messages for disk low situation and update design. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use svg. Created 4 years, 6 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/browser/resources/options/chromeos/space_critically_low.svg » ('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 <!-- Idle logout dialog for retail mode --> 7 <!-- Idle logout dialog for retail mode -->
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only."> 8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only.">
9 Are you still there? 9 Are you still there?
10 </message> 10 </message>
(...skipping 2057 matching lines...) Expand 10 before | Expand all | Expand 10 after
2068 <message name="IDS_OPTIONS_DEVICE_GROUP_DESCRIPTION"> 2068 <message name="IDS_OPTIONS_DEVICE_GROUP_DESCRIPTION">
2069 Change settings specific to your device and peripherals. 2069 Change settings specific to your device and peripherals.
2070 </message> 2070 </message>
2071 <message name="IDS_OPTIONS_DEVICE_GROUP_KEYBOARD_SECTION"> 2071 <message name="IDS_OPTIONS_DEVICE_GROUP_KEYBOARD_SECTION">
2072 Keyboard: 2072 Keyboard:
2073 </message> 2073 </message>
2074 <message name="IDS_OPTIONS_DEVICE_GROUP_KEYBOARD_SETTINGS_BUTTON_TITLE"> 2074 <message name="IDS_OPTIONS_DEVICE_GROUP_KEYBOARD_SETTINGS_BUTTON_TITLE">
2075 Keyboard settings 2075 Keyboard settings
2076 </message> 2076 </message>
2077 <message name="IDS_OPTIONS_DEVICE_GROUP_STORAGE_MANAGER_BUTTON_TITLE"> 2077 <message name="IDS_OPTIONS_DEVICE_GROUP_STORAGE_MANAGER_BUTTON_TITLE">
2078 Storage 2078 Storage management
2079 </message> 2079 </message>
2080 <message name="IDS_OPTIONS_DEVICE_GROUP_POINTER_SECTION"> 2080 <message name="IDS_OPTIONS_DEVICE_GROUP_POINTER_SECTION">
2081 Pointer speed: 2081 Pointer speed:
2082 </message> 2082 </message>
2083 <message name="IDS_OPTIONS_SETTINGS_MOUSE_SPEED_DESCRIPTION"> 2083 <message name="IDS_OPTIONS_SETTINGS_MOUSE_SPEED_DESCRIPTION">
2084 Mouse speed: 2084 Mouse speed:
2085 </message> 2085 </message>
2086 <message name="IDS_OPTIONS_SETTINGS_TOUCHPAD_SPEED_DESCRIPTION"> 2086 <message name="IDS_OPTIONS_SETTINGS_TOUCHPAD_SPEED_DESCRIPTION">
2087 Touchpad speed: 2087 Touchpad speed:
2088 </message> 2088 </message>
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
2545 <message name="IDS_OPTIONS_SETTINGS_ENABLE_DATA_ROAMING" desc="Appears in the Mobile Data drop-down menu in the Internet Connections section of the Settings t ab."> 2545 <message name="IDS_OPTIONS_SETTINGS_ENABLE_DATA_ROAMING" desc="Appears in the Mobile Data drop-down menu in the Internet Connections section of the Settings t ab.">
2546 Allow mobile data roaming 2546 Allow mobile data roaming
2547 </message> 2547 </message>
2548 <message name="IDS_OPTIONS_SETTINGS_TOGGLE_DATA_ROAMING_RESTRICTION" desc="Too ltip for the 'enable data roaming' entry in the Mobile Data drop-down menu indic ating why the command is disabled."> 2548 <message name="IDS_OPTIONS_SETTINGS_TOGGLE_DATA_ROAMING_RESTRICTION" desc="Too ltip for the 'enable data roaming' entry in the Mobile Data drop-down menu indic ating why the command is disabled.">
2549 This setting may only be modified by the owner. 2549 This setting may only be modified by the owner.
2550 </message> 2550 </message>
2551 <message name="IDS_OPTIONS_SETTINGS_DISABLE_DATA_ROAMING" desc="Appears in the Mobile Data drop-down menu in the Internet Connections section of the Settings tab."> 2551 <message name="IDS_OPTIONS_SETTINGS_DISABLE_DATA_ROAMING" desc="Appears in the Mobile Data drop-down menu in the Internet Connections section of the Settings tab.">
2552 Disable mobile data roaming 2552 Disable mobile data roaming
2553 </message> 2553 </message>
2554 <message name="IDS_OPTIONS_SETTINGS_STORAGE_MANAGER_TAB_TITLE" desc="Title for the storage manager tab."> 2554 <message name="IDS_OPTIONS_SETTINGS_STORAGE_MANAGER_TAB_TITLE" desc="Title for the storage manager tab.">
2555 Storage 2555 Storage management
2556 </message>
2557 <message name="IDS_OPTIONS_SETTINGS_STORAGE_SPACE_LOW_MESSAGE_TITLE" desc="Tit le of a warning message indicating device's available disk space is low.">
2558 Device is low on space
2559 </message>
2560 <message name="IDS_OPTIONS_SETTINGS_STORAGE_SPACE_LOW_MESSAGE_LINE_1" desc="Th e first paragraph of a warning message indicating device's available disk space is low.">
2561 To free up space, delete files from device storage.
2562 </message>
2563 <message name="IDS_OPTIONS_SETTINGS_STORAGE_SPACE_LOW_MESSAGE_LINE_2" desc="Th e second paragraph of a warning message indicating device's available disk space is low.">
2564 If space isn't made available, users and data may be automatically deleted.
2565 </message>
2566 <message name="IDS_OPTIONS_SETTINGS_STORAGE_SPACE_CRITICALLY_LOW_MESSAGE_TITLE " desc="Title of a warning message indicating device's available disk space is c ritically low.">
2567 Device space criticaly low
2568 </message>
2569 <message name="IDS_OPTIONS_SETTINGS_STORAGE_SPACE_CRITICALLY_LOW_MESSAGE_LINE_ 1" desc="The first paragraph of a warning message indicating device's available disk space is critically low.">
2570 Free up at least 512 MB of space or your device will become unresponsible. T o free up space, delete files from device storage.
2571 </message>
2572 <message name="IDS_OPTIONS_SETTINGS_STORAGE_SPACE_CRITICALLY_LOW_MESSAGE_LINE_ 2" desc="The second paragraph of a warning message indicating device's available disk space is critically low.">
2573 Users and data may be automatically removed until at least 512 MB of space i s available.
2556 </message> 2574 </message>
2557 <message name="IDS_OPTIONS_SETTINGS_STORAGE_CLEAR_DRIVE_CACHE_TAB_TITLE" desc= "Title for the storage manager confirmation dialog tab to remove Google Drive of fline files."> 2575 <message name="IDS_OPTIONS_SETTINGS_STORAGE_CLEAR_DRIVE_CACHE_TAB_TITLE" desc= "Title for the storage manager confirmation dialog tab to remove Google Drive of fline files.">
2558 Offline files 2576 Offline files
2559 </message> 2577 </message>
2560 <message name="IDS_OPTIONS_SETTINGS_STORAGE_CLEAR_DRIVE_CACHE_DESCRIPTION" des c="Description in the storage manager confirmation dialog to remove Google Drive offline files."> 2578 <message name="IDS_OPTIONS_SETTINGS_STORAGE_CLEAR_DRIVE_CACHE_DESCRIPTION" des c="Description in the storage manager confirmation dialog to remove Google Drive offline files.">
2561 You can free up space by deleting Google Drive offline files. Files marked a s "Available offline" or in use will not be deleted. 2579 You can free up space by deleting Google Drive offline files. Files marked a s "Available offline" or in use will not be deleted.
2562 </message> 2580 </message>
2563 <message name="IDS_OPTIONS_SETTINGS_STORAGE_SIZE_CALCULATING" desc="In storage manager overlay, label for storage item's size indicating the size is being cal culated."> 2581 <message name="IDS_OPTIONS_SETTINGS_STORAGE_SIZE_CALCULATING" desc="In storage manager overlay, label for storage item's size indicating the size is being cal culated.">
2564 Calculating... 2582 Calculating...
2565 </message> 2583 </message>
2566 <message name="IDS_OPTIONS_SETTINGS_STORAGE_SIZE_UNKNOWN" desc="In storage man ager overlay, label for storage item's size indicating the size is unknown"> 2584 <message name="IDS_OPTIONS_SETTINGS_STORAGE_SIZE_UNKNOWN" desc="In storage man ager overlay, label for storage item's size indicating the size is unknown">
2567 Unknown 2585 Unknown
2568 </message> 2586 </message>
2569 <message name="IDS_OPTIONS_SETTINGS_STORAGE_ITEM_LABEL_CAPACITY" desc="In stor age manager overlay, label for the total size of Chrome OS internal storage."> 2587 <message name="IDS_OPTIONS_SETTINGS_STORAGE_ITEM_LABEL_CAPACITY" desc="In stor age manager overlay, label for the total size of Chrome OS internal storage.">
2570 Capacity 2588 Capacity
2571 </message> 2589 </message>
2572 <message name="IDS_OPTIONS_SETTINGS_STORAGE_ITEM_LABEL_IN_USE" desc="In storag e manager overlay, label for the used storage size of Chrome OS internal storage ."> 2590 <message name="IDS_OPTIONS_SETTINGS_STORAGE_ITEM_LABEL_IN_USE" desc="In storag e manager overlay, label for the used storage size of Chrome OS internal storage .">
2573 In use 2591 In use
2574 </message> 2592 </message>
2575 <message name="IDS_OPTIONS_SETTINGS_STORAGE_ITEM_LABEL_AVAILABLE" desc="In sto rage manager overlay, label for the available storage size of Chrome OS internal storage."> 2593 <message name="IDS_OPTIONS_SETTINGS_STORAGE_ITEM_LABEL_AVAILABLE" desc="In sto rage manager overlay, label for the available storage size of Chrome OS internal storage.">
2576 Available 2594 Available
2577 </message> 2595 </message>
2578 <message name="IDS_OPTIONS_SETTINGS_STORAGE_SUBITEM_LABEL_DOWNLOADS" desc="In storage manager overlay, label for the size of Downloads directory."> 2596 <message name="IDS_OPTIONS_SETTINGS_STORAGE_SUBITEM_LABEL_DOWNLOADS" desc="In storage manager overlay, label for the size of Downloads directory.">
2579 Downloads 2597 Downloads
2580 </message> 2598 </message>
2581 <message name="IDS_OPTIONS_SETTINGS_STORAGE_SUBITEM_LABEL_DRIVE_CACHE" desc="I n storage manager overlay, label for the size of Google Drive's offline files."> 2599 <message name="IDS_OPTIONS_SETTINGS_STORAGE_SUBITEM_LABEL_DRIVE_CACHE" desc="I n storage manager overlay, label for the size of Google Drive's offline files.">
2582 Offline files 2600 Offline files
2583 </message> 2601 </message>
2584 <message name="IDS_OPTIONS_SETTINGS_STORAGE_SUBITEM_LABEL_ARC" desc="In storag e manager overlay, label for the total size size of Android apps and cache."> 2602 <message name="IDS_OPTIONS_SETTINGS_STORAGE_SUBITEM_LABEL_ARC" desc="In storag e manager overlay, label for the total size size of Android apps and cache.">
2585 Android apps and cache 2603 Android storage
2586 </message> 2604 </message>
2587 <message name="IDS_OPTIONS_SETTINGS_STORAGE_DELETE_ALL_BUTTON_TITLE" desc="In storage manager overlay, label for the total size size of Android apps and cache ."> 2605 <message name="IDS_OPTIONS_SETTINGS_STORAGE_DELETE_ALL_BUTTON_TITLE" desc="In storage manager overlay, label for the total size size of Android apps and cache .">
2588 Delete all 2606 Delete all
2589 </message> 2607 </message>
2590 <message name="IDS_OPTIONS_ACCOUNTS_ALLOW_BWSI_DESCRIPTION" desc="In the Accou nts settings tab, the text on the checkbox to allow browse without signing in."> 2608 <message name="IDS_OPTIONS_ACCOUNTS_ALLOW_BWSI_DESCRIPTION" desc="In the Accou nts settings tab, the text on the checkbox to allow browse without signing in.">
2591 Enable Guest browsing 2609 Enable Guest browsing
2592 </message> 2610 </message>
2593 <message name="IDS_OPTIONS_ACCOUNTS_ENABLE_SUPERVISED_USERS" desc="In the User s settings dialog, the text on the checkbox to allow creation and sign-in of sup ervised users."> 2611 <message name="IDS_OPTIONS_ACCOUNTS_ENABLE_SUPERVISED_USERS" desc="In the User s settings dialog, the text on the checkbox to allow creation and sign-in of sup ervised users.">
2594 Enable supervised users 2612 Enable supervised users
2595 </message> 2613 </message>
(...skipping 4105 matching lines...) Expand 10 before | Expand all | Expand 10 after
6701 <message name="IDS_ARC_ANDROID_MANAGEMENT_REQUIRED_ERROR" desc="Error message shown when Android management is required for an unmanaged Chrome OS user."> 6719 <message name="IDS_ARC_ANDROID_MANAGEMENT_REQUIRED_ERROR" desc="Error message shown when Android management is required for an unmanaged Chrome OS user.">
6702 Your organization has not enabled Android Apps for your account. Contact you r administrator for more information. 6720 Your organization has not enabled Android Apps for your account. Contact you r administrator for more information.
6703 </message> 6721 </message>
6704 <message name="IDS_FLAGS_ENABLE_IME_MENU_NAME" desc="Name of the about: flag f or enabling opt-in IME menu."> 6722 <message name="IDS_FLAGS_ENABLE_IME_MENU_NAME" desc="Name of the about: flag f or enabling opt-in IME menu.">
6705 Enable opt-in IME menu 6723 Enable opt-in IME menu
6706 </message> 6724 </message>
6707 <message name="IDS_FLAGS_ENABLE_IME_MENU_DESCRIPTION" desc="Description of the about: flag for enabling opt-in IME menu."> 6725 <message name="IDS_FLAGS_ENABLE_IME_MENU_DESCRIPTION" desc="Description of the about: flag for enabling opt-in IME menu.">
6708 Enable access to the new IME menu in the Language Settings page. 6726 Enable access to the new IME menu in the Language Settings page.
6709 </message> 6727 </message>
6710 </grit-part> 6728 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/space_critically_low.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698