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

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: Cleanup 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
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 1053 matching lines...) Expand 10 before | Expand all | Expand 10 after
1064 </message> 1064 </message>
1065 <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."> 1065 <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.">
1066 Available offline 1066 Available offline
1067 </message> 1067 </message>
1068 <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."> 1068 <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.">
1069 Not available offline 1069 Not available offline
1070 </message> 1070 </message>
1071 <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]"> 1071 <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]">
1072 Cancel 1072 Cancel
1073 </message> 1073 </message>
1074 <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.">
1075 View Offline Version
stkhapugin 2017/01/30 10:34:53 Please add a length in em
gambard 2017/01/31 09:35:40 Done.
1076 </message>
1074 <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]"> 1077 <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]">
1075 Delete Read 1078 Delete Read
1076 </message> 1079 </message>
1077 <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]"> 1080 <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]">
1078 Delete 1081 Delete
1079 </message> 1082 </message>
1080 <message name="IDS_IOS_READING_LIST_DONE_BUTTON" desc="Label of the button to dismiss reading list dialog"> 1083 <message name="IDS_IOS_READING_LIST_DONE_BUTTON" desc="Label of the button to dismiss reading list dialog">
1081 Done 1084 Done
1082 </message> 1085 </message>
1083 <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]"> 1086 <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
1560 </message> 1563 </message>
1561 <message name="IDS_IOS_VOICE_SEARCH_SETTING_TITLE" desc="The title for Voi ce Search setting [Length: 29em] [iOS only]"> 1564 <message name="IDS_IOS_VOICE_SEARCH_SETTING_TITLE" desc="The title for Voi ce Search setting [Length: 29em] [iOS only]">
1562 Voice Search 1565 Voice Search
1563 </message> 1566 </message>
1564 <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]"> 1567 <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]">
1565 Speak Answers Back 1568 Speak Answers Back
1566 </message> 1569 </message>
1567 </messages> 1570 </messages>
1568 </release> 1571 </release>
1569 </grit> 1572 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698