Chromium Code Reviews| 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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 343 </message> | 343 </message> |
| 344 <message name="IDS_AX_ROLE_LIST_MARKER" desc="accessibility role descripti on for list marker"> | 344 <message name="IDS_AX_ROLE_LIST_MARKER" desc="accessibility role descripti on for list marker"> |
| 345 list marker | 345 list marker |
| 346 </message> | 346 </message> |
| 347 <message name="IDS_AX_ROLE_IMAGE_MAP" desc="accessibility role description for image map"> | 347 <message name="IDS_AX_ROLE_IMAGE_MAP" desc="accessibility role description for image map"> |
| 348 image map | 348 image map |
| 349 </message> | 349 </message> |
| 350 <message name="IDS_AX_ROLE_HEADING" desc="accessibility role description f or headings"> | 350 <message name="IDS_AX_ROLE_HEADING" desc="accessibility role description f or headings"> |
| 351 heading | 351 heading |
| 352 </message> | 352 </message> |
| 353 <message name="IDS_AX_ROLE_REGION" desc="accessibility role description fo r section"> | |
|
dmazzoni
2014/10/17 15:46:04
the description should say "region", not "section"
shreeramk
2014/10/17 16:08:22
I am adding this for section tag. Still I need to
| |
| 354 region | |
| 355 </message> | |
| 353 <if expr="is_macosx"> | 356 <if expr="is_macosx"> |
| 354 <message name="IDS_AX_ROLE_FOOTER" desc="accessibility role description for footers"> | 357 <message name="IDS_AX_ROLE_FOOTER" desc="accessibility role description for footers"> |
| 355 footer | 358 footer |
| 356 </message> | 359 </message> |
| 357 <message name="IDS_AX_ROLE_STEPPER" desc="accessibility role description for a stepper - a control where you can use up/down arrows to increment or decr ement it. The name 'stepper' is how this user interface element is described by VoiceOver on Mac OS X; the translation should be consistent with VoiceOver."> | 360 <message name="IDS_AX_ROLE_STEPPER" desc="accessibility role description for a stepper - a control where you can use up/down arrows to increment or decr ement it. The name 'stepper' is how this user interface element is described by VoiceOver on Mac OS X; the translation should be consistent with VoiceOver."> |
| 358 stepper | 361 stepper |
| 359 </message> | 362 </message> |
| 360 <message name="IDS_AX_ROLE_TOGGLE_BUTTON" desc="accessibility role descr iption for a toggle button"> | 363 <message name="IDS_AX_ROLE_TOGGLE_BUTTON" desc="accessibility role descr iption for a toggle button"> |
| 361 toggle button | 364 toggle button |
| 362 </message> | 365 </message> |
| (...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 697 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). | 700 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). |
| 698 </message> | 701 </message> |
| 699 | 702 |
| 700 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load"> | 703 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load"> |
| 701 Couldn't load plug-in. | 704 Couldn't load plug-in. |
| 702 </message> | 705 </message> |
| 703 | 706 |
| 704 </messages> | 707 </messages> |
| 705 </release> | 708 </release> |
| 706 </grit> | 709 </grit> |
| OLD | NEW |