Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 1ade4bac952047f8574c053115d9c899938c8ae8..ec39724c2d1aa24a8d0703a92034b4ee50481d15 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -13510,6 +13510,19 @@ Some features may be unavailable. Please check that the profile exists and you |
| </message> |
| </if> |
| + <!-- Fullscreen infobar --> |
| + <if expr="is_android"> |
| + <message name="IDS_FULLSCREEN_INFOBAR_TEXT" desc="Text to display on the fullscreen infobar when a page enters fullscreen."> |
|
Ted C
2015/03/12 21:21:35
Why are there two sets of strings? Are these used
qinmin
2015/03/17 23:49:30
Removed the strings in android_chrome_strings.grd,
|
| + <ph name="ORIGIN">$1<ex>https://www.youtube.com</ex></ph> is now fullscreen. |
| + </message> |
| + <message name="IDS_FULLSCREEN_INFOBAR_EXIT_FULLSCREEN_BUTTON" desc="Label for choosing 'Exit fullscreen' on fullscreen infobar.[CHAR-LIMIT=32]"> |
| + Exit fullscreen |
| + </message> |
| + <message name="IDS_FULLSCREEN_INFOBAR_ALLOW_BUTTON" desc="Label for choosing 'Allow' on fullscreen infobar. [CHAR-LIMIT=32]"> |
| + Allow |
| + </message> |
| + </if> |
| + |
| <message name="IDS_SAVE_PASSWORD" desc="The title of the save password bubble when a password can be saved."> |
| Do you want Google Chrome to save your password for this site? |
| </message> |