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

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

Issue 2659693004: Add context menu when long press on a reading list entry (Closed)
Patch Set: Address comments Created 3 years, 10 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/BUILD.gn » ('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 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after
1055 </message> 1055 </message>
1056 <message name="IDS_IOS_READING_LIST_ACCESSIBILITY_STATE_DOWNLOADED" desc=" Accessibility label for the offline status of the reading list entry. Read by Te xt To Speech."> 1056 <message name="IDS_IOS_READING_LIST_ACCESSIBILITY_STATE_DOWNLOADED" desc=" Accessibility label for the offline status of the reading list entry. Read by Te xt To Speech.">
1057 Available offline 1057 Available offline
1058 </message> 1058 </message>
1059 <message name="IDS_IOS_READING_LIST_ACCESSIBILITY_STATE_NOT_DOWNLOADED" de sc="Accessibility label for the offline status of the reading list entry. Read b y Text To Speech."> 1059 <message name="IDS_IOS_READING_LIST_ACCESSIBILITY_STATE_NOT_DOWNLOADED" de sc="Accessibility label for the offline status of the reading list entry. Read b y Text To Speech.">
1060 Not available offline 1060 Not available offline
1061 </message> 1061 </message>
1062 <message name="IDS_IOS_READING_LIST_CANCEL_BUTTON" desc="Label of the butt on to stop editing the reading list entries (delete, mark as read/unread) [Lengt h: 25em]" meaning="Stop editing. [Length: 25em]"> 1062 <message name="IDS_IOS_READING_LIST_CANCEL_BUTTON" desc="Label of the butt on to stop editing the reading list entries (delete, mark as read/unread) [Lengt h: 25em]" meaning="Stop editing. [Length: 25em]">
1063 Cancel 1063 Cancel
1064 </message> 1064 </message>
1065 <message name="IDS_IOS_READING_LIST_CONTENT_CONTEXT_OFFLINE" desc="Title o f the button to display the Offline version instead of the Online one. [Length: 50em]">
1066 View Offline Version in New Tab
1067 </message>
1065 <message name="IDS_IOS_READING_LIST_DELETE_ALL_READ_BUTTON" desc="Label of the button to delete all the reading list entries read [Length: 25em]" meaning= "Delete all the read entries. [Length: 25em]"> 1068 <message name="IDS_IOS_READING_LIST_DELETE_ALL_READ_BUTTON" desc="Label of the button to delete all the reading list entries read [Length: 25em]" meaning= "Delete all the read entries. [Length: 25em]">
1066 Delete Read 1069 Delete Read
1067 </message> 1070 </message>
1068 <message name="IDS_IOS_READING_LIST_DELETE_BUTTON" desc="Label of the butt on to delete the reading list entries [Length: 25em]" meaning="Delete the select ed entries. [Length: 25em]"> 1071 <message name="IDS_IOS_READING_LIST_DELETE_BUTTON" desc="Label of the butt on to delete the reading list entries [Length: 25em]" meaning="Delete the select ed entries. [Length: 25em]">
1069 Delete 1072 Delete
1070 </message> 1073 </message>
1071 <message name="IDS_IOS_READING_LIST_DONE_BUTTON" desc="Label of the button to dismiss reading list dialog"> 1074 <message name="IDS_IOS_READING_LIST_DONE_BUTTON" desc="Label of the button to dismiss reading list dialog">
1072 Done 1075 Done
1073 </message> 1076 </message>
1074 <message name="IDS_IOS_READING_LIST_EDIT_BUTTON" desc="Label of the button to edit the reading list entries (delete, mark as read/unread) [Length: 20em]" meaning="Start editing the reading list entries. [Length: 20em]"> 1077 <message name="IDS_IOS_READING_LIST_EDIT_BUTTON" desc="Label of the button to edit the reading list entries (delete, mark as read/unread) [Length: 20em]" meaning="Start editing the reading list entries. [Length: 20em]">
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
1551 </message> 1554 </message>
1552 <message name="IDS_IOS_VOICE_SEARCH_SETTING_TITLE" desc="The title for Voi ce Search setting [Length: 29em] [iOS only]"> 1555 <message name="IDS_IOS_VOICE_SEARCH_SETTING_TITLE" desc="The title for Voi ce Search setting [Length: 29em] [iOS only]">
1553 Voice Search 1556 Voice Search
1554 </message> 1557 </message>
1555 <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]"> 1558 <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]">
1556 Speak Answers Back 1559 Speak Answers Back
1557 </message> 1560 </message>
1558 </messages> 1561 </messages>
1559 </release> 1562 </release>
1560 </grit> 1563 </grit>
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698