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

Side by Side Diff: ios/chrome/app/strings/ios_strings.grd

Issue 2424643002: [ios] Removed remaining code for URL spoofing interstitials. (Closed)
Patch Set: Removed browser_constants.h include Created 4 years, 2 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 | ios/chrome/browser/ssl/ios_ssl_blocking_page.mm » ('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 definition of resources that will be translated for each 4 This file contains definition of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, is_ios and is_posix are 5 locale. The variables is_win, is_macosx, is_linux, is_ios and is_posix are
6 available for making strings OS specific. Other platform defines such as 6 available for making strings OS specific. Other platform defines such as
7 use_titlecase are declared in build/common.gypi. 7 use_titlecase are declared in build/common.gypi.
8 8
9 The strings in this file are specific to iOS, thus is_ios will be true and 9 The strings in this file are specific to iOS, thus is_ios will be true and
10 all other OS specific variables will be false. 10 all other OS specific variables will be false.
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 <message name="IDS_IOS_GENERATE_PASSWORD_LABEL" desc="Input accessory view label to generate a password. [Length: 20em] [iOS only]"> 226 <message name="IDS_IOS_GENERATE_PASSWORD_LABEL" desc="Input accessory view label to generate a password. [Length: 20em] [iOS only]">
227 Generate Password 227 Generate Password
228 </message> 228 </message>
229 <message name="IDS_IOS_GENERATED_PASSWORD_PROMPT_DESCRIPTION" desc="The ex planation text for the generated password prompt. [iOS only]"> 229 <message name="IDS_IOS_GENERATED_PASSWORD_PROMPT_DESCRIPTION" desc="The ex planation text for the generated password prompt. [iOS only]">
230 Chrome will store this in your <ph name="BEGIN_LINK">BEGIN_LINK</ph>Goog le saved passwords<ph name="END_LINK">END_LINK</ph> and autofill it for you so y ou don't have to remember it yourself. 230 Chrome will store this in your <ph name="BEGIN_LINK">BEGIN_LINK</ph>Goog le saved passwords<ph name="END_LINK">END_LINK</ph> and autofill it for you so y ou don't have to remember it yourself.
231 </message> 231 </message>
232 <message name="IDS_IOS_GENERATED_PASSWORD_PROMPT_TITLE" desc="The text of the button that accepts the generated password. [Length: 20em] [iOS only]"> 232 <message name="IDS_IOS_GENERATED_PASSWORD_PROMPT_TITLE" desc="The text of the button that accepts the generated password. [Length: 20em] [iOS only]">
233 Password Generated by Chrome 233 Password Generated by Chrome
234 </message> 234 </message>
235 235
236 <!-- Safe Browsing --> 236 <!-- Safe Browsing -->
elawrence 2016/10/16 03:43:58 With the removal of the spoofing strings, is this
Eugene But (OOO till 7-30) 2016/10/24 15:57:58 Good catch. This was not relevant even before remo
237 <!-- - shared strings --> 237 <!-- - shared strings -->
238 <message name="IDS_IOS_INTERSTITIAL_HEADING_SPOOFING_ATTEMPT_ERROR" desc=" Header error message to tell user that the requested URI might be misleading [Le ngth: 20em]">
239 Warning: Something's Not Right Here!
240 </message>
241 <message name="IDS_IOS_INTERSTITIAL_SUMMARY_SPOOFING_ATTEMPT_ERROR" desc=" Summary error message to tell user that the requested URI might be misleading [L ength: unlimited]">
242 Chrome is unable to verify that the URL for this site is correct.
243 </message>
244 <message name="IDS_IOS_INTERSTITIAL_DETAILS_SPOOFING_ATTEMPT_ERROR" desc=" Details error message to tell user that the requested URI might be misleading [L ength: unlimited]">
245 The site you are trying to access is acting strangely, and Chrome is una ble to verify that its URL is correct. For security reasons, you should not proc eed, and perhaps try again tomorrow or go somewhere else.
246 </message>
247
248 <message name="IDS_IOS_UPGRADE_AVAILABLE_BUTTON" desc="Displayed on a butt on the user can use to upgrade the a more recent version of the application. [Le ngth: 10em]"> 238 <message name="IDS_IOS_UPGRADE_AVAILABLE_BUTTON" desc="Displayed on a butt on the user can use to upgrade the a more recent version of the application. [Le ngth: 10em]">
249 Update 239 Update
250 </message> 240 </message>
251 241
252 <!-- Accessibility labels --> 242 <!-- Accessibility labels -->
253 <message name="IDS_IOS_ACCNAME_CLEAR_TEXT" desc="The accessibility label f or the clear text button in the location bar [Length: unlimited]."> 243 <message name="IDS_IOS_ACCNAME_CLEAR_TEXT" desc="The accessibility label f or the clear text button in the location bar [Length: unlimited].">
254 Clear Text 244 Clear Text
255 </message> 245 </message>
256 <message name="IDS_IOS_ACCNAME_VOICE_SEARCH" desc="The accessibility label for the voice search button in the location bar [Length: unlimited]"> 246 <message name="IDS_IOS_ACCNAME_VOICE_SEARCH" desc="The accessibility label for the voice search button in the location bar [Length: unlimited]">
257 Voice Search 247 Voice Search
258 </message> 248 </message>
259 249
260 <!-- The URL for Google Chrome privacy policy. --> 250 <!-- The URL for Google Chrome privacy policy. -->
261 <message name="IDS_IOS_PRIVACY_POLICY_URL" translateable="false"> 251 <message name="IDS_IOS_PRIVACY_POLICY_URL" translateable="false">
262 http://www.google.com/intl/[GRITLANGCODE]/chrome/browser/privacy/ 252 http://www.google.com/intl/[GRITLANGCODE]/chrome/browser/privacy/
263 </message> 253 </message>
264 254
265 </messages> 255 </messages>
266 </release> 256 </release>
267 </grit> 257 </grit>
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ssl/ios_ssl_blocking_page.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698