Add .po and .pc files from cspi
authorMike Gorse <mgorse@boston.site>
Wed, 2 Jul 2008 21:12:10 +0000 (17:12 -0400)
committerMike Gorse <mgorse@boston.site>
Wed, 2 Jul 2008 21:12:10 +0000 (17:12 -0400)
86 files changed:
Makefile.am
cspi-1.0-uninstalled.pc.in [new file with mode: 0644]
cspi-1.0.pc.in [new file with mode: 0644]
libspi-1.0-uninstalled.pc.in [new file with mode: 0644]
libspi-1.0.pc.in [new file with mode: 0644]
po/.intltool-merge-cache [new file with mode: 0644]
po/LINGUAS [new file with mode: 0644]
po/Makefile.in.in [new file with mode: 0644]
po/POTFILES [new file with mode: 0644]
po/POTFILES.in [new file with mode: 0644]
po/POTFILES.skip [new file with mode: 0644]
po/ang.po [new file with mode: 0644]
po/ar.po [new file with mode: 0644]
po/az.po [new file with mode: 0644]
po/be.po [new file with mode: 0644]
po/be@latin.po [new file with mode: 0644]
po/bg.po [new file with mode: 0644]
po/bn.po [new file with mode: 0644]
po/bs.po [new file with mode: 0644]
po/ca.po [new file with mode: 0644]
po/cs.po [new file with mode: 0644]
po/cy.po [new file with mode: 0644]
po/da.po [new file with mode: 0644]
po/de.po [new file with mode: 0644]
po/dz.po [new file with mode: 0644]
po/el.po [new file with mode: 0644]
po/en_CA.po [new file with mode: 0644]
po/en_GB.po [new file with mode: 0644]
po/eo.po [new file with mode: 0644]
po/es.po [new file with mode: 0644]
po/et.po [new file with mode: 0644]
po/eu.po [new file with mode: 0644]
po/fa.po [new file with mode: 0644]
po/fi.po [new file with mode: 0644]
po/fr.po [new file with mode: 0644]
po/gl.po [new file with mode: 0644]
po/gu.po [new file with mode: 0644]
po/he.po [new file with mode: 0644]
po/hi.po [new file with mode: 0644]
po/hr.po [new file with mode: 0644]
po/hu.po [new file with mode: 0644]
po/id.po [new file with mode: 0644]
po/is.po [new file with mode: 0644]
po/it.po [new file with mode: 0644]
po/ja.po [new file with mode: 0644]
po/ka.po [new file with mode: 0644]
po/ko.po [new file with mode: 0644]
po/ku.po [new file with mode: 0644]
po/lt.po [new file with mode: 0644]
po/mk.po [new file with mode: 0644]
po/ml.po [new file with mode: 0644]
po/mn.po [new file with mode: 0644]
po/mr.po [new file with mode: 0644]
po/ms.po [new file with mode: 0644]
po/nb.po [new file with mode: 0644]
po/nds_DE.po [new file with mode: 0644]
po/ne.po [new file with mode: 0644]
po/nl.po [new file with mode: 0644]
po/nn.po [new file with mode: 0644]
po/oc.po [new file with mode: 0644]
po/or.po [new file with mode: 0644]
po/pa.po [new file with mode: 0644]
po/pl.po [new file with mode: 0644]
po/pt.po [new file with mode: 0644]
po/pt_BR.po [new file with mode: 0644]
po/ro.po [new file with mode: 0644]
po/ru.po [new file with mode: 0644]
po/rw.po [new file with mode: 0644]
po/sk.po [new file with mode: 0644]
po/sl.po [new file with mode: 0644]
po/sq.po [new file with mode: 0644]
po/sr.po [new file with mode: 0644]
po/sr@Latn.po [new file with mode: 0644]
po/sr@ije.po [new file with mode: 0644]
po/sv.po [new file with mode: 0644]
po/ta.po [new file with mode: 0644]
po/th.po [new file with mode: 0644]
po/tr.po [new file with mode: 0644]
po/ug.po [new file with mode: 0644]
po/uk.po [new file with mode: 0644]
po/vi.po [new file with mode: 0644]
po/wa.po [new file with mode: 0644]
po/xh.po [new file with mode: 0644]
po/zh_CN.po [new file with mode: 0644]
po/zh_HK.po [new file with mode: 0644]
po/zh_TW.po [new file with mode: 0644]

