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

Side by Side Diff: chrome/app/resources/locale_settings.grd

Issue 11300009: Add IDS_PRIVACY_POLICY_URL string for iOS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 1 month 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 | « build/ios/grit_whitelist.txt ('k') | 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 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/locale_settings.h" type="rc_header"> 4 <output filename="grit/locale_settings.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="locale_settings_am.pak" type="data_package" lang="am" /> 7 <output filename="locale_settings_am.pak" type="data_package" lang="am" />
8 <output filename="locale_settings_ar.pak" type="data_package" lang="ar" /> 8 <output filename="locale_settings_ar.pak" type="data_package" lang="ar" />
9 <if expr="pp_ifdef('use_third_party_translations')"> 9 <if expr="pp_ifdef('use_third_party_translations')">
10 <output filename="locale_settings_ast.pak" type="data_package" lang="ast" /> 10 <output filename="locale_settings_ast.pak" type="data_package" lang="ast" />
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 chrome://welcome 359 chrome://welcome
360 </message> 360 </message>
361 </if> 361 </if>
362 362
363 <!-- The URL for Google Chrome OS welcome page. This is used for the --> 363 <!-- The URL for Google Chrome OS welcome page. This is used for the -->
364 <!-- pre populated thumbnails. --> 364 <!-- pre populated thumbnails. -->
365 <message name="IDS_CHROMEOS_WELCOME_URL" translateable="false"> 365 <message name="IDS_CHROMEOS_WELCOME_URL" translateable="false">
366 http://gweb-gettingstartedguide.appspot.com/?hl=[GRITLANGCODE] 366 http://gweb-gettingstartedguide.appspot.com/?hl=[GRITLANGCODE]
367 </message> 367 </message>
368 368
369 <!-- The URL for Google Chrome privacy policy. -->
370 <if expr="pp_ifdef('ios')">
371 <message name="IDS_PRIVACY_POLICY_URL" translateable="false">
372 http://www.google.com/chrome/intl/[GRITLANGCODE]/privacy.html
373 </message>
374 </if>
375
369 <!-- The URL for Adobe Flash storage settings. We cannot rely on --> 376 <!-- The URL for Adobe Flash storage settings. We cannot rely on -->
370 <!-- the automatic expansion of GRITLANGCODE here because Adobe does --> 377 <!-- the automatic expansion of GRITLANGCODE here because Adobe does -->
371 <!-- not use the language/locale code. --> 378 <!-- not use the language/locale code. -->
372 <message name="IDS_FLASH_STORAGE_URL" use_name_for_id="true"> 379 <message name="IDS_FLASH_STORAGE_URL" use_name_for_id="true">
373 http://www.adobe.com/go/settmgr_storage_en 380 http://www.adobe.com/go/settmgr_storage_en
374 </message> 381 </message>
375 382
376 <message name="IDS_SYNC_GET_ACCESS_CODE_URL" translateable="false"> 383 <message name="IDS_SYNC_GET_ACCESS_CODE_URL" translateable="false">
377 https://accounts.google.com/IssuedAuthSubTokens?hl=[GRITLANGCODE] 384 https://accounts.google.com/IssuedAuthSubTokens?hl=[GRITLANGCODE]
378 </message> 385 </message>
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 <message name="IDS_PASSWORD_CHANGED_DIALOG_WIDTH_CHARS" use_name_for_id= "true"> 478 <message name="IDS_PASSWORD_CHANGED_DIALOG_WIDTH_CHARS" use_name_for_id= "true">
472 70 479 70
473 </message> 480 </message>
474 <message name="IDS_PASSWORD_CHANGED_DIALOG_HEIGHT_LINES" use_name_for_id ="true"> 481 <message name="IDS_PASSWORD_CHANGED_DIALOG_HEIGHT_LINES" use_name_for_id ="true">
475 16 482 16
476 </message> 483 </message>
477 </if> 484 </if>
478 </messages> 485 </messages>
479 </release> 486 </release>
480 </grit> 487 </grit>
OLDNEW
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698