Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 8dec257271c046b2f532925045d6088f9063f658..4da46476a499aa76d5e48f3af1244203d29aa45b 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -5739,6 +5739,9 @@ Because search results are requested even while you're typing your query, your d |
| <message name="IDS_ACCNAME_STAR" desc="The accessible name for the bookmark button."> |
| Bookmark |
| </message> |
| + <message name="IDS_ACCNAME_CHROME_TO_MOBILE" desc="The accessible name for the Chrome To Mobile button."> |
| + Chrome To Mobile |
| + </message> |
| <message name="IDS_ACCNAME_FIND" desc="The accessible name for the find button."> |
| Find |
| </message> |
| @@ -6939,6 +6942,35 @@ The following plug-in is unresponsive: <ph name="PLUGIN_NAME">$1 |
| </message> |
| </if> |
| + <!-- Chrome To Mobile bubble messages --> |
| + <message name="IDS_CHROME_TO_MOBILE_BUBBLE_SINGLE_TITLE" desc="Title of the bubble when a single mobile device is available."> |
| + Send this page to <ph name="DEVICE_NAME">$1<ex>Galaxy Nexus</ex></ph>. |
| + </message> |
| + <message name="IDS_CHROME_TO_MOBILE_BUBBLE_MULTI_TITLE" desc="Title of the bubble when multiple mobile devices are available."> |
| + Send this page to: |
| + </message> |
| + <message name="IDS_CHROME_TO_MOBILE_BUBBLE_SEND_COPY" desc="Checkbox for optionally sending an offline copy of the page to the mobile device."> |
| + Also send copy for offline viewing (<ph name="PAGE_SIZE">$1<ex>111kB</ex></ph>) |
|
sky
2012/03/11 21:41:22
Should this be 'Also send a copy' ?
msw
2012/03/12 10:17:18
Done.
|
| + </message> |
| + <message name="IDS_CHROME_TO_MOBILE_BUBBLE_SEND_COPY_GENERATING" desc="Placeholder PAGE_SIZE text indicating that the offline copy is being generated."> |
| + generating... |
| + </message> |
| + <message name="IDS_CHROME_TO_MOBILE_BUBBLE_SEND" desc="Button to send the page to the target mobile device."> |
| + Send |
| + </message> |
| + <message name="IDS_CHROME_TO_MOBILE_BUBBLE_SENDING" desc="Label indicating that the page is being sent to the device."> |
| + Sending |
| + </message> |
| + <message name="IDS_CHROME_TO_MOBILE_BUBBLE_SENT" desc="Label indicating that the page has been sent to the device."> |
| + Sent! |
| + </message> |
| + <message name="IDS_CHROME_TO_MOBILE_BUBBLE_ERROR" desc="Label indicating that an error has occured."> |
| + An error occured while sending the page to the specified device. |
| + </message> |
| + <message name="IDS_CHROME_TO_MOBILE_BUBBLE_TOOLTIP" desc="The tooltip for the Chrome To Mobile button."> |
| + Send this page to your mobile device |
| + </message> |
| + |
| <!-- Application window menu --> |
| <if expr="not pp_ifdef('use_titlecase')"> |
| <message name="IDS_APP_MENU_RELOAD" desc="The reload menu in application windows"> |