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

Unified Diff: chrome/app/generated_resources.grd

Issue 9808012: More strings for GData (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/chromeos/extensions/file_browser_private_api.cc » ('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 93dd2a1d0b74eee413fe33ac038d4a31af8a0ebd..8fe1ccbbb457404ef1fa96a604fd7dd69f564623 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -10349,9 +10349,20 @@ Some features may be unavailable. Please check that the profile exists and you
<message name="IDS_FILE_BROWSER_OFFLINE_HEADER" desc="Message informing the user that the browser is offline.">
You are offline
</message>
- <message name="IDS_FILE_BROWSER_OFFLINE_MESSAGE" desc="Message informing the selected how to make the file available offline.">
+ <message name="IDS_FILE_BROWSER_OFFLINE_MESSAGE" desc="Message informing the user how to make the selected file available offline.">
To save this file for offline use, get back online and&lt;br&gt;select the '$1' checkbox for this file.
</message>
+ <message name="IDS_FILE_BROWSER_OFFLINE_MESSAGE_PLURAL" desc="Message informing the user how to make multiple selected files available offline.">
+ To save these files for offline use, get back online and&lt;br&gt;select the '$1' checkbox for these files.
+ </message>
+ <message name="IDS_FILE_BROWSER_GDATA_OUT_OF_SPACE_HEADER" desc="Message informing the user that there is not enough space to make the selected file(s) available offline.">
+ You have run out of space
+ </message>
+ <message name="IDS_FILE_BROWSER_GDATA_OUT_OF_SPACE_MESSAGE" desc="Message informing the user how to make more space available to save the selected file offline.">
+ To save this file offline you must free up an additional $1 of space:&lt;br&gt;
+ &lt;ul&gt;&lt;li&gt;unpin files that you no longer need to access offline&lt;/li&gt;
+ &lt;li&gt;delete files from your Downloads folder&lt;/li&gt; &lt;/ul&gt;
+ </message>
<message name="IDS_FILE_BROWSER_NO_ACTION_FOR_FILE" desc="Message shown when user tries to open file, which we can't handle.">
To view this file, convert it to a format that's viewable on the web. <ph name="BEGIN_LINK">&lt;a target='_blank' href='$1'&gt;</ph>Learn More<ph name="END_LINK">&lt;/a&gt;</ph>
</message>
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_browser_private_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698