index 09b87bb..2c07f8f 100644 (file)
@@ -1 +1,17 @@
-SUBDIRS=xml tools droute spi-common atk-adaptor registryd dbind cspi tests
+SUBDIRS=xml tools droute spi-common atk-adaptor registryd dbind cspi tests po
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = libspi-1.0.pc cspi-1.0.pc
+
+EXTRA_DIST = \
+       intltool-extract.in \
+       intltool-merge.in   \
+       intltool-update.in  \
+       cspi-1.0.pc.in \
+       cspi-1.0-uninstalled.pc.in \
+       libspi-1.0.pc.in \
+       libspi-1.0-uninstalled.pc.in
+
+DISTCLEANFILES = intltool-extract \
+       intltool-merge  \
+       intltool-update
diff --git a/cspi-1.0-uninstalled.pc.in b/cspi-1.0-uninstalled.pc.in
new file mode 100644 (file)
index 0000000..ea8fe1a
--- /dev/null
@@ -0,0 +1,8 @@
+idldir=${pc_top_builddir}/${pcfiledir}/idl
+
+Name: cspi (Uninstalled)
+Description: Accessibility Technology software simple client library
+Requires: libspi-1.0
+Version: @VERSION@
+Libs: ${pc_top_builddir}/${pcfiledir}/cspi/libcspi.la
+Cflags: -I${pc_top_builddir}/${pcfiledir} @X_CFLAGS@
diff --git a/cspi-1.0.pc.in b/cspi-1.0.pc.in
new file mode 100644 (file)
index 0000000..d23a929
--- /dev/null
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+idldir=@datadir@/idl/at-spi-1.0
+
+Name: cspi
+Description: Accessibility Technology software simple client library
+Requires: libspi-1.0
+Version: @VERSION@
+Libs: -L${libdir} -lcspi
+Cflags: -I${includedir}/at-spi-1.0 @X_CFLAGS@
diff --git a/libspi-1.0-uninstalled.pc.in b/libspi-1.0-uninstalled.pc.in
new file mode 100644 (file)
index 0000000..d8f4d69
--- /dev/null
@@ -0,0 +1,8 @@
+idldir=${pc_top_builddir}/${pcfiledir}/idl
+
+Name: libspi
+Description: Accessibility Technology software library
+Requires: libbonobo-2.0 atk
+Version: @VERSION@
+Libs: ${pc_top_builddir}/${pcfiledir}/libspi/libspi.la
+Cflags: -I${pc_top_builddir}/${pcfiledir}
diff --git a/libspi-1.0.pc.in b/libspi-1.0.pc.in
new file mode 100644 (file)
index 0000000..eaced17
--- /dev/null
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+idldir=@datadir@/idl/at-spi-1.0
+
+Name: libspi
+Description: Accessibility Technology software library
+Requires: libbonobo-2.0 atk
+Version: @VERSION@
+Libs: -L${libdir} -lspi
+Cflags: -I${includedir}/at-spi-1.0
diff --git a/po/.intltool-merge-cache b/po/.intltool-merge-cache
new file mode 100644 (file)
index 0000000..b390213
--- /dev/null
@@ -0,0 +1,85 @@
+fa\1cAccessibility Registry\ 1بایگانی دست‌رسی‌پذیری\ 1da\1cAT-SPI Registry\ 1AT-SPI-register\ 1ca\1cAT-SPI Registry\ 1Registre d'AT-SPI\ 1da\1cfailure: no device event controller found.
+\ 1fejl: ingen enhedshændelseshåndtering fundet.
+\ 1he\1cfailure: no device event controller found.
+\ 1כשלון: לא נמצא בקר אירוע התקן.
+\ 1bg\1cAT-SPI Registry\ 1Регистър AT-SPI\ 1th\1cAccessibility Registry\ 1เรจิสตรีระบบอำนวยการใช้งาน\ 1hu\1cAccessibility Registry\ 1Akadálymentesítési nyilvántartás\ 1ug\1cAccessibility Registry\ 1Registry ياردەم قوراللىرى\ 1is\1cAccessibility Registry\ 1Aðgengisgrunnur\ 1el\1cWARNING: NULL key event reported.\ 1ΠΡΟΕΙΔΟΠΟΙΗΣΗ: αναφέρθηκε  NULL key event.\ 1en_CA\1cAccessibility Registry\ 1Accessibility Registry\ 1pt\1cfailure: no device event controller found.
+\ 1falha: nenhum dispositivo controlador de eventos encontrado.
+\ 1xh\1cAccessibility Registry\ 1Uvimba wokubhaliweyo Wofikelelo\ 1gu\1cAccessibility Registry\ 1સુલભતા નોંધણીપત્રક\ 1cs\1cAccessibility Registry\ 1Registr usnadnění\ 1be@latin\1cAT-SPI Registry\ 1Rehistar AT-SPI\ 1ro\1cAccessibility Registry\ 1Registru accesibilitate\ 1be\1cfailure: no device event controller found.
+\ 1памылка: не адшуканы кіраўнік падзей прылады.
+\ 1id\1cAccessibility Registry\ 1Registri aksesibilitas\ 1hr\1cfailure: no device event controller found.
+\ 1greška: nije nađen kontroler događaja uređaja.
+\ 1oc\1cAccessibility Registry\ 1Registre d'accessibilitat\ 1hr\1cWARNING: NULL key event reported.\ 1POZOR: Prijavljen je događaj NULL ključa.\ 1pl\1cWARNING: NULL key event reported.\ 1OSTRZEŻENIE: zgłoszono zdarzenie wystąpienia klucza NULL\ 1fi\1cAccessibility Registry\ 1Esteettömyysrekisteri\ 1id\1cAT-SPI Registry\ 1Registri AT-SPI\ 1de\1cfailure: no device event controller found.
+\ 1Fehlgeschlagen: Kein Geräteereignis-Controller gefunden.
+\ 1ml\1cAT-SPI Registry\ 1എടി-സ്പൈ രെജിസ്ട്രി\ 1sq\1cAT-SPI Registry\ 1Regjistri AT-SPI\ 1nl\1cWARNING: NULL key event reported.\ 1WAARSCHUWING: NULL toetsgebeurtenis gerapporteerd.\ 1ru\1cAccessibility Registry\ 1Регистр системы специальных возможностей\ 1sl\1cWARNING: NULL key event reported.\ 1OPOZORILO: sporočen dogodek tipke NULL.\ 1es\1cAccessibility Registry\ 1Registro de accesibilidad\ 1pt\1cWARNING: NULL key event reported.\ 1AVISO: relatado evento de chave NULL.\ 1eu\1cWARNING: NULL key event reported.\ 1OHARRA: NULL motadun tekla gertaera azaldu da.\ 1he\1cAccessibility Registry\ 1רישום נגישות\ 1be\1cAT-SPI Registry\ 1Рэгістар AT-SPI\ 1sr@ije\1cfailure: no device event controller found.
+\ 1грешка: није нађен управљач за догађаје на уређају.
+\ 1uk\1cAT-SPI Registry\ 1Реєстр системи AT-SPI\ 1ml\1cAccessibility Registry\ 1സാമീപ്യതാ രെജിസ്ട്രി \ 1bn\1cfailure: no device event controller found.
+\ 1ব্যর্থ: কোন ডিভাইস ইভেন্ট কন্ট্রোলার খুঁজে পাওয়া গেল না।
+\ 1hr\1cAT-SPI Registry\ 1AT-SPI registar\ 1dz\1cAT-SPI Registry\ 1ཨེ་ཊི་-ཨེསི་པི་ཨའི་ ཐོ་མཛོད།\ 1sq\1cAccessibility Registry\ 1Regjistri i açesibilitetit\ 1lt\1cWARNING: NULL key event reported.\ 1DĖMESIO: pranešta apie nulinį įvykį\ 1ms\1cWARNING: NULL key event reported.\ 1AMARAN: kekunci acara NULL dilaporkan.\ 1sr\1cWARNING: NULL key event reported.\ 1УПОЗОРЕЊЕ: Примио је NULL тастер.\ 1sv\1cAccessibility Registry\ 1Tillgänglighetsregister\ 1wa\1cAT-SPI Registry\ 1Redjisse AT-SPI\ 1ko\1cAccessibility Registry\ 1접근성 레지스트리\ 1bn\1cWARNING: NULL key event reported.\ 1সাবধান: NULL কী ইভেন্ট রিপোর্ট করা হয়েছে। \ 1it\1cAccessibility Registry\ 1Registro accesso facilitato.\ 1ca\1cWARNING: NULL key event reported.\ 1AVÍS: s'ha rebut un event de tecla NULA.\ 1sk\1cfailure: no device event controller found.
+\ 1zlyhanie: nebol nájdený ovládač udalostí zariadenia.
+\ 1zh_CN\1cfailure: no device event controller found.
+\ 1失败:找不到设备事件控制器。
+\ 1nn\1cfailure: no device event controller found.
+\ 1mislykka: fann ingen kontroller for einingshendingar.
+\ 1vi\1cAT-SPI Registry\ 1Registry AT-SPI\ 1el\1cAccessibility Registry\ 1Μητρώο Προσιτότητας\ 1ja\1cAccessibility Registry\ 1アクセシビリティ・レジストリ\ 1zh_TW\1cAccessibility Registry\ 1快捷鍵登錄\ 1fr\1cAT-SPI Registry\ 1Registre AT-SPI\ 1hi\1cAT-SPI Registry\ 1एटी-एसपीआई रजिस्ट्री\ 1fr\1cfailure: no device event controller found.
+\ 1échec : aucun périphérique contrôleur d'événements trouvé.
+\ 1nb\1cAT-SPI Registry\ 1AT-SPI-register\ 1az\1cAT-SPI Registry\ 1AT-SPI Qeydi\ 1ka\1cAT-SPI Registry\ 1AT-SPI რეგისტრაცია\ 1en_GB\1cWARNING: NULL key event reported.\ 1WARNING: NULL key event reported.\ 1cy\1cfailure: no device event controller found.
+\ 1methiant: dim rheolwr digwyddiad dyfaid wedi ei ganfod.
+\ 1bn\1cAccessibility Registry\ 1সহায়ক প্রযুক্তি রেজিস্ট্রি\ 1pa\1cAT-SPI Registry\ 1AT-SPI ਰਜਿਸਟਰੀ\ 1da\1cWARNING: NULL key event reported.\ 1ADVARSEL: NULL-nøglehændelse rapporteret.\ 1pa\1cWARNING: NULL key event reported.\ 1ਚੇਤਾਵਨੀ: NULL ਕੁੰਜੀ ਘਟਨਾ ਹੋਈ ਹੈ।\ 1zh_HK\1cAT-SPI Registry\ 1AT-SPI 紀錄\ 1pt\1cAccessibility Registry\ 1Registo de Acessibilidade\ 1eo\1cAccessibility Registry\ 1Alirebleca Registrejo\ 1sr@Latn\1cAT-SPI Registry\ 1AT-SPI registar\ 1sr@Latn\1cAccessibility Registry\ 1Registar za pristupačnost\ 1fi\1cWARNING: NULL key event reported.\ 1VAROITUS: TYHJÄ näppäintapahtuma havaittu.\ 1es\1cfailure: no device event controller found.
+\ 1fallo: no se encontró un controlador de eventos del dispositivo.
+\ 1az\1cAccessibility Registry\ 1Yetişmə Qabiliyyəti Qeydi\ 1mr\1cAccessibility Registry\ 1सुलभता रजिस्ट्री\ 1nn\1cWARNING: NULL key event reported.\ 1ÅTVARING: NULL-tastehending rapportert.\ 1ja\1cAT-SPI Registry\ 1AT-SPI レジストリ\ 1de\1cAT-SPI Registry\ 1AT-SPI-Registrierung\ 1eu\1cAccessibility Registry\ 1Erabilerraztasun Erregistroa\ 1hi\1cAccessibility Registry\ 1पहुँचयोग्य रजिस्ट्री\ 1is\1cAT-SPI Registry\ 1AT-SPI Grunnur\ 1is\1cfailure: no device event controller found.
+\ 1villa: enginn viðburðastýring fannst.
+\ 1pl\1cAccessibility Registry\ 1Rejestr dostępności\ 1bg\1cAccessibility Registry\ 1Регистър за достъпност\ 1cs\1cWARNING: NULL key event reported.\ 1VAROVÁNÍ: ohlášena NULL událost klávesy.\ 1az\1cfailure: no device event controller found.
+\ 1bacarılmadı: avadanlıq hadisə idarəçisi tapılmadı.
+\ 1eu\1cfailure: no device event controller found.
+\ 1hutsegitea: gailuaren gertaera kontrolatzailerik ez da aurkitu.
+\ 1el\1cAT-SPI Registry\ 1Μητρώο AT-SPI\ 1pl\1cfailure: no device event controller found.
+\ 1błąd: nie znaleziono kontrolera zdarzeń urządzeń.
+\ 1ko\1cAT-SPI Registry\ 1AT-SPI 레지스트리\ 1fi\1cAT-SPI Registry\ 1AT-SPI-rekisteri\ 1sv\1cAT-SPI Registry\ 1AT-SPI-register\ 1eu\1cAT-SPI Registry\ 1AT-SPI Erregistroa\ 1th\1cAT-SPI Registry\ 1เรจิสตรี AT-SPI\ 1id\1cfailure: no device event controller found.
+\ 1kesalahan: tidak menemukan pengatur device event.
+\ 1ku\1cAccessibility Registry\ 1Registry ya Gihîştinê\ 1pt_BR\1cWARNING: NULL key event reported.\ 1AVISO: evento de tecla NULL reportado.\ 1ru\1cWARNING: NULL key event reported.\ 1ПРЕДУПРЕЖДЕНИЕ: сообщено о пустом ключевом событии.\ 1zh_HK\1cAccessibility Registry\ 1無障礙環境紀錄\ 1ne\1cAccessibility Registry\ 1पहुँचयोग्य रजिष्ट्री\ 1is\1cWARNING: NULL key event reported.\ 1AÐVÖRUN: NULL atburður skilgreindur.\ 1pa\1cfailure: no device event controller found.
+\ 1ਅਸਫਲਤਾ: ਕੋਈ ਜੰਤਰ ਕਾਰਵਾਈ ਸੰਭਣ ਵਾਲਾ ਨਹੀ ਹੈ।
+\ 1de\1cWARNING: NULL key event reported.\ 1WARNUNG: SChlüsselereignis »NULL« berichtet.\ 1ar\1cAccessibility Registry\ 1سجل الإعانة\ 1ca\1cfailure: no device event controller found.
+\ 1falla: no s'ha trobat un controlador d'events de dispositiu
+\ 1nb\1cfailure: no device event controller found.
+\ 1feil: ingen hendelseshåndterer funnet for enhet.
+\ 1cy\1cAccessibility Registry\ 1Cofrestrfa Hygyrchedd\ 1or\1cAT-SPI Registry\ 1ଏ.ଟି.-ଏସ୍୍.ପି.ଆଇ. ରେଜିଷ୍ଟ୍ରି\ 1cy\1cWARNING: NULL key event reported.\ 1RHYBUDD: adroddwyd digwyddiad allwedd NULL.\ 1en_GB\1cfailure: no device event controller found.
+\ 1failure: no device event controller found.
+\ 1en_GB\1cAT-SPI Registry\ 1AT-SPI Registry\ 1uk\1cWARNING: NULL key event reported.\ 1ПОПЕРЕДЖЕННЯ: отримано порожній ключ події.\ 1ja\1cWARNING: NULL key event reported.\ 1警告: NULL キー・イベントが報告されました。\ 1bs\1cAT-SPI Registry\ 1AT-SPI registar\ 1sr\1cfailure: no device event controller found.
+\ 1грешка: није нађен управљач за догађаје на уређају.
+\ 1he\1cWARNING: NULL key event reported.\ 1אזהרה: דיווח על אירוע מפתח ריק.\ 1ko\1cWARNING: NULL key event reported.\ 1경고: NULL 키 이벤트가 보고됨.\ 1pa\1cAccessibility Registry\ 1ਪਹੁੰਚਯੋਗ ਰਜਿਸਟ੍ਰਰੀ\ 1it\1cAT-SPI Registry\ 1Registro AT-SPI\ 1vi\1cWARNING: NULL key event reported.\ 1CẢNH BÁO: sự kiện bàn phím NULL được báo cáo.\ 1fr\1cWARNING: NULL key event reported.\ 1ATTENTION : événement clé NULL rapporté.\ 1mr\1cAT-SPI Registry\ 1AT-SPI रजिस्ट्री\ 1ms\1cfailure: no device event controller found.
+\ 1gagal: tiada pengawal acara peranti dijumpai.
+\ 1ms\1cAccessibility Registry\ 1Pendaftar Kebolehcapaian\ 1et\1cAccessibility Registry\ 1Ligipääsetavuse register\ 1es\1cWARNING: NULL key event reported.\ 1ADVERTENCIA: Se ha informado de un evento de tecla NULL.\ 1gl\1cAccessibility Registry\ 1Rexistro de accesibilidade\ 1da\1cAccessibility Registry\ 1Tilgængelighedsregister\ 1ne\1cAT-SPI Registry\ 1AT-SPI रजिष्ट्री\ 1hr\1cAccessibility Registry\ 1Pristupačnost registru\ 1ko\1cfailure: no device event controller found.
+\ 1실패: 장치 이벤트 컨트롤러가 없습니다.
+\ 1hu\1cAT-SPI Registry\ 1AT-SPI nyilvántartás\ 1it\1cfailure: no device event controller found.
+\ 1errore: impossibile trovare un controllore degli eventi della periferica.
+\ 1nb\1cAccessibility Registry\ 1Register for hjelpefunksjoner\ 1pl\1cAT-SPI Registry\ 1Rejestr AT-SPI\ 1be\1cWARNING: NULL key event reported.\ 1УВАГА: паведамлены NULL ключ падзеі.\ 1fi\1cfailure: no device event controller found.
+\ 1virhe: laitetapahtumaohjainta ei löytynyt.
+\ 1sr@ije\1cAT-SPI Registry\ 1AT-SPI регистар\ 1en_GB\1cAccessibility Registry\ 1Accessibility Registry\ 1ja\1cfailure: no device event controller found.
+\ 1失敗: デバイス・イベント・コントローラが見つかりませんでした。
+\ 1sr\1cAT-SPI Registry\ 1AT-SPI регистар\ 1sr@ije\1cAccessibility Registry\ 1Регистар за приступачност\ 1fa\1cfailure: no device event controller found.
+\ 1شکست: هیچ کنترلگر وقایع دستگاهی یافت نشد.
+\ 1fr\1cAccessibility Registry\ 1Registre Accessibilité\ 1it\1cWARNING: NULL key event reported.\ 1Attenzione: riportato evento tasto NULL\ 1ka\1cAccessibility Registry\ 1შეზღუდულთა რეგისტრაცია\ 1nl\1cAccessibility Registry\ 1Toegankelijkheidsregister\ 1be\1cAccessibility Registry\ 1Рэгістар даступнасьці\ 1gu\1cAT-SPI Registry\ 1AT-SPI નોંધણીપત્રક\ 1bn\1cAT-SPI Registry\ 1এ-টি-এস-পি-আই রেজিস্ট্রি\ 1be@latin\1cAccessibility Registry\ 1Rehistar dastupnaści\ 1pt\1cAT-SPI Registry\ 1Registo AT-SPI\ 1dz\1cAccessibility Registry\ 1འཛུལ་སྤྱོད་ཐོ་མཛོད།\ 1sl\1cAT-SPI Registry\ 1Register AT-SPI\ 1ru\1cAT-SPI Registry\ 1Регистр системы AT-SPI\ 1az\1cWARNING: NULL key event reported.\ 1XƏBƏRDARLIQ: NULL açar hadisəsi raport edildi.\ 1sv\1cfailure: no device event controller found.
+\ 1misslyckande: ingen enhetshändelsekontroller hittades.
+\ 1nb\1cWARNING: NULL key event reported.\ 1ADVARSEL: NULL-tastehendelse rapportert.\ 1bs\1cAccessibility Registry\ 1Registar dostupnosti\ 1sr@Latn\1cWARNING: NULL key event reported.\ 1UPOZORENЈE: Primio je NULL taster.\ 1sl\1cfailure: no device event controller found.
+\ 1napaka: noben dogodkovni nadzornik naprave ni bil najden.
+\ 1or\1cAccessibility Registry\ 1ବ୍ଯବହାରଯୋଗ୍ଯତା ରେଜିଷ୍ଟ୍ରି\ 1sl\1cAccessibility Registry\ 1Register dostopnosti\ 1uk\1cAccessibility Registry\ 1Реєстр системи спеціальних можливостей\ 1lt\1cAccessibility Registry\ 1Prieinamumo registras\ 1ro\1cAT-SPI Registry\ 1Registru AT-SPI\ 1uk\1cfailure: no device event controller found.
+\ 1помилка: не знайдено контролер подій пристрою.
+\ 1lt\1cfailure: no device event controller found.
+\ 1triktis: nerastas įrengimo įvykio valdiklis.
+\ 1sr@ije\1cWARNING: NULL key event reported.\ 1УПОЗОРЕЊЕ: Примио је NULL тастер.\ 1pt_BR\1cAT-SPI Registry\ 1Registro AT-SPI\ 1cy\1cAT-SPI Registry\ 1Cofrestrfa AT-SPI\ 1nn\1cAccessibility Registry\ 1Tilgjengeregister\ 1nn\1cAT-SPI Registry\ 1AT-SPI register\ 1cs\1cAT-SPI Registry\ 1Registr AT-SPI\ 1fa\1cWARNING: NULL key event reported.\ 1اخطار: واقعه‌ی کلید خالی (NULL)‌ گزارش شد.\ 1en_CA\1cAT-SPI Registry\ 1AT-SPI Registry\ 1he\1cAT-SPI Registry\ 1רישום AT-SPI\ 1nl\1cfailure: no device event controller found.
+\ 1fout: geen gebeurtenisbeheer voor apparaten gevonden.
+\ 1zh_CN\1cWARNING: NULL key event reported.\ 1警告:报告了为空的关键事件。\ 1pt_BR\1cfailure: no device event controller found.
+\ 1falha: não foi encontrado um aparelho controlador de eventos.
+\ 1fa\1cAT-SPI Registry\ 1بایگانی AT-SPI\ 1wa\1cAccessibility Registry\ 1Redjisse d' accessiblisté\ 1mn\1cfailure: no device event controller found.
+\ 1Алдаа: Төхөөрөмжийн үйлдэл хянагч одлсонгүй.
+\ 1mn\1cAccessibility Registry\ 1Саад чөлөөлөх бүртгэл\ 1sk\1cAT-SPI Registry\ 1AT-SPI register\ 1ar\1cAT-SPI Registry\ 1سجل AT-SPI\ 1xh\1cAT-SPI Registry\ 1Uvimba wokubhaliweyo we-AT-SPI\ 1gl\1cAT-SPI Registry\ 1Rexistro AT-SPI\ 1cs\1cfailure: no device event controller found.
+\ 1selhání: nenalezen řadič události zařízení.
+\ 1zh_CN\1cAccessibility Registry\ 1可操作性注册表\ 1de\1cAccessibility Registry\ 1Barrierefreiheitsregistrierung\ 1ru\1cfailure: no device event controller found.
+\ 1произошёл сбой: контроллер событий устройства не найден.
+\ 1vi\1cfailure: no device event controller found.
+\ 1lỗi: không tìm thấy bộ điều khiển sự kiện thiết bị.
+\ 1lt\1cAT-SPI Registry\ 1AT-SPI registras\ 1ms\1cAT-SPI Registry\ 1Pendaftar AT-SPI\ 1sk\1cAccessibility Registry\ 1Register dostupnosti\ 1id\1cWARNING: NULL key event reported.\ 1PERINGATAN: kunci event NULL ditemukan.\ 1sr@Latn\1cfailure: no device event controller found.
+\ 1greška: nije nađen upravljač za događaje na uređaju.
+\ 1ca\1cAccessibility Registry\ 1Registre d'accessibilitat\ 1pt_BR\1cAccessibility Registry\ 1Registro de Acessibilidade\ 1sv\1cWARNING: NULL key event reported.\ 1VARNING: NULL-tangenthändelse rapporterades.\ 1es\1cAT-SPI Registry\ 1Registro de AT-SPI\ 1vi\1cAccessibility Registry\ 1Registry Truy nhập\ 1oc\1cAT-SPI Registry\ 1Registre AT-SPI\ 1ku\1cAT-SPI Registry\ 1Registry ya AT-SPI\ 1zh_TW\1cAT-SPI Registry\ 1AT-SPI 登錄\ 1el\1cfailure: no device event controller found.
+\ 1αποτυχία: δε βρέθηκε ελεγκτής γεγονότος συσκευής.
+\ 1nl\1cAT-SPI Registry\ 1AT-SPI Register\ 1eo\1cAT-SPI Registry\ 1AT-SPI Registrejo\ 1sr\1cAccessibility Registry\ 1Регистар за приступачност\ 1ug\1cAT-SPI Registry\ 1AT-SPI Registry\ 1et\1cAT-SPI Registry\ 1AT-SPI register\ 1mn\1cAT-SPI Registry\ 1AT-SPI бүртгэл\ 1sk\1cWARNING: NULL key event reported.\ 1UPOZORNENIE: Oznámená udalosť nulového kľúča.\ 1mn\1cWARNING: NULL key event reported.\ 1САНУУЛГА: »NULL« түлхүүр үйлдэл мэдээлэгдэв.\ 1zh_CN\1cAT-SPI Registry\ 1AT-SPI 注册表
\ No newline at end of file
diff --git a/po/LINGUAS b/po/LINGUAS
new file mode 100644 (file)
index 0000000..1d7484a
--- /dev/null
@@ -0,0 +1,72 @@
+# please keep this list sorted alphabetically
+#
+ar
+az
+be
+be@latin
+bg
+bn
+bs
+ca
+cs
+cy
+da
+de
+dz
+el
+en_CA
+en_GB
+eo
+es
+et
+eu
+fa
+fi
+fr
+gl
+gu
+he
+hi
+hr
+hu
+id
+is
+it
+ja
+ka
+ko
+ku
+lt
+ml
+mn
+mr
+ms
+nb
+ne
+nl
+nn
+oc
+or
+pa
+pl
+pt_BR
+pt
+ro
+ru
+rw
+sk
+sl
+sq
+sr@ije
+sr@Latn
+sr
+sv
+th
+ug
+uk
+vi
+wa
+xh
+zh_CN
+zh_HK
+zh_TW
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
new file mode 100644 (file)
index 0000000..6891e8f
--- /dev/null
@@ -0,0 +1,218 @@
+# Makefile for program source directory in GNU NLS utilities package.
+# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
+# Copyright (C) 2004-2008 Rodney Dawes <dobey.pwns@gmail.com>
+#
+# This file may be copied and used freely without restrictions.  It may
+# be used in projects which are not available under a GNU Public License,
+# but which still want to provide support for the GNU gettext functionality.
+#
+# - Modified by Owen Taylor <otaylor@redhat.com> to use GETTEXT_PACKAGE
+#   instead of PACKAGE and to look for po2tbl in ./ not in intl/
+#
+# - Modified by jacob berkman <jacob@ximian.com> to install
+#   Makefile.in.in and po2tbl.sed.in for use with glib-gettextize
+#
+# - Modified by Rodney Dawes <dobey.pwns@gmail.com> for use with intltool
+#
+# We have the following line for use by intltoolize:
+# INTLTOOL_MAKEFILE
+
+GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
+PACKAGE = @PACKAGE@
+VERSION = @VERSION@
+
+SHELL = /bin/sh
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+top_builddir = @top_builddir@
+VPATH = @srcdir@
+
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+datadir = @datadir@
+datarootdir = @datarootdir@
+libdir = @libdir@
+DATADIRNAME = @DATADIRNAME@
+itlocaledir = $(prefix)/$(DATADIRNAME)/locale
+subdir = po
+install_sh = @install_sh@
+# Automake >= 1.8 provides @mkdir_p@.
+# Until it can be supposed, use the safe fallback:
+mkdir_p = $(install_sh) -d
+
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+
+GMSGFMT = @GMSGFMT@
+MSGFMT = @MSGFMT@
+XGETTEXT = @XGETTEXT@
+INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
+MSGMERGE = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist
+GENPOT   = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot
+
+ALL_LINGUAS = @ALL_LINGUAS@
+
+PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; fi)
+
+USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep ^$$lang$$ $(srcdir)/LINGUAS`" -o -n "`echo $$ALINGUAS|grep ' ?$$lang ?'`"; then printf "$$lang "; fi; done; fi)
+
+USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)
+
+POFILES=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done)
+
+DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(POFILES)
+EXTRA_DISTFILES = POTFILES.skip Makevars LINGUAS
+
+POTFILES = \
+# This comment gets stripped out
+
+CATALOGS=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.gmo "; done)
+
+.SUFFIXES:
+.SUFFIXES: .po .pox .gmo .mo .msg .cat
+
+.po.pox:
+       $(MAKE) $(GETTEXT_PACKAGE).pot
+       $(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox
+
+.po.mo:
+       $(MSGFMT) -o $@ $<
+
+.po.gmo:
+       file=`echo $* | sed 's,.*/,,'`.gmo \
+         && rm -f $$file && $(GMSGFMT) -o $$file $<
+
+.po.cat:
+       sed -f ../intl/po2msg.sed < $< > $*.msg \
+         && rm -f $@ && gencat $@ $*.msg
+
+
+all: all-@USE_NLS@
+
+all-yes: $(CATALOGS)
+all-no:
+
+$(GETTEXT_PACKAGE).pot: $(POTFILES)
+       $(GENPOT)
+
+install: install-data
+install-data: install-data-@USE_NLS@
+install-data-no: all
+install-data-yes: all
+       $(mkdir_p) $(DESTDIR)$(itlocaledir)
+       linguas="$(USE_LINGUAS)"; \
+       for lang in $$linguas; do \
+         dir=$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES; \
+         $(mkdir_p) $$dir; \
+         if test -r $$lang.gmo; then \
+           $(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \
+           echo "installing $$lang.gmo as $$dir/$(GETTEXT_PACKAGE).mo"; \
+         else \
+           $(INSTALL_DATA) $(srcdir)/$$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \
+           echo "installing $(srcdir)/$$lang.gmo as" \
+                "$$dir/$(GETTEXT_PACKAGE).mo"; \
+         fi; \
+         if test -r $$lang.gmo.m; then \
+           $(INSTALL_DATA) $$lang.gmo.m $$dir/$(GETTEXT_PACKAGE).mo.m; \
+           echo "installing $$lang.gmo.m as $$dir/$(GETTEXT_PACKAGE).mo.m"; \
+         else \
+           if test -r $(srcdir)/$$lang.gmo.m ; then \
+             $(INSTALL_DATA) $(srcdir)/$$lang.gmo.m \
+               $$dir/$(GETTEXT_PACKAGE).mo.m; \
+             echo "installing $(srcdir)/$$lang.gmo.m as" \
+                  "$$dir/$(GETTEXT_PACKAGE).mo.m"; \
+           else \
+             true; \
+           fi; \
+         fi; \
+       done
+
+# Empty stubs to satisfy archaic automake needs
+dvi info tags TAGS ID:
+
+# Define this as empty until I found a useful application.
+install-exec installcheck:
+
+uninstall:
+       linguas="$(USE_LINGUAS)"; \
+       for lang in $$linguas; do \
+         rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \
+         rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
+       done
+
+check: all $(GETTEXT_PACKAGE).pot
+       rm -f missing notexist
+       srcdir=$(srcdir) $(INTLTOOL_UPDATE) -m
+       if [ -r missing -o -r notexist ]; then \
+         exit 1; \
+       fi
+
+mostlyclean:
+       rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp
+       rm -f .intltool-merge-cache
+
+clean: mostlyclean
+
+distclean: clean
+       rm -f Makefile Makefile.in POTFILES stamp-it
+       rm -f *.mo *.msg *.cat *.cat.m *.gmo
+
+maintainer-clean: distclean
+       @echo "This command is intended for maintainers to use;"
+       @echo "it deletes files that may require special tools to rebuild."
+       rm -f Makefile.in.in
+
+distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
+dist distdir: $(DISTFILES)
+       dists="$(DISTFILES)"; \
+       extra_dists="$(EXTRA_DISTFILES)"; \
+       for file in $$extra_dists; do \
+         test -f $(srcdir)/$$file && dists="$$dists $(srcdir)/$$file"; \
+       done; \
+       for file in $$dists; do \
+         test -f $$file || file="$(srcdir)/$$file"; \
+         ln $$file $(distdir) 2> /dev/null \
+           || cp -p $$file $(distdir); \
+       done
+
+update-po: Makefile
+       $(MAKE) $(GETTEXT_PACKAGE).pot
+       tmpdir=`pwd`; \
+       linguas="$(USE_LINGUAS)"; \
+       for lang in $$linguas; do \
+         echo "$$lang:"; \
+         result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
+         if $$result; then \
+           if cmp $(srcdir)/$$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
+             rm -f $$tmpdir/$$lang.new.po; \
+            else \
+             if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
+               :; \
+             else \
+               echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
+               rm -f $$tmpdir/$$lang.new.po; \
+               exit 1; \
+             fi; \
+           fi; \
+         else \
+           echo "msgmerge for $$lang.gmo failed!"; \
+           rm -f $$tmpdir/$$lang.new.po; \
+         fi; \
+       done
+
+Makefile POTFILES: stamp-it
+       @if test ! -f $@; then \
+         rm -f stamp-it; \
+         $(MAKE) stamp-it; \
+       fi
+
+stamp-it: Makefile.in.in $(top_builddir)/config.status POTFILES.in
+       cd $(top_builddir) \
+         && CONFIG_FILES=$(subdir)/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
+              $(SHELL) ./config.status
+
+# Tell versions [3.59,3.63) of GNU make not to export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/po/POTFILES b/po/POTFILES
new file mode 100644 (file)
index 0000000..8743caa
--- /dev/null
@@ -0,0 +1 @@
+       ../registryd/Accessibility_Registry.server.in.in
diff --git a/po/POTFILES.in b/po/POTFILES.in
new file mode 100644 (file)
index 0000000..f509b7b
--- /dev/null
@@ -0,0 +1,3 @@
+# List of source files containing translatable strings.
+# Please keep this file sorted alphabetically.
+registryd/Accessibility_Registry.server.in.in
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
new file mode 100644 (file)
index 0000000..0357969
--- /dev/null
@@ -0,0 +1,4 @@
+# List of source files containing strings that need not be translated.
+# Please keep this file sorted alphabetically.
+atk-bridge/bridge.c
+registryd/Accessibility_Registry.server.in
diff --git a/po/ang.po b/po/ang.po
new file mode 100644 (file)
index 0000000..e98c164
--- /dev/null
+++ b/po/ang.po
@@ -0,0 +1,26 @@
+# English/GB translation of PACKAGE.
+# Copyright (C) 2004 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# James Johnson <modean52@comcast.net>, 2004
+# 
+# 
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-08-09 21:09+0100\n"
+"PO-Revision-Date: 2004-08-09 21:10+0100\n"
+"Last-Translator: James Johnson <modean52@comcast.net>\n"
+"Language-Team: Old English <modean52@comcast.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit"
+
+#: registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "AT-SPI Nambóc"
+
+#: registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Geférnesbóc"
+
diff --git a/po/ar.po b/po/ar.po
new file mode 100644 (file)
index 0000000..a31b07f
--- /dev/null
+++ b/po/ar.po
@@ -0,0 +1,32 @@
+# 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.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: AT-SPI 1.3.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-03-16 03:53+0000\n"
+"PO-Revision-Date: 2004-02-12 10:26+0100\n"
+"Last-Translator: Arafat Medini <lumina@silverpen.de>\n"
+"Language-Team: Arabic <doc@arabeyes.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# 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 "سجل الإعانة"
+
+#~ msgid "failure: no device event controller found.\n"
+#~ msgstr "فشل لم يوجد متحكم لأحداث الأجهزة.\n"
+
+#~ msgid "WARNING: NULL key event reported."
+#~ msgstr "تنبيه: وقع تقرير حدث مصفر."
diff --git a/po/az.po b/po/az.po
new file mode 100644 (file)
index 0000000..a53ae91
--- /dev/null
+++ b/po/az.po
@@ -0,0 +1,32 @@
+# at-spi.HEAD.po faylının Azərbaycan dilirnə tərcüməsi.
+# Copyright (C) 2003 THE Mətin Əmirov
+# This file is distributed under the same license as the at-spi package.
+# Mətin Əmirov <metin@karegen.com>, 2003.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: 2.4\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-08-11 11:14+0200\n"
+"PO-Revision-Date: 2003-08-06 18:06+0200\n"
+"Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
+"Language-Team: Azerbaijani <gnome@azitt.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: atk-bridge/bridge.c:311
+msgid "failure: no device event controller found.\n"
+msgstr "bacarılmadı: avadanlıq hadisə idarəçisi tapılmadı.\n"
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr "XƏBƏRDARLIQ: NULL açar hadisəsi raport edildi."
+
+#: registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "AT-SPI Qeydi"
+
+#: registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Yetişmə Qabiliyyəti Qeydi"
diff --git a/po/be.po b/po/be.po
new file mode 100644 (file)
index 0000000..ad76109
--- /dev/null
+++ b/po/be.po
@@ -0,0 +1,34 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2003 Free Software Foundation, Inc.
+# This file is distributed under the same license as the at-spi package.
+# Ales Nyakhaychyk <nab@mail.by>, 2003.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-07-12 03:51+0200\n"
+"PO-Revision-Date: 2003-07-23 09:52+0300\n"
+"Last-Translator: Ales Nyakhaychyk <nab@mail.by>\n"
+"Language-Team: Belarusian <i18n@mova.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 0.9.6\n"
+
+#: atk-bridge/bridge.c:311
+msgid "failure: no device event controller found.\n"
+msgstr "памылка: не адшуканы кіраўнік падзей прылады.\n"
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr "УВАГА: паведамлены NULL ключ падзеі."
+
+#: 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 "Рэгістар даступнасьці"
+
diff --git a/po/be@latin.po b/po/be@latin.po
new file mode 100644 (file)
index 0000000..ddfb589
--- /dev/null
@@ -0,0 +1,24 @@
+# Biełaruski pierakład at-spi
+# Copyright (C) 2008 Ihar Hrachyshka
+# This file is distributed under the same license as the at-spi package.
+# Ihar Hrachyshka <booxter@lacinka.org>.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi.HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-03-16 12:42+0200\n"
+"PO-Revision-Date: 2008-03-16 12:44+0200\n"
+"Last-Translator: Ihar Hrachyshka <booxter@lacinka.org>\n"
+"Language-Team: Belarusian Latin <i18n@mova.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Rehistar AT-SPI"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Rehistar dastupnaści"
diff --git a/po/bg.po b/po/bg.po
new file mode 100644 (file)
index 0000000..2fe0522
--- /dev/null
+++ b/po/bg.po
@@ -0,0 +1,26 @@
+# translation of at-spi
+# Copyright (C) 2004 Free Software Foundation
+# This file is distributed under the same license as the at-spi package.
+# Vladimir Petkov <vpetkov@i-space.org>, 2004.
+# Alexander Shopov <ash@contact.bg>, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi-gnome-2-6\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-07-09 15:45+0300\n"
+"PO-Revision-Date: 2005-07-08 22:54+0300\n"
+"Last-Translator:  Vladimir Petkov <vpetkov@i-space.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"
+
+#: ../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 "Регистър за достъпност"
diff --git a/po/bn.po b/po/bn.po
new file mode 100644 (file)
index 0000000..ddb7952
--- /dev/null
+++ b/po/bn.po
@@ -0,0 +1,33 @@
+# 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.
+# 
+# 
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-09-05 02:26-0400\n"
+"PO-Revision-Date: 2003-08-27 00:33+0530\n"
+"Last-Translator: Sayamindu Dasgupta <unmadindu@bengalinux.org>\n"
+"Language-Team: Bengali <gnome-translation@bengalinux.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: atk-bridge/bridge.c:311
+msgid "failure: no device event controller found.\n"
+msgstr "ব্যর্থ: কোন ডিভাইস ইভেন্ট কন্ট্রোলার খুঁজে পাওয়া গেল না।\n"
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr "সাবধান: NULL কী ইভেন্ট রিপোর্ট করা হয়েছে। "
+
+#: 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 "সহায়ক প্রযুক্তি রেজিস্ট্রি"
diff --git a/po/bs.po b/po/bs.po
new file mode 100644 (file)
index 0000000..b539d52
--- /dev/null
+++ b/po/bs.po
@@ -0,0 +1,31 @@
+# translation of at-spi to Bosnian
+# This file is distributed under the same license as the at-spi package.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
+# Kenan Hadžiavdić <kenanh@frisurf.no>, 2004.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi.HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-07-25 19:31+0200\n"
+"PO-Revision-Date: 2004-03-04 02:10+0000\n"
+"Last-Translator: Kenan Hadžiavdić <kenanh@frisurf.no>\n"
+"Language-Team: Bosnian <lokal@lugbih.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"
+
+#: 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 dostupnosti"
+
+#~ msgid "failure: no device event controller found.\n"
+#~ msgstr "greška: nije pronađen kontrolor događaja za uređaj.\n"
+
+#~ msgid "WARNING: NULL key event reported."
+#~ msgstr "UPOZORENJE: prijavljen je NULL događaj tipke."
diff --git a/po/ca.po b/po/ca.po
new file mode 100644 (file)
index 0000000..c2695d4
--- /dev/null
+++ b/po/ca.po
@@ -0,0 +1,32 @@
+# Catalan translation of at-spi.
+# Copyright (C) 2003 Free Software Foundation, Inc.
+# This file is distributed under the same license as the at-spi package.
+# Jordi Mallach <jordi@sindominio.net>, 2003.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi 1.3.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-07-06 11:49+0200\n"
+"PO-Revision-Date: 2003-07-06 11:52+0200\n"
+"Last-Translator: Jordi Mallach <jordi@sindominio.net>\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"
+
+#: atk-bridge/bridge.c:311
+msgid "failure: no device event controller found.\n"
+msgstr "falla: no s'ha trobat un controlador d'events de dispositiu\n"
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr "AVÍS: s'ha rebut un event de tecla NULA."
+
+#: registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Registre d'AT-SPI"
+
+#: registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Registre d'accessibilitat"
diff --git a/po/cs.po b/po/cs.po
new file mode 100644 (file)
index 0000000..687190e
--- /dev/null
+++ b/po/cs.po
@@ -0,0 +1,32 @@
+# Czech translation of at-spin
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the at-spi package.
+# Miloslav Trmac <mitr@volny.cz>, 2003.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-01-24 03:14+0100\n"
+"PO-Revision-Date: 2003-07-02 17:52+0200\n"
+"Last-Translator: Miloslav Trmac <mitr@volny.cz>\n"
+"Language-Team: Czech <cs@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: atk-bridge/bridge.c:309
+msgid "failure: no device event controller found.\n"
+msgstr "selhání: nenalezen řadič události zařízení.\n"
+
+#: atk-bridge/bridge.c:778
+msgid "WARNING: NULL key event reported."
+msgstr "VAROVÁNÍ: ohlášena NULL událost klávesy."
+
+#: 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í"
diff --git a/po/cy.po b/po/cy.po
new file mode 100644 (file)
index 0000000..d89b9c8
--- /dev/null
+++ b/po/cy.po
@@ -0,0 +1,31 @@
+# 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"
+"POT-Creation-Date: 2003-07-03 07:35+0100\n"
+"PO-Revision-Date: 2003-07-03 07:37+0100\n"
+"Last-Translator: Dafydd Harries <daf@parnassus.ath.cx>\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"
+
+#: atk-bridge/bridge.c:311
+msgid "failure: no device event controller found.\n"
+msgstr "methiant: dim rheolwr digwyddiad dyfaid wedi ei ganfod.\n"
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr "RHYBUDD: adroddwyd digwyddiad allwedd NULL."
+
+#: 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"
diff --git a/po/da.po b/po/da.po
new file mode 100644 (file)
index 0000000..aebfce5
--- /dev/null
+++ b/po/da.po
@@ -0,0 +1,32 @@
+# Danish translation of at-spi.
+# Copyright (C) 2003 Free Software Foundation, Inc.
+# This file is distributed under the same license as the at-spi package.
+# Ole Laursen <olau@hardworking.dk>, 2003.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-07-28 00:37+0200\n"
+"PO-Revision-Date: 2003-07-28 00:39+0200\n"
+"Last-Translator: Ole Laursen <olau@hardworking.dk>\n"
+"Language-Team: Danish <dansk@klid.dk>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: atk-bridge/bridge.c:311
+msgid "failure: no device event controller found.\n"
+msgstr "fejl: ingen enhedshændelseshåndtering fundet.\n"
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr "ADVARSEL: NULL-nøglehændelse rapporteret."
+
+#: 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 "Tilgængelighedsregister"
diff --git a/po/de.po b/po/de.po
new file mode 100644 (file)
index 0000000..a5cdfc7
--- /dev/null
+++ b/po/de.po
@@ -0,0 +1,34 @@
+# 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.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: AT-SPI 1.3.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-07-02 19:32+0200\n"
+"PO-Revision-Date: 2003-07-02 19:28+0200\n"
+"Last-Translator: Christian Neumair <chris@gnome-de.org>\n"
+"Language-Team: German <gnome-de@gnome.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: atk-bridge/bridge.c:311
+msgid "failure: no device event controller found.\n"
+msgstr "Fehlgeschlagen: Kein Geräteereignis-Controller gefunden.\n"
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr "WARNUNG: SChlüsselereignis »NULL« berichtet."
+
+# 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 "Barrierefreiheitsregistrierung"
diff --git a/po/dz.po b/po/dz.po
new file mode 100644 (file)
index 0000000..615c7ca
--- /dev/null
+++ b/po/dz.po
@@ -0,0 +1,29 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi.HEAD.dz\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-01-20 12:27+0100\n"
+"PO-Revision-Date: 2006-03-29 17:32-0500\n"
+"Last-Translator: \n"
+"Language-Team: DZONGKHA <pgeyleg@dit.gov.b t>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Dzongkha\n"
+"X-Poedit-Country: BHUTAN\n"
+"X-Poedit-SourceCharset: utf-8\n"
+"Plural-Forms: nplurals=2;plural=(n!=1);\n"
+
+#: ../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 "འཛུལ་སྤྱོད་ཐོ་མཛོད།"
+
diff --git a/po/el.po b/po/el.po
new file mode 100644 (file)
index 0000000..d6542b1
--- /dev/null
+++ b/po/el.po
@@ -0,0 +1,32 @@
+# 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"
+"POT-Creation-Date: 2004-03-15 16:02+0200\n"
+"PO-Revision-Date: 2004-03-15 16:04-0200\n"
+"Last-Translator: Nikos Charonitakis <charosn@her.fothnet.gr>\n"
+"Language-Team: Greek <nls@tux.hellug.gr>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: atk-bridge/bridge.c:309
+msgid "failure: no device event controller found.\n"
+msgstr "αποτυχία: δε βρέθηκε ελεγκτής γεγονότος συσκευής.\n"
+
+#: atk-bridge/bridge.c:778
+msgid "WARNING: NULL key event reported."
+msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: αναφέρθηκε  NULL key event."
+
+#: 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 "Μητρώο Προσιτότητας"
+
diff --git a/po/en_CA.po b/po/en_CA.po
new file mode 100644 (file)
index 0000000..f35f397
--- /dev/null
@@ -0,0 +1,24 @@
+# Canadian English translation of at-spi 1.4.1.
+# Copyright (C) 2004 Adam Weinberger and the GNOME Foundation
+# This file is distributed under the same licence as the at-spi package.
+# Adam Weinberger <adamw@gnome.org>, 2004.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi 1.4.1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-01-13 16:34-0500\n"
+"PO-Revision-Date: 2005-01-13 16:39-0500\n"
+"Last-Translator: Adam Weinberger <adamw@gnome.org>\n"
+"Language-Team: Canadian English <adamw@gnome.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: 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"
diff --git a/po/en_GB.po b/po/en_GB.po
new file mode 100644 (file)
index 0000000..b2e0bf1
--- /dev/null
@@ -0,0 +1,32 @@
+# English (British) translation.
+# Copyright (C) 2004 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the at-spi package.
+# Gareth Owen <gowen72@yahoo.com> 2004.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-03-16 21:03-0500\n"
+"PO-Revision-Date: 2004-03-07 16:58-0500\n"
+"Last-Translator: Gareth Owen <gowen72@yahoo.com>\n"
+"Language-Team: en_GB\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: atk-bridge/bridge.c:309
+msgid "failure: no device event controller found.\n"
+msgstr "failure: no device event controller found.\n"
+
+#: atk-bridge/bridge.c:778
+msgid "WARNING: NULL key event reported."
+msgstr "WARNING: NULL key event reported."
+
+#: 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"
diff --git a/po/eo.po b/po/eo.po
new file mode 100644 (file)
index 0000000..2913d1d
--- /dev/null
+++ b/po/eo.po
@@ -0,0 +1,31 @@
+# Esperanto translation of at-spi.
+# Copyright (C) 2003 Free Software Foundation, Inc.
+# This file is distributed under the same license as the at-spi package.
+# Charles Voelger <cvoelger@dweasel.com>, 2003.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi 1.3.5\n"
+"POT-Creation-Date: 2003-07-24 11:17+0200\n"
+"PO-Revision-Date: 2003-07-01 11:55-0500\n"
+"Last-Translator: Charles Voelger <cvoelger@dweasel.com>\n"
+"Language-Team: Esperanto <eo@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: atk-bridge/bridge.c:311
+msgid "failure: no device event controller found.\n"
+msgstr ""
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr ""
+
+#: registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "AT-SPI Registrejo"
+
+#: registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Alirebleca Registrejo"
diff --git a/po/es.po b/po/es.po
new file mode 100644 (file)
index 0000000..256533a
--- /dev/null
+++ b/po/es.po
@@ -0,0 +1,36 @@
+# 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.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi.HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-08-28 11:18+0200\n"
+"PO-Revision-Date: 2003-08-28 13:39+0200\n"
+"Last-Translator: Francisco Javier F. Serrador <serrador@arrakis.es>\n"
+"Language-Team: Spanish <traductores@es.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"
+
+#: atk-bridge/bridge.c:311
+msgid "failure: no device event controller found.\n"
+msgstr "fallo: no se encontró un controlador de eventos del dispositivo.\n"
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr "ADVERTENCIA: Se ha informado de un evento de tecla NULL."
+
+#: 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"
+
diff --git a/po/et.po b/po/et.po
new file mode 100644 (file)
index 0000000..14b49d0
--- /dev/null
+++ b/po/et.po
@@ -0,0 +1,26 @@
+# Estonian translation for At-spi
+# Copyright (C) 1999-2003 Free Software Foundation, Inc.
+# This file is distributed under the same license as the At-spi package.
+# Priit Laes <amd@tt.ee>, 2003.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: At-spi 1.3.4\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-01-15 11:34+0100\n"
+"PO-Revision-Date: 2003-08-07 01:08+0300\n"
+"Last-Translator: Priit Laes <amd@tt.ee>\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"
+
+#: 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 "Ligipääsetavuse register"
+
diff --git a/po/eu.po b/po/eu.po
new file mode 100644 (file)
index 0000000..822edb5
--- /dev/null
+++ b/po/eu.po
@@ -0,0 +1,35 @@
+# translation of at-spi.eu.po to Basque
+# translation of at-spi.HEAD.po to Euskara
+# 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
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi.eu\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-09-11 11:17+0200\n"
+"PO-Revision-Date: 2003-09-25 13:05GMT\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.0.1\n"
+
+#: atk-bridge/bridge.c:311
+msgid "failure: no device event controller found.\n"
+msgstr "hutsegitea: gailuaren gertaera kontrolatzailerik ez da aurkitu.\n"
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr "OHARRA: NULL motadun tekla gertaera azaldu da."
+
+#: 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"
+
diff --git a/po/fa.po b/po/fa.po
new file mode 100644 (file)
index 0000000..2afc873
--- /dev/null
+++ b/po/fa.po
@@ -0,0 +1,33 @@
+# Persian translation of at-spi.
+# Copyright (C) 2004 Free Software Foundation, Inc.
+# Copyright (C) 2004 Sharif FarsiWeb, Inc.
+# This file is distributed under the same license as the at-spi package.
+# Roozbeh Pournader <roozbeh@sharife.edu>, 2004.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi 1.3.9\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-12-23 03:02+0100\n"
+"PO-Revision-Date: 2004-01-01 17:36+0330\n"
+"Last-Translator: Roozbeh Pournader <roozbeh@sharif.edu>\n"
+"Language-Team: Persian <farsi@lists.sharif.edu>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: atk-bridge/bridge.c:309
+msgid "failure: no device event controller found.\n"
+msgstr "شکست: هیچ کنترلگر وقایع دستگاهی یافت نشد.\n"
+
+#: atk-bridge/bridge.c:778
+msgid "WARNING: NULL key event reported."
+msgstr "اخطار: واقعه‌ی کلید خالی (NULL)‌ گزارش شد."
+
+#: 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 "بایگانی دست‌رسی‌پذیری"
diff --git a/po/fi.po b/po/fi.po
new file mode 100644 (file)
index 0000000..8ab107c
--- /dev/null
+++ b/po/fi.po
@@ -0,0 +1,31 @@
+# at-spi Finnish translation.
+# Copyright (C) 2003 Free Software Foundation, Inc.
+# This file is distributed under the same license as the at-spi package.
+# Sami Pesonen <sampeson@iki.fi>, 2003.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"POT-Creation-Date: 2003-08-31 18:55+0300\n"
+"PO-Revision-Date: 2003-08-31 18:56+0300\n"
+"Last-Translator: Sami Pesonen <sampeson@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"
+
+#: atk-bridge/bridge.c:311
+msgid "failure: no device event controller found.\n"
+msgstr "virhe: laitetapahtumaohjainta ei löytynyt.\n"
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr "VAROITUS: TYHJÄ näppäintapahtuma havaittu."
+
+#: 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"
diff --git a/po/fr.po b/po/fr.po
new file mode 100644 (file)
index 0000000..58865fd
--- /dev/null
+++ b/po/fr.po
@@ -0,0 +1,32 @@
+# French translation of at-spi.
+# Copyright (C) 2003 Free Software Foundation, Inc.
+# This file is distributed under the same license as the at-spi package.
+# maintainer: Christophe Merlet (RedFox) <redfox@redfoxcenter.org>, 2003.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi 1.3.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-07-06 11:33+0200\n"
+"PO-Revision-Date: 2003-07-06 11:23+0200\n"
+"Last-Translator: Christophe Merlet (RedFox) <redfox@redfoxcenter.org>\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"
+
+#: atk-bridge/bridge.c:311
+msgid "failure: no device event controller found.\n"
+msgstr "échec : aucun périphérique contrôleur d'événements trouvé.\n"
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr "ATTENTION : événement clé NULL rapporté."
+
+#: 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 Accessibilité"
diff --git a/po/gl.po b/po/gl.po
new file mode 100644 (file)
index 0000000..742bac1
--- /dev/null
+++ b/po/gl.po
@@ -0,0 +1,28 @@
+# Galician translation of at-spi.
+# Copyright (C) 2004 Jesús Bravo Álvarez.
+# Jesús Bravo Álvarez <suso@trasno.net>, 2004.
+#
+# 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
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"POT-Creation-Date: 2004-07-31 10:57+0200\n"
+"PO-Revision-Date: 2004-09-14 00:31+0200\n"
+"Last-Translator: Jesús Bravo Álvarez <suso@trasno.net>\n"
+"Language-Team: Galician <proxecto@trasno.net>\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"
+
+#: registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Rexistro AT-SPI"
+
+#: registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Rexistro de accesibilidade"
diff --git a/po/gu.po b/po/gu.po
new file mode 100644 (file)
index 0000000..0fbe069
--- /dev/null
+++ b/po/gu.po
@@ -0,0 +1,27 @@
+# translation of at-spi.HEAD.gu.po to Gujarati
+# Copyright (C) 2004 Free Software Foundation, Inc.
+# MagNet <magnet@magnet-i.com>, 2004.
+# Ankit Patel <ankit@redhat.com>, 2004.
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi.HEAD.gu\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-08-18 11:01+0200\n"
+"PO-Revision-Date: 2004-08-23 17:34+0530\n"
+"Last-Translator: Ankit Patel <ankit@redhat.com>\n"
+"<magnet@magnet-i.com>\n"
+"Language-Team: Gujarati\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.3.1\n"
+"Plural-Forms: Plural-Forms: nplurals=2; plural=(n!=1);\n\n"
+
+#: 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 "સુલભતા નોંધણીપત્રક"
+
diff --git a/po/he.po b/po/he.po
new file mode 100644 (file)
index 0000000..d951b6e
--- /dev/null
+++ b/po/he.po
@@ -0,0 +1,34 @@
+# 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: \n"
+"POT-Creation-Date: 2003-07-04 11:52+0200\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"
+
+#: atk-bridge/bridge.c:311
+msgid "failure: no device event controller found.\n"
+msgstr "כשלון: לא נמצא בקר אירוע התקן.\n"
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr "אזהרה: דיווח על אירוע מפתח ריק."
+
+#: 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 "רישום נגישות"
+
diff --git a/po/hi.po b/po/hi.po
new file mode 100644 (file)
index 0000000..97b302d
--- /dev/null
+++ b/po/hi.po
@@ -0,0 +1,24 @@
+# translation of at-spi.hi.po to Hindi
+# This file is distributed under the same license as the PACKAGE package.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# G Karunakar <karunakar@freedomink.org>, 2003
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi.hi\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-07-21 14:41+0530\n"
+"PO-Revision-Date: 2004-06-16 13:34+0530\n"
+"Last-Translator: Ravishankar Shrivastava <raviratlami@yahoo.com>\n"
+"Language-Team: Hindi <indlinux-hindi-gnome@lists.sourceforge.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: 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 "पहुँचयोग्य रजिस्ट्री"
diff --git a/po/hr.po b/po/hr.po
new file mode 100644 (file)
index 0000000..0ba5fd9
--- /dev/null
+++ b/po/hr.po
@@ -0,0 +1,31 @@
+# Translation of at-spi to Croatiann
+# Copyright (C) Croatiann team
+# Translators: Robert Sedak <robert.sedak@sk.tel.hr>,
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi 0\n"
+"POT-Creation-Date: 2004-03-13 12:55+0100\n"
+"PO-Revision-Date: 2004-03-13 12:55+CET\n"
+"Last-Translator: auto\n"
+"Language-Team: Croatian <lokalizacija@linux.hr>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: TransDict server\n"
+
+#: atk-bridge/bridge.c:309
+msgid "failure: no device event controller found.\n"
+msgstr "greška: nije nađen kontroler događaja uređaja.\n"
+
+#: atk-bridge/bridge.c:778
+msgid "WARNING: NULL key event reported."
+msgstr "POZOR: Prijavljen je događaj NULL ključa."
+
+#: 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 "Pristupačnost registru"
+
diff --git a/po/hu.po b/po/hu.po
new file mode 100644 (file)
index 0000000..22c8efa
--- /dev/null
+++ b/po/hu.po
@@ -0,0 +1,28 @@
+# translation of at-spi to Hungarian
+# This file is distributed under the same license as the at-spi package.
+# Copyright (C) 2005, Free Software Foundation, Inc.
+# Szabolcs Varga <shirokuma@shirokuma.hu>, 2005.
+# Gabor Kelemen <kelemeng@gnome.hu>, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi.HEAD.hu\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-08-14 05:34+0000\n"
+"PO-Revision-Date: 2005-08-14 09:56+0200\n"
+"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
+"Language-Team: Hungarian <gnome@gnome.hu>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.10\n"
+"Plural-Forms:  nplurals=1; plural=0;\n"
+
+#: ../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"
+
diff --git a/po/id.po b/po/id.po
new file mode 100644 (file)
index 0000000..3973ce1
--- /dev/null
+++ b/po/id.po
@@ -0,0 +1,32 @@
+# Indonesian 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.
+# 
+# 
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi HEAD\n"
+"POT-Creation-Date: 2003-12-16 16:58+0700\n"
+"PO-Revision-Date: 2003-12-10 19:36+0700\n"
+"Last-Translator: Ahmad Riza H Nst <ari@160c.afraid.org>\n"
+"Language-Team: Indonesia <sukarelawan@gnome.linux.or.id>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Report-Msgid-Bugs-To: \n"
+
+#: atk-bridge/bridge.c:309
+msgid "failure: no device event controller found.\n"
+msgstr "kesalahan: tidak menemukan pengatur device event.\n"
+
+#: atk-bridge/bridge.c:778
+msgid "WARNING: NULL key event reported."
+msgstr "PERINGATAN: kunci event NULL ditemukan."
+
+#: registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Registri AT-SPI"
+
+#: registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Registri aksesibilitas"
diff --git a/po/is.po b/po/is.po
new file mode 100644 (file)
index 0000000..219dbc4
--- /dev/null
+++ b/po/is.po
@@ -0,0 +1,31 @@
+# Íslensk þýðing AT-SPI 1.3.5
+# Copyright (C) 2003 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Richard Allen <ra@ra.is>, 2002.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi 1.3.5\n"
+"POT-Creation-Date: 2003-08-22 13:44+0200\n"
+"PO-Revision-Date: 2003-08-01 00:28+0000\n"
+"Last-Translator: Richard Allen <ra@ra.is>\n"
+"Language-Team: is <is@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: atk-bridge/bridge.c:311
+msgid "failure: no device event controller found.\n"
+msgstr "villa: enginn viðburðastýring fannst.\n"
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr "AÐVÖRUN: NULL atburður skilgreindur."
+
+#: registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "AT-SPI Grunnur"
+
+#: registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Aðgengisgrunnur"
diff --git a/po/it.po b/po/it.po
new file mode 100644 (file)
index 0000000..14177dc
--- /dev/null
+++ b/po/it.po
@@ -0,0 +1,32 @@
+# at-spi Italian translation.
+# Copyright (C) 2003 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the at-spi package.
+# Alessio Frusciante <algol@firenze.linux.it>, 2003.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-07-04 11:49+0200\n"
+"PO-Revision-Date: 2003-07-30 10:38+0200\n"
+"Last-Translator: Alessio Frusciante <algol@firenze.linux.it>\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"
+
+#: atk-bridge/bridge.c:311
+msgid "failure: no device event controller found.\n"
+msgstr "errore: impossibile trovare un controllore degli eventi della periferica.\n"
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr "Attenzione: riportato evento tasto NULL"
+
+#: 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 accesso facilitato."
diff --git a/po/ja.po b/po/ja.po
new file mode 100644 (file)
index 0000000..d6954ae
--- /dev/null
+++ b/po/ja.po
@@ -0,0 +1,32 @@
+# at-spi ja.po
+# Copyright (C) 2003 Free Software Foundation, Inc.
+# This file is distributed under the same license as the at-spi package.
+# KAMAGASAKO Masatoshi <emerald@gnome.gr.jp>, 2003.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-08-30 23:53+0900\n"
+"PO-Revision-Date: 2003-07-28 00:24+0900\n"
+"Last-Translator: KAMAGASAKO Masatoshi <emerald@gnome.gr.jp>\n"
+"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: atk-bridge/bridge.c:311
+msgid "failure: no device event controller found.\n"
+msgstr "失敗: デバイス・イベント・コントローラが見つかりませんでした。\n"
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr "警告: NULL キー・イベントが報告されました。"
+
+#: 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 "アクセシビリティ・レジストリ"
diff --git a/po/ka.po b/po/ka.po
new file mode 100644 (file)
index 0000000..7fe03cd
--- /dev/null
+++ b/po/ka.po
@@ -0,0 +1,24 @@
+# Georgian translation of at-spi.
+# Copyright (C) 2004 Aiet Kolkhi
+# This file is distributed under the same license as the at-spi package.
+# Aiet Kolkhi <aiet@qartuli.net>, 2004.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: 0.1\n"
+"POT-Creation-Date: 2004-04-29 14:00+0200\n"
+"PO-Revision-Date: 2004-05-15 12:39+0400\n"
+"Last-Translator: Aiet Kolkhi <aiet@qartuli.net>\n"
+"Language-Team: Georgian <aiet@qartuli.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: 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 "შეზღუდულთა რეგისტრაცია"
+
diff --git a/po/ko.po b/po/ko.po
new file mode 100644 (file)
index 0000000..844ed1e
--- /dev/null
+++ b/po/ko.po
@@ -0,0 +1,31 @@
+# at-spi
+# This file is distributed under the same license as the PACKAGE package.
+# Changwoo Ryu <cwryu@debian.org>, 2003.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi 1.3.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-07-28 19:57+0900\n"
+"PO-Revision-Date: 2003-07-28 19:59+0900\n"
+"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
+"Language-Team: Korean <gnome-kr-translation@lists.sourceforge.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: atk-bridge/bridge.c:311
+msgid "failure: no device event controller found.\n"
+msgstr "실패: 장치 이벤트 컨트롤러가 없습니다.\n"
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr "경고: NULL 키 이벤트가 보고됨."
+
+#: 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 "접근성 레지스트리"
diff --git a/po/ku.po b/po/ku.po
new file mode 100644 (file)
index 0000000..ea9e6df
--- /dev/null
+++ b/po/ku.po
@@ -0,0 +1,27 @@
+# Kurdish translation of PACKAGE.
+# Copyright (C) 2008 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Erdal Ronahi <erdal.ronahi+nospam@gmail.com>, 2008.
+# , fuzzy
+# 
+# 
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-03-20 03:51+0000\n"
+"PO-Revision-Date: 2008-03-21 01:46+0100\n"
+"Last-Translator: Erdal Ronahi <erdal.ronahi+nospam@gmail.com>\n"
+"Language-Team: Kurdish\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Registry ya AT-SPI"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Registry ya Gihîştinê"
+
diff --git a/po/lt.po b/po/lt.po
new file mode 100644 (file)
index 0000000..b9cca61
--- /dev/null
+++ b/po/lt.po
@@ -0,0 +1,31 @@
+# Lithuanian translation of at-spi.
+# Copyright (C) 2003 Free Software Foundation, Inc.
+# Tomas Kuliavas <tokul@users.sourceforge.net>, 2003.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-09-28 21:22+0300\n"
+"PO-Revision-Date: 2003-09-22 17:38+0200\n"
+"Last-Translator: Tomas Kuliavas <tokul@users.sourceforge.net>\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"
+
+#: atk-bridge/bridge.c:308
+msgid "failure: no device event controller found.\n"
+msgstr "triktis: nerastas įrengimo įvykio valdiklis.\n"
+
+#: atk-bridge/bridge.c:777
+msgid "WARNING: NULL key event reported."
+msgstr "DĖMESIO: pranešta apie nulinį įvykį"
+
+#: 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"
diff --git a/po/mk.po b/po/mk.po
new file mode 100644 (file)
index 0000000..999575c
--- /dev/null
+++ b/po/mk.po
@@ -0,0 +1,26 @@
+# translation of at-spi.HEAD.po to Macedonian
+# This file is distributed under the same license as the PACKAGE package.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
+# Arangel Angov <ufo@linux.net.mk>, 2004.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi.HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-09-08 11:03+0200\n"
+"PO-Revision-Date: 2004-09-11 14:48+0200\n"
+"Last-Translator: Arangel Angov <ufo@linux.net.mk>\n"
+"Language-Team: Macedonian <ossm-members@hedona.on.net.mk>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.3.1\n"
+
+#: 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 "Регистер за пристапност"
+
diff --git a/po/ml.po b/po/ml.po
new file mode 100644 (file)
index 0000000..3700235
--- /dev/null
+++ b/po/ml.po
@@ -0,0 +1,26 @@
+# translation of at-spi to Malayalam
+# Copyright (C) 2008 at-spi'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the at-spi package.
+# Jeffrey|ജെഫ്രി  Antony|ആന്റണി <jeffreyantony@gmail.com>, 2008.
+# Reviewed by Praveen|പ്രവീണ്‍ Arimbrathodiyil|അരിമ്പ്രത്തൊടിയില്‍ <pravi.a@gmail.com>, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-04-23 03:06+0000\n"
+"PO-Revision-Date: 2008-04-23 19:58+0530\n"
+"Last-Translator: Jeffrey|ജെഫ്രി  Antony|ആന്റണി <jeffreyantony@gmail.com>\n"
+"Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം Computing|കമ്പ്യൂട്ടിങ്ങ് <smc-"
+"discuss@googlegroups.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../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 "സാമീപ്യതാ രെജിസ്ട്രി "
diff --git a/po/mn.po b/po/mn.po
new file mode 100644 (file)
index 0000000..00a48df
--- /dev/null
+++ b/po/mn.po
@@ -0,0 +1,34 @@
+# translation of at-spi.HEAD.po to Mongolian
+# This file is distributed under the same license as the PACKAGE package.
+# Copyright (C) 2003
+# Sanlig Badral <badral@openmn.org>, 2003
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi.HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-08-17 19:09+0200\n"
+"PO-Revision-Date: 2003-08-17 23:11+0200\n"
+"Last-Translator: Sanlig Badral <badral@openmn.org>\n"
+"Language-Team: Mongolian <openmn-linux@lists.sf.net>\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"
+
+#: atk-bridge/bridge.c:311
+msgid "failure: no device event controller found.\n"
+msgstr "Алдаа: Төхөөрөмжийн үйлдэл хянагч одлсонгүй.\n"
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr "САНУУЛГА: »NULL« түлхүүр үйлдэл мэдээлэгдэв."
+
+#: 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 "Саад чөлөөлөх бүртгэл"
+
diff --git a/po/mr.po b/po/mr.po
new file mode 100644 (file)
index 0000000..77e8c1c
--- /dev/null
+++ b/po/mr.po
@@ -0,0 +1,24 @@
+# translation of at-spi.HEAD.po to Marathi
+# This file is distributed under the same license as the at-spi package.
+# Copyright (C) 2005 Free Software Foundation Inc., 2005.
+# First Author : Swapnil Hajare <dreamil@gmail.com>
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi.HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-06-06 16:56+0530\n"
+"PO-Revision-Date: 2005-06-06 16:18+0530\n"
+"Last-Translator: Swapnil Hajare <dreamil@gmail.com>\n"
+"Language-Team:  Marathi <marathiopensource@yahoogroups.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.9.1\n"
+
+#: ../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 "सुलभता रजिस्ट्री"
diff --git a/po/ms.po b/po/ms.po
new file mode 100644 (file)
index 0000000..06b1a23
--- /dev/null
+++ b/po/ms.po
@@ -0,0 +1,35 @@
+# Duit PPRT siapa yang kebas????      
+# Copyright (C) 2001 Free Software Foundation, Inc.
+# Hasbullah Bin Pit (sebol) <sebol@ikhlas.com>, 200R31.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gucharmap\n"
+"POT-Creation-Date: 2003-07-27 12:53+0800\n"
+"PO-Revision-Date: 2003-07-27 12:54+0800\n"
+"Last-Translator: Hasbullah Bin Pit <sebol@ikhlas.com>\n"
+"Language-Team: Projek Gabai <gabai-penyumbang@lists.sourceforge.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: atk-bridge/bridge.c:311
+msgid ""
+"failure: no device event controller found.\n"
+""
+msgstr ""
+"gagal: tiada pengawal acara peranti dijumpai.\n"
+""
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr "AMARAN: kekunci acara NULL dilaporkan."
+
+#: registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Pendaftar AT-SPI"
+
+#: registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Pendaftar Kebolehcapaian"
+
diff --git a/po/nb.po b/po/nb.po
new file mode 100644 (file)
index 0000000..db5aa07
--- /dev/null
+++ b/po/nb.po
@@ -0,0 +1,33 @@
+# Norwegian translations for PACKAGE 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.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: AT-SPI 1.2\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-09-28 20:28+0200\n"
+"PO-Revision-Date: 2003-09-28 20:30+0200\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"
+
+#: atk-bridge/bridge.c:308
+msgid "failure: no device event controller found.\n"
+msgstr "feil: ingen hendelseshåndterer funnet for enhet.\n"
+
+#: atk-bridge/bridge.c:777
+msgid "WARNING: NULL key event reported."
+msgstr "ADVARSEL: NULL-tastehendelse rapportert."
+
+#: 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"
diff --git a/po/nds_DE.po b/po/nds_DE.po
new file mode 100644 (file)
index 0000000..4992f22
--- /dev/null
@@ -0,0 +1,31 @@
+# Lowlands Saxon translation of at-spi.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-12-04 03:04+0100\n"
+"PO-Revision-Date: 2004-07-08 01:25+0100\n"
+"Last-Translator: Kenneth Christiansen <kenneth@gnu.org>\n"
+"Language-Team: Low(lands) Saxon - (Nothern) Germany\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: atk-bridge/bridge.c:310
+msgid "failure: no device event controller found.\n"
+msgstr "fehler: keen geböörtenisbeheer vör apparaten vonden.\n"
+
+#: atk-bridge/bridge.c:779
+msgid "WARNING: NULL key event reported."
+msgstr "WAARSCHÜWING: NULL-tuutsgeböörtenis rapporteerd."
+
+#: 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 "Togankelikheidsregister"
diff --git a/po/ne.po b/po/ne.po
new file mode 100644 (file)
index 0000000..d21fab1
--- /dev/null
+++ b/po/ne.po
@@ -0,0 +1,21 @@
+# Nepali translation of ati-spi\r
+\r
+msgid ""\r
+msgstr ""\r
+"Project-Id-Version: ati-spi\n"\r
+"POT-Creation-Date: 2004-07-13 03:17+0200\n"\r
+"PO-Revision-Date: 2004-07-26 18:54+0545\n"\r
+"Last-Translator: Laxmi Prasad Khatiwada <laxmi@mpp.org.np>\n"\r
+"Language-Team: Nepali <info@mpp.org.np>\n"\r
+"MIME-Version: 1.0\n"\r
+"Content-Type: text/plain; charset=UTF-8\n"\r
+"Content-Transfer-Encoding: 8bit\n"\r
+\r
+#: registryd/Accessibility_Registry.server.in.in.h:1\r
+msgid "AT-SPI Registry"\r
+msgstr "AT-SPI रजिष्ट्री"\r
+\r
+#: registryd/Accessibility_Registry.server.in.in.h:2\r
+msgid "Accessibility Registry"\r
+msgstr "पहुँचयोग्य रजिष्ट्री"\r
+\r
diff --git a/po/nl.po b/po/nl.po
new file mode 100644 (file)
index 0000000..e8e9a90
--- /dev/null
+++ b/po/nl.po
@@ -0,0 +1,32 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>, 2003
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-12-04 03:04+0100\n"
+"PO-Revision-Date: 2003-07-08 01:25+0100\n"
+"Last-Translator: Vincent van Adrighem <adrighem@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"
+
+#: atk-bridge/bridge.c:310
+msgid "failure: no device event controller found.\n"
+msgstr "fout: geen gebeurtenisbeheer voor apparaten gevonden.\n"
+
+#: atk-bridge/bridge.c:779
+msgid "WARNING: NULL key event reported."
+msgstr "WAARSCHUWING: NULL toetsgebeurtenis gerapporteerd."
+
+#: 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"
diff --git a/po/nn.po b/po/nn.po
new file mode 100644 (file)
index 0000000..de7526d
--- /dev/null
+++ b/po/nn.po
@@ -0,0 +1,33 @@
+# 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@fys.uio.no>, 2003.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: nn.no\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-01-02 12:43+0100\n"
+"PO-Revision-Date: 2003-09-21 03:16+0200\n"
+"Last-Translator: Åsmund Skjæveland <aasmunds@fys.uio.no>\n"
+"Language-Team: Norsk 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: KBabel 1.0.2\n"
+
+#: atk-bridge/bridge.c:309
+msgid "failure: no device event controller found.\n"
+msgstr "mislykka: fann ingen kontroller for einingshendingar.\n"
+
+#: atk-bridge/bridge.c:778
+msgid "WARNING: NULL key event reported."
+msgstr "ÅTVARING: NULL-tastehending rapportert."
+
+#: 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"
diff --git a/po/oc.po b/po/oc.po
new file mode 100644 (file)
index 0000000..efc9b47
--- /dev/null
+++ b/po/oc.po
@@ -0,0 +1,32 @@
+# Occitan translation of at-spi.HEAD.or.pot.
+# Copyright (C) 2004, Free Software Foundation, Inc.
+# This file is distributed under the same license as the at-spi package.
+#
+# Yannig MARCHEGAY (yannig@marchegay.org) - 2006-2007
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi.HEAD.oc\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-07-20 03:06+0200\n"
+"PO-Revision-Date: 2008-06-11 11:40+0200\n"
+"Last-Translator: Yannig MARCHEGAY (Kokoyaya) <yannig@marchegay.org>\n"
+"Language-Team: Occitan (post 1500) <ubuntu-l10n-oci@lists.ubuntu.com>\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);"
+
+#: 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'accessibilitat"
+
+#~ msgid "failure: no device event controller found.\n"
+#~ msgstr ""
+
+#~ msgid "WARNING: NULL key event reported."
+#~ msgstr ""
diff --git a/po/or.po b/po/or.po
new file mode 100644 (file)
index 0000000..1e9062c
--- /dev/null
+++ b/po/or.po
@@ -0,0 +1,31 @@
+# Oriya translation of at-spi.HEAD.or.pot.
+# Copyright (C) 2004, Free Software Foundation, Inc.
+# This file is distributed under the same license as the at-spi package.
+# Subhransu Behera <ayra_subhransu@yahoo.co.in>, 2004
+# $Id: or.po,v 1.1 2004/09/02 19:56:29 gmohanty Exp $
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi.HEAD.or\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-07-20 03:06+0200\n"
+"PO-Revision-Date: 2004-07-22 15:00+0530\n"
+"Last-Translator: S Behera <arya_subhransu@yahoo.co.in>\n"
+"Language-Team: Oriya <oriya-group@lists.sarovar.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: 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 "ବ୍ଯବହାରଯୋଗ୍ଯତା ରେଜିଷ୍ଟ୍ରି"
+
+#~ msgid "failure: no device event controller found.\n"
+#~ msgstr "ଅସଫଳତା: ଯନ୍ତ୍ର ଘଟଣା ନିୟନ୍ତ୍ରକ ମିଳିଲା ନାହିଁ.\n"
+
+#~ msgid "WARNING: NULL key event reported."
+#~ msgstr "ଚେତାବନି : NULL ଚାବି ଘଟଣା ର ବିବରଣୀ ମିଳିଲା"
diff --git a/po/pa.po b/po/pa.po
new file mode 100644 (file)
index 0000000..5c5fd6f
--- /dev/null
+++ b/po/pa.po
@@ -0,0 +1,33 @@
+# translation of pa.po to Punjabi
+# Amanpreet Singh Alam <aalam@redhat.com>, 2004.
+# Amanpreet Singh Alam <amanpreetalam@yahoo.com>, 2005.
+msgid ""
+msgstr ""
+"Project-Id-Version: pa\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-03-03 21:07+0530\n"
+"PO-Revision-Date: 2005-02-16 10:27+0530\n"
+"Last-Translator: Amanpreet Singh Alam <amanpreetalam@yahoo.com>\n"
+"Language-Team: Punjabi <fedora-trans-pa@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.9.1\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: atk-bridge/bridge.c:309
+msgid "failure: no device event controller found.\n"
+msgstr "ਅਸਫਲਤਾ: ਕੋਈ ਜੰਤਰ ਕਾਰਵਾਈ ਸੰਭਣ ਵਾਲਾ ਨਹੀ ਹੈ।\n"
+
+#: atk-bridge/bridge.c:778
+msgid "WARNING: NULL key event reported."
+msgstr "ਚੇਤਾਵਨੀ: NULL ਕੁੰਜੀ ਘਟਨਾ ਹੋਈ ਹੈ।"
+
+#: 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 "ਪਹੁੰਚਯੋਗ ਰਜਿਸਟ੍ਰਰੀ"
+
diff --git a/po/pl.po b/po/pl.po
new file mode 100644 (file)
index 0000000..56d5fe0
--- /dev/null
+++ b/po/pl.po
@@ -0,0 +1,35 @@
+# Copyright (C) 2001-2002 Free Software Foundation, Inc.
+# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+# Aktualną wersję tego pliku możesz odnaleźć w repozytorium cvs.gnome.pl
+# (:pserver:anonymous@cvs.gnome.pl:/home/cvs, puste hasło)
+# Jeśli masz jakiekolwiek uwagi odnoszące się do tłumaczenia lub chcesz
+# pomóc w jego rozwijaniu i pielęgnowaniu, napisz do nas na adres:
+# translators@gnome.pl
+# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"POT-Creation-Date: 2003-07-06 20:31+0200\n"
+"PO-Revision-Date: 2003-07-05 23:31+0100\n"
+"Last-Translator: Gnome PL Team <translators@gnome.pl>\n"
+"Language-Team: Polish <pl@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Report-Msgid-Bugs-To: \n"
+
+#: atk-bridge/bridge.c:311
+msgid "failure: no device event controller found.\n"
+msgstr "błąd: nie znaleziono kontrolera zdarzeń urządzeń.\n"
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr "OSTRZEŻENIE: zgłoszono zdarzenie wystąpienia klucza NULL"
+
+#: 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"
diff --git a/po/pt.po b/po/pt.po
new file mode 100644 (file)
index 0000000..227d9f9
--- /dev/null
+++ b/po/pt.po
@@ -0,0 +1,32 @@
+# at-spi Portuguese translation.
+# Copyright (C) 2003 at-spi
+# This file is distributed under the same license as the at-spi package.
+# Duarte Loreto <happyguy_pt@hotmail.com>, 2003.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: 2.4\n"
+"Report-Msgid-Bugs-To: Duarte Loreto <happyguy_pt@hotmail.com>\n"
+"POT-Creation-Date: 2003-07-15 19:52+0200\n"
+"PO-Revision-Date: 2003-08-24 19:55+0000\n"
+"Last-Translator: Duarte Loreto <happyguy_pt@hotmail.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"
+
+#: atk-bridge/bridge.c:311
+msgid "failure: no device event controller found.\n"
+msgstr "falha: nenhum dispositivo controlador de eventos encontrado.\n"
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr "AVISO: relatado evento de chave NULL."
+
+#: 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"
diff --git a/po/pt_BR.po b/po/pt_BR.po
new file mode 100644 (file)
index 0000000..426a0df
--- /dev/null
@@ -0,0 +1,32 @@
+# Brazilian Portuguese Translation for at-spi
+# Copyright (C) 2003 Gnome Foundation
+# This file is distributed under the same license as the at-spi package.
+# Gustavo Noronha Silva <kov@debian.org>, 2003.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-07-09 19:55+0200\n"
+"PO-Revision-Date: 2003-07-09 18:44-0300\n"
+"Last-Translator: Gustavo Noronha Silva <kov@debian.org>\n"
+"Language-Team: GNOME-L10N-BR <gnome-l10n-br@listas.cipsga.org.br>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: atk-bridge/bridge.c:311
+msgid "failure: no device event controller found.\n"
+msgstr "falha: não foi encontrado um aparelho controlador de eventos.\n"
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr "AVISO: evento de tecla NULL reportado."
+
+#: 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"
diff --git a/po/ro.po b/po/ro.po
new file mode 100644 (file)
index 0000000..51b9ae5
--- /dev/null
+++ b/po/ro.po
@@ -0,0 +1,25 @@
+# Romanian translation of at-spi
+# Copyright (C) 2003 - 2005 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 - 2005
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-08-14 13:34+0000\n"
+"PO-Revision-Date: 2005-08-14 20:17+0300\n"
+"Last-Translator: Mişu Moldovan <dumol@gnome.ro>\n"
+"Language-Team: Romanian <gnomero-list@lists.sourceforge.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../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 accesibilitate"
+
diff --git a/po/ru.po b/po/ru.po
new file mode 100644 (file)
index 0000000..71c2fd0
--- /dev/null
+++ b/po/ru.po
@@ -0,0 +1,31 @@
+# at-spi Russian translation.
+# Copyright (C) 2003 Free Software Foundation, Inc.
+# This file is distributed under the same license as the at-spi package.
+# Dmitry G. Mastrukov <dmitry@taurussoft.org>, 2003.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"POT-Creation-Date: 2003-07-15 09:13+0400\n"
+"PO-Revision-Date: 2003-07-15 09:22+0400\n"
+"Last-Translator: Dmitry G. Mastrukov <dmitry@taurussoft.org>\n"
+"Language-Team: Russian <gnome-cyr@gnome.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: atk-bridge/bridge.c:311
+msgid "failure: no device event controller found.\n"
+msgstr "произошёл сбой: контроллер событий устройства не найден.\n"
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr "ПРЕДУПРЕЖДЕНИЕ: сообщено о пустом ключевом событии."
+
+#: 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 "Регистр системы специальных возможностей"
diff --git a/po/rw.po b/po/rw.po
new file mode 100644 (file)
index 0000000..f8f7e39
--- /dev/null
+++ b/po/rw.po
@@ -0,0 +1,36 @@
+# translation of at-spi to Kinyarwanda.
+# Copyright (C) 2005 Free Software Foundation, Inc.
+# This file is distributed under the same license as the at-spi package.
+# Steve Murphy <murf@e-tools.com>, 2005
+# Steve performed initial rough translation from compendium built from translations provided by the following translators:
+# Philibert Ndandali  <ndandali@yahoo.fr>, 2005.
+# Viateur MUGENZI <muvia1@yahoo.fr>, 2005.
+# Noëlla Mupole <s24211045@tuks.co.za>, 2005.
+# Carole Karema <karemacarole@hotmail.com>, 2005.
+# JEAN BAPTISTE NGENDAHAYO <ngenda_denis@yahoo.co.uk>, 2005.
+# Augustin KIBERWA  <akiberwa@yahoo.co.uk>, 2005.
+# Donatien NSENGIYUMVA <ndonatienuk@yahoo.co.uk>, 2005..
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi 2.12\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-03-30 22:29-0700\n"
+"PO-Revision-Date: 2005-03-28 19:34-0700\n"
+"Last-Translator: Steve Murphy <murf@e-tools.com>\n"
+"Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# sfx2/source\dialog\register.src:RID_REGISTER_DLG.BTN_REGISTER.text
+#: registryd/Accessibility_Registry.server.in.in.h:1
+#, fuzzy
+msgid "AT-SPI Registry"
+msgstr "AT-SPI Kwiyandikisha"
+
+# offmgr/source\offapp\dialog\treeopt.src:RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.13.text
+#: registryd/Accessibility_Registry.server.in.in.h:2
+#, fuzzy
+msgid "Accessibility Registry"
+msgstr "Ubushobozi bwo gukoreshwa"
diff --git a/po/sk.po b/po/sk.po
new file mode 100644 (file)
index 0000000..6f95312
--- /dev/null
+++ b/po/sk.po
@@ -0,0 +1,31 @@
+# Slovak translations for at-spi package.
+# Copyright (C) 2003 Free Software Foundation, Inc.
+# This file is distributed under the same license as the at-spi package.
+# Marcel Telka <marcel@telka.sk>, 2003.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"POT-Creation-Date: 2003-07-15 22:14+0200\n"
+"PO-Revision-Date: 2003-07-15 22:16+0200\n"
+"Last-Translator: Marcel Telka <marcel@telka.sk>\n"
+"Language-Team: Slovak\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: atk-bridge/bridge.c:311
+msgid "failure: no device event controller found.\n"
+msgstr "zlyhanie: nebol nájdený ovládač udalostí zariadenia.\n"
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr "UPOZORNENIE: Oznámená udalosť nulového kľúča."
+
+#: 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 dostupnosti"
diff --git a/po/sl.po b/po/sl.po
new file mode 100644 (file)
index 0000000..5e03d14
--- /dev/null
+++ b/po/sl.po
@@ -0,0 +1,30 @@
+# Slovenian translation file for at-spi.
+# Copyright (C) 2002 Free Software Foundation, Inc.
+# Andraz Tori <andraz.tori1@guest.arnes.si> 2002
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"POT-Creation-Date: 2002-06-16 15:37+0200\n"
+"PO-Revision-Date: 2001-07-29 12:32+0200\n"
+"Last-Translator: Andraz Tori <andraz.tori1@guest.arnes.si>\n"
+"Language-Team: Slovenian <sl@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: atk-bridge/bridge.c:311
+msgid "failure: no device event controller found.\n"
+msgstr "napaka: noben dogodkovni nadzornik naprave ni bil najden.\n"
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr "OPOZORILO: sporočen dogodek tipke NULL."
+
+#: 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 dostopnosti"
diff --git a/po/sq.po b/po/sq.po
new file mode 100644 (file)
index 0000000..96452e1
--- /dev/null
+++ b/po/sq.po
@@ -0,0 +1,25 @@
+# Përkthimi i mesazheve të at-spi në shqip
+# This file is distributed under the same license as the at-spi package.
+# Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
+# Laurent Dhima <laurenti@alblinux.net>, 2003, 2004, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi.HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-11-18 13:42+0100\n"
+"PO-Revision-Date: 2005-11-18 17:37+0100\n"
+"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
+"Language-Team: Albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Regjistri AT-SPI"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Regjistri i açesibilitetit"
+
diff --git a/po/sr.po b/po/sr.po
new file mode 100644 (file)
index 0000000..59b1ff7
--- /dev/null
+++ b/po/sr.po
@@ -0,0 +1,35 @@
+# 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: \n"
+"POT-Creation-Date: 2004-02-12 01:39+0100\n"
+"PO-Revision-Date: 2004-02-12 01:40+0100\n"
+"Last-Translator: Данило Шеган <danilo@prevod.org>\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"
+
+#: atk-bridge/bridge.c:309
+msgid "failure: no device event controller found.\n"
+msgstr "грешка: није нађен управљач за догађаје на уређају.\n"
+
+#: atk-bridge/bridge.c:778
+msgid "WARNING: NULL key event reported."
+msgstr "УПОЗОРЕЊЕ: Примио је NULL тастер."
+
+#: 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 "Регистар за приступачност"
diff --git a/po/sr@Latn.po b/po/sr@Latn.po
new file mode 100644 (file)
index 0000000..4f9262b
--- /dev/null
@@ -0,0 +1,35 @@
+# 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: \n"
+"POT-Creation-Date: 2004-02-12 01:39+0100\n"
+"PO-Revision-Date: 2004-02-12 01:41+0100\n"
+"Last-Translator: Danilo Šegan <danilo@prevod.org>\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"
+
+#: atk-bridge/bridge.c:309
+msgid "failure: no device event controller found.\n"
+msgstr "greška: nije nađen upravljač za događaje na uređaju.\n"
+
+#: atk-bridge/bridge.c:778
+msgid "WARNING: NULL key event reported."
+msgstr "UPOZORENЈE: Primio je NULL taster."
+
+#: 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"
diff --git a/po/sr@ije.po b/po/sr@ije.po
new file mode 100644 (file)
index 0000000..d5d7e8b
--- /dev/null
@@ -0,0 +1,35 @@
+# 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: \n"
+"POT-Creation-Date: 2004-03-07 16:10+0100\n"
+"PO-Revision-Date: 2004-02-27 19:43+0100\n"
+"Last-Translator: Bojan Suzic <bojans@teol.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"
+
+#: atk-bridge/bridge.c:309
+msgid "failure: no device event controller found.\n"
+msgstr "грешка: није нађен управљач за догађаје на уређају.\n"
+
+#: atk-bridge/bridge.c:778
+msgid "WARNING: NULL key event reported."
+msgstr "УПОЗОРЕЊЕ: Примио је NULL тастер."
+
+#: 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 "Регистар за приступачност"
diff --git a/po/sv.po b/po/sv.po
new file mode 100644 (file)
index 0000000..5a95e10
--- /dev/null
+++ b/po/sv.po
@@ -0,0 +1,33 @@
+# Swedish messages for at-spi.
+# Copyright (C) 2003 Free Software Foundation, Inc.
+# This file is distributed under the same license as the at-spi package.
+# Christian Rose <menthos@menthos.com>, 2003.
+#
+# $Id: sv.po,v 1.2 2003/07/02 07:58:39 menthos Exp $
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"POT-Creation-Date: 2003-07-02 09:57+0200\n"
+"PO-Revision-Date: 2003-07-02 09:57+0200\n"
+"Last-Translator: Christian Rose <menthos@menthos.com>\n"
+"Language-Team: Swedish <sv@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: atk-bridge/bridge.c:311
+msgid "failure: no device event controller found.\n"
+msgstr "misslyckande: ingen enhetshändelsekontroller hittades.\n"
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr "VARNING: NULL-tangenthändelse rapporterades."
+
+#: 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 "Tillgänglighetsregister"
diff --git a/po/ta.po b/po/ta.po
new file mode 100644 (file)
index 0000000..45ed04a
--- /dev/null
+++ b/po/ta.po
@@ -0,0 +1,26 @@
+# translation of ta.po to Tamil
+# 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.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: ta\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-08-10 10:58+0200\n"
+"PO-Revision-Date: 2004-08-10 15:31+0530\n"
+"Last-Translator: Jayaradha N <jaya@pune.redhat.com>\n"
+"Language-Team: Tamil <zhakanini@yahoogroups.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.3.1\n"
+
+#: 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 "அணுகல் பதிவேடு"
+
diff --git a/po/th.po b/po/th.po
new file mode 100644 (file)
index 0000000..6c02fa9
--- /dev/null
+++ b/po/th.po
@@ -0,0 +1,25 @@
+# Thai translation of at-spi.
+# Copyright (C) 2005 Free Software Foundation, Inc.
+# This file is distributed under the same license as the at-spi package.
+# Theppitak Karoonboonyanan <thep@linux.thai.net>, 2005.
+# 
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi 1.6.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-11-20 14:57+0700\n"
+"PO-Revision-Date: 2005-11-20 14:59+0700\n"
+"Last-Translator: Theppitak Karoonboonyanan <thep@linux.thai.net>\n"
+"Language-Team: Thai <l10n@opentle.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit"
+
+#: ../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 "เรจิสตรีระบบอำนวยการใช้งาน"
+
diff --git a/po/tr.po b/po/tr.po
new file mode 100644 (file)
index 0000000..19d438d
--- /dev/null
+++ b/po/tr.po
@@ -0,0 +1,34 @@
+# Turkish translation of at-spi.
+# Copyright (C) 2004 THE at-spi'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the at-spi package.
+# Gorkem Cetin <gorkem@bahcesehir.edu.tr>, 2003
+# 
+# 
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi 1.3.10\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-01-30 19:09+0100\n"
+"PO-Revision-Date: 2004-01-31 03:36+0200\n"
+"Last-Translator: Baris Cicek <baris@teamforce.name.tr>\n"
+"Language-Team: Turkish <gnome-turk@gnome.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit"
+
+#: atk-bridge/bridge.c:309
+msgid "failure: no device event controller found.\n"
+msgstr "hata: aygıt olay kontrolörü bulunamadı.\n"
+
+#: atk-bridge/bridge.c:778
+msgid "WARNING: NULL key event reported."
+msgstr "UYARI: NULL anahtar olayı rapor edildi."
+
+#: registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "AT-SPI Kaydı"
+
+#: registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Ulaşılabilirlik Kaydı"
+
diff --git a/po/ug.po b/po/ug.po
new file mode 100644 (file)
index 0000000..67f2c8c
--- /dev/null
+++ b/po/ug.po
@@ -0,0 +1,25 @@
+# Uighur Translation of at-spi
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Abduxukur Abdurixit <abduxukur.abdurixit@t-systems.ch>, 2005
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-04-15 11:17+0200\n"
+"PO-Revision-Date: \n"
+"Last-Translator: Abduxukur Abdurixit <abduxukur.abdurixit@t-systems.ch>\n"
+"Language-Team: GNOME Uighur Translation Project <gnome-uighur@yahoogroups."
+"com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: 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 "Registry ياردەم قوراللىرى"
diff --git a/po/uk.po b/po/uk.po
new file mode 100644 (file)
index 0000000..3658d56
--- /dev/null
+++ b/po/uk.po
@@ -0,0 +1,33 @@
+# 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 <mvd@mylinux.com.ua>, 2005
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi.HEAD\n"
+"POT-Creation-Date: 2003-09-17 11:12+0200\n"
+"PO-Revision-Date: 2005-02-09 09:33+0300\n"
+"Last-Translator: Maxim V. Dziumanenko <mvd@mylinux.com.ua>\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"
+
+#: atk-bridge/bridge.c:311
+msgid "failure: no device event controller found.\n"
+msgstr "помилка: не знайдено контролер подій пристрою.\n"
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr "ПОПЕРЕДЖЕННЯ: отримано порожній ключ події."
+
+#: 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 "Реєстр системи спеціальних можливостей"
+
diff --git a/po/vi.po b/po/vi.po
new file mode 100644 (file)
index 0000000..92522d3
--- /dev/null
+++ b/po/vi.po
@@ -0,0 +1,32 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2002 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# pclouds <pclouds@gmx.net>, 2002.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-09-28 11:13+0200\n"
+"PO-Revision-Date: 2003-07-03 19:05+0700\n"
+"Last-Translator: pclouds <pclouds@gmx.net>\n"
+"Language-Team: GnomeVI <gnomevi-list@lists.sourceforge.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: atk-bridge/bridge.c:308
+msgid "failure: no device event controller found.\n"
+msgstr "lỗi: không tìm thấy bộ điều khiển sự kiện thiết bị.\n"
+
+#: atk-bridge/bridge.c:777
+msgid "WARNING: NULL key event reported."
+msgstr "CẢNH BÁO: sự kiện bàn phím NULL được báo cáo."
+
+#: registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Registry AT-SPI"
+
+#: registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Registry Truy nhập"
diff --git a/po/wa.po b/po/wa.po
new file mode 100644 (file)
index 0000000..a32ecb0
--- /dev/null
+++ b/po/wa.po
@@ -0,0 +1,30 @@
+# Translation into the walloon language.
+#
+# Si vos voloz donner on côp di spale pol ratournaedje di Gnome (ou des
+# ôtes libes programes) sicrijhoz-mu a l' adresse emile
+# <srtxg@chanae.alphanet.ch>; nos avans co bråmint di l' ovraedje a fé.
+#
+# Copyright (C) 2001 Free Software Foundation, Inc.
+# Pablo Saratxaga <pablo@walon.org>, 2004.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-05-03 03:01+0200\n"
+"PO-Revision-Date: 2004-05-03 14:44+0200\n"
+"Last-Translator: Pablo Saratxaga <pablo@walon.org>\n"
+"Language-Team: Walloon <linux-wa@walon.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"
+
+#: registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Redjisse AT-SPI"
+
+#: registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Redjisse d' accessiblisté"
+
diff --git a/po/xh.po b/po/xh.po
new file mode 100644 (file)
index 0000000..0a0a27d
--- /dev/null
+++ b/po/xh.po
@@ -0,0 +1,25 @@
+# Xhosa translation for at-spi
+# Copyright (C) 2005 Canonical Ltd.
+# This file is distributed under the same license as the at-spi package.
+# Translation by Canonical Ltd <translations@canonical.com> with thanks to
+# Translation World CC in South Africa, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-02-16 17:46+0200\n"
+"PO-Revision-Date: 2005-02-08 12:15+0200\n"
+"Last-Translator: Canonical Ltd <translations@canonical.com>\n"
+"Language-Team: Xhosa <xh-translate@ubuntu.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:1
+msgid "AT-SPI Registry"
+msgstr "Uvimba wokubhaliweyo we-AT-SPI"
+
+#: ../registryd/Accessibility_Registry.server.in.in.h:2
+msgid "Accessibility Registry"
+msgstr "Uvimba wokubhaliweyo Wofikelelo"
diff --git a/po/zh_CN.po b/po/zh_CN.po
new file mode 100644 (file)
index 0000000..4212108
--- /dev/null
@@ -0,0 +1,32 @@
+# translation of at-spi.po to zh_CN
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the at-spi package.
+# Yi Yang <yang_yi_cn@yahoo.com>, 2003.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi\n"
+"POT-Creation-Date: 2003-08-06 23:50+0800\n"
+"PO-Revision-Date: 2003-08-05 13:10-0700\n"
+"Last-Translator: Yi Yang <yang_yi_cn@yahoo.com>\n"
+"Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Report-Msgid-Bugs-To: \n"
+
+#: atk-bridge/bridge.c:311
+msgid "failure: no device event controller found.\n"
+msgstr "失败:找不到设备事件控制器。\n"
+
+#: atk-bridge/bridge.c:806
+msgid "WARNING: NULL key event reported."
+msgstr "警告:报告了为空的关键事件。"
+
+#: 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 "可操作性注册表"
diff --git a/po/zh_HK.po b/po/zh_HK.po
new file mode 100644 (file)
index 0000000..c1abe1a
--- /dev/null
@@ -0,0 +1,25 @@
+# Chinese (Hong Kong) translation of at-spi.
+# Copyright (C) 2005 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
+# Abel Cheung <abel@oaka.org>, 2005
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi 1.6.5\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-06-22 12:15+0000\n"
+"PO-Revision-Date: 2005-12-29 13:42+0800\n"
+"Last-Translator: Abel Cheung <abel@oaka.org>\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"
+
+#: ../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 "無障礙環境紀錄"
diff --git a/po/zh_TW.po b/po/zh_TW.po
new file mode 100644 (file)
index 0000000..17bb9b6
--- /dev/null
@@ -0,0 +1,24 @@
+# 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.6.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-06-22 12:15+0000\n"
+"PO-Revision-Date: 2004-09-14 10:22+0800\n"
+"Last-Translator: Li-Jen Hsin <hsin@med.cgu.edu.tw>\n"
+"Language-Team: Chinese (traditional) <community@linuxhall.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../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 "快捷鍵登錄"