After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 464714 - translations
translations
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
2.19.x
Other All
: Normal normal
: 2.22.0
Assigned To: Willie Walker
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-08-08 14:29 UTC by Gil Forcada
Modified: 2008-07-22 19:33 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
Patch to update docs (2.02 KB, patch)
2007-08-09 15:10 UTC, Willie Walker
committed Details | Review

Description Gil Forcada 2007-08-08 14:29:56 UTC
Please describe the problem:
here goes some strings that needs some love :)
#. Translators: when the user arrows up and down in HTML content,
#. it is some times beneficial to always position the caret at the
#. beginning of the line rather than guessing the position directly
#. above the current caret position.  This option allows the user
#. to decide the behavior they want.
#.
#: ../src/orca/Gecko.py:2470
msgid "_Position cursor at start of line when navigating vertically"

so in the comment you talk about caret but in the msgid you put cursor


#. Translators: the structural navigation keys are designed
#. to move the caret around the HTML content by object type.
#. Thus H moves you to the next heading, Shift H to the
#. previous heading, T to the next table, and so on. Some
#. users prefer to turn this off to use Firefox's search
#. when typing feature.
#.
#: ../src/orca/Gecko.py:8055
msgid "Structural navigation keys off."

great with this I know what this keys are, but I don't know the context of the string, it's a string that appears in the status bar? in some sort of preferences dialog? in gconf schemas?

is a informative string or a "you are applied this change and we inform you of this"



Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Willie Walker 2007-08-09 15:10:19 UTC
Created attachment 93369 [details] [review]
Patch to update docs

Thanks for the comments!  Does this patch help clarify the things in question?
Comment 2 Gil Forcada 2007-08-09 21:17:29 UTC
seems fine to me :)

and thanks for all the comments! they are really helpful! :)
Comment 3 Willie Walker 2007-08-13 14:21:21 UTC
Thanks!  Committed to 2.19.90 and trunk.
Comment 4 Gil Forcada 2007-08-13 18:04:52 UTC
thanks!