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

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

Issue 2274003004: Make chrome.fileManagerPrivate.getSizeStat return actual available space for Downloads. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 4 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/chromeos/extensions/file_manager/private_api_file_system.h » ('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 1125 matching lines...) Expand 10 before | Expand all | Expand 10 after
1136 </message> 1136 </message>
1137 <message name="IDS_FILE_BROWSER_TIME_YESTERDAY" desc="File date and time in ca se the date is yesterday."> 1137 <message name="IDS_FILE_BROWSER_TIME_YESTERDAY" desc="File date and time in ca se the date is yesterday.">
1138 Yesterday <ph name="YESTERDAY_DAYTIME">$1<ex>4:48 PM</ex></ph> 1138 Yesterday <ph name="YESTERDAY_DAYTIME">$1<ex>4:48 PM</ex></ph>
1139 </message> 1139 </message>
1140 1140
1141 <message name="IDS_FILE_BROWSER_ALL_FILES_FILTER" desc="All Files filter for O pen/Save dialog"> 1141 <message name="IDS_FILE_BROWSER_ALL_FILES_FILTER" desc="All Files filter for O pen/Save dialog">
1142 All files 1142 All files
1143 </message> 1143 </message>
1144 1144
1145 <message name="IDS_FILE_BROWSER_SPACE_AVAILABLE" desc="Menu item showing space left for storage."> 1145 <message name="IDS_FILE_BROWSER_SPACE_AVAILABLE" desc="Menu item showing space left for storage.">
1146 <ph name="SPACE_AVAILABLE">$1<ex>4.8 GB</ex></ph> left 1146 <ph name="SPACE_AVAILABLE">$1<ex>4.8 GB</ex></ph> available
fukino 2016/08/25 08:00:23 This label is updated to be consistent with the te
1147 </message> 1147 </message>
1148 <message name="IDS_FILE_BROWSER_WAITING_FOR_SPACE_INFO" desc="Menu item, sayin g that FileBrowser is waiting for space information for storage. When actual dat a arrives, this item will be replaced with IDS_FILE_BROWSER_SPACE_AVAILABLE"> 1148 <message name="IDS_FILE_BROWSER_WAITING_FOR_SPACE_INFO" desc="Menu item, sayin g that FileBrowser is waiting for space information for storage. When actual dat a arrives, this item will be replaced with IDS_FILE_BROWSER_SPACE_AVAILABLE">
1149 Waiting for space info... 1149 Waiting for space info...
1150 </message> 1150 </message>
1151 <message name="IDS_FILE_BROWSER_FAILED_SPACE_INFO" desc="Menu item, saying tha t FileBrowser is failed to retrieve space information."> 1151 <message name="IDS_FILE_BROWSER_FAILED_SPACE_INFO" desc="Menu item, saying tha t FileBrowser is failed to retrieve space information.">
1152 Failed to retrieve space info 1152 Failed to retrieve space info
1153 </message> 1153 </message>
1154 1154
1155 <!-- Common for Audio player and Media player --> 1155 <!-- Common for Audio player and Media player -->
1156 <message name="IDS_MEDIA_PLAYER_PLAY_BUTTON_LABEL" desc="Label for the Play bu tton of media players (audio player / video player)."> 1156 <message name="IDS_MEDIA_PLAYER_PLAY_BUTTON_LABEL" desc="Label for the Play bu tton of media players (audio player / video player).">
(...skipping 5224 matching lines...) Expand 10 before | Expand all | Expand 10 after
6381 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notification warning users that they are critically low on disk space."> 6381 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notification warning users that they are critically low on disk space.">
6382 Device disk space critically low 6382 Device disk space critically low
6383 </message> 6383 </message>
6384 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notificatio n text warning users that they are critically low on disk space."> 6384 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notificatio n text warning users that they are critically low on disk space.">
6385 Free up disk space or device will become unresponsive. 6385 Free up disk space or device will become unresponsive.
6386 </message> 6386 </message>
6387 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management."> 6387 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management.">
6388 Manage storage 6388 Manage storage
6389 </message> 6389 </message>
6390 </grit-part> 6390 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_manager/private_api_file_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698