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

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

Issue 2913633002: [vr] Clicking on the security icon should prompt the user to bail out of VR (Closed)
Patch Set: nit Created 3 years, 6 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 12139 matching lines...) Expand 10 before | Expand all | Expand 10 after
12150 </message> 12150 </message>
12151 <message name="IDS_VR_SHELL_UI_EXIT_PRESENT_BUTTON" desc="Text under the V R scene exit present button"> 12151 <message name="IDS_VR_SHELL_UI_EXIT_PRESENT_BUTTON" desc="Text under the V R scene exit present button">
12152 Exit Presentation 12152 Exit Presentation
12153 </message> 12153 </message>
12154 <message name="IDS_VR_SHELL_NEW_TAB_BUTTON" desc="Text on the VR scene new tab button"> 12154 <message name="IDS_VR_SHELL_NEW_TAB_BUTTON" desc="Text on the VR scene new tab button">
12155 New Tab 12155 New Tab
12156 </message> 12156 </message>
12157 <message name="IDS_VR_SHELL_NEW_INCOGNITO_TAB_BUTTON" desc="Text on the VR scene new incognito tab button"> 12157 <message name="IDS_VR_SHELL_NEW_INCOGNITO_TAB_BUTTON" desc="Text on the VR scene new incognito tab button">
12158 New Incognito Tab 12158 New Incognito Tab
12159 </message> 12159 </message>
12160 <message name="IDS_VR_SHELL_EXIT_PROMPT_DESCRIPTION" desc="Text on the exi t prompt that shows up when the user clicks on URL bar security icon in VR">
12161 Connection details are not available in VR
12162 </message>
12163 <message name="IDS_VR_SHELL_EXIT_PROMPT_EXIT_VR_BUTTON" desc="Text on the exit button of the exit prompt that shows up when the user clicks on URL bar sec urity icon in VR">
12164 Exit VR
12165 </message>
12160 </if> 12166 </if>
12161 12167
12162 <!-- Safe Browsing Subresource Filter UI strings. --> 12168 <!-- Safe Browsing Subresource Filter UI strings. -->
12163 <if expr="use_titlecase"> 12169 <if expr="use_titlecase">
12164 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_RELOAD" desc="In Titl e Case: Button which reloads the page in order to also show content that was pre viously blocked."> 12170 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_RELOAD" desc="In Titl e Case: Button which reloads the page in order to also show content that was pre viously blocked.">
12165 Load Full Site 12171 Load Full Site
12166 </message> 12172 </message>
12167 </if> 12173 </if>
12168 <if expr="not use_titlecase"> 12174 <if expr="not use_titlecase">
12169 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_RELOAD" desc="Button which reloads the page in order to also show content that was previously blocked ."> 12175 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_RELOAD" desc="Button which reloads the page in order to also show content that was previously blocked .">
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
12312 <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"> 12318 <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">
12313 Accessing audio and video input 12319 Accessing audio and video input
12314 </message> 12320 </message>
12315 <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT_2" desc="Text to be sh own as a notification when screen capture is in progress."> 12321 <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT_2" desc="Text to be sh own as a notification when screen capture is in progress.">
12316 Sharing screen 12322 Sharing screen
12317 </message> 12323 </message>
12318 </if> 12324 </if>
12319 </messages> 12325 </messages>
12320 </release> 12326 </release>
12321 </grit> 12327 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698