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

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: rebase 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 12142 matching lines...) Expand 10 before | Expand all | Expand 10 after
12153 </message> 12153 </message>
12154 <message name="IDS_VR_SHELL_UI_EXIT_PRESENT_BUTTON" desc="Text under the V R scene exit present button"> 12154 <message name="IDS_VR_SHELL_UI_EXIT_PRESENT_BUTTON" desc="Text under the V R scene exit present button">
12155 Exit Presentation 12155 Exit Presentation
12156 </message> 12156 </message>
12157 <message name="IDS_VR_SHELL_NEW_TAB_BUTTON" desc="Text on the VR scene new tab button"> 12157 <message name="IDS_VR_SHELL_NEW_TAB_BUTTON" desc="Text on the VR scene new tab button">
12158 New Tab 12158 New Tab
12159 </message> 12159 </message>
12160 <message name="IDS_VR_SHELL_NEW_INCOGNITO_TAB_BUTTON" desc="Text on the VR scene new incognito tab button"> 12160 <message name="IDS_VR_SHELL_NEW_INCOGNITO_TAB_BUTTON" desc="Text on the VR scene new incognito tab button">
12161 New Incognito Tab 12161 New Incognito Tab
12162 </message> 12162 </message>
12163 <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">
12164 Site information is not available in VR
12165 </message>
12166 <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">
12167 EXIT VR
12168 </message>
12163 </if> 12169 </if>
12164 12170
12165 <!-- Safe Browsing Subresource Filter UI strings. --> 12171 <!-- Safe Browsing Subresource Filter UI strings. -->
12166 <if expr="use_titlecase"> 12172 <if expr="use_titlecase">
12167 <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."> 12173 <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.">
12168 Load Full Site 12174 Load Full Site
12169 </message> 12175 </message>
12170 </if> 12176 </if>
12171 <if expr="not use_titlecase"> 12177 <if expr="not use_titlecase">
12172 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_RELOAD" desc="Button which reloads the page in order to also show content that was previously blocked ."> 12178 <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
12315 <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"> 12321 <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">
12316 Accessing audio and video input 12322 Accessing audio and video input
12317 </message> 12323 </message>
12318 <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT_2" desc="Text to be sh own as a notification when screen capture is in progress."> 12324 <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT_2" desc="Text to be sh own as a notification when screen capture is in progress.">
12319 Sharing screen 12325 Sharing screen
12320 </message> 12326 </message>
12321 </if> 12327 </if>
12322 </messages> 12328 </messages>
12323 </release> 12329 </release>
12324 </grit> 12330 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698