From: Mike Gorse Date: Fri, 25 Jul 2008 16:24:27 +0000 (-0500) Subject: Removed po for now X-Git-Tag: AT_SPI2_ATK_2_12_0~620^2~3 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=commitdiff_plain;h=ec17466527bf9bdbfc30ff2e5fd75b9ff4c41ced Removed po for now --- diff --git a/Makefile.am b/Makefile.am index d825953..44640b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS=xml tools droute spi-common atk-adaptor registryd dbind cspi login-helper tests po +SUBDIRS=xml tools droute spi-common atk-adaptor registryd dbind cspi login-helper tests pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libspi-1.0.pc cspi-1.0.pc libloginhelper-1.0.pc diff --git a/configure.ac b/configure.ac index 079b175..857e2a9 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ AC_SUBST(LT_AGE) AM_INIT_AUTOMAKE([-Wall foreign]) dnl translation of any at-spi strings: used only for .server -IT_PROG_INTLTOOL([0.35.0]) +dnl IT_PROG_INTLTOOL([0.35.0]) AC_PROG_CC AM_PATH_PYTHON(2.4) @@ -176,7 +176,6 @@ LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[[^cspi]].*"' AC_SUBST(LIBTOOL_EXPORT_OPTIONS) AC_CONFIG_FILES([Makefile - po/Makefile.in libspi-1.0.pc libspi-1.0-uninstalled.pc libloginhelper-1.0.pc diff --git a/po/ChangeLog b/po/ChangeLog deleted file mode 100644 index e69de29..0000000 diff --git a/po/LINGUAS b/po/LINGUAS deleted file mode 100644 index 1d7484a..0000000 --- a/po/LINGUAS +++ /dev/null @@ -1,72 +0,0 @@ -# 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 deleted file mode 100644 index 6891e8f..0000000 --- a/po/Makefile.in.in +++ /dev/null @@ -1,218 +0,0 @@ -# Makefile for program source directory in GNU NLS utilities package. -# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper -# Copyright (C) 2004-2008 Rodney Dawes -# -# 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 to use GETTEXT_PACKAGE -# instead of PACKAGE and to look for po2tbl in ./ not in intl/ -# -# - Modified by jacob berkman to install -# Makefile.in.in and po2tbl.sed.in for use with glib-gettextize -# -# - Modified by Rodney Dawes 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.in b/po/POTFILES.in deleted file mode 100644 index f509b7b..0000000 --- a/po/POTFILES.in +++ /dev/null @@ -1,3 +0,0 @@ -# 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 deleted file mode 100644 index 0357969..0000000 --- a/po/POTFILES.skip +++ /dev/null @@ -1,4 +0,0 @@ -# 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 deleted file mode 100644 index e98c164..0000000 --- a/po/ang.po +++ /dev/null @@ -1,26 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Old English \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 deleted file mode 100644 index a31b07f..0000000 --- a/po/ar.po +++ /dev/null @@ -1,32 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Arabic \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 deleted file mode 100644 index a53ae91..0000000 --- a/po/az.po +++ /dev/null @@ -1,32 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Azerbaijani \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 deleted file mode 100644 index ad76109..0000000 --- a/po/be.po +++ /dev/null @@ -1,34 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Belarusian \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 deleted file mode 100644 index ddfb589..0000000 --- a/po/be@latin.po +++ /dev/null @@ -1,24 +0,0 @@ -# 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 . -# -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 \n" -"Language-Team: Belarusian Latin \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 deleted file mode 100644 index 2fe0522..0000000 --- a/po/bg.po +++ /dev/null @@ -1,26 +0,0 @@ -# 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 , 2004. -# Alexander Shopov , 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 \n" -"Language-Team: Bulgarian \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 deleted file mode 100644 index ddb7952..0000000 --- a/po/bn.po +++ /dev/null @@ -1,33 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Bengali \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 deleted file mode 100644 index b539d52..0000000 --- a/po/bs.po +++ /dev/null @@ -1,31 +0,0 @@ -# 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ć , 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ć \n" -"Language-Team: Bosnian \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 deleted file mode 100644 index c2695d4..0000000 --- a/po/ca.po +++ /dev/null @@ -1,32 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Catalan \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 deleted file mode 100644 index 687190e..0000000 --- a/po/cs.po +++ /dev/null @@ -1,32 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Czech \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 deleted file mode 100644 index d89b9c8..0000000 --- a/po/cy.po +++ /dev/null @@ -1,31 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Cymraeg \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 deleted file mode 100644 index aebfce5..0000000 --- a/po/da.po +++ /dev/null @@ -1,32 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Danish \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 deleted file mode 100644 index a5cdfc7..0000000 --- a/po/de.po +++ /dev/null @@ -1,34 +0,0 @@ -# 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 , 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 \n" -"Language-Team: German \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 deleted file mode 100644 index 615c7ca..0000000 --- a/po/dz.po +++ /dev/null @@ -1,29 +0,0 @@ -# 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 , 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 \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 deleted file mode 100644 index d6542b1..0000000 --- a/po/el.po +++ /dev/null @@ -1,32 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Greek \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 deleted file mode 100644 index f35f397..0000000 --- a/po/en_CA.po +++ /dev/null @@ -1,24 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Canadian English \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 deleted file mode 100644 index b2e0bf1..0000000 --- a/po/en_GB.po +++ /dev/null @@ -1,32 +0,0 @@ -# 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 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 \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 deleted file mode 100644 index 2913d1d..0000000 --- a/po/eo.po +++ /dev/null @@ -1,31 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Esperanto \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 deleted file mode 100644 index 256533a..0000000 --- a/po/es.po +++ /dev/null @@ -1,36 +0,0 @@ -# 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 , 2003. -# Francisco Javier F. Serrador , 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 \n" -"Language-Team: Spanish \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 deleted file mode 100644 index 14b49d0..0000000 --- a/po/et.po +++ /dev/null @@ -1,26 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Estonian \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 deleted file mode 100644 index 822edb5..0000000 --- a/po/eu.po +++ /dev/null @@ -1,35 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Basque \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 deleted file mode 100644 index 2afc873..0000000 --- a/po/fa.po +++ /dev/null @@ -1,33 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Persian \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 deleted file mode 100644 index 8ab107c..0000000 --- a/po/fi.po +++ /dev/null @@ -1,31 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Finnish \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 deleted file mode 100644 index 58865fd..0000000 --- a/po/fr.po +++ /dev/null @@ -1,32 +0,0 @@ -# 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) , 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) \n" -"Language-Team: GNOME French Team \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 deleted file mode 100644 index 742bac1..0000000 --- a/po/gl.po +++ /dev/null @@ -1,28 +0,0 @@ -# Galician translation of at-spi. -# Copyright (C) 2004 Jesús Bravo Álvarez. -# Jesús Bravo Álvarez , 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 \n" -"Language-Team: Galician \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 deleted file mode 100644 index 0fbe069..0000000 --- a/po/gu.po +++ /dev/null @@ -1,27 +0,0 @@ -# translation of at-spi.HEAD.gu.po to Gujarati -# Copyright (C) 2004 Free Software Foundation, Inc. -# MagNet , 2004. -# Ankit Patel , 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 \n" -"\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 deleted file mode 100644 index d951b6e..0000000 --- a/po/he.po +++ /dev/null @@ -1,34 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Hebrew \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 deleted file mode 100644 index 97b302d..0000000 --- a/po/hi.po +++ /dev/null @@ -1,24 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Hindi \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 deleted file mode 100644 index 0ba5fd9..0000000 --- a/po/hr.po +++ /dev/null @@ -1,31 +0,0 @@ -# Translation of at-spi to Croatiann -# Copyright (C) Croatiann team -# Translators: Robert Sedak , -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 \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 deleted file mode 100644 index 22c8efa..0000000 --- a/po/hu.po +++ /dev/null @@ -1,28 +0,0 @@ -# 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 , 2005. -# Gabor Kelemen , 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 \n" -"Language-Team: Hungarian \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 deleted file mode 100644 index 3973ce1..0000000 --- a/po/id.po +++ /dev/null @@ -1,32 +0,0 @@ -# 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 \n" -"Language-Team: Indonesia \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 deleted file mode 100644 index 219dbc4..0000000 --- a/po/is.po +++ /dev/null @@ -1,31 +0,0 @@ -# Í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 , 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 \n" -"Language-Team: is \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 deleted file mode 100644 index 14177dc..0000000 --- a/po/it.po +++ /dev/null @@ -1,32 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Italiano \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 deleted file mode 100644 index d6954ae..0000000 --- a/po/ja.po +++ /dev/null @@ -1,32 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Japanese \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 deleted file mode 100644 index 7fe03cd..0000000 --- a/po/ka.po +++ /dev/null @@ -1,24 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Georgian \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 deleted file mode 100644 index 844ed1e..0000000 --- a/po/ko.po +++ /dev/null @@ -1,31 +0,0 @@ -# at-spi -# This file is distributed under the same license as the PACKAGE package. -# Changwoo Ryu , 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 \n" -"Language-Team: Korean \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 deleted file mode 100644 index ea9e6df..0000000 --- a/po/ku.po +++ /dev/null @@ -1,27 +0,0 @@ -# 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 , 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 \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 deleted file mode 100644 index b9cca61..0000000 --- a/po/lt.po +++ /dev/null @@ -1,31 +0,0 @@ -# Lithuanian translation of at-spi. -# Copyright (C) 2003 Free Software Foundation, Inc. -# Tomas Kuliavas , 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 \n" -"Language-Team: Lithuanian \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 deleted file mode 100644 index 999575c..0000000 --- a/po/mk.po +++ /dev/null @@ -1,26 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Macedonian \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 deleted file mode 100644 index 3700235..0000000 --- a/po/ml.po +++ /dev/null @@ -1,26 +0,0 @@ -# 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|ആന്റണി , 2008. -# Reviewed by Praveen|പ്രവീണ്‍ Arimbrathodiyil|അരിമ്പ്രത്തൊടിയില്‍ , 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|ആന്റണി \n" -"Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം Computing|കമ്പ്യൂട്ടിങ്ങ് \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 deleted file mode 100644 index 00a48df..0000000 --- a/po/mn.po +++ /dev/null @@ -1,34 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Mongolian \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 deleted file mode 100644 index 77e8c1c..0000000 --- a/po/mr.po +++ /dev/null @@ -1,24 +0,0 @@ -# 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 -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 \n" -"Language-Team: Marathi \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 deleted file mode 100644 index 06b1a23..0000000 --- a/po/ms.po +++ /dev/null @@ -1,35 +0,0 @@ -# Duit PPRT siapa yang kebas???? -# Copyright (C) 2001 Free Software Foundation, Inc. -# Hasbullah Bin Pit (sebol) , 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 \n" -"Language-Team: Projek Gabai \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 deleted file mode 100644 index db5aa07..0000000 --- a/po/nb.po +++ /dev/null @@ -1,33 +0,0 @@ -# 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 , 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 \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 deleted file mode 100644 index 4992f22..0000000 --- a/po/nds_DE.po +++ /dev/null @@ -1,31 +0,0 @@ -# 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 \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 deleted file mode 100644 index d21fab1..0000000 --- a/po/ne.po +++ /dev/null @@ -1,21 +0,0 @@ -# Nepali translation of ati-spi - -msgid "" -msgstr "" -"Project-Id-Version: ati-spi\n" -"POT-Creation-Date: 2004-07-13 03:17+0200\n" -"PO-Revision-Date: 2004-07-26 18:54+0545\n" -"Last-Translator: Laxmi Prasad Khatiwada \n" -"Language-Team: Nepali \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/nl.po b/po/nl.po deleted file mode 100644 index e8e9a90..0000000 --- a/po/nl.po +++ /dev/null @@ -1,32 +0,0 @@ -# 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 , 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 \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 deleted file mode 100644 index de7526d..0000000 --- a/po/nn.po +++ /dev/null @@ -1,33 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Norsk nynorsk \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 deleted file mode 100644 index efc9b47..0000000 --- a/po/oc.po +++ /dev/null @@ -1,32 +0,0 @@ -# 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) \n" -"Language-Team: Occitan (post 1500) \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 deleted file mode 100644 index 1e9062c..0000000 --- a/po/or.po +++ /dev/null @@ -1,31 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Oriya \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 deleted file mode 100644 index 5c5fd6f..0000000 --- a/po/pa.po +++ /dev/null @@ -1,33 +0,0 @@ -# translation of pa.po to Punjabi -# Amanpreet Singh Alam , 2004. -# Amanpreet Singh Alam , 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 \n" -"Language-Team: Punjabi \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 deleted file mode 100644 index 56d5fe0..0000000 --- a/po/pl.po +++ /dev/null @@ -1,35 +0,0 @@ -# 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 \n" -"Language-Team: Polish \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 deleted file mode 100644 index 227d9f9..0000000 --- a/po/pt.po +++ /dev/null @@ -1,32 +0,0 @@ -# at-spi Portuguese translation. -# Copyright (C) 2003 at-spi -# This file is distributed under the same license as the at-spi package. -# Duarte Loreto , 2003. -# -msgid "" -msgstr "" -"Project-Id-Version: 2.4\n" -"Report-Msgid-Bugs-To: Duarte Loreto \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 \n" -"Language-Team: Portuguese \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 deleted file mode 100644 index 426a0df..0000000 --- a/po/pt_BR.po +++ /dev/null @@ -1,32 +0,0 @@ -# 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 , 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 \n" -"Language-Team: GNOME-L10N-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 deleted file mode 100644 index 51b9ae5..0000000 --- a/po/ro.po +++ /dev/null @@ -1,25 +0,0 @@ -# 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 \n" -"Language-Team: Romanian \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 deleted file mode 100644 index 71c2fd0..0000000 --- a/po/ru.po +++ /dev/null @@ -1,31 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Russian \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 deleted file mode 100644 index f8f7e39..0000000 --- a/po/rw.po +++ /dev/null @@ -1,36 +0,0 @@ -# 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 , 2005 -# Steve performed initial rough translation from compendium built from translations provided by the following translators: -# Philibert Ndandali , 2005. -# Viateur MUGENZI , 2005. -# Noëlla Mupole , 2005. -# Carole Karema , 2005. -# JEAN BAPTISTE NGENDAHAYO , 2005. -# Augustin KIBERWA , 2005. -# Donatien NSENGIYUMVA , 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 \n" -"Language-Team: Kinyarwanda \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 deleted file mode 100644 index 6f95312..0000000 --- a/po/sk.po +++ /dev/null @@ -1,31 +0,0 @@ -# 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 , 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 \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 deleted file mode 100644 index 5e03d14..0000000 --- a/po/sl.po +++ /dev/null @@ -1,30 +0,0 @@ -# Slovenian translation file for at-spi. -# Copyright (C) 2002 Free Software Foundation, Inc. -# Andraz Tori 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 \n" -"Language-Team: Slovenian \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 deleted file mode 100644 index 96452e1..0000000 --- a/po/sq.po +++ /dev/null @@ -1,25 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Albanian \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 deleted file mode 100644 index 59b1ff7..0000000 --- a/po/sr.po +++ /dev/null @@ -1,35 +0,0 @@ -# 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: Данило Шеган -# Reviewed on 2004-02-12 by: Данило Шеган -# -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: Данило Шеган \n" -"Language-Team: Serbian (sr) \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 deleted file mode 100644 index 4f9262b..0000000 --- a/po/sr@Latn.po +++ /dev/null @@ -1,35 +0,0 @@ -# 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 -# Reviewed on 2004-02-12 by: Danilo Šegan -# -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 \n" -"Language-Team: Serbian (sr) \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 deleted file mode 100644 index d5d7e8b..0000000 --- a/po/sr@ije.po +++ /dev/null @@ -1,35 +0,0 @@ -# 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: Данило Шеган -# Reviewed on 2004-02-12 by: Данило Шеган -# -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 \n" -"Language-Team: Serbian (sr) \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 deleted file mode 100644 index 5a95e10..0000000 --- a/po/sv.po +++ /dev/null @@ -1,33 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Swedish \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 deleted file mode 100644 index 45ed04a..0000000 --- a/po/ta.po +++ /dev/null @@ -1,26 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Tamil \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 deleted file mode 100644 index 6c02fa9..0000000 --- a/po/th.po +++ /dev/null @@ -1,25 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Thai \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 deleted file mode 100644 index 19d438d..0000000 --- a/po/tr.po +++ /dev/null @@ -1,34 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Turkish \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 deleted file mode 100644 index 67f2c8c..0000000 --- a/po/ug.po +++ /dev/null @@ -1,25 +0,0 @@ -# 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 , 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 \n" -"Language-Team: GNOME Uighur Translation Project \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 deleted file mode 100644 index 3658d56..0000000 --- a/po/uk.po +++ /dev/null @@ -1,33 +0,0 @@ -# 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 , 2003 -# Maxim V. Dziumanenko , 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 \n" -"Language-Team: Ukrainian \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 deleted file mode 100644 index 92522d3..0000000 --- a/po/vi.po +++ /dev/null @@ -1,32 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2002 THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# pclouds , 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 \n" -"Language-Team: GnomeVI \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 deleted file mode 100644 index a32ecb0..0000000 --- a/po/wa.po +++ /dev/null @@ -1,30 +0,0 @@ -# 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 -# ; nos avans co bråmint di l' ovraedje a fé. -# -# Copyright (C) 2001 Free Software Foundation, Inc. -# Pablo Saratxaga , 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 \n" -"Language-Team: Walloon \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 deleted file mode 100644 index 0a0a27d..0000000 --- a/po/xh.po +++ /dev/null @@ -1,25 +0,0 @@ -# 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 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 \n" -"Language-Team: Xhosa \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 deleted file mode 100644 index 4212108..0000000 --- a/po/zh_CN.po +++ /dev/null @@ -1,32 +0,0 @@ -# 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 , 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 \n" -"Language-Team: zh_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 deleted file mode 100644 index c1abe1a..0000000 --- a/po/zh_HK.po +++ /dev/null @@ -1,25 +0,0 @@ -# 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 , 2004 -# Abel Cheung , 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 \n" -"Language-Team: Chinese (Hong Kong) \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 deleted file mode 100644 index 17bb9b6..0000000 --- a/po/zh_TW.po +++ /dev/null @@ -1,24 +0,0 @@ -# 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 , 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 \n" -"Language-Team: Chinese (traditional) \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 "快捷鍵登錄"