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

Side by Side Diff: webkit/glue/webkit_strings.grd

Issue 3200001: Hookup role descriptions for webkit specific strings. Only doing this for ac... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/cocoa/browser_accessibility.mm ('k') | 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 <!-- 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 webkit that 4 each locale. Specifically, these are UI strings that are used by webkit 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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 </message> 246 </message>
247 <message name="IDS_RECENT_SEARCHES_CLEAR" desc="menu item in Recent Search es menu that empties menu's contents"> 247 <message name="IDS_RECENT_SEARCHES_CLEAR" desc="menu item in Recent Search es menu that empties menu's contents">
248 Clear Recent Searches 248 Clear Recent Searches
249 </message> 249 </message>
250 250
251 <message name="IDS_IMAGE_TITLE_FOR_FILENAME" desc="window title for a stan dalone image (uses mutiplication symbol, not x)"> 251 <message name="IDS_IMAGE_TITLE_FOR_FILENAME" desc="window title for a stan dalone image (uses mutiplication symbol, not x)">
252 <ph name="FILENAME">%s<ex>My Cool Image.gif</ex></ph><ph name="WIDTH">%d <ex>400</ex></ph>×<ph name="HEIGHT">%d<ex>600</ex></ph> 252 <ph name="FILENAME">%s<ex>My Cool Image.gif</ex></ph><ph name="WIDTH">%d <ex>400</ex></ph>×<ph name="HEIGHT">%d<ex>600</ex></ph>
253 </message> 253 </message>
254 254
255 <message name="IDS_AX_ROLE_WEB_AREA" desc="accessibility role description for web area"> 255 <message name="IDS_AX_ROLE_WEB_AREA" desc="accessibility role description for web area">
256 web area 256 HTML content
257 </message> 257 </message>
258 <message name="IDS_AX_ROLE_LINK" desc="accessibility role description for link"> 258 <message name="IDS_AX_ROLE_LINK" desc="accessibility role description for link">
259 link 259 link
260 </message> 260 </message>
261 <message name="IDS_AX_ROLE_LIST_MARKER" desc="accessibility role descripti on for list marker"> 261 <message name="IDS_AX_ROLE_LIST_MARKER" desc="accessibility role descripti on for list marker">
262 list marker 262 list marker
263 </message> 263 </message>
264 <message name="IDS_AX_ROLE_IMAGE_MAP" desc="accessibility role description for image map"> 264 <message name="IDS_AX_ROLE_IMAGE_MAP" desc="accessibility role description for image map">
265 image map 265 image map
266 </message> 266 </message>
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 <message name="IDS_DEFAULT_PLUGIN_INSTALLATION_FAILED_MSG" desc="Message d isplayed by the default plugin when installation is failed."> 355 <message name="IDS_DEFAULT_PLUGIN_INSTALLATION_FAILED_MSG" desc="Message d isplayed by the default plugin when installation is failed.">
356 Plug-in installation failed 356 Plug-in installation failed
357 </message> 357 </message>
358 358
359 <message name="IDS_PDF_NEED_PASSWORD" desc="A message asking the user for a password to open a PDF file."> 359 <message name="IDS_PDF_NEED_PASSWORD" desc="A message asking the user for a password to open a PDF file.">
360 This document is password protected. Please enter a password. 360 This document is password protected. Please enter a password.
361 </message> 361 </message>
362 </messages> 362 </messages>
363 </release> 363 </release>
364 </grit> 364 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/cocoa/browser_accessibility.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698