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

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

Issue 2891883002: Revert of Updates Zoom bubble layout and adds +/- buttons (Closed)
Patch Set: 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 <message name="IDS_ZOOM_SET_DEFAULT" desc="The text label of a button whic h, when clicked, returns the page to default zoom"> 5445 <if expr="not use_titlecase">
5446 Reset 5446 <message name="IDS_ZOOM_SET_DEFAULT" desc="The text label of a button wh ich, when clicked, returns the page to default zoom">
5447 </message> 5447 Reset to default
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>
5448 5460
5449 <!--Accessible name/action strings--> 5461 <!--Accessible name/action strings-->
5450 <message name="IDS_ACCESSIBLE_INCOGNITO_WINDOW_TITLE_FORMAT" desc="The for mat for the accessible title of an incognito window"> 5462 <message name="IDS_ACCESSIBLE_INCOGNITO_WINDOW_TITLE_FORMAT" desc="The for mat for the accessible title of an incognito window">
5451 <ph name="WINDOW_TITLE">$1</ph> (Incognito) 5463 <ph name="WINDOW_TITLE">$1</ph> (Incognito)
5452 </message> 5464 </message>
5453 <message name="IDS_ACCNAME_APP_UPGRADE_RECOMMENDED" desc="The accessible n ame for the app menu when software update is available."> 5465 <message name="IDS_ACCNAME_APP_UPGRADE_RECOMMENDED" desc="The accessible n ame for the app menu when software update is available.">
5454 <ph name="ACCNAME_APP">$1<ex>Chrome</ex></ph> (Update is available) 5466 <ph name="ACCNAME_APP">$1<ex>Chrome</ex></ph> (Update is available)
5455 </message> 5467 </message>
5456 <message name="IDS_ACCNAME_FULLSCREEN" desc="The accessible name of the fu llscreen button in the new merged menu"> 5468 <message name="IDS_ACCNAME_FULLSCREEN" desc="The accessible name of the fu llscreen button in the new merged menu">
5457 Full screen 5469 Full screen
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
5492 </message> 5504 </message>
5493 <message name="IDS_ACCNAME_MAXIMIZE" desc="The accessible name for the Max imize button."> 5505 <message name="IDS_ACCNAME_MAXIMIZE" desc="The accessible name for the Max imize button.">
5494 Maximize 5506 Maximize
5495 </message> 5507 </message>
5496 <message name="IDS_ACCNAME_RESTORE" desc="The accessible name for the Rest ore button."> 5508 <message name="IDS_ACCNAME_RESTORE" desc="The accessible name for the Rest ore button.">
5497 Restore 5509 Restore
5498 </message> 5510 </message>
5499 <message name="IDS_ACCNAME_CLOSE_TAB" desc="The accessible name for the bu tton that is used to close a specific tab."> 5511 <message name="IDS_ACCNAME_CLOSE_TAB" desc="The accessible name for the bu tton that is used to close a specific tab.">
5500 Close <ph name="TAB_NAME">$1<ex>Google Search</ex></ph> 5512 Close <ph name="TAB_NAME">$1<ex>Google Search</ex></ph>
5501 </message> 5513 </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>
5505 5514
5506 <!-- Browser Hung Plugin Detector --> 5515 <!-- Browser Hung Plugin Detector -->
5507 <if expr="is_win"> 5516 <if expr="is_win">
5508 <message name="IDS_BROWSER_HANGMONITOR" desc="A plugin on a page has hun g"> 5517 <message name="IDS_BROWSER_HANGMONITOR" desc="A plugin on a page has hun g">
5509 The following plugin is unresponsive: <ph name="PLUGIN_NAME">$1 5518 The following plugin is unresponsive: <ph name="PLUGIN_NAME">$1
5510 <ex>Shockwave 5519 <ex>Shockwave
5511 </ex></ph>Would you like to stop it? 5520 </ex></ph>Would you like to stop it?
5512 </message> 5521 </message>
5513 </if> 5522 </if>
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]"> 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]">
(...skipping 6742 matching lines...) Expand 10 before | Expand all | Expand 10 after
12257 Your downloads appear here 12266 Your downloads appear here
12258 </message> 12267 </message>
12259 12268
12260 <!-- Automation info bar --> 12269 <!-- Automation info bar -->
12261 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> 12270 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test.">
12262 Chrome is being controlled by automated test software. 12271 Chrome is being controlled by automated test software.
12263 </message> 12272 </message>
12264 </messages> 12273 </messages>
12265 </release> 12274 </release>
12266 </grit> 12275 </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