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

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

Issue 2572773002: Add page info strings for offline pages. (Closed)
Patch Set: move strings 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 885 matching lines...) Expand 10 before | Expand all | Expand 10 after
896 </message> 896 </message>
897 <message name="IDS_IOS_OPTIONS_SEARCH_URL_SUGGESTIONS" desc="Title for the option to turn on/off search and URL suggestions. [Length: 18em] [iOS only]"> 897 <message name="IDS_IOS_OPTIONS_SEARCH_URL_SUGGESTIONS" desc="Title for the option to turn on/off search and URL suggestions. [Length: 18em] [iOS only]">
898 Show Suggestions 898 Show Suggestions
899 </message> 899 </message>
900 <message name="IDS_IOS_OPTIONS_SEND_USAGE_DATA" desc="Title for opening th e setting for if/when to send usage data and crash reports. [Length: 20em] [iOS only]"> 900 <message name="IDS_IOS_OPTIONS_SEND_USAGE_DATA" desc="Title for opening th e setting for if/when to send usage data and crash reports. [Length: 20em] [iOS only]">
901 Send Usage Data 901 Send Usage Data
902 </message> 902 </message>
903 <message name="IDS_IOS_OPTIONS_WEB_SERVICES_LABEL" desc="Title for group o f web services items in Privacy settings table, including Show Suggestions, Prel oad Webpages, and Send Usage Data. [Length: 10em] [iOS only]"> 903 <message name="IDS_IOS_OPTIONS_WEB_SERVICES_LABEL" desc="Title for group o f web services items in Privacy settings table, including Show Suggestions, Prel oad Webpages, and Send Usage Data. [Length: 10em] [iOS only]">
904 Web Services 904 Web Services
905 </message> 905 </message>
906 <message name="IDS_IOS_PAGE_INFO_OFFLINE_PAGE" desc="Message to display in the page info bubble when the page you are on is an offline page.">
907 The page has been saved locally to your Reading List.
908 </message>
909 <message name="IDS_IOS_PAGE_INFO_OFFLINE_TITLE" desc="Title of the message to display in the page info bubble when the page you are on is an offline page. ">
910 Viewing in Offline Mode
911 </message>
912 <message name="IDS_IOS_PAGE_INFO_RELOAD" desc="Button title in the page in fo bubble that allows to reload the current page.">
913 Reload
914 </message>
906 <message name="IDS_IOS_PAGE_INFO_SECURITY_BUTTON_ACCESSIBILITY_LABEL" desc ="The accessibility text for the page security info button"> 915 <message name="IDS_IOS_PAGE_INFO_SECURITY_BUTTON_ACCESSIBILITY_LABEL" desc ="The accessibility text for the page security info button">
907 Page Security Info 916 Page Security Info
908 </message> 917 </message>
909 <message name="IDS_IOS_PAGE_LOADED_ACCESSIBILITY_ANNOUNCEMENT" desc="The a ccessibility announcement when a page has loaded. [Length: unlimited] [iOS only] "> 918 <message name="IDS_IOS_PAGE_LOADED_ACCESSIBILITY_ANNOUNCEMENT" desc="The a ccessibility announcement when a page has loaded. [Length: unlimited] [iOS only] ">
910 Webpage loaded 919 Webpage loaded
911 </message> 920 </message>
912 <message name="IDS_IOS_PASSWORD_MANAGER_BLACKLIST_BUTTON" desc="Button tex t for the 'Save Password' infobar's 'Never remember for this site' option [Lengt h: 10em]"> 921 <message name="IDS_IOS_PASSWORD_MANAGER_BLACKLIST_BUTTON" desc="Button tex t for the 'Save Password' infobar's 'Never remember for this site' option [Lengt h: 10em]">
913 Never 922 Never
914 </message> 923 </message>
915 <message name="IDS_IOS_PASSWORD_MANAGER_SAVE_BUTTON" desc="Save button tex t for password manager [Length: 10em]"> 924 <message name="IDS_IOS_PASSWORD_MANAGER_SAVE_BUTTON" desc="Save button tex t for password manager [Length: 10em]">
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
1521 </message> 1530 </message>
1522 <message name="IDS_IOS_VOICE_SEARCH_SETTING_TITLE" desc="The title for Voi ce Search setting [Length: 29em] [iOS only]"> 1531 <message name="IDS_IOS_VOICE_SEARCH_SETTING_TITLE" desc="The title for Voi ce Search setting [Length: 29em] [iOS only]">
1523 Voice Search 1532 Voice Search
1524 </message> 1533 </message>
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]"> 1534 <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]">
1526 Speak Answers Back 1535 Speak Answers Back
1527 </message> 1536 </message>
1528 </messages> 1537 </messages>
1529 </release> 1538 </release>
1530 </grit> 1539 </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