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

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

Issue 2117573002: Storage manager: Update strings and layout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
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 2555 matching lines...) Expand 10 before | Expand all | Expand 10 after
2566 <message name="IDS_OPTIONS_SETTINGS_STORAGE_MANAGER_TAB_TITLE" desc="Title for the storage manager tab."> 2566 <message name="IDS_OPTIONS_SETTINGS_STORAGE_MANAGER_TAB_TITLE" desc="Title for the storage manager tab.">
2567 Storage management 2567 Storage management
2568 </message> 2568 </message>
2569 <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."> 2569 <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.">
2570 Device is low on space 2570 Device is low on space
2571 </message> 2571 </message>
2572 <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."> 2572 <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.">
2573 To free up space, delete files from device storage. 2573 To free up space, delete files from device storage.
2574 </message> 2574 </message>
2575 <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."> 2575 <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.">
2576 If space isn't made available, users and data may be automatically deleted. 2576 If space isnt made available, users and data may be automatically removed.
2577 </message> 2577 </message>
2578 <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."> 2578 <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.">
2579 Device space criticaly low 2579 Device space critically low
2580 </message> 2580 </message>
2581 <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."> 2581 <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.">
2582 Free up at least 512 MB of space or your device will become unresponsible. T o free up space, delete files from device storage. 2582 Free up at least 512 MB of space or your device will become unresponsive. To free up space, delete files from device storage.
2583 </message> 2583 </message>
2584 <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."> 2584 <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.">
2585 Users and data may be automatically removed until at least 512 MB of space i s available. 2585 If you don’t free up space, users and data may be automatically removed.
2586 </message> 2586 </message>
2587 <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."> 2587 <message name="IDS_OPTIONS_SETTINGS_STORAGE_CLEAR_DRIVE_CACHE_TAB_TITLE" desc= "Tab title for the storage manager confirmation dialog tab to remove Google Driv e offline files.">
2588 Offline files 2588 Offline files
2589 </message> 2589 </message>
2590 <message name="IDS_OPTIONS_SETTINGS_STORAGE_CLEAR_DRIVE_CACHE_DIALOG_TITLE" de sc="Title for the storage manager confirmation dialog tab to remove Google Drive offline files.">
2591 Delete offline files?
2592 </message>
2590 <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."> 2593 <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.">
2591 You can free up space by deleting Google Drive offline files. Files marked a s "Available offline" or in use will not be deleted. 2594 Temporary Google Drive offline files will be deleted. Files that you’ve set as available offline won’t be deleted from this device.
2595 </message>
2596 <message name="IDS_OPTIONS_SETTINGS_STORAGE_REMOVE_USER_DIALOG_TITLE" desc="Ti tle for the storage manager confirmation dialog to remove a user from the device .">
fukino 2016/06/30 18:42:39 These new strings are not in use yet, but I'd like
2597 Remove User
2598 </message>
2599 <message name="IDS_OPTIONS_SETTINGS_STORAGE_REMOVE_USER_DIALOG_DESCRIPTION" de sc="Description in the storage manager confirmation dialog to remove a user from the device.">
2600 This action will permanently delete this user’s downloads, offline files, br owsing data, and Android storage. This cannot be undone.
2601 </message>
2602 <message name="IDS_OPTIONS_SETTINGS_STORAGE_REMOVE_USER_DIALOG_DESCRIPTION_WIT HOUT_ANDROID" desc="Description in the storage manager confirmation dialog to re move a user from the device. This description doesn't mention Android.">
2603 This action will permanently delete this user’s downloads, offline files, an d browsing data. This cannot be undone.
2604 </message>
2605 <message name="IDS_OPTIONS_SETTINGS_STORAGE_REMOVE_USER_DIALOG_REMOVE_BUTTON_L ABEL" desc="In storage manager confirmation dialog, label for the button to dele te offline files.">
2606 Remove
2592 </message> 2607 </message>
2593 <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."> 2608 <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.">
2594 Calculating... 2609 Calculating...
2595 </message> 2610 </message>
2596 <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"> 2611 <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">
2597 Unknown 2612 Unknown
2598 </message> 2613 </message>
2599 <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."> 2614 <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.">
2600 Capacity 2615 Capacity
2601 </message> 2616 </message>
2602 <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 ."> 2617 <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 .">
2603 In use 2618 In use
2604 </message> 2619 </message>
2605 <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."> 2620 <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.">
2606 Available 2621 Available
2607 </message> 2622 </message>
2608 <message name="IDS_OPTIONS_SETTINGS_STORAGE_SUBITEM_LABEL_DOWNLOADS" desc="In storage manager overlay, label for the size of Downloads directory."> 2623 <message name="IDS_OPTIONS_SETTINGS_STORAGE_SUBITEM_LABEL_DOWNLOADS" desc="In storage manager overlay, label for the size of Downloads directory.">
2609 Downloads 2624 Downloads
2610 </message> 2625 </message>
2611 <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."> 2626 <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.">
2612 Offline files 2627 Offline files
2613 </message> 2628 </message>
2614 <message name="IDS_OPTIONS_SETTINGS_STORAGE_SUBITEM_LABEL_BROWSING_DATA" desc= "In storage manager overlay, label for the size of browsing data."> 2629 <message name="IDS_OPTIONS_SETTINGS_STORAGE_SUBITEM_LABEL_BROWSING_DATA" desc= "In storage manager overlay, label for the size of browsing data.">
2615 Browsing data 2630 Browsing data
2616 </message> 2631 </message>
2617 <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."> 2632 <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.">
2618 Android storage 2633 Android storage
2619 </message> 2634 </message>
2620 <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 ."> 2635 <message name="IDS_OPTIONS_SETTINGS_STORAGE_DELETE_ALL_BUTTON_TITLE" desc="In storage manager confirmation dialog, label for the button to delete offline file s.">
2621 Delete all 2636 Delete files
2622 </message> 2637 </message>
2623 <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."> 2638 <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.">
2624 Enable Guest browsing 2639 Enable Guest browsing
2625 </message> 2640 </message>
2626 <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."> 2641 <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.">
2627 Enable supervised users 2642 Enable supervised users
2628 </message> 2643 </message>
2629 <message name="IDS_OPTIONS_ACCOUNTS_USE_WHITELIST_DESCRIPTION" desc="In the Ac counts settings tab, the text on the checkbox to restrict allowed user to a whit elist."> 2644 <message name="IDS_OPTIONS_ACCOUNTS_USE_WHITELIST_DESCRIPTION" desc="In the Ac counts settings tab, the text on the checkbox to restrict allowed user to a whit elist.">
2630 Restrict sign-in to the following users: 2645 Restrict sign-in to the following users:
2631 </message> 2646 </message>
(...skipping 4124 matching lines...) Expand 10 before | Expand all | Expand 10 after
6756 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notification warning users that they are critically low on disk space."> 6771 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notification warning users that they are critically low on disk space.">
6757 Device disk space critically low 6772 Device disk space critically low
6758 </message> 6773 </message>
6759 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notificatio n text warning users that they are critically low on disk space."> 6774 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notificatio n text warning users that they are critically low on disk space.">
6760 Free up disk space or device will become unresponsive. 6775 Free up disk space or device will become unresponsive.
6761 </message> 6776 </message>
6762 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management."> 6777 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management.">
6763 Manage storage 6778 Manage storage
6764 </message> 6779 </message>
6765 </grit-part> 6780 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698