OLD | NEW |
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 Loading... |
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 Loading... |
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> |
OLD | NEW |