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

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

Issue 2956103002: [iOS] Add accessibility labels to Keyboard Accessory View buttons. (Closed)
Patch Set: Created 3 years, 5 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/toolbar/new_keyboard_accessory_view.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 680 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 </message> 691 </message>
692 <message name="IDS_IOS_ICON_INFO" desc="Accessibility label for the info i con [iOS only]."> 692 <message name="IDS_IOS_ICON_INFO" desc="Accessibility label for the info i con [iOS only].">
693 Info 693 Info
694 </message> 694 </message>
695 <message name="IDS_IOS_ICON_SEARCH" desc="Accessibility label for the sear ch icon [iOS only]."> 695 <message name="IDS_IOS_ICON_SEARCH" desc="Accessibility label for the sear ch icon [iOS only].">
696 Search 696 Search
697 </message> 697 </message>
698 <message name="IDS_IOS_JAVA_SCRIPT_DIALOG_BLOCKING_BUTTON_TEXT" desc="The text used for the button added to JavaScript dialogs to prevent a page from spam ming the user with endless alerts. [Length:27em]"> 698 <message name="IDS_IOS_JAVA_SCRIPT_DIALOG_BLOCKING_BUTTON_TEXT" desc="The text used for the button added to JavaScript dialogs to prevent a page from spam ming the user with endless alerts. [Length:27em]">
699 Suppress Dialogs 699 Suppress Dialogs
700 </message> 700 </message>
701 <message name="IDS_IOS_KEYBOARD_ACCESSORY_VIEW_QR_CODE_SEARCH" desc="Acces sibility label for a button that starts scanning QR Codes [iOS only].">
702 QR code Search
703 </message>
704 <message name="IDS_IOS_KEYBOARD_ACCESSORY_VIEW_VOICE_SEARCH" desc="Accessi bility label for a button that starts a Voice Search [iOS only]">
705 Voice Search
706 </message>
701 <message name="IDS_IOS_KEYBOARD_BOOKMARK_THIS_PAGE" desc="In Title Case: T itle of the keyboard shortcut that bookmarks the current page. [Length: 20 em] [ iOS only]"> 707 <message name="IDS_IOS_KEYBOARD_BOOKMARK_THIS_PAGE" desc="In Title Case: T itle of the keyboard shortcut that bookmarks the current page. [Length: 20 em] [ iOS only]">
702 Bookmark This Page... 708 Bookmark This Page...
703 </message> 709 </message>
704 <message name="IDS_IOS_KEYBOARD_HISTORY_BACK" desc="Title of the keyboard shortcut to go back in the history menu. [Length: 20 em] [iOS only]"> 710 <message name="IDS_IOS_KEYBOARD_HISTORY_BACK" desc="Title of the keyboard shortcut to go back in the history menu. [Length: 20 em] [iOS only]">
705 Back 711 Back
706 </message> 712 </message>
707 <message name="IDS_IOS_KEYBOARD_HISTORY_FORWARD" desc="Title of the keyboa rd shortcut to go forward in the history menu. [Length: 20 em] [iOS only]"> 713 <message name="IDS_IOS_KEYBOARD_HISTORY_FORWARD" desc="Title of the keyboa rd shortcut to go forward in the history menu. [Length: 20 em] [iOS only]">
708 Forward 714 Forward
709 </message> 715 </message>
710 <message name="IDS_IOS_KEYBOARD_OPEN_LOCATION" desc="Title of the keyboard shortcut to open a location (puts cursor in the URL bar). [Length: 20 em] [iOS only]"> 716 <message name="IDS_IOS_KEYBOARD_OPEN_LOCATION" desc="Title of the keyboard shortcut to open a location (puts cursor in the URL bar). [Length: 20 em] [iOS only]">
(...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
1521 </message> 1527 </message>
1522 <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]"> 1528 <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]">
1523 Mail 1529 Mail
1524 </message> 1530 </message>
1525 <message name="IDS_IOS_COMPOSE_EMAIL_SETTING" desc="Title for the view and option to select a handler for mailto: URLs. [Length: 20em]"> 1531 <message name="IDS_IOS_COMPOSE_EMAIL_SETTING" desc="Title for the view and option to select a handler for mailto: URLs. [Length: 20em]">
1526 Compose Email 1532 Compose Email
1527 </message> 1533 </message>
1528 </messages> 1534 </messages>
1529 </release> 1535 </release>
1530 </grit> 1536 </grit>
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/toolbar/new_keyboard_accessory_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698