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

Unified Diff: chrome/app/generated_resources.grd

Issue 10823036: Added/changed some strings for the Files app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased, removed one of the strings Created 8 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/js/mock_chrome.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index b09b06a4ddb59ad615874c4d685a5875bee3066c..9eb61fec8a9dd49d5dbe4119441a14cc04624c85 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -10891,7 +10891,7 @@ Some features may be unavailable. Please check that the profile exists and you
Type
</message>
<message name="IDS_FILE_BROWSER_DATE_COLUMN_LABEL" desc="Date column label.">
- Date
+ Date modified
</message>
<message name="IDS_FILE_BROWSER_PREVIEW_COLUMN_LABEL" desc="Preview column label.">
Preview
@@ -10967,6 +10967,16 @@ Some features may be unavailable. Please check that the profile exists and you
Import photos
</message>
+ <message name="IDS_FILE_BROWSER_NOT_FORMATTED_USB" desc="In the File Manager, message shown for an unformatted USB device.">
+ Your USB device is not formatted.
+ </message>
+ <message name="IDS_FILE_BROWSER_NOT_FORMATTED_SD" desc="In the File Manager, message shown for an unformatted SD card.">
+ Your SD card is not formatted.
+ </message>
+ <message name="IDS_FILE_BROWSER_NOT_FORMATTED_EXTERNAL" desc="In the File Manager, message shown for an unformatted external storage device.">
+ Your external storage device is not formatted.
+ </message>
+
<message name="IDS_FILE_BROWSER_ACTION_VIEW" desc="Title of the action to view (no edit) a file.">
View
</message>
@@ -11223,6 +11233,9 @@ Some features may be unavailable. Please check that the profile exists and you
<message name="IDS_FILE_BROWSER_HOSTED_OFFLINE_MESSAGE" desc="Message informing the user that the selected file is only available online.">
You must be online to access this file.
</message>
+ <message name="IDS_FILE_BROWSER_GDRIVE_OFFLINE_MESSAGE" desc="Message informing the user that they should go online to access Google Drive for the first time.">
+ You must be online to access Google Drive for the first time.
+ </message>
<message name="IDS_FILE_BROWSER_HOSTED_OFFLINE_MESSAGE_PLURAL" desc="Message informing the user that the selected files are only available online.">
You must be online to access these files.
</message>
@@ -11248,7 +11261,7 @@ Some features may be unavailable. Please check that the profile exists and you
<ph name="SPACE_AVAILABLE">$1<ex>4.8 GB</ex></ph> left
</message>
<message name="IDS_FILE_BROWSER_GDATA_BUY_MORE_SPACE" desc="Menu item, offering user to buy more space on Google Drive">
- Buy more...
+ Buy more storage...
</message>
<message name="IDS_FILE_BROWSER_GDATA_WAITING_FOR_SPACE_INFO" desc="Menu item, saying that FileBrowser is waiting for account's space information from GData servers. When actual data arrives, this item will be replaced with IDS_FILE_BROWSER_GDATA_SPACE_AVAILABLE">
Waiting for space info...
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/js/mock_chrome.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698