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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
331 <message name="IDS_AX_CALENDAR_SHOW_PREVIOUS_MONTH" desc="Accessible descr iption of a button to show previous month in a calendar picker."> | 331 <message name="IDS_AX_CALENDAR_SHOW_PREVIOUS_MONTH" desc="Accessible descr iption of a button to show previous month in a calendar picker."> |
332 Show previous month | 332 Show previous month |
333 </message> | 333 </message> |
334 <message name="IDS_AX_CALENDAR_WEEK_DESCRIPTION" desc="Accessible descript ion of a button to select a specific week."> | 334 <message name="IDS_AX_CALENDAR_WEEK_DESCRIPTION" desc="Accessible descript ion of a button to select a specific week."> |
335 <ph name="WEEK">$1<ex>Week 38, 2014</ex></ph>, starting on <ph name="WEE K_START_DATE">$2<ex>September 15, 2014</ex></ph> | 335 <ph name="WEEK">$1<ex>Week 38, 2014</ex></ph>, starting on <ph name="WEE K_START_DATE">$2<ex>September 15, 2014</ex></ph> |
336 </message> | 336 </message> |
337 | 337 |
338 <message name="IDS_AX_ROLE_ARTICLE" desc="accessibility role description f or article"> | 338 <message name="IDS_AX_ROLE_ARTICLE" desc="accessibility role description f or article"> |
339 article | 339 article |
340 </message> | 340 </message> |
341 <message name="IDS_AX_ROLE_ASIDE" desc="accessibility role description for aside"> | |
342 complementary | |
dmazzoni
2014/11/05 16:20:28
The text of the string to be translated should mat
| |
343 </message> | |
341 <message name="IDS_AX_ROLE_BANNER" desc="accessibility role description fo r banner"> | 344 <message name="IDS_AX_ROLE_BANNER" desc="accessibility role description fo r banner"> |
342 banner | 345 banner |
343 </message> | 346 </message> |
344 <message name="IDS_AX_ROLE_WEB_AREA" desc="accessibility role description for web area"> | 347 <message name="IDS_AX_ROLE_WEB_AREA" desc="accessibility role description for web area"> |
345 HTML content | 348 HTML content |
346 </message> | 349 </message> |
347 <message name="IDS_AX_ROLE_LINK" desc="accessibility role description for link"> | 350 <message name="IDS_AX_ROLE_LINK" desc="accessibility role description for link"> |
348 link | 351 link |
349 </message> | 352 </message> |
350 <message name="IDS_AX_ROLE_LIST_MARKER" desc="accessibility role descripti on for list marker"> | 353 <message name="IDS_AX_ROLE_LIST_MARKER" desc="accessibility role descripti on for list marker"> |
(...skipping 15 matching lines...) Expand all Loading... | |
366 <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."> | 369 <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."> |
367 stepper | 370 stepper |
368 </message> | 371 </message> |
369 <message name="IDS_AX_ROLE_TOGGLE_BUTTON" desc="accessibility role descr iption for a toggle button"> | 372 <message name="IDS_AX_ROLE_TOGGLE_BUTTON" desc="accessibility role descr iption for a toggle button"> |
370 toggle button | 373 toggle button |
371 </message> | 374 </message> |
372 </if> | 375 </if> |
373 <message name="IDS_AX_ROLE_ADDRESS" desc="accessibility role description f or an address (as in a person's contact information)"> | 376 <message name="IDS_AX_ROLE_ADDRESS" desc="accessibility role description f or an address (as in a person's contact information)"> |
374 address | 377 address |
375 </message> | 378 </message> |
379 <message name="IDS_AX_ROLE_MAIN_CONTENT" desc="accessibility role descript ion for main content of the document."> | |
380 main | |
381 </message> | |
382 <message name="IDS_AX_ROLE_NAVIGATIONAL_LINK" desc="accessibility role des cription for group of navigational links."> | |
dmazzoni
2014/11/05 16:20:28
This is a good description - it provides helpful c
| |
383 navigation | |
384 </message> | |
376 | 385 |
377 <message name="IDS_AX_BUTTON_ACTION_VERB" desc="Verb stating the action th at will occur when a button is pressed, as used by accessibility."> | 386 <message name="IDS_AX_BUTTON_ACTION_VERB" desc="Verb stating the action th at will occur when a button is pressed, as used by accessibility."> |
378 press | 387 press |
379 </message> | 388 </message> |
380 <message name="IDS_AX_RADIO_BUTTON_ACTION_VERB" desc="Verb stating the act ion that will occur when a radio button is clicked, as used by accessibility."> | 389 <message name="IDS_AX_RADIO_BUTTON_ACTION_VERB" desc="Verb stating the act ion that will occur when a radio button is clicked, as used by accessibility."> |
381 select | 390 select |
382 </message> | 391 </message> |
383 <message name="IDS_AX_TEXT_FIELD_ACTION_VERB" desc="Verb stating the actio n that will occur when a text field is selected, as used by accessibility."> | 392 <message name="IDS_AX_TEXT_FIELD_ACTION_VERB" desc="Verb stating the actio n that will occur when a text field is selected, as used by accessibility."> |
384 activate | 393 activate |
385 </message> | 394 </message> |
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
709 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). | 718 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). |
710 </message> | 719 </message> |
711 | 720 |
712 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load"> | 721 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed to load"> |
713 Couldn't load plug-in. | 722 Couldn't load plug-in. |
714 </message> | 723 </message> |
715 | 724 |
716 </messages> | 725 </messages> |
717 </release> | 726 </release> |
718 </grit> | 727 </grit> |
OLD | NEW |