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

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

Issue 7590023: Remove use of wstring from autologin infobar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/ui/autologin_infobar_delegate.cc » ('j') | 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 7996 matching lines...) Expand 10 before | Expand all | Expand 10 after
8007 </message> 8007 </message>
8008 <message name="IDS_COLLECTED_COOKIES_INFOBAR_MESSAGE" desc="The string sho wn in the infobar after the user has changed the allowed/blocked state of a cook ie, reminding them to reload the page in order for the new cookies to take effec t."> 8008 <message name="IDS_COLLECTED_COOKIES_INFOBAR_MESSAGE" desc="The string sho wn in the infobar after the user has changed the allowed/blocked state of a cook ie, reminding them to reload the page in order for the new cookies to take effec t.">
8009 New cookie settings will take effect after reloading the page. 8009 New cookie settings will take effect after reloading the page.
8010 </message> 8010 </message>
8011 <message name="IDS_COLLECTED_COOKIES_INFOBAR_BUTTON" desc="The string used in the infobar button allowing the user to reload the page directly from the in fobar."> 8011 <message name="IDS_COLLECTED_COOKIES_INFOBAR_BUTTON" desc="The string used in the infobar button allowing the user to reload the page directly from the in fobar.">
8012 Reload 8012 Reload
8013 </message> 8013 </message>
8014 8014
8015 <!-- Auto-login infobar --> 8015 <!-- Auto-login infobar -->
8016 <message name="IDS_AUTOLOGIN_INFOBAR_MESSAGE" desc="The string shown in th e infobar explaining that they can press one button to auto-login instead of ent ering their user name and password."> 8016 <message name="IDS_AUTOLOGIN_INFOBAR_MESSAGE" desc="The string shown in th e infobar explaining that they can press one button to auto-login instead of ent ering their user name and password.">
8017 Sign in to this site using: <ph name="EMAIL_ADDRESS">%ls</ph> 8017 Sign in to this site using: <ph name="EMAIL_ADDRESS">$1</ph>
8018 </message> 8018 </message>
8019 <message name="IDS_AUTOLOGIN_INFOBAR_OK_BUTTON" desc="The string used in t he infobar button that the user presses to perform the auto-login."> 8019 <message name="IDS_AUTOLOGIN_INFOBAR_OK_BUTTON" desc="The string used in t he infobar button that the user presses to perform the auto-login.">
8020 Sign in 8020 Sign in
8021 </message> 8021 </message>
8022 <message name="IDS_AUTOLOGIN_INFOBAR_CANCEL_BUTTON" desc="The string used in the infobar button that the user presses to never see this infobar again."> 8022 <message name="IDS_AUTOLOGIN_INFOBAR_CANCEL_BUTTON" desc="The string used in the infobar button that the user presses to never see this infobar again.">
8023 Never offer to sign me in 8023 Never offer to sign me in
8024 </message> 8024 </message>
8025 8025
8026 <!-- Cookies Window --> 8026 <!-- Cookies Window -->
8027 <message name="IDS_COOKIES_WEBSITE_PERMISSIONS_WINDOW_TITLE" desc="The tit le of the redesigned Cookies Window that lets you manage cookies, storage quota for websites and other permissions per-website"> 8027 <message name="IDS_COOKIES_WEBSITE_PERMISSIONS_WINDOW_TITLE" desc="The tit le of the redesigned Cookies Window that lets you manage cookies, storage quota for websites and other permissions per-website">
(...skipping 5292 matching lines...) Expand 10 before | Expand all | Expand 10 after
13320 </includes> 13320 </includes>
13321 <structures fallback_to_english="true"> 13321 <structures fallback_to_english="true">
13322 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13322 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13323 </structure> 13323 </structure>
13324 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13324 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13325 </structure> 13325 </structure>
13326 </structures> 13326 </structures>
13327 13327
13328 </release> 13328 </release>
13329 </grit> 13329 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/autologin_infobar_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698