• R/O
  • HTTP
  • SSH
  • HTTPS

nvdajp: Commit

NVDA with Japanese branch


Commit MetaInfo

Revisión0e77415868e7c49b5b1d8d2ef6059886fc3ae783 (tree)
Tiempo2015-04-13 16:44:07
AutorTakuya Nishimoto <nishimotz@gmai...>
CommiterTakuya Nishimoto

Log Message

Merge commit 'fetch_head' into jpbeta

Cambiar Resumen

Diferencia incremental

--- a/source/browseMode.py
+++ b/source/browseMode.py
@@ -235,8 +235,8 @@ class BrowseModeTreeInterceptor(treeInterceptorHandler.TreeInterceptor):
235235 d.Destroy()
236236 gui.mainFrame.postPopup()
237237 wx.CallAfter(run)
238- # Translators: the description for the elements list dialog script on virtualBuffers.
239- script_elementsList.__doc__ = _("Presents a list of links, headings or landmarks")
238+ # Translators: the description for the Elements List command in browse mode.
239+ script_elementsList.__doc__ = _("Lists various types of elements in this document")
240240
241241 def _activatePosition(self,info):
242242 info.activate()
--- a/user_docs/en/userGuide.t2t
+++ b/user_docs/en/userGuide.t2t
@@ -442,7 +442,7 @@ Although a physical mouse or trackpad should be used to navigate with the mouse,
442442
443443 + Browse Mode +
444444 Complex read-only documents such as web pages are browsed in NVDA using browse mode.
445-This includes documents in Mozilla Firefox, Microsoft Internet Explorer, HTML messages in Microsoft Outlook, Google Chrome, Adobe Reader and Adobe Flash.
445+This includes documents in Mozilla Firefox, Microsoft Internet Explorer, Mozilla Thunderbird, HTML messages in Microsoft Outlook, Google Chrome, Adobe Reader and Adobe Flash.
446446 Browse mode is also optionally available for Microsoft Word documents.
447447
448448 In browse mode, the content of the document is made available in a flat representation that can be navigated with the cursor keys as if it were a normal text document.
@@ -497,6 +497,7 @@ The following keys by themselves jump to the next available element, while addin
497497 - d: landmark
498498 - o: embedded object
499499 - 1 to 6: headings at levels 1 to 6 respectively
500+- a: annotation (comment, editor revision, etc.)
500501 -
501502 To move to the beginning or end of containing elements such as lists and tables:
502503 || Name | Key | Description |
@@ -505,13 +506,14 @@ To move to the beginning or end of containing elements such as lists and tables:
505506 %kc:endInclude
506507
507508 ++ The Elements List ++
508-The elements list provides access to a list of either links, headings or landmarks in the document.
509-Radio buttons allow you to switch between these three types of information.
509+The elements list provides access to a list of various types of elements in the document as appropriate for the application.
510+For example, in web browsers, the elements list can list links, headings or landmarks.
511+Radio buttons allow you to switch between the different types of elements.
510512 An edit field is also provided in the dialog which allows you to filter the list to help you search for a particular item on the page.
511513 Once you have chosen an item, you can use the provided buttons in the dialog to move to or activate that item.
512514 %kc:beginInclude
513515 || Name | Key | Description |
514-| Browse mode elements list | NVDA+f7 | Brings up the Elements list which contains links, headings and landmarks from the current document |
516+| Browse mode elements list | NVDA+f7 | Lists various types of elements in the current document |
515517 %kc:endInclude
516518
517519 ++ Embedded Objects ++
Show on old repository browser