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

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

Issue 2938343003: VR: Remove unused string resources. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | 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 12159 matching lines...) Expand 10 before | Expand all | Expand 10 after
12170 <message name="IDS_IME_API_NEVER_SHOW" desc="Checkbox that controls whether this bubble will be shown every time."> 12170 <message name="IDS_IME_API_NEVER_SHOW" desc="Checkbox that controls whether this bubble will be shown every time.">
12171 Never show this again. 12171 Never show this again.
12172 </message> 12172 </message>
12173 <if expr="is_macosx"> 12173 <if expr="is_macosx">
12174 <message name="IDS_ANNOUNCEMENT_COMPLETION_AVAILABLE_MAC" desc="Text to be 12174 <message name="IDS_ANNOUNCEMENT_COMPLETION_AVAILABLE_MAC" desc="Text to be
12175 read aloud to screenreader users to announce that a completion is available."> 12175 read aloud to screenreader users to announce that a completion is available.">
12176 Completion available: <ph name="COMPLETION_TEXT">$1</ph> 12176 Completion available: <ph name="COMPLETION_TEXT">$1</ph>
12177 </message> 12177 </message>
12178 </if> 12178 </if>
12179 <if expr="enable_vr"> 12179 <if expr="enable_vr">
12180 <message name="IDS_VR_SHELL_UI_BACK_BUTTON" desc="Text under the VR scene history back button">
12181 Back
12182 </message>
12183 <message name="IDS_VR_SHELL_UI_FORWARD_BUTTON" desc="Text under the VR sce ne history forward button">
12184 Forward
12185 </message>
12186 <message name="IDS_VR_SHELL_UI_RELOAD_BUTTON" desc="Text under the VR scen e reload page button">
12187 Reload
12188 </message>
12189 <message name="IDS_VR_SHELL_UI_EXIT_PRESENT_BUTTON" desc="Text under the V R scene exit present button">
12190 Exit Presentation
12191 </message>
12192 <message name="IDS_VR_SHELL_NEW_TAB_BUTTON" desc="Text on the VR scene new tab button">
12193 New Tab
12194 </message>
12195 <message name="IDS_VR_SHELL_NEW_INCOGNITO_TAB_BUTTON" desc="Text on the VR scene new incognito tab button">
12196 New Incognito Tab
12197 </message>
12198 <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"> 12180 <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">
12199 Site information is not available in VR 12181 Site information is not available in VR
12200 </message> 12182 </message>
12201 <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"> 12183 <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">
12202 EXIT VR 12184 EXIT VR
12203 </message> 12185 </message>
12204 </if> 12186 </if>
12205 12187
12206 <!-- Safe Browsing Subresource Filter UI strings. --> 12188 <!-- Safe Browsing Subresource Filter UI strings. -->
12207 <if expr="use_titlecase"> 12189 <if expr="use_titlecase">
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
12347 <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"> 12329 <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">
12348 Accessing audio and video input 12330 Accessing audio and video input
12349 </message> 12331 </message>
12350 <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT_2" desc="Text to be sh own as a notification when screen capture is in progress."> 12332 <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT_2" desc="Text to be sh own as a notification when screen capture is in progress.">
12351 Sharing screen 12333 Sharing screen
12352 </message> 12334 </message>
12353 </if> 12335 </if>
12354 </messages> 12336 </messages>
12355 </release> 12337 </release>
12356 </grit> 12338 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698