Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index de20663e14ac465a19ec10cc3da7b1358498e162..be55672754066e4823c881d0b5abc91e3c0383c6 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -13851,6 +13851,23 @@ Keep your key file in a safe place. You will need it to create new versions of y |
</message> |
</if> |
+ <!-- Fullscreen Strings --> |
+ <message name="IDS_FULLSCREEN_INFOBAR_REQUEST_PERMISSION" desc="Text displayed in the infobar that requests permission for a site to go fullscreen after it has gone fullscreen."> |
+ <ph name="FULLSCREEN_ORIGIN">$1<ex>google.com</ex></ph> has gone fullscreen. |
+ </message> |
+ <message name="IDS_FULLSCREEN_INFOBAR_FILE_PAGE_NAME" desc="Message displayed when a local page goes fullscreen."> |
+ This page has gone fullscreen. |
+ </message> |
+ <message name="IDS_FULLSCREEN_INFOBAR_USER_ENTERED_FULLSCREEN" desc="Message for the user telling them that they have entered fullscreen mode."> |
+ You have gone fullscreen |
Peter Kasting
2011/10/11 23:08:32
Why do the two messages above have a trailing peri
koz (OOO until 15th September)
2011/10/12 05:38:23
Oops, just a typo. Fixed.
|
+ </message> |
+ <message name="IDS_FULLSCREEN_INFOBAR_ALLOW" desc="Text in the infobar button that grants permission for a site to enter fullscreen without asking the user for permission."> |
+ Allow |
+ </message> |
+ <message name="IDS_FULLSCREEN_INFOBAR_DENY" desc="Text in the infobar button that forces a webpage out of fullscreen mode."> |
+ Exit fullscreen |
+ </message> |
+ |
<!-- Register Protocol Handler Strings --> |
<message name="IDS_REGISTER_PROTOCOL_HANDLER_MAILTO_NAME" desc="A more user friendly way of describing mailto: links."> |