[at-spi2-atk] Add gconf schema and corresponding i18n



commit 25615f522151686f2ebe1823921e6908dbcd1e19
Author: Mike Gorse <mgorse novell com>
Date:   Tue Apr 6 15:23:01 2010 -0400

    Add gconf schema and corresponding i18n

 Makefile.am    |   18 +++++++++++++-
 configure.ac   |    7 +++++
 po/LINGUAS     |   44 ++++++++++++++++++++++++++++++++++
 po/ar.po       |   66 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/ast.po      |   49 ++++++++++++++++++++++++++++++++++++++
 po/bg.po       |   53 +++++++++++++++++++++++++++++++++++++++++
 po/bn.po       |   61 ++++++++++++++++++++++++++++++++++++++++++++++++
 po/ca.po       |   67 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/cs.po       |   54 ++++++++++++++++++++++++++++++++++++++++++
 po/cy.po       |   50 +++++++++++++++++++++++++++++++++++++++
 po/de.po       |   71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/el.po       |   50 +++++++++++++++++++++++++++++++++++++++
 po/en shaw po  |   51 ++++++++++++++++++++++++++++++++++++++++
 po/en_GB.po    |   65 +++++++++++++++++++++++++++++++++++++++++++++++++++
 po/es.po       |   65 +++++++++++++++++++++++++++++++++++++++++++++++++++
 po/et.po       |   53 +++++++++++++++++++++++++++++++++++++++++
 po/eu.po       |   57 +++++++++++++++++++++++++++++++++++++++++++++
 po/fi.po       |   58 +++++++++++++++++++++++++++++++++++++++++++++
 po/fr.po       |   56 ++++++++++++++++++++++++++++++++++++++++++++
 po/gl.po       |   68 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/he.po       |   59 ++++++++++++++++++++++++++++++++++++++++++++++
 po/hu.po       |   54 ++++++++++++++++++++++++++++++++++++++++++
 po/it.po       |   55 +++++++++++++++++++++++++++++++++++++++++++
 po/ko.po       |   49 ++++++++++++++++++++++++++++++++++++++
 po/lt.po       |   67 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/nb.po       |   50 +++++++++++++++++++++++++++++++++++++++
 po/nl.po       |   56 ++++++++++++++++++++++++++++++++++++++++++++
 po/nn.po       |   69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/pl.po       |   58 +++++++++++++++++++++++++++++++++++++++++++++
 po/pt.po       |   53 +++++++++++++++++++++++++++++++++++++++++
 po/pt_BR.po    |   60 +++++++++++++++++++++++++++++++++++++++++++++++
 po/ro.po       |   61 ++++++++++++++++++++++++++++++++++++++++++++++++
 po/ru.po       |   54 ++++++++++++++++++++++++++++++++++++++++++
 po/sk.po       |   56 ++++++++++++++++++++++++++++++++++++++++++++
 po/sl.po       |   60 +++++++++++++++++++++++++++++++++++++++++++++++
 po/sr.po       |   68 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/sr latin po |   68 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/sv.po       |   55 +++++++++++++++++++++++++++++++++++++++++++
 po/ta.po       |   52 +++++++++++++++++++++++++++++++++++++++++
 po/th.po       |   55 +++++++++++++++++++++++++++++++++++++++++++
 po/uk.po       |   52 +++++++++++++++++++++++++++++++++++++++++
 po/vi.po       |   51 ++++++++++++++++++++++++++++++++++++++++
 po/zh_CN.po    |   61 ++++++++++++++++++++++++++++++++++++++++++++++++
 po/zh_HK.po    |   51 ++++++++++++++++++++++++++++++++++++++++
 po/zh_TW.po    |   53 +++++++++++++++++++++++++++++++++++++++++
 45 files changed, 2489 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index ca33cea..504a978 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1 +1,17 @@
-SUBDIRS=dbind droute common atk-adaptor
+SUBDIRS=dbind droute common atk-adaptor po
+
+schemasdir       = $(GCONF_SCHEMA_FILE_DIR)
+schemas_in_files = at-spi2.schemas.in
+schemas_DATA     = $(schemas_in_files:.schemas.in=.schemas)
+ INTLTOOL_SCHEMAS_RULE@
+
+if GCONF_SCHEMAS_INSTALL
+install-data-local:
+                if test -z "$(DESTDIR)" ; then \
+                        for p in $(schemas_DATA) ; do \
+                                GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/data/$$p ; \
+                        done \
+                fi
+else
+install-data-local:
+endif
diff --git a/configure.ac b/configure.ac
index 08faf7a..e732316 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,6 +22,9 @@ AC_SUBST(LT_AGE)
 
 AM_INIT_AUTOMAKE([-Wall foreign])
 
+dnl translation of any at-spi strings: used only for .server
+IT_PROG_INTLTOOL([0.40.0])
+
 AC_PROG_CC
 AM_DISABLE_STATIC
 AM_PROG_LIBTOOL
@@ -61,6 +64,10 @@ PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= 2.10.0])
 AC_SUBST(GTK_LIBS)
 AC_SUBST(GTK_CFLAGS)
 
+dnl GConf checks
+AC_PATH_PROG(GCONFTOOL, gconftool-2)
+AM_GCONF_SOURCE_2
+
 AC_PATH_XTRA
 
 if test x$no_x = xyes ; then
