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 408729 - Internationalization of strings needed
Internationalization of strings needed
Status: RESOLVED DUPLICATE of bug 412200
Product: orca
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: 2.20.0
Assigned To: Willie Walker
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-16 21:39 UTC by Willie Walker
Modified: 2008-07-22 19:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Willie Walker 2007-02-16 21:39:29 UTC
We need to make these string changes as soon as GNOME 2.19.x comes around:

src/orca/scripts/nautilus.py:

                        itemCountString = _(" %d items") % itemCount

src/orca/Gecko.py:

                _("Dumps document content to stdout."))
                _("Goes to next character."))
                _("Goes to previous character."))
                _("Goes to next word."))
                _("Goes to previous word."))
                _("Goes to next line."))
                _("Goes to previous line."))
                _("Goes to previous heading."))
                _("Goes to next heading."))
                _("Goes to previous chunk."))
                _("Goes to next chunk."))
                _("Switches between Gecko and Orca caret navigation."))
            string = _("Gecko is controlling the caret.")
            string = _("Orca is controlling the caret.")
Comment 1 Willie Walker 2007-02-26 14:42:05 UTC

*** This bug has been marked as a duplicate of 412200 ***