[orca/gnome-3-16] Correct outdated links to documentation



commit dac78e117e7cc58c6a29ab710aac66b6c69d2a3d
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date:   Sun Mar 15 00:51:18 2015 +0100

    Correct outdated links to documentation

 src/orca/brltablenames.py        |   62 +++++++++++-----------
 src/orca/text_attribute_names.py |  112 +++++++++++++++++++-------------------
 2 files changed, 87 insertions(+), 87 deletions(-)
---
diff --git a/src/orca/brltablenames.py b/src/orca/brltablenames.py
index 10ccde3..1054824 100644
--- a/src/orca/brltablenames.py
+++ b/src/orca/brltablenames.py
@@ -31,126 +31,126 @@ __license__   = "LGPL"
 
 from .orca_i18n import _
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 CZ_CZ_G1   = _("Czech Grade 1")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 ES_ES_G1   = _("Spanish Grade 1")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 FR_CA_G2   = _("Canada French Grade 2")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 FR_FR_G2   = _("France French Grade 2")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 LV_LV_G1   = _("Latvian Grade 1")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 NL_NL_G1   = _("Netherlands Dutch Grade 1")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 NO_NO_G0   = _("Norwegian Grade 0")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 NO_NO_G1   = _("Norwegian Grade 1")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 NO_NO_G2   = _("Norwegian Grade 2")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 NO_NO_G3   = _("Norwegian Grade 3")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 PL_PL_G1   = _("Polish Grade 1")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 PT_PT_G1   = _("Portuguese Grade 1")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 SE_SE_G1   = _("Swedish Grade 1")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 AR_AR_G1   = _("Arabic Grade 1")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 CY_CY_G1   = _("Welsh Grade 1")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 CY_CY_G2   = _("Welsh Grade 2")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 DE_DE_G0   = _("German Grade 0")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 DE_DE_G1   = _("German Grade 1")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 DE_DE_G2   = _("German Grade 2")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 EN_GB_G2   = _("U.K. English Grade 2")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 EN_GB_G1   = _("U.K. English Grade 1")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 EN_US_G1   = _("U.S. English Grade 1")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 EN_US_G2   = _("U.S. English Grade 2")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 FR_CA_G1   = _("Canada French Grade 1")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 FR_FR_G1   = _("France French Grade 1")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 GR_GR_G1   = _("Greek Grade 1")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 HI_IN_G1   = _("Hindi Grade 1")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 HU_HU_8DOT = _("Hungarian 8 dot computer")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 HU_HU_G1   = _("Hungarian Grade 1")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 IT_IT_G1   = _("Italian Grade 1")
 
-# Translators: These is the name of a braille transation table. To learn more
+# Translators: These is the name of a braille translation table. To learn more
 # about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
 NL_BE_G1   = _("Belgium Dutch Grade 1")
diff --git a/src/orca/text_attribute_names.py b/src/orca/text_attribute_names.py
index c488a35..72c32f6 100644
--- a/src/orca/text_attribute_names.py
+++ b/src/orca/text_attribute_names.py
@@ -32,7 +32,7 @@ from .orca_i18n import C_
 # localized strings for the various text attributes. 
 #
 # Information can be found in the Atk documentation at:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 # The at-spi IDL documentation for Accessibility_Text.idl also provides
 # the following information:
@@ -56,7 +56,7 @@ _textAttributeTable = {}
 # Translators: this attribute specifies the background color of the text.
 # The value is an RGB value of the format "u,u,u".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["bg-color"] = C_("textattr", "background color")
 
@@ -65,48 +65,48 @@ _textAttributeTable["bg-color"] = C_("textattr", "background color")
 # current line, or the height of the font used for the current character.
 # It will be a "true" or "false" value.
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["bg-full-height"] = C_("textattr", "background full height")
 
 # Translators: this attribute specifies whether a GdkBitmap is set for 
 # stippling the background color. It will be a "true" or "false" value.
 # See
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["bg-stipple"] = C_("textattr", "background stipple")
 
 # Translators: this attribute specifies the direction of the text.
 # Values are "none", "ltr" or "rtl".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["direction"] = C_("textattr", "direction")
 
 # Translators: this attribute specifies whether the text is editable.
 # It will be a "true" or "false" value.
 # See
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["editable"] = C_("textattr", "editable")
 
 # Translators: this attribute specifies the font family name of the text.
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["family-name"] = C_("textattr", "family name")
 
 # Translators: this attribute specifies the foreground color of the text.
 # The value is an RGB value of the format "u,u,u".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["fg-color"] = C_("textattr", "foreground color")
 
 # Translators: this attribute specifies whether a GdkBitmap is set for
 # stippling the foreground color. It will be a "true" or "false" value.
 # See
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["fg-stipple"] = C_("textattr", "foreground stipple")
 