diff --git a/po/LINGUAS b/po/LINGUAS
new file mode 100644
index 0000000..19c591b
--- /dev/null
+++ b/po/LINGUAS
@@ -0,0 +1,44 @@
+# please keep this list sorted alphabetically
+#
+ar
+ast
+bg
+bn
+ca
+cs
+cy
+de
+el
+en_GB
+en shaw
+es
+et
+eu
+fi
+fr
+gl
+he
+hu
+it
+ko
+lt
+nb
+nl
+nn
+pl
+pt_BR
+pt
+ro
+ru
+sk
+sl
+sr latin
+sr
+sv
+ta
+th
+uk
+vi
+zh_CN
+zh_HK
+zh_TW
diff --git a/po/ar.po b/po/ar.po
new file mode 100644
index 0000000..bfccd4b
--- /dev/null
+++ b/po/ar.po
@@ -0,0 +1,66 @@
+# Arabic AT-SPI translation.
+# Copyright (C) 2003 Free Software Foundation, Inc.
+# This file is distributed under the same license as the AT-SPI package.
+# Arafat Medini <lumina silverpen de>, 2004.
+# Khaled Hosny <khaledhosny eglug org>, 2009, 2010.
+msgid ""
+msgstr ""
+"Project-Id-Version: AT-SPI 1.3.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-01-12 17:19+0200\n"
+"PO-Revision-Date: 2010-01-12 17:19+0300\n"
+"Last-Translator: Khaled Hosny <khaledhosny eglug org>\n"
+"Language-Team: Arabic <doc arabeyes org>\n"
+"Language: ar\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
+"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
+"X-Generator: Virtaal 0.5.0\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "Ù?عÙ?Ù? بÙ?Ù?Ø© AT-SPI اÙ?Ù?بÙ?Ù?Ø© عÙ?Ù? DBus>"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "Ù?حدات جتÙ?+ Ù?دعÙ? اÙ?إتاحة"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure. Otherwise, the D-Bus "
+"AT-SPI infrastructure will be used."
+msgstr ""
+"باÙ?إضاÙ?Ø© Ø¥Ù?Ù? /desktop/gnome/interface/accessibilityØ? تحتاج Ù?ذا اÙ?Ù?Ù?تاح "
+"Ù?تÙ?عÙ?Ù? بÙ?Ù?Ø© AT-SPI اÙ?Ù?بÙ?Ù?Ø© عÙ?Ù? DBus Ù?Ø¥Ù?ا ستستخدÙ? تÙ?Ù? اÙ?Ù?بÙ?Ù?Ø© عÙ?Ù? D-Bus."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr "Ù?حدد Ù?ذا اÙ?Ù?Ù?تاح Ù?حدات جتÙ?+ اÙ?تÙ? ستÙ?Ø­Ù?Ù?Ù? Ù?دعÙ? اÙ?إتاحة."
+
+# CHECK
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Ù?ضبطة AT-SPI"
+
+# CHECK
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Ù?ضبطة اÙ?إتاحة"
+
+# CHECK
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "Ù?ضبطة AT SPI"
+
+# CHECK
+#~ msgid "AT SPI Registry Wrapper"
+#~ msgstr "غÙ?اÙ? Ù?ضبطة AT SPI"
+
+#~ msgid "failure: no device event controller found.\n"
+#~ msgstr "Ù?Ø´Ù? Ù?Ù? Ù?Ù?جد Ù?تحÙ?Ù? Ù?أحداث اÙ?أجÙ?زة.\n"
+
+#~ msgid "WARNING: NULL key event reported."
+#~ msgstr "تÙ?بÙ?Ù?: Ù?Ù?ع تÙ?رÙ?ر حدث Ù?صÙ?ر."
diff --git a/po/ast.po b/po/ast.po
new file mode 100644
index 0000000..a1602e1
--- /dev/null
+++ b/po/ast.po
@@ -0,0 +1,49 @@
+# Asturian translation for at-spi
+# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008
+# This file is distributed under the same license as the at-spi package.
+# FIRST AUTHOR <EMAIL ADDRESS>, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=at-spi&component=general\n";
+"POT-Creation-Date: 2009-12-14 15:39+0000\n"
+"PO-Revision-Date: 2010-01-03 21:02+0100\n"
+"Last-Translator: astur <malditoastur gmail com>\n"
+"Language-Team: Asturian <ast li org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2008-09-23 02:23+0000\n"
+"X-Generator: Launchpad (build Unknown)\n"
+"X-Poedit-Language: asturian\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "Activar la infraestructura de AT-SPI basada en DBus"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "Módulos GTK+ pal sofitu d'accesibilidá"
+
+#: ../at-spi2.schemas.in.h:3
+msgid "In combination with /desktop/gnome/interface/accessibility, this key is needed to enable the DBus-based AT-SPI infrastructure. Otherwise, the D-Bus AT-SPI infrastructure will be used."
+msgstr "En combinación con /desktop/gnome/interface/accessibility , esta clave necesítase p'activar la infraestructura AT-SPI basada en DBus. D'otramiente, usaráse la infraestructura AT-SPI basada en D-Bus."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr "Esta clave determina los módulos GTK+ que cargar pal sofitu d'accesibilidá."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Rexistru AT-SPI"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Rexistru d'Accesibilidá"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+#| msgid "AT-SPI Registry"
+msgid "AT SPI Registry"
+msgstr "Rexistru AT SPI"
+
diff --git a/po/bg.po b/po/bg.po
new file mode 100644
index 0000000..7a5bc2b
--- /dev/null
+++ b/po/bg.po
@@ -0,0 +1,53 @@
+# Bulgarian translation of at-spi po-file.
+# Copyright (C) 2004, 2005, 2008, 2009, 2010 Free Software Foundation
+# This file is distributed under the same license as the at-spi package.
+# Vladimir Petkov <kaladan gmail com>, 2004.
+# Alexander Shopov <ash kambanaria org>, 2005, 2008, 2009, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi master\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-02-23 07:36+0200\n"
+"PO-Revision-Date: 2010-02-23 07:36+0200\n"
+"Last-Translator:  Alexander Shopov <ash kambanaria org>\n"
+"Language-Team: Bulgarian <dict fsa-bg org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "Ð?клÑ?Ñ?ване на инÑ?Ñ?аÑ?Ñ?Ñ?Ñ?кÑ?Ñ?Ñ?аÑ?а за AT-SPI базиÑ?ана на DBus"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "Ð?одÑ?ли на GTK+ за поддÑ?Ñ?жка на доÑ?Ñ?Ñ?пноÑ?Ñ?"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr ""
+"Ð? комбинаÑ?иÑ? Ñ? â??/desktop/gnome/interface/accessibilityâ?? клÑ?Ñ?Ñ?Ñ? е необÑ?одим "
+"за вклÑ?Ñ?ване на инÑ?Ñ?аÑ?Ñ?Ñ?Ñ?кÑ?Ñ?Ñ?аÑ?а за AT-SPI базиÑ?ана на DBus, ако Ñ?Ñ? е била "
+"пÑ?емеÑ?Ñ?ена. Ð?ко не е била, клÑ?Ñ?Ñ?Ñ? Ñ?е пÑ?енебÑ?егва."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr "Този клÑ?Ñ? опÑ?еделÑ? кои модÑ?ли на GTK+ за доÑ?Ñ?Ñ?пноÑ?Ñ? да бÑ?даÑ? заÑ?едени."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "РегиÑ?Ñ?Ñ?Ñ? AT-SPI"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "РегиÑ?Ñ?Ñ?Ñ? за доÑ?Ñ?Ñ?пноÑ?Ñ?"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "РегиÑ?Ñ?Ñ?Ñ? AT-SPI"
diff --git a/po/bn.po b/po/bn.po
new file mode 100644
index 0000000..6e9b97e
--- /dev/null
+++ b/po/bn.po
@@ -0,0 +1,61 @@
+# Bengali translation of at-spi.
+# Copyright (C) 2003 THE at-spi'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the at-spi package.
+# Sayamindu Dasgupta <unmadindu bengalinux org>, 2003.
+# Loba Yeasmeen <loba ankur org bd>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi HEAD\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=at-";
+"spi&component=general\n"
+"POT-Creation-Date: 2009-11-26 09:06+0000\n"
+"PO-Revision-Date: 2010-01-21 18:15+0600\n"
+"Last-Translator: Loba Yeasmeen <loba ankur org bd>\n"
+"Language-Team: Bengali <ankur-bd-l10n googlegroups com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "DBus-ভিত�তি� AT-SPI �ব�াঠাম� স��রি� �রা হব�"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "প�রব�শয���যতা সমর�থন�র �ন�য GTK+ মডি�ল"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure. Otherwise, the D-Bus "
+"AT-SPI infrastructure will be used."
+msgstr ""
+"/desktop/gnome/interface/accessibility �র সাথ� সম�প���ততা হিস�ব�, "
+"DBus-ভিত�তি� AT-SPI �ব�াঠাম� স��রি� �রত� �� �� প�র���ন। �ন�যথা�, D-Bus AT-"
+"SPI �ব�াঠাম� ব�যবহ�ত হব�।"
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr ""
+"প�রব�শয���যতা সমর�থন�র �ন�য ল�ড �রত� �� �� দ�বারা GTK+ মডি�ল নির�ধারণ �রা "
+"হ�।"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "AT-SPI র��িস���রি"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "সহা�� প�রয���তি র��িস���রি"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+#| msgid "AT-SPI Registry"
+msgid "AT SPI Registry"
+msgstr "AT SPI র��িস���রি"
+
+#~ msgid "failure: no device event controller found.\n"
+#~ msgstr "ব�যর�থ: ��ন ডিভা�স �ভ�ন�� �ন���র�লার ����� পা��া ��ল না।\n"
+
+#~ msgid "WARNING: NULL key event reported."
+#~ msgstr "সাবধান: NULL �� �ভ�ন�� রিপ�র�� �রা হ����। "
diff --git a/po/ca.po b/po/ca.po
new file mode 100644
index 0000000..e18937b
--- /dev/null
+++ b/po/ca.po
@@ -0,0 +1,67 @@
+# Traducció del at-spi de l'equip de Softcatalà.
+# Copyright © 2003, 2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the at-spi package.
+# Jordi Mallach <jordi sindominio net>, 2003.
+# Joan Duran <jodufi gmail com>, 2008-2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:21+0100\n"
+"PO-Revision-Date: 2010-03-09 22:41+0100\n"
+"Last-Translator: Joan Duran <jodufi gmail com>\n"
+"Language-Team: Catalan <tradgnome softcatala org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n!=1;\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr ""
+"Habilita la infraestructura del servei d'accessibilitat (AT-SPI) basada en "
+"DBus"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "Mòduls del GTK+ per permetre l'ús de l'accessibilitat"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr ""
+"Aquesta clau és necessària en combinació amb /desktop/gnome/interface/"
+"accessibility per habilitar la infraestructura del servei d'accessibilitat "
+"(AT-SPI) basada en DBus si s'ha reubicat. S'ignorarà si la infraestructura "
+"del servei d'accessibilitat (AT-SPI) basada en DBus no s'ha reubicat."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr ""
+"Aquesta clau determina els mòduls del GTK+ que es carregaran per permetre "
+"l'ús de l'accessibilitat."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Registre del servei d'accessibilitat (AT-SPI)"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Registre d'accessibilitat"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "Registre del servei d'accessibilitat (AT SPI)"
+
+#~ msgid "AT SPI Registry Wrapper"
+#~ msgstr "Embolcall del registre del servei d'accessibilitat (AT SPI)"
+
+#~ msgid "failure: no device event controller found.\n"
+#~ msgstr "falla: no s'ha trobat un controlador d'events de dispositiu\n"
+
+#~ msgid "WARNING: NULL key event reported."
+#~ msgstr "AVÃ?S: s'ha rebut un event de tecla NULA."
diff --git a/po/cs.po b/po/cs.po
new file mode 100644
index 0000000..7bf6068
--- /dev/null
+++ b/po/cs.po
@@ -0,0 +1,54 @@
+# Czech translation of at-spi.
+# Copyright (C) 2008 the author(s) of at-spi.
+# This file is distributed under the same license as the at-spi package.
+# Miloslav Trmac <mitr volny cz>, 2003.
+# Lucas Lommer <llommer svn gnome org>, 2008, 2009, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-01 19:14+0100\n"
+"PO-Revision-Date: 2010-01-21 21:23+0100\n"
+"Last-Translator: Lucas Lommer <llommer svn gnome org>\n"
+"Language-Team: Czech <gnome-cs-list gnome org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "Povolit infrastrukturu AT-SPI založenou na standardu DBus"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "Moduly GTK+ sloužící k podpoÅ?e pÅ?ístupnosti"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr ""
+"Tento klíÄ? spolu s /desktop/gnome/interface/accessibility vám umožní použití "
+"infrastruktury AT-SPI založené na standardu DBus, pokud byla pÅ?emístÄ?na. "
+"Pokud pÅ?emístÄ?na nebyla, bude klíÄ? ignorován."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr ""
+"Tento klíÄ? způsobí, že budou nahrány moduly GTK+ sloužící k podpoÅ?e "
+"pÅ?ístupnosti."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Registr AT-SPI"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Registr usnadnÄ?ní"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "Registr AT SPI"
diff --git a/po/cy.po b/po/cy.po
new file mode 100644
index 0000000..f4b4e3d
--- /dev/null
+++ b/po/cy.po
@@ -0,0 +1,50 @@
+# at-spi yn Gymraeg.
+# Copyright (C) 2003 The Free Software Foundation
+# This file is distributed under the same license as the at-spi package.
+# Dafydd Harries <daf parnassus ath cx>, 2003.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-12-18 13:26+0000\n"
+"PO-Revision-Date: 2009-12-18 13:47+0100\n"
+"Last-Translator: Iestyn Pryce <dylunio gmail com>\n"
+"Language-Team: Cymraeg <gnome-cy www linux org uk>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "Galluogi'r strwythur mewnol AT-SPI sydd wedi'i seilio ar DBus"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "Modiwlau GTK+ sydd ar gyfer cymorth hygyrchedd"
+
+#: ../at-spi2.schemas.in.h:3
+msgid "In combination with /desktop/gnome/interface/accessibility, this key is needed to enable the DBus-based AT-SPI infrastructure. Otherwise, the D-Bus AT-SPI infrastructure will be used."
+msgstr "Yng hyd â /desktop/gnome/interface/accessibility, mae'r allwedd hon ei hangen er mwyn galluogi'r strwythur mewnol AT-SPI sydd wedi'i selio ar DBus. Fel arall mi fydd y strwythur mewnol D-BUS AT-SPI yn cael ei ddefnyddio."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr "Mae'r allwedd hon yn pennu pa modiwlau cymorth hygyrchedd GTK+ sydd am gael eu llwytho."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Cofrestrfa AT-SPI"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Cofrestrfa Hygyrchedd"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "Cofrestrfa AT SPI"
+
+#~ msgid "failure: no device event controller found.\n"
+#~ msgstr "methiant: dim rheolwr digwyddiad dyfaid wedi ei ganfod.\n"
+#~ msgid "WARNING: NULL key event reported."
+#~ msgstr "RHYBUDD: adroddwyd digwyddiad allwedd NULL."
+
diff --git a/po/de.po b/po/de.po
new file mode 100644
index 0000000..5ffd227
--- /dev/null
+++ b/po/de.po
@@ -0,0 +1,71 @@
+# German AT-SPI translation.
+# Copyright (C) 2003 Free Software Foundation, Inc.
+# This file is distributed under the same license as the AT-SPI package.
+# Christian Neumair <chris gnome-de org>, 2003.
+# Hendrik Richter <hendrikr gnome org>, 2008.
+# Philipp Kerling <k philipp gmail com>, 2008.
+# Christian Kirbach <Christian Kirbach googlemail com>, 2009, 2010.
+msgid ""
+msgstr ""
+"Project-Id-Version: AT-SPI master\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-02-27 15:14+0100\n"
+"PO-Revision-Date: 2010-02-27 15:17+0100\n"
+"Last-Translator: Christian Kirbach <Christian Kirbach googlemail com>\n"
+"Language-Team: Deutsch <gnome-de gnome org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "DBus-basierte AT-SPI-Infrastruktur aktivieren"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "GTK+-Module für Barrierefreiheits-Unterstützung"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr ""
+"Dieser Schlüssel wird in Verbindung mit /desktop/gnome/interface/"
+"accessibility zur Aktivierung der DBus-basierten AT-SPI-Infrastruktur "
+"benötigt, falls jene Infrastruktur verschoben wurde. Der Schlüssel wird "
+"ignoriert, wenn die auf DBus basierte AT-SPI-Infrastruktur nicht verschoben "
+"wurde."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr ""
+"Legt fest, welche GTK+-Module für Barrierefreiheits-Unterstützung geladen "
+"werden sollen."
+
+# CHECK
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "AT-SPI-Registrierung"
+
+# CHECK
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Barrierefreiheits-Registrierung"
+
+# CHECK
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "AT-SPI-Registrierung"
+
+# CHECK
+#~ msgid "AT SPI Registry Wrapper"
+#~ msgstr "Wrapper der AT-SPI-Registrierung"
+
+#~ msgid "failure: no device event controller found.\n"
+#~ msgstr "Fehlgeschlagen: Kein Geräteereignis-Controller gefunden.\n"
+
+#~ msgid "WARNING: NULL key event reported."
+#~ msgstr "WARNUNG: SChlüsselereignis »NULL« berichtet."
diff --git a/po/el.po b/po/el.po
new file mode 100644
index 0000000..97f90a6
--- /dev/null
+++ b/po/el.po
@@ -0,0 +1,50 @@
+# translation of el.po to Greek
+# This file is distributed under the same license as the PACKAGE package.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# Kostas Papadimas <pkst gmx net>, 2003
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: el\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=at-spi&component=general\n";
+"POT-Creation-Date: 2010-02-05 19:10+0000\n"
+"PO-Revision-Date: 2010-03-16 23:05+0200\n"
+"Last-Translator: Nikos Bakaoukas <nikolaosx1 gmail com>\n"
+"Language-Team: Greek <team gnome gr>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "Î?νεÏ?γοÏ?οίηÏ?η Ï?ηÏ? βαÏ?ιÏ?μένη Ï?ε DBus Ï?Ï?οδομή AT-SPI"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "Î?Ï?θÏ?Ï?μαÏ?α GTK+ για Ï?Ï?οÏ?Ï?ήÏ?ιξη Ï?Ï?οÏ?ιÏ?Ï?Ï?ηÏ?αÏ?"
+
+#: ../at-spi2.schemas.in.h:3
+#| msgid ""
+#| "In combination with /desktop/gnome/interface/accessibility, this key is "
+#| "needed to enable the DBus-based AT-SPI infrastructure. Otherwise, the D-"
+#| "Bus AT-SPI infrastructure will be used."
+msgid "In combination with /desktop/gnome/interface/accessibility, this key is needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-SPI infrastructure has been relocated. It is ignored if the DBus-based AT-SPI infrastructure has not been relocated."
+msgstr "Σε Ï?Ï?νδÏ?αÏ?μÏ? με Ï?ο /desktop/gnome/interface/accessibility, αÏ?Ï?Ï? Ï?ο κλειδί είναι αÏ?αÏ?αίÏ?ηÏ?ο για Ï?ην ενεÏ?γοÏ?οίηÏ?η Ï?ηÏ? , βαÏ?ιÏ?μένηÏ? Ï?ε DBus, Ï?Ï?οδομήÏ? AT-SPI εάν η βαÏ?ιÏ?μένη Ï?ε DBus, Ï?Ï?οδομή AT-SPI έÏ?ει μεÏ?αÏ?εÏ?θεί Ï?ε νέα θέÏ?η. Î?α αγνοηθεί εάν η βαÏ?ιÏ?μένη Ï?ε DBus Ï?Ï?οδομή AT-SPI δεν έÏ?ει μεÏ?ακινηθεί."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr "Î?Ï?Ï?Ï? Ï?ο κλειδί καθοÏ?ίζει Ï?α αÏ?θÏ?Ï?μαÏ?α GTK+ Ï?οÏ? θα Ï?οÏ?Ï?Ï?θοÏ?ν για Ï?ην Ï?Ï?οÏ?Ï?ήÏ?ιξη Ï?Ï?οÏ?ιÏ?Ï?Ï?ηÏ?αÏ?."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Î?ηÏ?Ï?Ï?ο AT-SPI"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Î?ηÏ?Ï?Ï?ο Ï?Ï?οÏ?ιÏ?Ï?Ï?ηÏ?αÏ?"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+#| msgid "AT-SPI Registry"
+msgid "AT SPI Registry"
+msgstr "Î?ηÏ?Ï?Ï?ο AT SPI"
+
diff --git a/po/en shaw po b/po/en shaw po
new file mode 100644
index 0000000..cb716b2
--- /dev/null
+++ b/po/en shaw po
@@ -0,0 +1,51 @@
+# Shavian translation..
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Thomas Thurman <tthurman gnome org>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=at-";
+"spi&component=general\n"
+"POT-Creation-Date: 2009-10-29 17:49+0000\n"
+"PO-Revision-Date: 2009-11-01 15:02-0500\n"
+"Last-Translator: Thomas Thurman <tthurman gnome org>\n"
+"Language-Team: Shavian <ubuntu-l10n-en-shaw lists launchpad net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "ð??¦ð??¯ð??±ð???ð??©ð??¤ DBus-ð???ð??±ð???ð??? AT-SPI ð??¦ð??¯ð???ð??®ð??©ð???ð???ð??®ð??©ð???ð???ð??»"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "GTK+ ð??¥ð??ªð???ð??¿ð??¤ð??? ð???ð??¹ ð??¨ð???ð???ð??§ð???ð??©ð???ð??¦ð??¤ð??¦ð???ð??° ð???ð??©ð???ð??¹ð???"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure. Otherwise, the D-Bus "
+"AT-SPI infrastructure will be used."
+msgstr ""
+"ð??¦ð??¯ ð???ð??ªð??¥ð???ð??¦ð??¯ð??±ð???ð??©ð??¯ ð??¢ð??¦ð??? /desktop/gnome/interface/accessibility, ð???ð??¦ð??? ð???ð??° ð??¦ð??? ð??¯ð??°ð???ð??©ð??? ð??? "
+"ð??¦ð??¯ð??±ð???ð??©ð??¤ ð??? DBus-ð???ð??±ð???ð??? AT-SPI ð??¦ð??¯ð???ð??®ð??©ð???ð???ð??®ð??©ð???ð???ð??». ð??³ð???ð??¼ð??¢ð??²ð???, ð??? D-Bus AT-SPI "
+"ð??¦ð??¯ð???ð??®ð??©ð???ð???ð??®ð??©ð???ð???ð??» ð??¢ð??¦ð??¤ ð???ð??° ð??¿ð???ð???."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr "ð???ð??¦ð??? ð???ð??° ð???ð??¦ð???ð??»ð??¥ð??¦ð??¯ð??? ð??? GTK+ ð??¥ð??ªð???ð??¿ð??¤ð??? ð??? ð??¤ð??´ð??? ð???ð??¹ ð??¨ð???ð???ð??§ð???ð??©ð???ð??¦ð??¤ð??¦ð???ð??° ð???ð??©ð???ð??¹ð???."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "AT-SPI ð??®ð??§ð??¡ð??¦ð???ð???ð??®ð??°"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "ð??¨ð???ð???ð??§ð???ð??©ð???ð??¦ð??¤ð??¦ð???ð??° ð??®ð??§ð??¡ð??¦ð???ð???ð??®ð??°"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry Wrapper"
+msgstr "AT SPI ð??®ð??§ð??¡ð??¦ð???ð???ð??®ð??° ð??®ð??¨ð???ð??»"
diff --git a/po/en_GB.po b/po/en_GB.po
new file mode 100644
index 0000000..0b10c8a
--- /dev/null
+++ b/po/en_GB.po
@@ -0,0 +1,65 @@
+# English (British) translation.
+# Copyright (C) 2004 at-spi's COPYRIGHT HOLDER
+# This file is distributed under the same licence as the at-spi package.
+# Gareth Owen <gowen72 yahoo com> 2004.
+# Bruce Cowan <bcowan fastmail co uk>, 2009, 2010.
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-02-23 22:31+0000\n"
+"PO-Revision-Date: 2010-02-23 22:32+0100\n"
+"Last-Translator: Bruce Cowan <bcowan fastmail co uk>\n"
+"Language-Team: British English <en li org>\n"
+"Language: en_GB\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Virtaal 0.5.2\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "Enable DBus-based AT-SPI infrastructure"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "GTK+ modules for accessibility support"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based "
+"AT-SPI infrastructure has been relocated. It is ignored if the DBus-based "
+"AT-SPI infrastructure has not been relocated."
+msgstr ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based "
+"AT-SPI infrastructure has been relocated. It is ignored if the DBus-based "
+"AT-SPI infrastructure has not been relocated."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr ""
+"This key determines the GTK+ modules to load for accessibility support."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "AT-SPI Registry"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Accessibility Registry"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "AT SPI Registry"
+
+#~ msgid "AT SPI Registry Wrapper"
+#~ msgstr "AT SPI Registry Wrapper"
+
+#~ msgid "failure: no device event controller found.\n"
+#~ msgstr "failure: no device event controller found.\n"
+
+#~ msgid "WARNING: NULL key event reported."
+#~ msgstr "WARNING: NULL key event reported."
diff --git a/po/es.po b/po/es.po
new file mode 100644
index 0000000..483b3de
--- /dev/null
+++ b/po/es.po
@@ -0,0 +1,65 @@
+# translation of at-spi.HEAD.po to Spanish
+# Spanish Translation for AT-SPI.
+# Copyright (C) The Free Software Foundation
+# This file is distributed under the same license as the AT-SPI package.
+# Pablo Gonzalo del Campo <pablodc bigfoot com>, 2003.
+# Francisco Javier F. Serrador <serrador arrakis es>, 2003.
+# Jorge González <jorgegonz svn gnome org>, 2008, 2009, 2010.
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi.HEAD\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=at-";
+"spi&component=general\n"
+"POT-Creation-Date: 2010-02-05 19:10+0000\n"
+"PO-Revision-Date: 2010-02-05 20:15+0100\n"
+"Last-Translator: Jorge González <jorgegonz svn gnome org>\n"
+"Language-Team: Español <gnome-es-list gnome org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.0.2\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "Activar la infraestructura de AT-SPI basada en DBus"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "Módulos GTK+ para el soporte de accesibilidad"
+
+#: ../at-spi2.schemas.in.h:3
+#| msgid ""
+#| "In combination with /desktop/gnome/interface/accessibility, this key is "
+#| "needed to enable the DBus-based AT-SPI infrastructure. Otherwise, the D-"
+#| "Bus AT-SPI infrastructure will be used."
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr ""
+"Esta clave es necesaria junto con /desktop/gnome/interface/accessibility "
+"para activar la infraestructura AT-SPI basada en DBus si ésta se ha "
+"reubicado. De otra forma se usará la infraestructura AT-SPI basada en D-Bus."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr ""
+"Esta clave determina los módulos GTK+ que cargar para el soporte de "
+"accesibilidad."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Registro de AT-SPI"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Registro de accesibilidad"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "Registro de AT-SPI"
+
+#~ msgid "AT SPI Registry Wrapper"
+#~ msgstr "Envolvente del registro de AT-SPI"
diff --git a/po/et.po b/po/et.po
new file mode 100644
index 0000000..5db2441
--- /dev/null
+++ b/po/et.po
@@ -0,0 +1,53 @@
+# AT-SPI eesti keele tõlge.
+# Estonian translation for At-spi
+#
+# Copyright (C) 1999-2003 Free Software Foundation, Inc.
+# Copyright (C) 2008, 2009 The GNOME Project.
+# This file is distributed under the same license as the At-spi package.
+#
+# Priit Laes <amd tt ee>, 2003.
+# Ivar Smolin <okul linux ee>, 2008, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: At-spi MASTER\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=at-";
+"spi&component=general\n"
+"POT-Creation-Date: 2010-03-08 10:37+0000\n"
+"PO-Revision-Date: 2010-03-09 11:25+0300\n"
+"Last-Translator: Mattias Põldaru <mahfiaz gmail com>\n"
+"Language-Team: Estonian <gnome-et linux ee>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "DBus-l põhineva AT-SPI infrastruktuuri lubamine"
+
+msgid "GTK+ modules for accessibility support"
+msgstr "Hõlbustuste toetamiseks määratud GTK+ moodulid"
+
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr ""
+"Seda võtit on koos /desktop/gnome/interface/accessibility võtmega vaja DBus-"
+"l põhineva AT-SPI infrastruktuuri kasutamiseks, kui viimane on ümber "
+"paigutatud. Seda eiratakse, kui DBus-l põhinev AT-SPI infrastruktuuri ei "
+"ole ümberpaigutatud."
+
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr ""
+"Selle võtmega määratakse hõlbustuste toetamiseks laaditavaf GTK+ moodulid."
+
+msgid "AT-SPI Registry"
+msgstr "AT-SPI register"
+
+msgid "Accessibility Registry"
+msgstr "Hõlbustuste register"
+
+msgid "AT SPI Registry"
+msgstr "AT SPI register"
diff --git a/po/eu.po b/po/eu.po
new file mode 100644
index 0000000..bd29eac
--- /dev/null
+++ b/po/eu.po
@@ -0,0 +1,57 @@
+# translation of eu.po to Basque
+# This file is distributed under the same license as the PACKAGE package.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+#
+# Iñaki Larrañaga Murgoitio <dooteo euskalgnu org>, 2003, 2008, 2009, 2010.
+msgid ""
+msgstr ""
+"Project-Id-Version: eu\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-02 12:29+0100\n"
+"PO-Revision-Date: 2010-03-02 12:30+0100\n"
+"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo euskalgnu org>\n"
+"Language-Team: Basque <itzulpena euskalgnu org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "Gaitu DBusn oinarritutako AT-SPI azpiegitura"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "GTK+ moduloak erabilgarritasunaren euskarriarentzako"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr ""
+"Gako hau behar da, /desktop/gnome/interface/accessibility-rekin konbinatuta, "
+"DBusn oinarritutako AT-SPI azpiegitura gaitzeko (baldin eta DBusn oinarritutako "
+"AT-SPI azpiegitura lekuz aldatu bada). Ezikusi egingo zaio DBusn oinarritutako "
+"AT-SPI azpiegitura ez bada lekuz aldatu."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr ""
+"Gako honek kargatuko diren GTK+ moduluak zehazten ditu erabilgarritasunaren "
+"euskarriarentzako."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "AT-SPI Erregistroa"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Erabilerraztasun Erregistroa"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "AT-SPI erregistroa"
+
diff --git a/po/fi.po b/po/fi.po
new file mode 100644
index 0000000..6b36422
--- /dev/null
+++ b/po/fi.po
@@ -0,0 +1,58 @@
+# at-spi Finnish translation.
+# Copyright (C) 2003-2008 Free Software Foundation, Inc.
+# This file is distributed under the same license as the at-spi package.
+# Ilkka Tuohela <hile iki fi>, 2008.
+# Sami Pesonen <sampeson iki fi>, 2003.
+# Tommi Vainikainen <thv iki fi>, 2009-2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-15 10:47+0200\n"
+"PO-Revision-Date: 2010-03-15 10:47+0200\n"
+"Last-Translator: Tommi Vainikainen <thv iki fi>\n"
+"Language-Team: Finnish <gnome-fi-laatu lists sourceforge net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "Ota käyttöön DBus-pohjainen AT-SPI-infrastruktuuri"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "Esteettömyystuen GTK+-modulit"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr ""
+"Yhdessä avaimen /desktop/gnome/interface/accessibility kanssa tätä avainta "
+"käytetään ottamaan käyttöön DBus-pohjainen AT-SPI-infrastruktuuri mikäli "
+"DBus-pohjainen AT-SPI-infrastruktuuri on uudelleensijoitettu. Tämän avaimen "
+"arvolla ei ole merkitystä mikäli DBus-pohjaista AT-SPI-infrastruktuuria ei "
+"ole uudelleensijoitettu."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr "Tämä avain määrittää esteettömyystuelle ladattavat GTK+-modulit."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "AT-SPI-rekisteri"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Esteettömyysrekisteri"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "AT-SPI-rekisteri"
+
+#~ msgid "AT SPI Registry Wrapper"
+#~ msgstr "AT-SPI-rekisteripäällyste"
diff --git a/po/fr.po b/po/fr.po
new file mode 100644
index 0000000..d3ea8a6
--- /dev/null
+++ b/po/fr.po
@@ -0,0 +1,56 @@
+# French translation of at-spi.
+# Copyright (C) 2003-2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the at-spi package.
+#
+# Christophe Merlet <redfox redfoxcenter org>, 2003.
+# Claude Paroz <claude 2xlibre net>, 2008-2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi HEAD\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=at-";
+"spi&component=general\n"
+"POT-Creation-Date: 2010-02-05 19:10+0000\n"
+"PO-Revision-Date: 2010-02-27 11:08+0100\n"
+"Last-Translator: Claude Paroz <claude 2xlibre net>\n"
+"Language-Team: GNOME French Team <gnomefr traduc org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "Activer l'infrastructure AT-SPI basée sur DBus"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "Modules GTK+ pour la prise en charge de l'accessibilité"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr ""
+"En lien avec /desktop/gnome/interface/accessibility, cette clé est "
+"nécessaire pour activer l'infrastructure AT-SPI basée sur DBus dans le cas où "
+"celle-ci a été déplacée. Sinon, cette clé est ignorée."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr ""
+"Cette clé indique les modules GTK+ à charger pour prendre en charge "
+"l'accessibilité."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Registre AT-SPI"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Registre d'accessibilité"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "Registre AT SPI"
diff --git a/po/gl.po b/po/gl.po
new file mode 100644
index 0000000..1ba6dd2
--- /dev/null
+++ b/po/gl.po
@@ -0,0 +1,68 @@
+# translation of at-spi-master-po-gl-48694.po to Galician
+# Galician translation of at-spi.
+# Copyright (C) The Free Software Foundation
+# This file is distributed under the same license as the AT-SPI package.
+# Proxecto Trasno - Adaptación do software libre á lingua galega:  Se desexas
+# colaborar connosco, podes atopar máis información en http://www.trasno.net
+#
+# First Version: 2004-09-14 00:31+0200
+#
+# Jesús Bravo �lvarez <suso trasno net>, 2004.
+# Mancomún - Centro de Referencia e Servizos de Software Libre <g11n mancomun org>, 2009.
+# Antón Méixome <meixome mancomun org>, 2009.
+# Fran Diéguez <frandieguez ubuntu com>, 200, 2010.
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi-master-po-gl-48694\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-02-15 13:07+0100\n"
+"PO-Revision-Date: 2010-02-11 18:13+0100\n"
+"Last-Translator: Fran Diéguez <frandieguez ubuntu com>\n"
+"Language-Team: Gallician <proxecto trasno net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: gl\n"
+"Plural-Forms: Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: KBabel 1.11.4\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "Activar a infraestrutura AT-SPI baseada en DBus"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "Módulos GTK+ para a asistencia de accesibilidade"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr ""
+"En combinación con /desktop/gnome/interface/accessibility, esta chave "
+"necesítase para activar a infraestrutura AT-SPI baseada en DBus se o AT-SPI "
+"baseado en DBus fora movido de lugar. Isto ignórase no caso de que a "
+"infraestrutura AT-SPI baseada en DBus fora movida de lugar."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr ""
+"Esta chave determina que módulos GTK+ se cargarán para a asistencia de "
+"accesibilidade."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Rexistro de AT-SPI"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Rexistro de accesibilidade"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "Rexistro de AT SPI"
+
+#~ msgid "AT SPI Registry Wrapper"
+#~ msgstr "Embalaxe de rexistro AT SPI "
diff --git a/po/he.po b/po/he.po
new file mode 100644
index 0000000..c971dbe
--- /dev/null
+++ b/po/he.po
@@ -0,0 +1,59 @@
+# translation of at-spi.HEAD.he.po to Hebrew
+# This file is distributed under the same license as the PACKAGE package.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# Gil 'Dolfin' Osher <dolfin rpg org il>, 2003
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi.HEAD.he\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=at-";
+"spi&component=general\n"
+"POT-Creation-Date: 2009-11-26 09:06+0000\n"
+"PO-Revision-Date: 2003-07-04 20:53+0300\n"
+"Last-Translator: Gil 'Dolfin' Osher <dolfin rpg org il>\n"
+"Language-Team: Hebrew <he li org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.0.1\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "Enable DBus-based AT-SPI infrastructure"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "GTK+ modules for accessibility support"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure. Otherwise, the D-Bus "
+"AT-SPI infrastructure will be used."
+msgstr  ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure. Otherwise, the D-Bus "
+"AT-SPI infrastructure will be used."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr "This key determines the GTK+ modules to load for accessibility support."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "ר×?ש×?×? AT-SPI"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "ר×?ש×?×? × ×?×?ש×?ת"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+#| msgid "AT-SPI Registry"
+msgid "AT SPI Registry"
+msgstr "ר×?ש×?×? AT SPI"
+
+#~ msgid "failure: no device event controller found.\n"
+#~ msgstr "×?ש×?×?×?: ×?×? × ×?צ×? ×?קר ×?×?ר×?×¢ ×?תק×?.\n"
+
+#~ msgid "WARNING: NULL key event reported."
+#~ msgstr "×?×?×?ר×?: ×?×?×?×?×? ×¢×? ×?×?ר×?×¢ ×?פת×? ר×?ק."
diff --git a/po/hu.po b/po/hu.po
new file mode 100644
index 0000000..eeaa130
--- /dev/null
+++ b/po/hu.po
@@ -0,0 +1,54 @@
+# translation of at-spi to Hungarian
+# This file is distributed under the same license as the at-spi package.
+# Copyright (C) 2005, 2008, 2009, 2010, Free Software Foundation, Inc.
+#
+# Szabolcs Varga <shirokuma at shirokuma dot hu>, 2005.
+# Gabor Kelemen <kelemeng at gnome dot hu>, 2005, 2008, 2009, 2010.
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi master\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-02-25 21:49+0100\n"
+"PO-Revision-Date: 2010-02-25 21:52+0100\n"
+"Last-Translator: Gabor Kelemen <kelemeng at gnome dot hu>\n"
+"Language-Team: Hungarian <gnome at fsf dot hu>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+"Plural-Forms:  nplurals=2; plural=(n != 1);\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "DBus-alapú AT-SPI infrastruktúra engedélyezése"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "GTK+ modulok az akadálymentesítés támogatásához"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr "A /desktop/gnome/interface/accessibility kulccsal együtt ez a kulcs a DBus-alapú AT-SPI infrastruktúra engedélyezéséhez szükséges, ha azt áthelyezték. EllenkezÅ? esetben figyelmen kívül marad."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr ""
+"Ez a kulcs meghatározza az akadálymentesítés támogatásához betöltendÅ? GTK+ "
+"modulokat."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "AT-SPI nyilvántartás"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Akadálymentesítési nyilvántartás"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "AT SPI nyilvántartás"
+
diff --git a/po/it.po b/po/it.po
new file mode 100644
index 0000000..c82f5e0
--- /dev/null
+++ b/po/it.po
@@ -0,0 +1,55 @@
+# at-spi Italian translation.
+# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The Free Software Foundation, Inc.
+# This file is distributed under the same license as the at-spi package.
+#
+# Alessio Frusciante <algol firenze linux it>, 2003.
+# Luca Ferretti <lferrett gnome org>, 2009, 2010.
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=at-spi&component=general\n";
+"POT-Creation-Date: 2010-02-05 19:10+0000\n"
+"PO-Revision-Date: 2010-03-06 00:54+0100\n"
+"Last-Translator: Luca Ferretti <lferrett gnome org>\n"
+"Language-Team: Italiano <tp lists linux it>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "Abilita l'infrastruttura AT-SPI basata su DBus"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "Moduli GTK+ per supporto accessibilità"
+
+#: ../at-spi2.schemas.in.h:3
+#| msgid ""
+#| "In combination with /desktop/gnome/interface/accessibility, this key is "
+#| "needed to enable the DBus-based AT-SPI infrastructure. Otherwise, the D-"
+#| "Bus AT-SPI infrastructure will be used."
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr "In combinazione con /desktop/gnome/interface/accessibility, questa chiave è necessaria per abilitare l'infrastruttura AT-SPI basata su DBus, qualora l'infrastruttura AT-SPI basata su DBus sia stata trasferita. Viene ignorata se tale infrastruttura non è stat trasferita."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr ""
+"Questa chiave determina i moduli GTK+ da caricare per il supporto "
+"all'accessibilità."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Registro AT-SPI"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Registro accessibilità"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "Registro AT SPI"
diff --git a/po/ko.po b/po/ko.po
new file mode 100644
index 0000000..25b2e0a
--- /dev/null
+++ b/po/ko.po
@@ -0,0 +1,49 @@
+# at-spi
+# This file is distributed under the same license as the at-spi package.
+#
+# Changwoo Ryu <cwryu debian org>, 2003, 2009, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=at-spi&component=general\n";
+"POT-Creation-Date: 2010-02-17 01:51+0900\n"
+"PO-Revision-Date: 2010-02-17 01:54+0900\n"
+"Last-Translator: Changwoo Ryu <cwryu debian org>\n"
+"Language-Team: Korean <gnome-kr googlegroups com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "DBus 기ë°? AT-SPI ì?¸í??ë?¼ë¥¼ ì?¬ì?©"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "ì ?ê·¼ì?± ì§?ì?? 기ë?¥ GTK+ 모ë??"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr "ì?´ í?¤ë?? DBus 기ë°? AT-SPI ì?¸í??ë?¼ì?? ì??ì¹?ê°? ë°?ë??ì??ì?? ë?? ì?´ ì?¸í??ë?¼ë¥¼ ì?¬ì?©í??ë??ë?° í??ì??í?©ë??ë?¤. /desktop/gnome/interface/accessibility í?¤ì?? í?¨ê»? ì?¬ì?©í?©ë??ë?¤. DBus 기ë°? AT-SPI ì?¸í??ë?¼ì?? ì??ì¹?ê°? ë°?ë??ì§? ì??ì?¼ë©´ ì?´ í?¤ë?? ì?¬ì?©í??ì§? ì??ì?µë??ë?¤."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr "ì?´ í?¤ë?? ì ?ê·¼ì?± ì§?ì?? 기ë?¥ì?? ì?½ì?´ë?¤ì?¼ GTK+ 모ë??ì?? ì§?ì ?í?©ë??ë?¤."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "AT-SPI ����리"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "�근� ����리"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "AT SPI ����리"
diff --git a/po/lt.po b/po/lt.po
new file mode 100644
index 0000000..df63ff5
--- /dev/null
+++ b/po/lt.po
@@ -0,0 +1,67 @@
+# Lithuanian translation of at-spi.
+# Copyright (C) 2003 Free Software Foundation, Inc.
+# Tomas Kuliavas <tokul users sourceforge net>, 2003.
+# Rimas Kudelis <rq akl lt>, 2010.
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-02-23 23:32+0200\n"
+"PO-Revision-Date: 2010-02-23 23:32+0200\n"
+"Last-Translator: Rimas Kudelis <rq akl lt>\n"
+"Language-Team: Lithuanian <komp_lt konferencijos lt>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: lt\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%"
+"100<10 || n%100>=20) ? 1 : 2);\n"
+"X-Generator: Virtaal 0.5.2\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "Ä®jungti DBus pagrįstÄ? AT-SPI infrastruktÅ«rÄ?"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "GTK+ moduliai pritaikymo neįgaliesiems palaikymui"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr ""
+"Å is raktas, kartu su /desktop/gnome/interface/accessibility, yra reikalingas "
+"norint įjungti DBus pagrįstÄ? AT-SPI infrastruktÅ«rÄ?, kai DBus pagrįsta AT-"
+"SPI infrastruktūra buvo perkelta. Šio rakto nepaisoma, jei DBus pagrįsta AT-"
+"SPI infrastruktūra nebuvo perkelta."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr ""
+"Šis raktas nustato GTK+ modulius, įkraunamus pritaikymo neįgaliesiems "
+"palaikymui."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "AT-SPI registras"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Prieinamumo registras"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "AT-SPI registras"
+
+#, fuzzy
+#~ msgid "AT SPI Registry Wrapper"
+#~ msgstr "AT-SPI registras"
+
+#~ msgid "failure: no device event controller found.\n"
+#~ msgstr "triktis: nerastas įrengimo įvykio valdiklis.\n"
+
+#~ msgid "WARNING: NULL key event reported."
+#~ msgstr "DÄ?MESIO: praneÅ¡ta apie nulinį įvykį"
diff --git a/po/nb.po b/po/nb.po
new file mode 100644
index 0000000..e22775e
--- /dev/null
+++ b/po/nb.po
@@ -0,0 +1,50 @@
+# Norwegian translations for at-spi package.
+# Copyright (C) 2003 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Kjartan Maraas <kmaraas broadpark no>, 2003-2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: AT-SPI 2.29.x\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-02-10 19:51+0100\n"
+"PO-Revision-Date: 2010-02-10 19:52+0100\n"
+"Last-Translator: Kjartan Maraas <kmaraas broadpark no>\n"
+"Language-Team: Norwegian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "Aktiver DBus-basert AT-SPI-infrastruktur"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "GTK+-moduler for tilgjengelighet"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr "Denne nøkkelen kreves sammen med /desktop/gnome/interface/accessibility for å aktivere den DBus-baserte AT-SPI-infrastrukturen hvis har blitt omplassert. Ellers vil AT-SPI-infrastruktur basert på D-Bus bli brukt. "
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr ""
+"Denne nøkkelen bestemmer GTK+ moduler som skal lastes for tilgjengelighet."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "AT-SPI-register"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Register for hjelpefunksjoner"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "AT-SPI-register"
diff --git a/po/nl.po b/po/nl.po
new file mode 100644
index 0000000..6203950
--- /dev/null
+++ b/po/nl.po
@@ -0,0 +1,56 @@
+# Dutch translation for at-spi
+#
+# This file is distributed under the same license as the at-spi package.
+#
+# Vincent van Adrighem <adrighem gnome org>, 2003
+# Wouter Bolsterlee <wbolster gnome org>, 2008â??2010
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-16 23:21+0100\n"
+"PO-Revision-Date: 2010-03-16 23:21+0100\n"
+"Last-Translator: Wouter Bolsterlee <wbolster gnome org>\n"
+"Language-Team: Dutch\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "DBus-gebaseerd AT-SPI-infrastructuur inschakelen"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "GTK+-modules voor toegankelijkheidsondersteuning"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr ""
+"In combinatie met â??/desktop/gnome/interface/accessibilityâ?? is deze sleutel "
+"nodig om de DBus-gebaseerde AT-SPI-infrastructuur in te schakelen indien de "
+"DBus-gebaseerde AT-SPI-infrastructuur is verplaatst. Deze sleutel wordt "
+"genegeerd als de DBus-gebaseerde AT-SPI-infrastructuur niet verplaatst is."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr ""
+"Deze sleutel bepaalt de te laden GTK+-modules voor "
+"toegankelijkheidsondersteuning."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "AT-SPI-register"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Toegankelijkheidsregister"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "AT-SPI-register"
diff --git a/po/nn.po b/po/nn.po
new file mode 100644
index 0000000..c631b78
--- /dev/null
+++ b/po/nn.po
@@ -0,0 +1,69 @@
+# translation of nn.no.po to Norsk nynorsk
+# This file is distributed under the same license as the PACKAGE package.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
+#
+# �smund Skjæveland <aasmunds ulrik uio no>, 2003,2009.
+# Torstein Adolf Winterseth <kvikende fsfe>, 2010.
+# Torstein Adolf Winterseth <kvikende fsfe org>, 2010.
+msgid ""
+msgstr ""
+"Project-Id-Version: nn.no\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.";
+"cgi?product=at-spi&component=general\n"
+"POT-Creation-Date: 2010-02-05 19:10+0000\n"
+"PO-Revision-Date: 2010-02-27 13:58+0100\n"
+"Last-Translator: Torstein Adolf Winterseth <kvikende fsfe org>\n"
+"Language-Team: Norwegian Nynorsk <i18n-nn lister ping uio no>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.0\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "Slå på DBus-basert AT-SPI-infrastruktur"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "GTK+-modular for tilgjengestøtte"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr ""
+"I kombinasjon med /dekstop/gnome/interface/accessibility trenst denne "
+"nøkkelen for å slå på DBus-basert AT-SPI-infrastruktur om den DBus- "
+"baserte AT-SPI-infrastrukturen har vorte flytta. Han vert ignorert om "
+"den DBus-baserte AT-SPI-infrastrukturen ikkje har vorte flytta."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr ""
+"Denne nøkkelen avgjer kva GTK+-modular som skal lastast for "
+"tilgjengestøtte."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "AT-SPI-register"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Tilgjengeregister"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+#| msgid "AT-SPI Registry"
+msgid "AT SPI Registry"
+msgstr "AT-SPI-register"
+
+#~ msgid "AT SPI Registry Wrapper"
+#~ msgstr "AT-SPI register-innpakning"
+
+#~ msgid "failure: no device event controller found.\n"
+#~ msgstr "mislykka: fann ingen kontroller for einingshendingar.\n"
+
+#~ msgid "WARNING: NULL key event reported."
+#~ msgstr "Ã?TVARING: NULL-tastehending rapportert."
diff --git a/po/pl.po b/po/pl.po
new file mode 100644
index 0000000..3e5e18e
--- /dev/null
+++ b/po/pl.po
@@ -0,0 +1,58 @@
+# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+# Aviary.pl
+# JeÅ?li masz jakiekolwiek uwagi odnoszÄ?ce siÄ? do tÅ?umaczenia lub chcesz
+# pomóc w jego rozwijaniu i pielÄ?gnowaniu, napisz do nas:
+# gnomepl aviary pl
+# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-02-19 11:24+0100\n"
+"PO-Revision-Date: 2010-02-18 20:43+0100\n"
+"Last-Translator: Piotr DrÄ?g <piotrdrag gmail com>\n"
+"Language-Team: Polish <gnomepl aviary pl>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2);\n"
+"X-Poedit-Language: Polish\n"
+"X-Poedit-Country: Poland\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "WÅ?Ä?czenie infrastruktury AT-SPI opartej na DBus"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "ModuÅ?y GTK+ do obsÅ?ugi uÅ?atwieÅ? dostÄ?pu"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr ""
+"Ten klucz jest wymagany w poÅ?Ä?czeniu z kluczem /desktop/gnome/interface/"
+"accessibility, aby wÅ?Ä?czyÄ? infrastrukturÄ? AT-SPI opartÄ? na DBus, jeÅ?li "
+"zostaÅ?a ona przeniesiona. Zostaje zignorowany, jeÅ?li nie zostaÅ?a ona "
+"przeniesiona."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr ""
+"Ten klucz okreÅ?la moduÅ?y GTK+ do wczytania do obsÅ?ugi uÅ?atwieÅ? dostÄ?pu."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Rejestr AT-SPI"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Rejestr dostÄ?pnoÅ?ci"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "Rejestr AT-SPI"
diff --git a/po/pt.po b/po/pt.po
new file mode 100644
index 0000000..4007a06
--- /dev/null
+++ b/po/pt.po
@@ -0,0 +1,53 @@
+# at-spi Portuguese translation.
+# Copyright © 2003, 2008, 2009 at-spi
+# This file is distributed under the same license as the at-spi package.
+# Duarte Loreto <happyguy_pt hotmail com>, 2003, 2008, 2009.
+# Rui Batista <ruiandrebatista gmail com>, 2010
+msgid ""
+msgstr ""
+"Project-Id-Version: 2.28\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-02-22 01:04+0000\n"
+"PO-Revision-Date: 2010-12-16 11:25+0000\n"
+"Last-Translator: Rui Batista <ruiandrebatista gmail com> \n"
+"Language-Team: Portuguese <gnome_pt yahoogroups com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "Activar a infrastrutura AT-SPI baseada em DBus"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "Módulos GTK+ de suporte à acessibilidade"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr ""
+"Em combminação com /desktop/gnome/interface/accessibility, esta chave é  "
+"necessária para activar a infrastrutura AT-SPI baseada em DBus Caso o AT-"
+"SPI baseado em DBus tenha sido realocado. Ã? ignorada caso o AT-SPI baseado "
+"em DBus não tenha sido realocado."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr ""
+"Esta chave determina os módulos GTK+ a ler para suportar a acessibilidade."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Registo AT-SPI"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Registo de Acessibilidade"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "Registo AT-SPI"
diff --git a/po/pt_BR.po b/po/pt_BR.po
new file mode 100644
index 0000000..fb9b6e3
--- /dev/null
+++ b/po/pt_BR.po
@@ -0,0 +1,60 @@
+# Brazilian Portuguese Translation for AT-SPI
+# Copyright (C) 2003, 2009 Gnome Foundation
+# This file is distributed under the same license as the at-spi package.
+# Gustavo Noronha Silva <kov debian org>, 2003.
+# Leonardo Ferreira Fontenelle <leonardof gnome org>, 2008.
+# Og Maciel <ogmaciel gnome org>, 2009.
+# Enrico Nicoletto <liverig gmail com>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-02-28 08:45-0300\n"
+"PO-Revision-Date: 2010-02-27 18:04-0300\n"
+"Last-Translator: Vladimir Melo <vmelo gnome org>\n"
+"Language-Team: Brazilian Portuguese <gnome-pt_br-list gnome org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "Ativar infra-estrutura AT-SPI baseada no DBus"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "Módulos de GTK+ para suporte a acessibilidade"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr ""
+"Esta chave é necessária em combinação com /desktop/gnome/interface/"
+"accessibility para habilitar a infra-estrutura AT-SPI baseada no DBus se "
+"esta for realocada. Será ignorada se a infra-estrutura AT-SPI baseada no "
+"DBus não for realocada."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr ""
+"Esta chave determina quais módulos GTK+ carregar para dar suporte a "
+"acessibilidade."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Registro AT-SPI"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Registro de acessibilidade"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "Registro AT-SPI"
+
+#~ msgid "AT SPI Registry Wrapper"
+#~ msgstr "Wrapper de registro AT SPI"
diff --git a/po/ro.po b/po/ro.po
new file mode 100644
index 0000000..7eca22a
--- /dev/null
+++ b/po/ro.po
@@ -0,0 +1,61 @@
+# Romanian translation of at-spi
+# Copyright (C) 2003 - 2009 at-spi Free Software Foundation
+# This file is distributed under the same license as the at-spi package.
+# MiÈ?u Moldovan dumol gnome ro, 2003 - 2009.
+# Lucian Adrian Grijincu <lucian grijincu gmail com>, 2010.
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=at-";
+"spi&component=general\n"
+"POT-Creation-Date: 2010-02-10 18:52+0000\n"
+"PO-Revision-Date: 2010-02-11 23:27+0300\n"
+"Last-Translator: Lucian Adrian Grijincu <lucian grijincu gmail com>\n"
+"Language-Team: Romanian GNOME Team <gnomero-list lists sourceforge net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
+"20)) ? 1 : 2);;\n"
+"X-Generator: Virtaal 0.5.2\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "ActiveazÄ? infrastructura AT-SPI bazatÄ? pe DBus"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "Module GTK+ pentru accesibilitate"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr ""
+"Ã?n combinaÈ?ie cu /desktop/gnome/interface/accessibility, aceastÄ? cheie este "
+"necesarÄ? pentru a activa infrastructura AT-SPI bazatÄ? pe DBus dacÄ? aceasta "
+"a fost relocatÄ?. Cheia este ignoratÄ? dacÄ? infrastructura AT-SPI bazatÄ? pe "
+"DBus nu a fost relocatÄ?."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr ""
+"AceastÄ? cheie desemneazÄ? modulele GTK+ de încÄ?rcat pentru accesibilitate"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Registru AT-SPI"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Registru de accesibilitate"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "Registru AT SPI"
+
+#~ msgid "AT SPI Registry Wrapper"
+#~ msgstr "Ã?ncapsulare a registrului AT-SPI"
diff --git a/po/ru.po b/po/ru.po
new file mode 100644
index 0000000..f4a1178
--- /dev/null
+++ b/po/ru.po
@@ -0,0 +1,54 @@
+# at-spi Russian translation.
+# Copyright (C) 2003, 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the at-spi package.
+#
+# Dmitry G. Mastrukov <dmitry taurussoft org>, 2003.
+# Leonid Kanter <leon asplinux ru>, 2010.
+msgid ""
+msgstr ""
+"Project-Id-Version: ru\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-02-24 10:54+0200\n"
+"PO-Revision-Date: 2010-02-24 11:00+0200\n"
+"Last-Translator: Leonid Kanter <leon asplinux ru>\n"
+"Language-Team: Russian <ru li org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+"Plural-Forms:  nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "Ð?клÑ?Ñ?иÑ?Ñ? AT-SPI инÑ?Ñ?аÑ?Ñ?Ñ?Ñ?кÑ?Ñ?Ñ?Ñ? на оÑ?нове DBus"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "Ð?одÑ?ли GTK+ длÑ? поддеÑ?жки Ñ?пеÑ?иалÑ?нÑ?Ñ? возможноÑ?Ñ?ей"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr "Ð? Ñ?оÑ?еÑ?ании Ñ? /desktop/gnome/interface/accessibility Ñ?Ñ?оÑ? клÑ?Ñ? необÑ?одим, Ñ?Ñ?обÑ? вклÑ?Ñ?иÑ?Ñ? AT-SPI инÑ?Ñ?аÑ?Ñ?Ñ?Ñ?кÑ?Ñ?Ñ?Ñ? на оÑ?нове DBus еÑ?ли AT-SPI инÑ?Ñ?аÑ?Ñ?Ñ?Ñ?кÑ?Ñ?Ñ?а на оÑ?нове DBus бÑ?ла пеÑ?емеÑ?ена. Ð?н игноÑ?иÑ?Ñ?еÑ?Ñ?Ñ?, еÑ?ли AT-SPI инÑ?Ñ?аÑ?Ñ?Ñ?Ñ?кÑ?Ñ?Ñ?а на оÑ?нове DBus не бÑ?ла пеÑ?емеÑ?ена."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr ""
+"ЭÑ?оÑ? клÑ?Ñ? опÑ?еделÑ?еÑ?, загÑ?Ñ?жаÑ?Ñ?Ñ?Ñ? ли модÑ?ли GTK+ длÑ? поддеÑ?жки Ñ?пеÑ?иалÑ?нÑ?Ñ? "
+"возможноÑ?Ñ?ей."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "РееÑ?Ñ?Ñ? Ñ?иÑ?Ñ?емÑ? AT-SPI"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "РееÑ?Ñ?Ñ? Ñ?иÑ?Ñ?емÑ? Ñ?пеÑ?иалÑ?нÑ?Ñ? возможноÑ?Ñ?ей"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "РееÑ?Ñ?Ñ? AT SPI"
+
diff --git a/po/sk.po b/po/sk.po
new file mode 100644
index 0000000..c5710bd
--- /dev/null
+++ b/po/sk.po
@@ -0,0 +1,56 @@
+# Slovak translation for at-spi.
+# Copyright (C) 2003, 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the at-spi package.
+# Marcel Telka <marcel telka sk>, 2003, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=at-";
+"spi&component=general\n"
+"POT-Creation-Date: 2010-02-22 00:51+0000\n"
+"PO-Revision-Date: 2010-02-23 00:36+0100\n"
+"Last-Translator: Marcel Telka <marcel telka sk>\n"
+"Language-Team: Slovak <gnome-sk-list gnome org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "Povoliť infraštruktúru AT-SPI založenú na technológii DBus"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "Moduly GTK+ pre podporu prístupnosti"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr ""
+"Tento kľúÄ?, v kombinácii s /desktop/gnome/interface/accessibility, je "
+"potrebný na povolenie infraštruktúry AT-SPI založenej na technológii DBus, "
+"ak infraštruktúra AT-SPI založená na technológii DBus bola premiestnená. Je "
+"to ignorované, ak infraštruktúra AT-SPI založená na technológii DBus nebola "
+"premiestnená."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr ""
+"Tento kľúÄ? urÄ?uje moduly GTK+, ktoré majú byÅ¥ zavedené na podporu "
+"prístupnosti."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Register AT-SPI"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Register prístupnosti"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "Register AT SPI"
diff --git a/po/sl.po b/po/sl.po
new file mode 100644
index 0000000..458fe20
--- /dev/null
+++ b/po/sl.po
@@ -0,0 +1,60 @@
+# Slovenian translation file for at-spi.
+# Copyright (C) 2002 Free Software Foundation, Inc.
+# This file is distributed under the same license as the at-spi package.
+#
+# Andraz Tori <andraz tori1 guest arnes si>, 2002
+# Matej UrbanÄ?iÄ? <mateju svn gnome org>, 2008 - 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=at-spi&component=general\n";
+"POT-Creation-Date: 2010-02-09 01:59+0000\n"
+"PO-Revision-Date: 2010-02-10 09:30+0100\n"
+"Last-Translator: Matej UrbanÄ?iÄ? <mateju svn gnome org>\n"
+"Language-Team: Slovenian GNOME Translation Team <gnome-si googlegroups com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n"
+"X-Launchpad-Export-Date: 2007-10-05 05:48+0000\n"
+"X-Generator: Launchpad (build Unknown)\n"
+"X-Poedit-Country: SLOVENIA\n"
+"X-Poedit-Language: Slovenian\n"
+"X-Poedit-SourceCharset: utf-8\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "OmogoÄ?i DBus AT-SPI infrastrukturo"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "Moduli GTK+ za podporo dostopnosti"
+
+#: ../at-spi2.schemas.in.h:3
+msgid "In combination with /desktop/gnome/interface/accessibility, this key is needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-SPI infrastructure has been relocated. It is ignored if the DBus-based AT-SPI infrastructure has not been relocated."
+msgstr "V povezavi z /desktop/gnome/interface/accessibility je kljuÄ? namenjen omogoÄ?anju DBus AT-SPI infrastrukture, v kolikor je DBus AT-SPI infrastruktura premaknjena. Možnost bo prezrta, Ä?e DBus AT-SPI infrastruktura ni premaknjena."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr "KljuÄ? doloÄ?a module GTK+, ki se morajo naložiti pred uporabo podpore dostopnosti."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Vpisnik AT-SPI"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Vpisnik dostopnosti"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "Vpisnik AT-SPI"
+
+#~ msgid "AT SPI Registry Wrapper"
+#~ msgstr "Ovijalnik vpisnika AT-SPI"
+#~ msgid "failure: no device event controller found.\n"
+#~ msgstr "napaka: ni mogoÄ?e najti ustreznega nadzornika dogodkov.\n"
+#~ msgid "WARNING: NULL key event reported."
+#~ msgstr "OPOZORILO: poslano sporoÄ?ilo kljuÄ?a NULL."
+
diff --git a/po/sr.po b/po/sr.po
new file mode 100644
index 0000000..71bf80f
--- /dev/null
+++ b/po/sr.po
@@ -0,0 +1,68 @@
+# Serbian translation of at-spi
+# Courtesy of Prevod.org team (http://prevod.org/) -- 2003, 2004.
+#
+# This file is distributed under the same license as the at-spi package.
+#
+# Maintainer: Ð?анило Шеган <dsegan gmx net>
+# Reviewed on 2004-02-12 by: Ð?анило Шеган <dsegan gmx net>
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=at-";
+"spi&component=general\n"
+"POT-Creation-Date: 2010-02-05 19:10+0000\n"
+"PO-Revision-Date: 2010-03-06 13:19+0100\n"
+"Last-Translator: Ð?оÑ?ан РакиÑ? <grakic devbase net>\n"
+"Language-Team: Serbian (sr) <serbiangnome-lista nongnu org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "УкÑ?Ñ?Ñ?и Ð?Т-СÐ?Ð? Ñ?Ñ?Ñ?Ñ?кÑ?Ñ?Ñ?Ñ? базиÑ?анÑ? на Ð?Ð?РÐ?Ð?"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "Ð?ТÐ?+ модÑ?ли подÑ?Ñ?ке за пÑ?иÑ?Ñ?Ñ?паÑ?ноÑ?Ñ?"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr ""
+"У комбинаÑ?иÑ?и Ñ?а /desktop/gnome/interface/accessibility, оваÑ? кÑ?Ñ?Ñ? Ñ?кÑ?Ñ?Ñ?Ñ?Ñ?е "
+"Ð?Т-СÐ?Ð? Ñ?Ñ?Ñ?Ñ?кÑ?Ñ?Ñ?Ñ? базиÑ?анÑ? на Ð?Ð?РÐ?Ð?, Ñ?колико Ñ?е она пÑ?емеÑ?Ñ?ена. У Ñ?Ñ?пÑ?оÑ?ном, "
+"ово Ñ?е занемаÑ?Ñ?Ñ?е."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr ""
+"Ð?ваÑ? кÑ?Ñ?Ñ? одÑ?еÑ?Ñ?Ñ?е Ð?ТÐ?+ модÑ?ле коÑ?и Ñ?е Ñ?Ñ?иÑ?аваÑ?Ñ? Ñ?ади подÑ?Ñ?ке за "
+"пÑ?иÑ?Ñ?Ñ?паÑ?ноÑ?Ñ?."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Ð?Т-СÐ?Ð? Ñ?егиÑ?Ñ?аÑ?"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "РегиÑ?Ñ?аÑ? за пÑ?иÑ?Ñ?Ñ?паÑ?ноÑ?Ñ?"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+#| msgid "AT-SPI Registry"
+msgid "AT SPI Registry"
+msgstr "Ð?Т-СÐ?Ð? Ñ?егиÑ?Ñ?аÑ?"
+
+#~| msgid "AT-SPI Registry"
+#~ msgid "AT SPI Registry Wrapper"
+#~ msgstr "омоÑ?аÑ? AT-SPI Ñ?егиÑ?Ñ?Ñ?а"
+
+#~ msgid "failure: no device event controller found.\n"
+#~ msgstr "гÑ?еÑ?ка: ниÑ?е наÑ?ен Ñ?пÑ?авÑ?аÑ? за догаÑ?аÑ?е на Ñ?Ñ?еÑ?аÑ?Ñ?.\n"
+
+#~ msgid "WARNING: NULL key event reported."
+#~ msgstr "УÐ?Ð?Ð?Ð?РÐ?Ð?Ð?: Ð?Ñ?имио Ñ?е NULL Ñ?аÑ?Ñ?еÑ?."
diff --git a/po/sr latin po b/po/sr latin po
new file mode 100644
index 0000000..d46e49c
--- /dev/null
+++ b/po/sr latin po
@@ -0,0 +1,68 @@
+# Serbian translation of at-spi
+# Courtesy of Prevod.org team (http://prevod.org/) -- 2003, 2004.
+#
+# This file is distributed under the same license as the at-spi package.
+#
+# Maintainer: Danilo Å egan <dsegan gmx net>
+# Reviewed on 2004-02-12 by: Danilo Å egan <dsegan gmx net>
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=at-";
+"spi&component=general\n"
+"POT-Creation-Date: 2010-02-05 19:10+0000\n"
+"PO-Revision-Date: 2010-03-06 13:19+0100\n"
+"Last-Translator: Goran RakiÄ? <grakic devbase net>\n"
+"Language-Team: Serbian (sr) <serbiangnome-lista nongnu org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "UkljuÄ?i AT-SPI strukturu baziranu na KORBI"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "GTK+ moduli podrÅ¡ke za pristupaÄ?nost"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr ""
+"U kombinaciji sa /desktop/gnome/interface/accessibility, ovaj kljuÄ? ukljuÄ?uje "
+"AT-SPI strukturu baziranu na KORBI, ukoliko je ona premeštena. U suprotnom, "
+"ovo se zanemaruje."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr ""
+"Ovaj kljuÄ? odreÄ?uje GTK+ module koji se uÄ?itavaju radi podrÅ¡ke za "
+"pristupaÄ?nost."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "AT-SPI registar"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Registar za pristupaÄ?nost"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+#| msgid "AT-SPI Registry"
+msgid "AT SPI Registry"
+msgstr "AT-SPI registar"
+
+#~| msgid "AT-SPI Registry"
+#~ msgid "AT SPI Registry Wrapper"
+#~ msgstr "omotaÄ? AT-SPI registra"
+
+#~ msgid "failure: no device event controller found.\n"
+#~ msgstr "greÅ¡ka: nije naÄ?en upravljaÄ? za dogaÄ?aje na ureÄ?aju.\n"
+
+#~ msgid "WARNING: NULL key event reported."
+#~ msgstr "UPOZORENJE: Primio je NULL taster."
diff --git a/po/sv.po b/po/sv.po
new file mode 100644
index 0000000..92f6589
--- /dev/null
+++ b/po/sv.po
@@ -0,0 +1,55 @@
+# Swedish messages for at-spi.
+# Copyright (C) 2003, 2008, 2009, 2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the at-spi package.
+# Christian Rose <menthos menthos com>, 2003.
+# Daniel Nylander <po danielnylander se>, 2008, 2009, 2010.
+#
+# $Id: sv.po,v 1.2 2003/07/02 07:58:39 menthos Exp $
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-02-21 16:57+0100\n"
+"PO-Revision-Date: 2010-02-21 16:58+0100\n"
+"Last-Translator: Daniel Nylander <po danielnylander se>\n"
+"Language-Team: Swedish <tp-sv listor tp-sv se>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "Aktivera DBus-baserad AT-SPI-infrastruktur"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "GTK+-moduler för hjälpmedelsstöd"
+
+#: ../at-spi2.schemas.in.h:3
+msgid "In combination with /desktop/gnome/interface/accessibility, this key is needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-SPI infrastructure has been relocated. It is ignored if the DBus-based AT-SPI infrastructure has not been relocated."
+msgstr "I kombination med /desktop/gnome/interface/accessibility så behövs denna nyckel för att aktivera den DBus-baserade AT-SPI-infrastrukturen om den DBus-baserade AT-SPI-infrastrukturen har flyttats. Den ignoreras om den DBus-baserade AT-SPI-infrastrukturen inte har flyttats."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr "Denna nyckel bestämmer vilka GTK+-moduler som ska läsas in för hjälpmedelsstöd."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "AT-SPI-register"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Hjälpmedelsregister"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "AT SPI-register"
+
+#~ msgid "AT SPI Registry Wrapper"
+#~ msgstr "Omslag för AT-SPI-register"
+#~ msgid "failure: no device event controller found.\n"
+#~ msgstr "misslyckande: ingen enhetshändelsekontroller hittades.\n"
+#~ msgid "WARNING: NULL key event reported."
+#~ msgstr "VARNING: NULL-tangenthändelse rapporterades."
+
diff --git a/po/ta.po b/po/ta.po
new file mode 100644
index 0000000..2f9b535
--- /dev/null
+++ b/po/ta.po
@@ -0,0 +1,52 @@
+# translation of at-spi.master.ta.po to Tamil
+# translation of at-spi.HEAD.ta.po to
+# This file is distributed under the same license as the PACKAGE package.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
+#
+# Jayaradha N <jaya pune redhat com>, 2004.
+# I. Felix <ifelix redhat com>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi.master.ta\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-11-03 14:41+0530\n"
+"PO-Revision-Date: 2009-08-24 13:44+0530\n"
+"Last-Translator: I. Felix <ifelix redhat com>\n"
+"Language-Team: Tamil <fedora-trans-ta redhat com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\\n\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "�ார�பா ��ிப�ப��யிலான ���ஸ�பி �����மானத�த� ��யல�ப��த�த��."
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "�ண��ல� ��வ����� GTK+ த���தி�ள�"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure. Otherwise, the D-Bus "
+"AT-SPI infrastructure will be used."
+msgstr "/ம�ல�ம���/��ன�ம�/���ம��ம�/�ண��ல� ��ன�  �ார�பா ��ிப�ப��யிலான ���-ஸ�பி �����மானத�த� ��யல�ப��த�த �ந�த வி�� த�வ�."
+" �ல�ல�யானால� �ிபஸ�  ���-ஸ�பி �����மானம� பயன�ப��த�தப�ப��ம�."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr "�ந�த வி�� GTK+ த���தி�ள� �ற�ற�வதற��ான �ண��ல� ��வ�."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "AT-SPI பதிவ���"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "�ண��ல� பதிவ���"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry Wrapper"
+msgstr "AT-SPI பதிவ� ர�ப�பர�"
diff --git a/po/th.po b/po/th.po
new file mode 100644
index 0000000..a0a2ba2
--- /dev/null
+++ b/po/th.po
@@ -0,0 +1,55 @@
+# Thai translation of at-spi.
+# Copyright (C) 2005-2010 Free Software Foundation, Inc.
+# This file is distributed under the same license as the at-spi package.
+# Theppitak Karoonboonyanan <thep linux thai net>, 2005-2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=at-";
+"spi&component=general\n"
+"POT-Creation-Date: 2010-02-05 19:10+0000\n"
+"PO-Revision-Date: 2010-02-08 11:20+0700\n"
+"Last-Translator: Theppitak Karoonboonyanan <thep linux thai net>\n"
+"Language-Team: Thai <thai-l10n googlegroups com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "��ิ������ร�สร�า��ื���า� AT-SPI ��� DBus"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "มอ�ูล GTK+ สำหรั��ารรอ�รั�������ลยีสิ��อำ�วย�วามสะ�ว�"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr ""
+"�ีย��ี�����ระ�อ��ั��ีย� /desktop/gnome/interface/accessibility ��ย��า��ร�สร�า��ื���า� AT-"
+"SPI ��� DBus มี�ารย�าย�ำ�ห��� ����อ�ระ�ุ�ีย��ี���ื�อ��ิ������ร�สร�า��ื���า� AT-SPI ��� DBus "
+"�����า��ร�สร�า��ื���า� AT-SPI ��� DBus �ม�มี�ารย�าย�ำ�ห��� �ีย��ี����ะ�ม�มี�ล"
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr "�ีย��ี��ำห��มอ�ูล GTK+ �ี��ะ�หล���ื�อรอ�รั�������ลยีสิ��อำ�วย�วามสะ�ว�"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "�ร�ิส�รี AT-SPI"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "�ร�ิส�รีระ��อำ�วย�าร����า�"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "�ร�ิส�รี AT SPI"
+
+#~ msgid "AT SPI Registry Wrapper"
+#~ msgstr "��ร��รม�รอ��ร�ิส�รี AT SPI"
diff --git a/po/uk.po b/po/uk.po
new file mode 100644
index 0000000..0888444
--- /dev/null
+++ b/po/uk.po
@@ -0,0 +1,52 @@
+# translation of at-spi.HEAD.po to ukrainian
+# This file is distributed under the same license as the PACKAGE package.
+# Copyright (C) 2003 THE PACKAGE'S COPYRIGHT HOLDER
+# Taras Boychuk <btr1 torba com>, 2003
+# Maxim V. Dziumanenko <dziumanenko gmail com>, 2005-2010
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi.HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-01-04 15:29+0200\n"
+"PO-Revision-Date: 2010-01-04 09:33+0300\n"
+"Last-Translator: Maxim V. Dziumanenko <dziumanenko gmail com>\n"
+"Language-Team: Ukrainian <uk li org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "УвÑ?мкнÑ?Ñ?и оÑ?нованÑ? на DBus Ñ?нÑ?Ñ?аÑ?Ñ?Ñ?Ñ?кÑ?Ñ?Ñ?Ñ? AT-SPI"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "Ð?Ñ?дÑ?Ñ?имка модÑ?лÑ?в допомÑ?жниÑ? можливоÑ?Ñ?ей GTK+"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure. Otherwise, the D-Bus "
+"AT-SPI infrastructure will be used."
+msgstr ""
+"У комбÑ?наÑ?Ñ?Ñ? з /desktop/gnome/interface/accessibility, Ñ?ей клÑ?Ñ? "
+"поÑ?Ñ?Ñ?бен длÑ? вмиканнÑ? оÑ?нованоÑ? на DBus Ñ?нÑ?Ñ?аÑ?Ñ?Ñ?Ñ?кÑ?Ñ?Ñ?и AT-SPI. У Ñ?нÑ?омÑ? Ñ?азÑ?, викоÑ?иÑ?Ñ?овÑ?Ñ?Ñ?Ñ?Ñ?Ñ? Ñ?нÑ?Ñ?аÑ?Ñ?Ñ?Ñ?кÑ?Ñ?Ñ?а на базÑ? D-Bus."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr "Цей клÑ?Ñ? визнаÑ?аÑ? модÑ?лÑ? GTK+ длÑ? пÑ?дÑ?Ñ?имки допомÑ?жниÑ? можливоÑ?Ñ?ей."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "РеÑ?Ñ?Ñ?Ñ? Ñ?иÑ?Ñ?еми AT-SPI"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "РеÑ?Ñ?Ñ?Ñ? Ñ?иÑ?Ñ?еми Ñ?пеÑ?Ñ?алÑ?ниÑ? можливоÑ?Ñ?ей"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "РеÑ?Ñ?Ñ?Ñ? AT SPI"
+
+
diff --git a/po/vi.po b/po/vi.po
new file mode 100644
index 0000000..8a8d3dd
--- /dev/null
+++ b/po/vi.po
@@ -0,0 +1,51 @@
+# Vietnamese translation for AT-SPI.
+# Copyright © 2009 Free Software Foundation, Inc.
+# Nguyn Thái Ngc Duy <pclouds gmail com>, 2003, 2009.
+# Clytie Siddall <clytie riverland net au>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi TRUNK\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=at-";
+"spi&component=general\n"
+"POT-Creation-Date: 2009-12-14 15:39+0000\n"
+"PO-Revision-Date: 2009-12-18 15:38+0700\n"
+"Last-Translator: Clytie Siddall <clytie riverland net au>\n"
+"Language-Team: Vietnamese <vi-VN googlegroups com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: LocFactoryEditor 1.8\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "Bật hạ tầng AT-SPI dựa trên DBus"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "Mô-Ä?un GTK+ há»? trợ khả nÄ?ng truy cập"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure. Otherwise, the D-Bus "
+"AT-SPI infrastructure will be used."
+msgstr "Kết hợp vá»?i /desktop/gnome/interface/accessibility, khoá này cho phép bật hạ tầng AT-SPI dá»±a trên DBus. Nếu không, AT-SPI dá»±a trên D-BUS sẽ Ä?ược dùng."
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr "Khóa này quyết Ä?á»?nh viá»?c nạp các module Ä?á»? há»? trợ khả nÄ?ng truy cập."
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Ä?Ä?ng ký AT-SPI"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Ä?Ä?ng ký Khả nÄ?ng Truy cập"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+#| msgid "AT-SPI Registry"
+msgid "AT SPI Registry"
+msgstr "Ä?Ä?ng ký AT SPI"
diff --git a/po/zh_CN.po b/po/zh_CN.po
new file mode 100644
index 0000000..f046da4
--- /dev/null
+++ b/po/zh_CN.po
@@ -0,0 +1,61 @@
+# translation of at-spi.po to zh_CN
+# Copyright (C) 2009 Free Software Foundation, Inc.
+# This file is distributed under the same license as the at-spi package.
+# Yi Yang <yang_yi_cn yahoo com>, 2003.
+# ç??é?²(Gan Lu) <rhythm gan gmail com>, 2009.
+# Aron Xu <happyaron xu gmail com>, 2009.
+# Ray Wang <raywang gnome org>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi master\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=at-";
+"spi&component=general\n"
+"POT-Creation-Date: 2010-01-15 17:13+0000\n"
+"PO-Revision-Date: 2009-10-30 10:26+0800\n"
+"Last-Translator: Ray Wang <raywang gnome org>\n"
+"Language-Team: Chinese (Simplified) <i18n-zh googlegroups com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: utf-8\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "æ??å¼?å?ºäº? DBus ç?? AT-SPI"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "æ??ä¾?è¾?å?©å??è?½æ?¯æ??ç?? GTK+ 模å??"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure. Otherwise, the D-Bus "
+"AT-SPI infrastructure will be used."
+msgstr ""
+"ç?±äº?ä¸? /desktop/gnome/interface/accessibility é?®è¿?è¡?äº?ç»?å®?ï¼?è¦?æ??å¼?å?ºäº? DBus "
+"ç?? AT-SPIï¼?该é?®ä¹?æ?¯é??è¦?æ??å¼?ç??ã??å?¦å??ï¼?å?ºäº? D-Bus ç?? AT-SPI å°?被使ç?¨ã??"
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr "该é?®å?¼å?³å®? GTK+ 模å??æ?¯å?¦è½½å?¥è¾?å?©å??è?½æ?¯æ??ã??"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "AT-SPI 注å??项"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "è¾?å?©å??è?½æ³¨å??项"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "AT SPI 注å??项"
+
+#~ msgid "AT SPI Registry Wrapper"
+#~ msgstr "AT-SPI 注å??项å°?è£?å?¨"
+
+#~ msgid "failure: no device event controller found.\n"
+#~ msgstr "失败ï¼?æ?¾ä¸?å?°è®¾å¤?äº?件æ?§å?¶å?¨ã??\n"
+
+#~ msgid "WARNING: NULL key event reported."
+#~ msgstr "è­¦å??ï¼?æ?¥å??äº?为空ç??å?³é?®äº?件ã??"
diff --git a/po/zh_HK.po b/po/zh_HK.po
new file mode 100644
index 0000000..29fa00a
--- /dev/null
+++ b/po/zh_HK.po
@@ -0,0 +1,51 @@
+# Chinese (Hong Kong) translation of at-spi.
+# Copyright (C) 2004 Free Software Foundation
+# This file is distributed under the same license as the at-spi package.
+# Li-Jen Hsin <hsin med cgu edu tw>, 2004
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi 1.29.90\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-02-15 11:04+0800\n"
+"PO-Revision-Date: 2010-02-15 11:09+0800\n"
+"Last-Translator: Chao-Hsiung Liao <j_h_liau yahoo com tw>\n"
+"Language-Team: Chinese (Hong Kong) <community linuxhall org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "å??ç?¨ä»¥ DBus ç?ºå?ºç¤?ç?? AT-SPI å?ºç¤?æ?¶æ§?"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "ç?¡é??ç¤?æ?¯æ?´ç?? GTK+ 模çµ?"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr "ç?ºäº?çµ?å?? /desktop/gnome/interface/accessibilityï¼?é??å??é?µå?¼æ?¯å?¨ä»¥ DBus ç?ºå?ºç¤?ç?? AT-SPI å?ºç¤?æ?¶æ§?é??æ?°å??é??æ??è¦?å??ç?¨å®?æ??é??ç??ã??å¦?æ??æ²?æ??é??æ?°å??é??å??æ??忽ç?¥å®?ã??"
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr "é??å??é?µå?¼æ±ºå®? GTK+ 模çµ?æ?¯å?¦è¼?å?¥å°?ç?¡é??ç¤?å??è?½ç??æ?¯æ?´ã??"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "AT-SPI 註å??表"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "ç?¡é??ç¤?å??è?½è¨»å??表"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "AT SPI 註å??表"
+
+#~ msgid "AT SPI Registry Wrapper"
+#~ msgstr "AT SPI 註å??表å??裹å?¨"
diff --git a/po/zh_TW.po b/po/zh_TW.po
new file mode 100644
index 0000000..313f2a8
--- /dev/null
+++ b/po/zh_TW.po
@@ -0,0 +1,53 @@
+# traditional Chinese translation of at-spi.
+# Copyright (C) 2004 Free Software Foundation
+# This file is distributed under the same license as the at-spi package.
+# Li-Jen Hsin <hsin med cgu edu tw>, 2004
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi 1.29.90\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-02-15 11:04+0800\n"
+"PO-Revision-Date: 2010-02-12 22:48+0800\n"
+"Last-Translator: Chao-Hsiung Liao <j_h_liau yahoo com tw>\n"
+"Language-Team: Chinese (traditional) <zh-l10n lists linuxhall org tw>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../at-spi2.schemas.in.h:1
+msgid "Enable DBus-based AT-SPI infrastructure"
+msgstr "å??ç?¨ä»¥ DBus ç?ºå?ºç¤?ç?? AT-SPI å?ºç¤?æ?¶æ§?"
+
+#: ../at-spi2.schemas.in.h:2
+msgid "GTK+ modules for accessibility support"
+msgstr "ç?¡é??ç¤?æ?¯æ?´ç?? GTK+ 模çµ?"
+
+#: ../at-spi2.schemas.in.h:3
+msgid ""
+"In combination with /desktop/gnome/interface/accessibility, this key is "
+"needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-"
+"SPI infrastructure has been relocated. It is ignored if the DBus-based AT-"
+"SPI infrastructure has not been relocated."
+msgstr ""
+"ç?ºäº?çµ?å?? /desktop/gnome/interface/accessibilityï¼?é??å??é?µå?¼æ?¯å?¨ä»¥ DBus ç?ºå?ºç¤?"
+"ç?? AT-SPI å?ºç¤?æ?¶æ§?é??æ?°å??é??æ??è¦?å??ç?¨å®?æ??é??ç??ã??å¦?æ??æ²?æ??é??æ?°å??é??å??æ??忽ç?¥å®?ã??"
+
+#: ../at-spi2.schemas.in.h:4
+msgid "This key determines the GTK+ modules to load for accessibility support."
+msgstr "é??å??é?µå?¼æ±ºå®? GTK+ 模çµ?æ?¯å?¦è¼?å?¥å°?ç?¡é??ç¤?å??è?½ç??æ?¯æ?´ã??"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "AT-SPI 註å??表"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "ç?¡é??ç¤?å??è?½è¨»å??表"
+
+#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1
+msgid "AT SPI Registry"
+msgstr "AT SPI 註å??表"
+
+#~ msgid "AT SPI Registry Wrapper"
+#~ msgstr "AT SPI 註å??表å??裹å?¨"



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