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

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

Issue 2841603004: [Payments] Update some editor titles to reflect missing information (Closed)
Patch Set: Cleanup some strings 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 12232 matching lines...) Expand 10 before | Expand all | Expand 10 after
12243 Exit Presentation 12243 Exit Presentation
12244 </message> 12244 </message>
12245 <message name="IDS_VR_SHELL_NEW_TAB_BUTTON" desc="Text on the VR scene new tab button"> 12245 <message name="IDS_VR_SHELL_NEW_TAB_BUTTON" desc="Text on the VR scene new tab button">
12246 New Tab 12246 New Tab
12247 </message> 12247 </message>
12248 <message name="IDS_VR_SHELL_NEW_INCOGNITO_TAB_BUTTON" desc="Text on the VR scene new incognito tab button"> 12248 <message name="IDS_VR_SHELL_NEW_INCOGNITO_TAB_BUTTON" desc="Text on the VR scene new incognito tab button">
12249 New Incognito Tab 12249 New Incognito Tab
12250 </message> 12250 </message>
12251 </if> 12251 </if>
12252 12252
12253 <!-- Payment Request -->
12254 <message name="IDS_PAYMENT_REQUEST_PAYMENT_SHEET_TITLE" desc=" The title on top of the desktop Payment Request Payment Sheet screen">
12255 Your payment
12256 </message>
12257
12258 <message name="IDS_PAYMENT_REQUEST_ORDER_SUMMARY_TITLE" desc="The title on t op of the desktop Payment Request Order Summary screen">
12259 Order summary
12260 </message>
12261
12262 <message name="IDS_PAYMENT_REQUEST_CREDIT_CARD_EDITOR_ADD_TITLE" desc="The t itle on the top of the dialog for adding a new credit card.">
12263 Add a card
12264 </message>
12265
12266 <message name="IDS_PAYMENT_REQUEST_ADDRESS_EDITOR_ADD_TITLE" desc="The title on the top of the dialog for adding a new address.">
12267 Add address
12268 </message>
12269
12270 <!-- Safe Browsing Subresource Filter UI strings. --> 12253 <!-- Safe Browsing Subresource Filter UI strings. -->
12271 <if expr="use_titlecase"> 12254 <if expr="use_titlecase">
12272 <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."> 12255 <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.">
12273 Load Full Site 12256 Load Full Site
12274 </message> 12257 </message>
12275 </if> 12258 </if>
12276 <if expr="not use_titlecase"> 12259 <if expr="not use_titlecase">
12277 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_RELOAD" desc="Button which reloads the page in order to also show content that was previously blocked ."> 12260 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_RELOAD" desc="Button which reloads the page in order to also show content that was previously blocked .">
12278 Load full site 12261 Load full site
12279 </message> 12262 </message>
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
12373 Your downloads appear here 12356 Your downloads appear here
12374 </message> 12357 </message>
12375 12358
12376 <!-- Automation info bar --> 12359 <!-- Automation info bar -->
12377 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> 12360 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test.">
12378 Chrome is being controlled by automated test software. 12361 Chrome is being controlled by automated test software.
12379 </message> 12362 </message>
12380 </messages> 12363 </messages>
12381 </release> 12364 </release>
12382 </grit> 12365 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698