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

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

Issue 2566203002: Add a message for Reading List Snackbar (Closed)
Patch Set: Created 4 years 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 | no next file » | 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 1020 matching lines...) Expand 10 before | Expand all | Expand 10 after
1031 </message> 1031 </message>
1032 <message name="IDS_IOS_QR_SCANNER_TORCH_OFF_ACCESSIBILITY_VALUE" desc="Acc essiblity value of the button to turn torch on in the QR Scanner. The button com municates that the torch is current off. [Length: unlimited] [iOS only]"> 1032 <message name="IDS_IOS_QR_SCANNER_TORCH_OFF_ACCESSIBILITY_VALUE" desc="Acc essiblity value of the button to turn torch on in the QR Scanner. The button com municates that the torch is current off. [Length: unlimited] [iOS only]">
1033 Off 1033 Off
1034 </message> 1034 </message>
1035 <message name="IDS_IOS_QR_SCANNER_TORCH_ON_ACCESSIBILITY_VALUE" desc="Acce ssibility value of the button to turn torch off in the QR Scanner. The button co mmunicates that the torch is currently on. [Length: unlimited] [iOS only]"> 1035 <message name="IDS_IOS_QR_SCANNER_TORCH_ON_ACCESSIBILITY_VALUE" desc="Acce ssibility value of the button to turn torch off in the QR Scanner. The button co mmunicates that the torch is currently on. [Length: unlimited] [iOS only]">
1036 On 1036 On
1037 </message> 1037 </message>
1038 <message name="IDS_IOS_QR_SCANNER_VIEWPORT_CAPTION" desc="Message displaye d below the QR scanner viewport instructing the user to position the scanned QR or bar code inside the viewport. [Length: unlimited] [iOS only]"> 1038 <message name="IDS_IOS_QR_SCANNER_VIEWPORT_CAPTION" desc="Message displaye d below the QR scanner viewport instructing the user to position the scanned QR or bar code inside the viewport. [Length: unlimited] [iOS only]">
1039 QR Code or barcode 1039 QR Code or barcode
1040 </message> 1040 </message>
1041 <message name="IDS_IOS_READING_LIST_SNACKBAR_MESSAGE" desc="Message briefl y displayed at the bottom of the screen to the user to inform that the selected page has been added to the reading list. [Length: 35em]" meaning="The selected p age has been added to your reading list. [Length: 35em]">
1042 Added to Reading List
1043 </message>
1041 <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: 15em]" meaning="Stop editing. [Length: 15em]"> 1044 <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: 15em]" meaning="Stop editing. [Length: 15em]">
1042 Cancel 1045 Cancel
1043 </message> 1046 </message>
1044 <message name="IDS_IOS_READING_LIST_DELETE_ALL_READ_BUTTON" desc="Label of the button to delete all the reading list entries read [Length: 15em]" meaning= "Delete all the read entries. [Length: 15em]"> 1047 <message name="IDS_IOS_READING_LIST_DELETE_ALL_READ_BUTTON" desc="Label of the button to delete all the reading list entries read [Length: 15em]" meaning= "Delete all the read entries. [Length: 15em]">
1045 Delete Read 1048 Delete Read
1046 </message> 1049 </message>
1047 <message name="IDS_IOS_READING_LIST_DELETE_BUTTON" desc="Label of the butt on to delete the reading list entries [Length: 15em]" meaning="Delete the select ed entries. [Length: 15em]"> 1050 <message name="IDS_IOS_READING_LIST_DELETE_BUTTON" desc="Label of the butt on to delete the reading list entries [Length: 15em]" meaning="Delete the select ed entries. [Length: 15em]">
1048 Delete 1051 Delete
1049 </message> 1052 </message>
1050 <message name="IDS_IOS_READING_LIST_DONE_BUTTON" desc="Label of the button to dismiss reading list dialog"> 1053 <message name="IDS_IOS_READING_LIST_DONE_BUTTON" desc="Label of the button to dismiss reading list dialog">
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
1518 </message> 1521 </message>
1519 <message name="IDS_IOS_VOICE_SEARCH_SETTING_TITLE" desc="The title for Voi ce Search setting [Length: 29em] [iOS only]"> 1522 <message name="IDS_IOS_VOICE_SEARCH_SETTING_TITLE" desc="The title for Voi ce Search setting [Length: 29em] [iOS only]">
1520 Voice Search 1523 Voice Search
1521 </message> 1524 </message>
1522 <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]"> 1525 <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]">
1523 Speak Answers Back 1526 Speak Answers Back
1524 </message> 1527 </message>
1525 </messages> 1528 </messages>
1526 </release> 1529 </release>
1527 </grit> 1530 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698