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

Unified Diff: chrome/app/generated_resources.grd

Issue 10826129: Media galleries: configuration dialog controller and GTK impl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rejigger dialog buttons 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
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 7baec8d3dee6a0a4055f7e62b87a52f2279c64e6..e1c3427be92223b910f36a6bb17ba5f136fa1680 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -16829,18 +16829,54 @@ Battery full
No thanks
</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>
-
+
+ <!-- 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. -->

Powered by Google App Engine
This is Rietveld 408576698