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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 2845593002: Updates Zoom bubble layout and adds +/- buttons (Closed)
Patch Set: Fix compilation error on gcc Created 3 years, 7 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:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/app/vector_icons/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 5424 matching lines...) Expand 10 before | Expand all | Expand 10 after
5435 </if> 5435 </if>
5436 <message name="IDS_TOOLTIP_TRANSLATE" desc="The tooltip for translate"> 5436 <message name="IDS_TOOLTIP_TRANSLATE" desc="The tooltip for translate">
5437 Translate this page 5437 Translate this page
5438 </message> 5438 </message>
5439 <message name="IDS_TOOLTIP_ZOOM" desc="The tooltip for the zoom bubble"> 5439 <message name="IDS_TOOLTIP_ZOOM" desc="The tooltip for the zoom bubble">
5440 Zoom: <ph name="PERCENT">$1<ex>100%</ex></ph> 5440 Zoom: <ph name="PERCENT">$1<ex>100%</ex></ph>
5441 </message> 5441 </message>
5442 <message name="IDS_TOOLTIP_ZOOM_EXTENSION_ICON" desc="The tooltip for the extension icon in the zoom bubble"> 5442 <message name="IDS_TOOLTIP_ZOOM_EXTENSION_ICON" desc="The tooltip for the extension icon in the zoom bubble">
5443 This page was zoomed by the "<ph name="NAME">$1<ex>Google Cast</ex></ph> " extension 5443 This page was zoomed by the "<ph name="NAME">$1<ex>Google Cast</ex></ph> " extension
5444 </message> 5444 </message>
5445 <if expr="not use_titlecase"> 5445 <message name="IDS_ZOOM_SET_DEFAULT" desc="The text label of a button whic h, when clicked, returns the page to default zoom">
5446 <message name="IDS_ZOOM_SET_DEFAULT" desc="The text label of a button wh ich, when clicked, returns the page to default zoom"> 5446 Reset
5447 Reset to default 5447 </message>
5448 </message>
5449 </if>
5450 <if expr="use_titlecase">
5451 <message name="IDS_ZOOM_SET_DEFAULT" desc="In Title Case: The text label of a button which, when clicked, returns the page to default zoom">
5452 Reset to Default
5453 </message>
5454 </if>
5455 <if expr="is_macosx">
5456 <message name="IDS_ZOOM_SET_DEFAULT_SHORT" desc="In Title Case: The shor t text label of a button which, when clicked, returns the page to default zoom">
5457 Reset
5458 </message>
5459 </if>
5460 5448
5461 <!--Accessible name/action strings--> 5449 <!--Accessible name/action strings-->
5462 <message name="IDS_ACCESSIBLE_INCOGNITO_WINDOW_TITLE_FORMAT" desc="The for mat for the accessible title of an incognito window"> 5450 <message name="IDS_ACCESSIBLE_INCOGNITO_WINDOW_TITLE_FORMAT" desc="The for mat for the accessible title of an incognito window">
5463 <ph name="WINDOW_TITLE">$1</ph> (Incognito) 5451 <ph name="WINDOW_TITLE">$1</ph> (Incognito)
5464 </message> 5452 </message>
5465 <message name="IDS_ACCNAME_APP_UPGRADE_RECOMMENDED" desc="The accessible n ame for the app menu when software update is available."> 5453 <message name="IDS_ACCNAME_APP_UPGRADE_RECOMMENDED" desc="The accessible n ame for the app menu when software update is available.">
5466 <ph name="ACCNAME_APP">$1<ex>Chrome</ex></ph> (Update is available) 5454 <ph name="ACCNAME_APP">$1<ex>Chrome</ex></ph> (Update is available)
5467 </message> 5455 </message>
5468 <message name="IDS_ACCNAME_FULLSCREEN" desc="The accessible name of the fu llscreen button in the new merged menu"> 5456 <message name="IDS_ACCNAME_FULLSCREEN" desc="The accessible name of the fu llscreen button in the new merged menu">
5469 Full screen 5457 Full screen
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
5504 </message> 5492 </message>
5505 <message name="IDS_ACCNAME_MAXIMIZE" desc="The accessible name for the Max imize button."> 5493 <message name="IDS_ACCNAME_MAXIMIZE" desc="The accessible name for the Max imize button.">
5506 Maximize 5494 Maximize
5507 </message> 5495 </message>
5508 <message name="IDS_ACCNAME_RESTORE" desc="The accessible name for the Rest ore button."> 5496 <message name="IDS_ACCNAME_RESTORE" desc="The accessible name for the Rest ore button.">
5509 Restore 5497 Restore
5510 </message> 5498 </message>
5511 <message name="IDS_ACCNAME_CLOSE_TAB" desc="The accessible name for the bu tton that is used to close a specific tab."> 5499 <message name="IDS_ACCNAME_CLOSE_TAB" desc="The accessible name for the bu tton that is used to close a specific tab.">
5512 Close <ph name="TAB_NAME">$1<ex>Google Search</ex></ph> 5500 Close <ph name="TAB_NAME">$1<ex>Google Search</ex></ph>
5513 </message> 5501 </message>
5502 <message name="IDS_ACCNAME_ZOOM_SET_DEFAULT" desc="The accessible descript ion of the Reset button in the Zoom bubble.">
5503 Reset to default zoom level
5504 </message>
5514 5505
5515 <!-- Browser Hung Plugin Detector --> 5506 <!-- Browser Hung Plugin Detector -->
5516 <if expr="is_win"> 5507 <if expr="is_win">
5517 <message name="IDS_BROWSER_HANGMONITOR" desc="A plugin on a page has hun g"> 5508 <message name="IDS_BROWSER_HANGMONITOR" desc="A plugin on a page has hun g">
5518 The following plugin is unresponsive: <ph name="PLUGIN_NAME">$1 5509 The following plugin is unresponsive: <ph name="PLUGIN_NAME">$1
5519 <ex>Shockwave 5510 <ex>Shockwave
5520 </ex></ph>Would you like to stop it? 5511 </ex></ph>Would you like to stop it?
5521 </message> 5512 </message>
5522 </if> 5513 </if>
5523 <message name="IDS_BROWSER_HANGMONITOR_RENDERER_TITLE" desc="The title of the 'A renderer has hung' dialog. NOTE: If having no explicit # makes the phrasi ng awkward, feel free to add a # as necessary. [ICU Syntax]"> 5514 <message name="IDS_BROWSER_HANGMONITOR_RENDERER_TITLE" desc="The title of the 'A renderer has hung' dialog. NOTE: If having no explicit # makes the phrasi ng awkward, feel free to add a # as necessary. [ICU Syntax]">
(...skipping 6761 matching lines...) Expand 10 before | Expand all | Expand 10 after
12285 <message name="IDS_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC audio call is in progress" formatter_data="andro id_java"> 12276 <message name="IDS_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC audio call is in progress" formatter_data="andro id_java">
12286 Accessing audio input 12277 Accessing audio input
12287 </message> 12278 </message>
12288 <message name="IDS_VIDEO_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video and audio call is in progress" forma tter_data="android_java"> 12279 <message name="IDS_VIDEO_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video and audio call is in progress" forma tter_data="android_java">
12289 Accessing audio and video input 12280 Accessing audio and video input
12290 </message> 12281 </message>
12291 </if> 12282 </if>
12292 </messages> 12283 </messages>
12293 </release> 12284 </release>
12294 </grit> 12285 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/vector_icons/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698