@@ -121,7 +121,7 @@ _textAttributeTable["font-effect"] = C_("textattr", "font effect")
 # Translators: this attribute specifies the indentation of the text
 # (in pixels).
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["indent"] = C_("textattr", "indent")
 
@@ -138,27 +138,27 @@ _textAttributeTable["invalid"] = C_("textattr", "mistake")
 # Translators: this attribute specifies whether the text is invisible.
 # It will be a "true" or "false" value.
 # See
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["invisible"] = C_("textattr", "invisible")
 
 # Translators: this attribute specifies how the justification of the text.
 # Values are "left", "right", "center" or "fill".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["justification"] = C_("textattr", "justification")
 
 # Translators: this attribute specifies the language that the text is
 # written in.
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["language"] = C_("textattr", "language")
 
 # Translators: this attribute specifies the pixel width of the left margin.
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["left-margin"] = C_("textattr", "left margin")
 
@@ -182,14 +182,14 @@ _textAttributeTable["paragraph-style"] = C_("textattr", "paragraph style")
 # Translators: this attribute specifies the pixels of blank space to 
 # leave above each newline-terminated line.
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["pixels-above-lines"] = C_("textattr", "pixels above lines")
 
 # Translators: this attribute specifies the pixels of blank space to
 # leave below each newline-terminated line.
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["pixels-below-lines"] = C_("textattr", "pixels below lines")
 
@@ -197,33 +197,33 @@ _textAttributeTable["pixels-below-lines"] = C_("textattr", "pixels below lines")
 # leave between wrapped lines inside the same newline-terminated line
 # (paragraph).
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["pixels-inside-wrap"] = C_("textattr", "pixels inside wrap")
 
 # Translators: this attribute specifies the pixel width of the right margin.
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["right-margin"] = C_("textattr", "right margin")
 
 # Translators: this attribute specifies the number of pixels that the 
 # text characters are risen above the baseline.
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["rise"] = C_("textattr", "rise")
 
 # Translators: this attribute specifies the scale of the characters. The
 # value is a string representation of a double.
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["scale"] = C_("textattr", "scale")
 
 # Translators: this attribute specifies the size of the text.
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["size"] = C_("textattr", "size")
 
@@ -232,7 +232,7 @@ _textAttributeTable["size"] = C_("textattr", "size")
 # "semi_condensed", "normal", "semi_expanded", "expanded",
 # "extra_expanded" or "ultra_expanded".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["stretch"] = C_("textattr", "stretch")
 
@@ -240,14 +240,14 @@ _textAttributeTable["stretch"] = C_("textattr", "stretch")
 # (in other words, whether there is a line drawn through it). Values are
 # "true" or "false".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["strikethrough"] = C_("textattr", "strike through")
 
 # Translators: this attribute specifies the slant style of the text,
 # if set. Values are "normal", "oblique" or "italic".
 # See: 
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["style"] = C_("textattr", "style")
 
@@ -277,14 +277,14 @@ _textAttributeTable["text-shadow"] = C_("textattr", "text shadow")
 # Translators: this attributes specifies whether the text is underlined.
 # Values are "none", "single", "double" or "low".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["underline"] = C_("textattr", "underline")
 
 # Translators: this attribute specifies the capitalization variant of
 # the text, if set. Values are "normal" or "small_caps".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["variant"] = C_("textattr", "variant")
 
@@ -297,7 +297,7 @@ _textAttributeTable["vertical-align"] = C_("textattr", "vertical align")
 
 # Translators: this attribute specifies the weight of the text.
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 # http://www.w3.org/TR/1998/REC-CSS2-19980512/fonts.html#propdef-font-weight
 #
 _textAttributeTable["weight"] = C_("textattr", "weight")
@@ -305,7 +305,7 @@ _textAttributeTable["weight"] = C_("textattr", "weight")
 # Translators: this attribute specifies the wrap mode of the text, if any.
 # Values are "none", "char" or "word".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["wrap-mode"] = C_("textattr", "wrap mode")
 
@@ -321,7 +321,7 @@ _textAttributeTable["writing-mode"] = C_("textattr", "writing mode")
 
 # The following are the known values of some of these text attributes.
 # These values were found in the Atk documentation at:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 # No doubt there will be more, and as they are found, they can be added
 # to this table so they can be translated.
 #
@@ -330,7 +330,7 @@ _textAttributeTable["writing-mode"] = C_("textattr", "writing mode")
 # text attributes: "invisible", "editable", bg-full-height", "strikethrough",
 # "bg-stipple" and "fg-stipple".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["true"] = C_("textattr", "true")
 
