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

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

Issue 2750403002: Refine the accessibility label of Clear Browsing Data flow. (Closed)
Patch Set: Created 3 years, 9 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/ui/settings/clear_browsing_data_collection_view_controller.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 strings in this file are specific to iOS. 5 locale. The strings in this file are specific to iOS.
6 --> 6 -->
7 7
8 <grit base_dir="." latest_public_release="0" current_release="1" 8 <grit base_dir="." latest_public_release="0" current_release="1"
9 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 9 output_all_resource_defines="false" source_lang_id="en" enc_check="möl">
10 <outputs> 10 <outputs>
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 </message> 500 </message>
501 <message name="IDS_IOS_CLEAR_BROWSING_DATA_TITLE" desc="Title for clear br owsing data setting screen [Length: 10em] [iOS only]"> 501 <message name="IDS_IOS_CLEAR_BROWSING_DATA_TITLE" desc="Title for clear br owsing data setting screen [Length: 10em] [iOS only]">
502 Clear Browsing Data 502 Clear Browsing Data
503 </message> 503 </message>
504 <message name="IDS_IOS_CLEAR_BROWSING_HISTORY" desc="Label for the option in settings to clear browsing history. In titlecase. [Length: 20em] [iOS only]"> 504 <message name="IDS_IOS_CLEAR_BROWSING_HISTORY" desc="Label for the option in settings to clear browsing history. In titlecase. [Length: 20em] [iOS only]">
505 Browsing History 505 Browsing History
506 </message> 506 </message>
507 <message name="IDS_IOS_CLEAR_BUTTON" desc="Title for the button used to cl ear data. [Length: 20em] [iOS only]"> 507 <message name="IDS_IOS_CLEAR_BUTTON" desc="Title for the button used to cl ear data. [Length: 20em] [iOS only]">
508 Clear Browsing Data 508 Clear Browsing Data
509 </message> 509 </message>
510 <message name="IDS_IOS_CONFIRM_CLEAR_BUTTON" desc="Accessibility label for the action sheet button used to clear data. [iOS only]">
lindsayw 2017/03/16 18:49:52 nit: Can we please include specifically "confirm"
lpromero 2017/03/17 13:34:11 Good call. Done.
511 Confirm Clear Browsing Data
512 </message>
510 <message name="IDS_IOS_CLEAR_CACHE" desc="Label for the option in settings to clear the cache. In titlecase. [Length: 20em] [iOS only]"> 513 <message name="IDS_IOS_CLEAR_CACHE" desc="Label for the option in settings to clear the cache. In titlecase. [Length: 20em] [iOS only]">
511 Cached Images and Files 514 Cached Images and Files
512 </message> 515 </message>
513 <message name="IDS_IOS_CLEAR_COOKIES" desc="Label for the option in settin gs to clear cookies and site data. In titlecase. [Length: 20em] [iOS only]"> 516 <message name="IDS_IOS_CLEAR_COOKIES" desc="Label for the option in settin gs to clear cookies and site data. In titlecase. [Length: 20em] [iOS only]">
514 Cookies, Site Data 517 Cookies, Site Data
515 </message> 518 </message>
516 <message name="IDS_IOS_CLEAR_SAVED_PASSWORDS" desc="Label for the option i n settings to clear saved passwords. In titlecase. [Length: 20em] [iOS only]"> 519 <message name="IDS_IOS_CLEAR_SAVED_PASSWORDS" desc="Label for the option i n settings to clear saved passwords. In titlecase. [Length: 20em] [iOS only]">
517 Saved Passwords 520 Saved Passwords
518 </message> 521 </message>
519 <message name="IDS_IOS_CONTENT_CONTEXT_ADDTOREADINGLIST" desc="The iOS men u item for adding a link to the reading list."> 522 <message name="IDS_IOS_CONTENT_CONTEXT_ADDTOREADINGLIST" desc="The iOS men u item for adding a link to the reading list.">
(...skipping 989 matching lines...) Expand 10 before | Expand all | Expand 10 after
1509 </message> 1512 </message>
1510 <message name="IDS_IOS_SIGNIN_PROMO_CONTINUE_AS" desc="Button that the use r can press to login without asking the password and continue using Chrome with this acccount. [Length: 9em]"> 1513 <message name="IDS_IOS_SIGNIN_PROMO_CONTINUE_AS" desc="Button that the use r can press to login without asking the password and continue using Chrome with this acccount. [Length: 9em]">
1511 Continue as <ph name="NAME">$1<ex>John Doe</ex></ph> 1514 Continue as <ph name="NAME">$1<ex>John Doe</ex></ph>
1512 </message> 1515 </message>
1513 <message name="IDS_IOS_SIGNIN_PROMO_NOT" desc="Button that the user can pr ess if they are not the profile that Chrome found (opposite of 'Continue as Joe Doe')."> 1516 <message name="IDS_IOS_SIGNIN_PROMO_NOT" desc="Button that the user can pr ess if they are not the profile that Chrome found (opposite of 'Continue as Joe Doe').">
1514 Not <ph name="EMAIL">$1<ex>john.doe@example.com</ex>?</ph> 1517 Not <ph name="EMAIL">$1<ex>john.doe@example.com</ex>?</ph>
1515 </message> 1518 </message>
1516 </messages> 1519 </messages>
1517 </release> 1520 </release>
1518 </grit> 1521 </grit>
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/settings/clear_browsing_data_collection_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698