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

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

Issue 2784303002: Adds button to VRShell menu mode, which lets the user manually exit WebVR presentation. (Closed)
Patch Set: Fixed closure compiler error Created 3 years, 8 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
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 12246 matching lines...) Expand 10 before | Expand all | Expand 10 after
12257 <if expr="is_android"> 12257 <if expr="is_android">
12258 <message name="IDS_VR_SHELL_UI_BACK_BUTTON" desc="Text under the VR scene history back button"> 12258 <message name="IDS_VR_SHELL_UI_BACK_BUTTON" desc="Text under the VR scene history back button">
12259 Back 12259 Back
12260 </message> 12260 </message>
12261 <message name="IDS_VR_SHELL_UI_FORWARD_BUTTON" desc="Text under the VR sce ne history forward button"> 12261 <message name="IDS_VR_SHELL_UI_FORWARD_BUTTON" desc="Text under the VR sce ne history forward button">
12262 Forward 12262 Forward
12263 </message> 12263 </message>
12264 <message name="IDS_VR_SHELL_UI_RELOAD_BUTTON" desc="Text under the VR scen e reload page button"> 12264 <message name="IDS_VR_SHELL_UI_RELOAD_BUTTON" desc="Text under the VR scen e reload page button">
12265 Reload 12265 Reload
12266 </message> 12266 </message>
12267 <message name="IDS_VR_SHELL_UI_EXIT_PRESENT_BUTTON" desc="Text under the V R scene exit present button">
12268 Exit Presentation
12269 </message>
12267 <message name="IDS_VR_SHELL_NEW_TAB_BUTTON" desc="Text on the VR scene new tab button"> 12270 <message name="IDS_VR_SHELL_NEW_TAB_BUTTON" desc="Text on the VR scene new tab button">
12268 New Tab 12271 New Tab
12269 </message> 12272 </message>
12270 <message name="IDS_VR_SHELL_NEW_INCOGNITO_TAB_BUTTON" desc="Text on the VR scene new incognito tab button"> 12273 <message name="IDS_VR_SHELL_NEW_INCOGNITO_TAB_BUTTON" desc="Text on the VR scene new incognito tab button">
12271 New Incognito Tab 12274 New Incognito Tab
12272 </message> 12275 </message>
12273 </if> 12276 </if>
12274 12277
12275 <!-- Payment Request --> 12278 <!-- Payment Request -->
12276 <message name="IDS_PAYMENT_REQUEST_PAYMENT_SHEET_TITLE" desc=" The title on top of the desktop Payment Request Payment Sheet screen"> 12279 <message name="IDS_PAYMENT_REQUEST_PAYMENT_SHEET_TITLE" desc=" The title on top of the desktop Payment Request Payment Sheet screen">
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
12403 Your downloads appear here 12406 Your downloads appear here
12404 </message> 12407 </message>
12405 12408
12406 <!-- Automation info bar --> 12409 <!-- Automation info bar -->
12407 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> 12410 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test.">
12408 Chrome is being controlled by automated test software. 12411 Chrome is being controlled by automated test software.
12409 </message> 12412 </message>
12410 </messages> 12413 </messages>
12411 </release> 12414 </release>
12412 </grit> 12415 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698