| 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<br>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<br>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:<br>
|
| + <ul><li>unpin files that you no longer need to access offline</li>
|
| + <li>delete files from your Downloads folder</li> </ul>
|
| + </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"><a target='_blank' href='$1'></ph>Learn More<ph name="END_LINK"></a></ph>
|
| </message>
|
|
|