Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index 86f666f94e99e464b938476ab5102046c25cfd5c..a57a8f0f688fd7e9dd8553538afa8dfaa49bacc2 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -17262,15 +17262,15 @@ Battery full |
Chrome logo |
</message> |
<message name="IDS_METRO_MISSING_PLUGIN_PROMPT" |
- desc="Info Bar message to let user do something about the missing plugin"> |
+ desc="Info Bar message to let user do something about the missing plugin"> |
<ph name="PLUGIN_NAME">$1<ex>Quicktime</ex></ph> is required to display some elements on this page. |
</message> |
<message name="IDS_METRO_SWITCH_TO_DESKTOP_BUTTON" |
- desc="Infobar button to switch from metro to desktop mode"> |
+ desc="Infobar button to switch from metro to desktop mode"> |
View this page in desktop mode |
</message> |
<message name="IDS_METRO_SWITCH_WHY_LINK" |
- desc="Infobar text for link to help center about metro mode issues"> |
+ desc="Infobar text for link to help center about metro mode issues"> |
Why am I seeing this? |
</message> |
<message name="IDS_METRO_DOWNLOAD_COMPLETE_NOTIFICATION" |
@@ -17281,7 +17281,44 @@ Battery full |
desc="Title for notification displayed when a download request is completed"> |
Download complete notification |
</message> |
+ |
+ <!-- Media Galleries. --> |
+ <message name="IDS_MEDIA_GALLERIES_DIALOG_HEADER" desc="Header for media gallery permissions dialog."> |
+ Media Galleries settings for <ph name="EXTENSION">$1<ex>PhotoEditr</ex></ph> |
+ </message> |
+ <message name="IDS_MEDIA_GALLERIES_DIALOG_READ_SUBTEXT" desc="Explanatory text for the read permission."> |
+ <ph name="EXTENSION">$1<ex>PhotoEditr</ex></ph> will be able to read the media files in any gallery you select. |
+ </message> |
+ <if expr="pp_ifdef('use_titlecase')"> |
+ <message name="IDS_MEDIA_GALLERIES_DIALOG_ADD_GALLERY" desc="In title case: Button for adding a new gallery by choosing a folder."> |
+ Add Gallery |
+ </message> |
+ <message name="IDS_MEDIA_GALLERIES_DIALOG_CANCEL" desc="In title case: The text for the cancel button on the media galleries configuration dialog."> |
+ Cancel |
+ </message> |
+ <message name="IDS_MEDIA_GALLERIES_DIALOG_CONFIRM" desc="In title case: The text for the cancel button on the media galleries configuration dialog."> |
+ Grant Permissions |
+ </message> |
+ </if> |
+ <if expr="not pp_ifdef('use_titlecase')"> |
+ <message name="IDS_MEDIA_GALLERIES_DIALOG_ADD_GALLERY" desc="In sentence case: Button for adding a new gallery by choosing a folder." |
+ meaning="In sentence case: Button for adding a new gallery by choosing a folder."> |
+ Add gallery |
+ </message> |
+ <message name="IDS_MEDIA_GALLERIES_DIALOG_CANCEL" desc="In sentence case: The text for the cancel button on the media galleries configuration dialog."> |
+ Cancel |
+ </message> |
+ <message name="IDS_MEDIA_GALLERIES_DIALOG_CONFIRM" desc="In sentence case: The text for the cancel button on the media galleries configuration dialog." |
+ meaning="In sentence case: The text for the cancel button on the media galleries configuration dialog."> |
+ Grant permissions |
+ </message> |
+ </if> |
+ <message name="IDS_MEDIA_GALLERIES_DIALOG_ADD_GALLERY_TITLE" desc="The title of the folder selection dialog for adding a new media gallery."> |
+ Add Media Gallery by Directory |
+ </message> |
+ |
</messages> |
+ |
<structures fallback_to_english="true"> |
<!-- Make sure these stay in sync with the structures in generated_resources.grd. --> |
<structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type="dialog" > |