@@ -338,7 +338,7 @@ _textAttributeTable["true"] = C_("textattr", "true")
 # text attributes: "invisible", "editable", bg-full-height", "strikethrough",
 # "bg-stipple" and "fg-stipple".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["false"] = C_("textattr", "false")
 
@@ -346,7 +346,7 @@ _textAttributeTable["false"] = C_("textattr", "false")
 # text attributes: "font-effect", "underline", "text-shadow", "wrap mode"
 # and "direction".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 # http://wiki.services.openoffice.org/wiki/Accessibility/TextAttributes
 #
 _textAttributeTable["none"] = C_("textattr", "none")
@@ -403,35 +403,35 @@ _textAttributeTable["black"] = C_("textattr", "black")
 # Translators: this is one of the text attribute values for the following
 # text attributes: "underline".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["single"] = C_("textattr", "single")
 
 # Translators: this is one of the text attribute values for the following
 # text attributes: "underline".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["double"] = C_("textattr", "double")
 
 # Translators: this is one of the text attribute values for the following
 # text attributes: "underline".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["low"] = C_("textattr", "low")
 
 # Translators: this is one of the text attribute values for the following
 # text attributes: "wrap mode".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["char"] = C_("textattr", "char")
 
 # Translators: this is one of the text attribute values for the following
 # text attributes: "wrap mode".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["word"] = C_("textattr", "word")
 
@@ -440,7 +440,7 @@ _textAttributeTable["word"] = C_("textattr", "word")
 # defined in the Gtk documentation as "Wrap text, breaking lines in
 # between words, or if that is not enough, also between graphemes."
 # See:
-# http://library.gnome.org/devel/atk/1.27/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 # http://library.gnome.org/devel/gtk/stable/GtkTextTag.html#GtkWrapMode
 #
 _textAttributeTable["word_char"] = C_("textattr", "word char")
@@ -448,35 +448,35 @@ _textAttributeTable["word_char"] = C_("textattr", "word char")
 # Translators: this is one of the text attribute values for the following
 # text attributes: "direction".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["ltr"] = C_("textattr", "ltr")
 
 # Translators: this is one of the text attribute values for the following
 # text attributes: "direction".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["rtl"] = C_("textattr", "rtl")
 
 # Translators: this is one of the text attribute values for the following
 # text attributes: "justification".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["left"] = C_("textattr", "left")
 
 # Translators: this is one of the text attribute values for the following
 # text attributes: "justification".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["right"] = C_("textattr", "right")
 
 # Translators: this is one of the text attribute values for the following
 # text attributes: "justification".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["center"] = C_("textattr", "center")
 
@@ -489,91 +489,91 @@ _textAttributeTable["start"] = C_("textattr", "no justification")
 # Translators: this is one of the text attribute values for the following
 # text attributes: "justification".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["fill"] = C_("textattr", "fill")
 
 # Translators: this is one of the text attribute values for the following
 # text attributes: "stretch".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["ultra_condensed"] = C_("textattr", "ultra condensed")
 
 # Translators: this is one of the text attribute values for the following
 # text attributes: "stretch".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["extra_condensed"] = C_("textattr", "extra condensed")
 
 # Translators: this is one of the text attribute values for the following
 # text attributes: "stretch".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["condensed"] = C_("textattr", "condensed")
 
 # Translators: this is one of the text attribute values for the following
 # text attributes: "stretch".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["semi_condensed"] = C_("textattr", "semi condensed")
 
 # Translators: this is one of the text attribute values for the following
 # text attributes: "stretch" and "variant".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["normal"] = C_("textattr", "normal")
 
 # Translators: this is one of the text attribute values for the following
 # text attributes: "stretch".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["semi_expanded"] = C_("textattr", "semi expanded")
 
 # Translators: this is one of the text attribute values for the following
 # text attributes: "stretch".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["expanded"] = C_("textattr", "expanded")
 
 # Translators: this is one of the text attribute values for the following
 # text attributes: "stretch".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["extra_expanded"] = C_("textattr", "extra expanded")
 
 # Translators: this is one of the text attribute values for the following
 # text attributes: "stretch".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["ultra_expanded"] = C_("textattr", "ultra expanded")
 
 # Translators: this is one of the text attribute values for the following
 # text attributes: "variant".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["small_caps"] = C_("textattr", "small caps")
 
 # Translators: this is one of the text attribute values for the following
 # text attributes: "style".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["oblique"] = C_("textattr", "oblique")
 
 # Translators: this is one of the text attribute values for the following
 # text attributes: "style".
 # See:
-# http://library.gnome.org/devel/atk/1.22/AtkText.html#AtkTextAttribute
+# http://developer.gnome.org/atk/stable/AtkText.html#AtkTextAttribute
 #
 _textAttributeTable["italic"] = C_("textattr", "italic")
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]