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

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

Issue 2625423003: [ios] Fix settings switch accessibility value and hint (Closed)
Patch Set: Created 3 years, 11 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 1179 matching lines...) Expand 10 before | Expand all | Expand 10 after
1190 </message> 1190 </message>
1191 <message name="IDS_IOS_SETTINGS_TITLE" desc="Title for the settings panel [iOS]."> 1191 <message name="IDS_IOS_SETTINGS_TITLE" desc="Title for the settings panel [iOS].">
1192 Settings 1192 Settings
1193 </message> 1193 </message>
1194 <message name="IDS_IOS_SETTING_OFF" desc="Generic status label displayed i n Settings to show that a setting is currently turned off. [Length: 5em] [iOS on ly]"> 1194 <message name="IDS_IOS_SETTING_OFF" desc="Generic status label displayed i n Settings to show that a setting is currently turned off. [Length: 5em] [iOS on ly]">
1195 Off 1195 Off
1196 </message> 1196 </message>
1197 <message name="IDS_IOS_SETTING_ON" desc="Generic status label displayed in Settings to show that a setting is currently turned on. [Length: 5em] [iOS only ]"> 1197 <message name="IDS_IOS_SETTING_ON" desc="Generic status label displayed in Settings to show that a setting is currently turned on. [Length: 5em] [iOS only ]">
1198 On 1198 On
1199 </message> 1199 </message>
1200 <message name="IDS_IOS_TOGGLE_SETTING_SWITCH_ACCESSIBILITY_HINT" desc="Act ion hint for any switch in settings. This is spoken by VoiceOver. [iOS only]">
1201 Double tap to toggle setting
edchin 2017/01/12 22:13:45 The guidelines suggest not to mention 'tap': "Don’
sczs 2017/01/12 22:26:17 I think the difference is that this is a switch, s
edchin 2017/01/12 22:37:54 Acknowledged.
lpromero 2017/01/13 10:01:33 No action needed: I wanted to follow Apple's examp
1202 </message>
1200 <message name="IDS_IOS_SHARE_EMAIL_COMPLETE" desc="Message shown when emai l share has been sent. [Length: Unknown. Keep it short.] [iOS only]"> 1203 <message name="IDS_IOS_SHARE_EMAIL_COMPLETE" desc="Message shown when emai l share has been sent. [Length: Unknown. Keep it short.] [iOS only]">
1201 Mail sent. 1204 Mail sent.
1202 </message> 1205 </message>
1203 <message name="IDS_IOS_SHARE_FACEBOOK_COMPLETE" desc="Message shown when F acebook share has been posted. [Length: Unknown. Keep it short.] [iOS only]"> 1206 <message name="IDS_IOS_SHARE_FACEBOOK_COMPLETE" desc="Message shown when F acebook share has been posted. [Length: Unknown. Keep it short.] [iOS only]">
1204 Facebook post completed. 1207 Facebook post completed.
1205 </message> 1208 </message>
1206 <message name="IDS_IOS_SHARE_GPLUS_COMPLETE" desc="Message shown when Goog le+ share has been posted. [Length: Unknown. Keep it short.] [iOS only]"> 1209 <message name="IDS_IOS_SHARE_GPLUS_COMPLETE" desc="Message shown when Goog le+ share has been posted. [Length: Unknown. Keep it short.] [iOS only]">
1207 Google+ post completed. 1210 Google+ post completed.
1208 </message> 1211 </message>
1209 <message name="IDS_IOS_SHARE_MENU_PRINT_ACTION" desc="The text label of th e Print action in the extension menu that starts the printing process. [Length: 13em] [iOS only]"> 1212 <message name="IDS_IOS_SHARE_MENU_PRINT_ACTION" desc="The text label of th e Print action in the extension menu that starts the printing process. [Length: 13em] [iOS only]">
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
1539 </message> 1542 </message>
1540 <message name="IDS_IOS_VOICE_SEARCH_SETTING_TITLE" desc="The title for Voi ce Search setting [Length: 29em] [iOS only]"> 1543 <message name="IDS_IOS_VOICE_SEARCH_SETTING_TITLE" desc="The title for Voi ce Search setting [Length: 29em] [iOS only]">
1541 Voice Search 1544 Voice Search
1542 </message> 1545 </message>
1543 <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]"> 1546 <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]">
1544 Speak Answers Back 1547 Speak Answers Back
1545 </message> 1548 </message>
1546 </messages> 1549 </messages>
1547 </release> 1550 </release>
1548 </grit> 1551 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698