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

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

Issue 2901783002: Adding accessibility to the close button in sign-in promo (Closed)
Patch Set: Created 3 years, 7 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 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 1495 matching lines...) Expand 10 before | Expand all | Expand 10 after
1506 </message> 1506 </message>
1507 <message name="IDS_IOS_VOICE_SEARCH_SETTING_TTS" desc="The label for setti ng switch enabling text-to-speech response after voice search [Length: 29em] [iO S only]"> 1507 <message name="IDS_IOS_VOICE_SEARCH_SETTING_TTS" desc="The label for setti ng switch enabling text-to-speech response after voice search [Length: 29em] [iO S only]">
1508 Speak Answers Back 1508 Speak Answers Back
1509 </message> 1509 </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]"> 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]">
1511 Continue as <ph name="NAME">$1<ex>John Doe</ex></ph> 1511 Continue as <ph name="NAME">$1<ex>John Doe</ex></ph>
1512 </message> 1512 </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')."> 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').">
1514 Not <ph name="EMAIL">$1<ex>john.doe@example.com</ex>?</ph> 1514 Not <ph name="EMAIL">$1<ex>john.doe@example.com</ex>?</ph>
1515 </message> 1515 </message>
1516 <message name="IDS_IOS_SIGNIN_PROMO_CLOSE_ACCESSIBILITY" desc="Accessibili ty label to describ the close button in the sign-in promo element">
lpromero 2017/05/23 12:06:16 Nit: add a period at the end of the description se
lpromero 2017/05/23 12:06:16 *describe
jlebel 2017/05/23 12:43:25 Done.
1517 Close
1518 </message>
1516 <message name="IDS_IOS_SYSTEM_MAIL_APP" desc="Name of iOS system-provided Mail app. Note that this is not consistently translated for all locales, e.g. it is still 'Mail' (in English) for French locale, but is translated to '邮件' for C hinese locale. [Length: 10em]"> 1519 <message name="IDS_IOS_SYSTEM_MAIL_APP" desc="Name of iOS system-provided Mail app. Note that this is not consistently translated for all locales, e.g. it is still 'Mail' (in English) for French locale, but is translated to '邮件' for C hinese locale. [Length: 10em]">
1517 Mail 1520 Mail
1518 </message> 1521 </message>
1519 <message name="IDS_IOS_COMPOSE_EMAIL_SETTING" desc="Title for the view and option to select a handler for mailto: URLs. [Length: 20em]"> 1522 <message name="IDS_IOS_COMPOSE_EMAIL_SETTING" desc="Title for the view and option to select a handler for mailto: URLs. [Length: 20em]">
1520 Compose Email 1523 Compose Email
1521 </message> 1524 </message>
1522 </messages> 1525 </messages>
1523 </release> 1526 </release>
1524 </grit> 1527 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698