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

Side by Side Diff: content/app/strings/content_strings.grd

Issue 1780043002: Add download button to MediaDocument on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 8 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 | « chrome/browser/about_flags.cc ('k') | content/child/blink_platform_impl.cc » ('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 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. Specifically, these are UI strings that are used by content that 4 each locale. Specifically, these are UI strings that are used by content that
5 need to be translated for each locale.--> 5 need to be translated for each locale.-->
6 6
7 <!-- Some of these strings and string descriptions were taken from 7 <!-- Some of these strings and string descriptions were taken from
8 WebKit/win/WebCoreLocalizedStrings.cpp so we include the original license 8 WebKit/win/WebCoreLocalizedStrings.cpp so we include the original license
9 below: 9 below:
10 10
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 <release seq="1" allow_pseudo="false"> 161 <release seq="1" allow_pseudo="false">
162 <messages fallback_to_english="true"> 162 <messages fallback_to_english="true">
163 <!-- TODO add all of your "string table" messages here. Remember to 163 <!-- TODO add all of your "string table" messages here. Remember to
164 change nontranslateable parts of the messages into placeholders (using the 164 change nontranslateable parts of the messages into placeholders (using the
165 <ph> element). You can also use the 'grit add' tool to help you identify 165 <ph> element). You can also use the 'grit add' tool to help you identify
166 nontranslateable parts and create placeholders for them. --> 166 nontranslateable parts and create placeholders for them. -->
167 167
168 <message name="IDS_DETAILS_WITHOUT_SUMMARY_LABEL" desc="Clickable label to show detailed information or to hide the detailed information."> 168 <message name="IDS_DETAILS_WITHOUT_SUMMARY_LABEL" desc="Clickable label to show detailed information or to hide the detailed information.">
169 Details 169 Details
170 </message> 170 </message>
171 <message name="IDS_DOWNLOAD_BUTTON_LABEL" desc="Clickable button label to download media file.">
172 Save
173 </message>
171 <message name="IDS_SEARCHABLE_INDEX_INTRO" desc="Text that appears at the start of nearly-obsolete webpages in the form of a 'searchable index'."> 174 <message name="IDS_SEARCHABLE_INDEX_INTRO" desc="Text that appears at the start of nearly-obsolete webpages in the form of a 'searchable index'.">
172 This is a searchable index. Enter search keywords: ''' 175 This is a searchable index. Enter search keywords: '''
173 </message> 176 </message>
174 <message name="IDS_FORM_CALENDAR_CLEAR" desc="Label for a button which cle ars a date input field."> 177 <message name="IDS_FORM_CALENDAR_CLEAR" desc="Label for a button which cle ars a date input field.">
175 Clear 178 Clear
176 </message> 179 </message>
177 <message name="IDS_FORM_CALENDAR_TODAY" desc="Label for a button which set s today to a date input field."> 180 <message name="IDS_FORM_CALENDAR_TODAY" desc="Label for a button which set s today to a date input field.">
178 Today 181 Today
179 </message> 182 </message>
180 <message name="IDS_FORM_DATE_FORMAT_DAY_IN_MONTH" desc="Short word to indi cate which is the day-in-month part in a date format. e.g. 'Day' in 'Month/Day/Y ear'"> 183 <message name="IDS_FORM_DATE_FORMAT_DAY_IN_MONTH" desc="Short word to indi cate which is the day-in-month part in a date format. e.g. 'Day' in 'Month/Day/Y ear'">
(...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
853 Please lengthen this text to <ph name="MIN_CHARACTERS">$2<ex>101</ex></p h> characters or more (you are currently using <ph name="CURRENT_LENGTH">$1<ex>1 00</ex></ph> characters). 856 Please lengthen this text to <ph name="MIN_CHARACTERS">$2<ex>101</ex></p h> characters or more (you are currently using <ph name="CURRENT_LENGTH">$1<ex>1 00</ex></ph> characters).
854 </message> 857 </message>
855 858
856 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plugin failed to load"> 859 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plugin failed to load">
857 Couldn't load plugin. 860 Couldn't load plugin.
858 </message> 861 </message>
859 862
860 </messages> 863 </messages>
861 </release> 864 </release>
862 </grit> 865 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698