From 781b0ff3f74abd6f5353b6d08763bbba93f2f21c Mon Sep 17 00:00:00 2001 From: Perberos Date: Thu, 1 Dec 2011 22:49:12 -0300 Subject: moving from https://github.com/perberos/mate-desktop-environment --- po/LINGUAS | 24 ++++++ po/Makefile.in.in | 217 ++++++++++++++++++++++++++++++++++++++++++++++++++ po/Makefile.in.in~ | 217 ++++++++++++++++++++++++++++++++++++++++++++++++++ po/POTFILES.in | 6 ++ po/Rules-quot | 42 ++++++++++ po/ar.po | 42 ++++++++++ po/boldquot.sed | 10 +++ po/cs.po | 147 ++++++++++++++++++++++++++++++++++ po/da.po | 110 +++++++++++++++++++++++++ po/de.po | 144 +++++++++++++++++++++++++++++++++ po/el.po | 114 ++++++++++++++++++++++++++ po/en@boldquot.header | 25 ++++++ po/en@quot.header | 22 +++++ po/es.po | 146 +++++++++++++++++++++++++++++++++ po/et.po | 89 +++++++++++++++++++++ po/fr.po | 137 +++++++++++++++++++++++++++++++ po/gl.po | 151 +++++++++++++++++++++++++++++++++++ po/hu.po | 154 +++++++++++++++++++++++++++++++++++ po/insert-header.sin | 23 ++++++ po/it.po | 141 ++++++++++++++++++++++++++++++++ po/ja.po | 140 ++++++++++++++++++++++++++++++++ po/lt.po | 150 ++++++++++++++++++++++++++++++++++ po/nb.po | 104 ++++++++++++++++++++++++ po/nl.po | 43 ++++++++++ po/pa.po | 153 +++++++++++++++++++++++++++++++++++ po/pl.po | 156 ++++++++++++++++++++++++++++++++++++ po/pt_BR.po | 151 +++++++++++++++++++++++++++++++++++ po/quot.sed | 6 ++ po/ru.po | 148 ++++++++++++++++++++++++++++++++++ po/sl.po | 141 ++++++++++++++++++++++++++++++++ po/sv.po | 126 +++++++++++++++++++++++++++++ po/zh_CN.po | 149 ++++++++++++++++++++++++++++++++++ 32 files changed, 3428 insertions(+) create mode 100644 po/LINGUAS create mode 100644 po/Makefile.in.in create mode 100644 po/Makefile.in.in~ create mode 100644 po/POTFILES.in create mode 100644 po/Rules-quot create mode 100644 po/ar.po create mode 100644 po/boldquot.sed create mode 100644 po/cs.po create mode 100644 po/da.po create mode 100644 po/de.po create mode 100644 po/el.po create mode 100644 po/en@boldquot.header create mode 100644 po/en@quot.header create mode 100644 po/es.po create mode 100644 po/et.po create mode 100644 po/fr.po create mode 100644 po/gl.po create mode 100644 po/hu.po create mode 100644 po/insert-header.sin create mode 100644 po/it.po create mode 100644 po/ja.po create mode 100644 po/lt.po create mode 100644 po/nb.po create mode 100644 po/nl.po create mode 100644 po/pa.po create mode 100644 po/pl.po create mode 100644 po/pt_BR.po create mode 100644 po/quot.sed create mode 100644 po/ru.po create mode 100644 po/sl.po create mode 100644 po/sv.po create mode 100644 po/zh_CN.po (limited to 'po') diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 0000000..6429b48 --- /dev/null +++ b/po/LINGUAS @@ -0,0 +1,24 @@ +# please keep this list sorted alphabetically +# +ar +cs +da +de +el +es +et +fr +gl +hu +it +ja +lt +nb +nl +pa +pl +pt_BR +ru +sl +sv +zh_CN diff --git a/po/Makefile.in.in b/po/Makefile.in.in new file mode 100644 index 0000000..cc8a222 --- /dev/null +++ b/po/Makefile.in.in @@ -0,0 +1,217 @@ +# 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 = @SHELL@ + +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; else echo "$(ALL_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 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi) + +USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(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="$(PO_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done) + +DISTFILES = Makefile.in.in POTFILES.in $(POFILES) +EXTRA_DISTFILES = ChangeLog 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 + 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 ctags tags CTAGS 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/Makefile.in.in~ b/po/Makefile.in.in~ new file mode 100644 index 0000000..cc8a222 --- /dev/null +++ b/po/Makefile.in.in~ @@ -0,0 +1,217 @@ +# 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 = @SHELL@ + +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; else echo "$(ALL_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 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi) + +USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(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="$(PO_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done) + +DISTFILES = Makefile.in.in POTFILES.in $(POFILES) +EXTRA_DISTFILES = ChangeLog 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 + 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 ctags tags CTAGS 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 new file mode 100644 index 0000000..182efd7 --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1,6 @@ +data/mate-notification-daemon.schemas.in +src/capplet/mate-notification-properties.c +src/capplet/mate-notification-properties.desktop.in +[type: gettext/glade]src/capplet/mate-notification-properties.ui +src/daemon/daemon.c +src/daemon/sound.c diff --git a/po/Rules-quot b/po/Rules-quot new file mode 100644 index 0000000..5f46d23 --- /dev/null +++ b/po/Rules-quot @@ -0,0 +1,42 @@ +# Special Makefile rules for English message catalogs with quotation marks. + +DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot + +.SUFFIXES: .insert-header .po-update-en + +en@quot.po-update: en@quot.po-update-en +en@boldquot.po-update: en@boldquot.po-update-en + +.insert-header.po-update-en: + @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ + if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ + tmpdir=`pwd`; \ + echo "$$lang:"; \ + ll=`echo $$lang | sed -e 's/@.*//'`; \ + LC_ALL=C; export LC_ALL; \ + cd $(srcdir); \ + if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \ + if cmp $$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 "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ + exit 1; \ + fi; \ + fi; \ + else \ + echo "creation of $$lang.po failed!" 1>&2; \ + rm -f $$tmpdir/$$lang.new.po; \ + fi + +en@quot.insert-header: insert-header.sin + sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header + +en@boldquot.insert-header: insert-header.sin + sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert-header + +mostlyclean: mostlyclean-quot +mostlyclean-quot: + rm -f *.insert-header diff --git a/po/ar.po b/po/ar.po new file mode 100644 index 0000000..6782c40 --- /dev/null +++ b/po/ar.po @@ -0,0 +1,42 @@ +# Arabic translations for notification-daemon package. +# Copyright (C) 2007 THE notification-daemon'S COPYRIGHT HOLDER +# This file is distributed under the same license as the notification-daemon package. +# Djihed Afifi , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: notification-daemon 0.3.7\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-02-15 03:02-0800\n" +"PO-Revision-Date: 2007-04-21 04:33+0100\n" +"Last-Translator: Djihed Afifi \n" +"Language-Team: Arabeyes \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Arabic\n" + +#: ../data/notification-daemon.schemas.in.h:1 +msgid "Current theme" +msgstr "النسق الحالي" + +#: ../data/notification-daemon.schemas.in.h:2 +msgid "Default popup location on the workspace for stack notifications. Allowed values: \"top_left\",\"top_right\",\"bottom_left\" and \"bottom_right\"" +msgstr "الموضع الافتراضي للتنبيهات على مساحة العمل لصف التنبيهات. القيم الممكنة هي: \"top_left\",\"top_right\",\"bottom_left\" و \"bottom_right\"" + +#: ../data/notification-daemon.schemas.in.h:3 +msgid "Popup location" +msgstr "موقع التنبيه" + +#: ../data/notification-daemon.schemas.in.h:4 +msgid "The theme used when displaying notifications." +msgstr "النسق المستخدم عند عرض التنبيهات" + +#: ../src/capplet/notification-properties.desktop.in.h:1 +msgid "Pop-Up Notifications" +msgstr "تنبيهات منبثقة" + +#: ../src/capplet/notification-properties.desktop.in.h:2 +msgid "Set your pop-up notification preferences" +msgstr "حدد تفضيلات التنبيهات" + diff --git a/po/boldquot.sed b/po/boldquot.sed new file mode 100644 index 0000000..4b937aa --- /dev/null +++ b/po/boldquot.sed @@ -0,0 +1,10 @@ +s/"\([^"]*\)"/“\1”/g +s/`\([^`']*\)'/‘\1’/g +s/ '\([^`']*\)' / ‘\1’ /g +s/ '\([^`']*\)'$/ ‘\1’/g +s/^'\([^`']*\)' /‘\1’ /g +s/“”/""/g +s/“/“/g +s/”/”/g +s/‘/‘/g +s/’/’/g diff --git a/po/cs.po b/po/cs.po new file mode 100644 index 0000000..b65152b --- /dev/null +++ b/po/cs.po @@ -0,0 +1,147 @@ +# Czech translation for notification-daemon. +# Copyright (C) 2010 the author(s) of notification-daemon. +# This file is distributed under the same license as the notification-daemon package. +# Petr Kovar , 2010. +msgid "" +msgstr "" +"Project-Id-Version: notification-daemon\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-21 01:17+0100\n" +"PO-Revision-Date: 2010-03-21 01:16+0100\n" +"Last-Translator: Petr Kovar \n" +"Language-Team: Czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Lokalize 1.0\n" + +#: ../data/notification-daemon.schemas.in.h:1 +msgid "Current theme" +msgstr "Aktuální motiv" + +#: ../data/notification-daemon.schemas.in.h:2 +msgid "Default Sound" +msgstr "Výchozí zvuk" + +#: ../data/notification-daemon.schemas.in.h:3 +msgid "" +"Default popup location on the workspace for stack notifications. Allowed " +"values: \"top_left\",\"top_right\",\"bottom_left\" and \"bottom_right\"" +msgstr "" +"Výchozí umístění automaticky otevíraného okna u vícenásobných oznámení. " +"Povolené hodnoty: \"top_left\",\"top_right\",\"bottom_left\" a \"bottom_right" +"\"" + +#: ../data/notification-daemon.schemas.in.h:4 +msgid "Popup location" +msgstr "Umístění automaticky otevíraného okna" + +#: ../data/notification-daemon.schemas.in.h:5 +msgid "Sound Enabled" +msgstr "Zvuk povolen" + +#: ../data/notification-daemon.schemas.in.h:6 +msgid "" +"The default sound file used unless a notification supplies the 'sound-file' " +"or 'suppress-sound' hint. Leave empty for no default sound." +msgstr "" +"Výchozí zvukový soubor použitý v případě, kdy oznámením není poskytnuto " +"\"sound-file\" nebo \"suppress-sound\". Ponechejte prázdné, nechcete-li " +"žádný výchozí zvuk." + +#: ../data/notification-daemon.schemas.in.h:7 +msgid "The theme used when displaying notifications." +msgstr "Motiv používaný k zobrazování oznámení." + +#: ../data/notification-daemon.schemas.in.h:8 +msgid "Turns on and off sound support for notifications." +msgstr "Zapne a vypne zvukovou podporu u oznámení." + +#: ../src/capplet/mate-notification-properties.c:293 +msgid "Slider" +msgstr "Táhlo" + +#: ../src/capplet/mate-notification-properties.c:295 +msgid "Standard theme" +msgstr "Standardní motiv" + +#: ../src/capplet/mate-notification-properties.c:391 +msgid "Error initializing libmatenotify" +msgstr "Chyba během spouštění libmatenotify" + +#: ../src/capplet/mate-notification-properties.c:403 +msgid "Notification Test" +msgstr "Text oznámení" + +#: ../src/capplet/mate-notification-properties.c:404 +msgid "Just a test" +msgstr "Toliko test" + +#: ../src/capplet/mate-notification-properties.c:411 +#, c-format +msgid "Error while displaying notification: %s" +msgstr "Chyba při zobrazování oznámení: %s" + +#: ../src/capplet/mate-notification-properties.c:472 +#, c-format +msgid "Could not load user interface file: %s" +msgstr "Nelze načíst soubor rozložení uživatelského rozhraní: %s" + +#: ../src/capplet/notification-properties.desktop.in.h:1 +msgid "Pop-Up Notifications" +msgstr "Automaticky otevíraná oznámení" + +#: ../src/capplet/notification-properties.desktop.in.h:2 +msgid "Set your pop-up notification preferences" +msgstr "Nastaví předvolby automaticky otevíraných oznámení" + +#: ../src/daemon/daemon.c:1237 +#, c-format +msgid "Exceeded maximum number of notifications" +msgstr "Překročen maximální počet oznámení" + +#: ../src/daemon/daemon.c:1468 +#, c-format +msgid "%u is not a valid notification ID" +msgstr "%u není platným ID oznámení" + +#: ../src/daemon/sound.c:36 +msgid "Notification" +msgstr "Oznámení" + +#~ msgid "Top Left" +#~ msgstr "Vlevo nahoře" + +#~ msgid "Top Right" +#~ msgstr "Vpravo nahoře" + +#~ msgid "Bottom Left" +#~ msgstr "Vlevo dole" + +#~ msgid "Bottom Right" +#~ msgstr "Vpravo dole" + +#~ msgid "Ubuntu theme" +#~ msgstr "Motiv Ubuntu" + +#~ msgid "Unable to locate glade file '%s'" +#~ msgstr "Nelze nalézt soubor glade \"%s\"" + +#~ msgid " " +#~ msgstr " " + +#~ msgid "General Options" +#~ msgstr "Obecné možnosti" + +#~ msgid "Notification Settings" +#~ msgstr "Nastavení oznámení" + +#~ msgid "P_osition:" +#~ msgstr "_Umístění:" + +#~ msgid "_Preview" +#~ msgstr "Ná_hled" + +#~ msgid "_Theme:" +#~ msgstr "_Motiv:" diff --git a/po/da.po b/po/da.po new file mode 100644 index 0000000..d705a7c --- /dev/null +++ b/po/da.po @@ -0,0 +1,110 @@ +# Danish translation for notification-daemon. +# Copyright (C) 2010 notification-daemon's COPYRIGHT HOLDER +# This file is distributed under the same license as the notification-daemon package. +# Joe Hansen (joedalton2@yahoo.dk), 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: notification-daemon master\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-02-23 22:58+0100\n" +"PO-Revision-Date: 2010-02-20 23:52+0100\n" +"Last-Translator: Joe Hansen \n" +"Language-Team: Danish \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" + +#: ../data/notification-daemon.schemas.in.h:1 +msgid "Current theme" +msgstr "Aktuelt tema" + +#: ../data/notification-daemon.schemas.in.h:2 +msgid "Default Sound" +msgstr "Standardlyd" + +# skal de her top_left m.m. oversættes? +#: ../data/notification-daemon.schemas.in.h:3 +msgid "" +"Default popup location on the workspace for stack notifications. Allowed " +"values: \"top_left\",\"top_right\",\"bottom_left\" and \"bottom_right\"" +msgstr "" +"Standardplacering af pop op på arbejdsområdet for stakpåmindelser. Tilladte " +"værdier: \"top_left\",\"top_right\",\"bottom_left\" og \"bottom_right\"" + +#: ../data/notification-daemon.schemas.in.h:4 +msgid "Popup location" +msgstr "Placering af Pop op" + +#: ../data/notification-daemon.schemas.in.h:5 +msgid "Sound Enabled" +msgstr "Lyd slået til" + +#: ../data/notification-daemon.schemas.in.h:6 +msgid "" +"The default sound file used unless a notification supplies the 'sound-file' " +"or 'suppress-sound' hint. Leave empty for no default sound." +msgstr "" +"Standardlydfilen som bruges med mindre en påmindelse leverer tippet 'sound-" +"file' eller 'suppress-sound'. Blank for ingen standardlyd." + +#: ../data/notification-daemon.schemas.in.h:7 +msgid "The theme used when displaying notifications." +msgstr "Temaet brugt under visning af påmindelser." + +#: ../data/notification-daemon.schemas.in.h:8 +msgid "Turns on and off sound support for notifications." +msgstr "Slår lydunderstøttelse af påmindelser til/fra." + +#: ../src/capplet/mate-notification-properties.c:293 +msgid "Slider" +msgstr "Rullebjælke" + +#: ../src/capplet/mate-notification-properties.c:295 +msgid "Standard theme" +msgstr "Standardtema" + +#: ../src/capplet/mate-notification-properties.c:391 +msgid "Error initializing libmatenotify" +msgstr "Kunne ikke initialisere libmatenotify" + +#: ../src/capplet/mate-notification-properties.c:403 +msgid "Notification Test" +msgstr "Påmindelsestest" + +#: ../src/capplet/mate-notification-properties.c:404 +msgid "Just a test" +msgstr "Bare en test" + +#: ../src/capplet/mate-notification-properties.c:411 +#, c-format +msgid "Error while displaying notification: %s" +msgstr "Kunne ikke vise påmindelse: %s" + +#: ../src/capplet/mate-notification-properties.c:472 +#, c-format +msgid "Could not load user interface file: %s" +msgstr "Kunne ikke indlæse brugergrænsefladefil: %s" + +#: ../src/capplet/notification-properties.desktop.in.h:1 +msgid "Pop-Up Notifications" +msgstr "Pop op-påmindelser" + +#: ../src/capplet/notification-properties.desktop.in.h:2 +msgid "Set your pop-up notification preferences" +msgstr "Angiv dine præferencer for pop op-påmindelser" + +#: ../src/daemon/daemon.c:1237 +#, c-format +msgid "Exceeded maximum number of notifications" +msgstr "Overskred maksimalt antal påmindelser" + +#: ../src/daemon/daemon.c:1468 +#, c-format +msgid "%u is not a valid notification ID" +msgstr "%u er ikke et gyldigt påmindelses-id" + +#: ../src/daemon/sound.c:36 +msgid "Notification" +msgstr "Påmindelse" diff --git a/po/de.po b/po/de.po new file mode 100644 index 0000000..8440455 --- /dev/null +++ b/po/de.po @@ -0,0 +1,144 @@ +# German translation for notification-daemon +# Copyright (C) 2006 Christian Hammond +# This file is distributed under the same license as the notification-daemon package. +# Florian Steinel , 2007. +# Mario Blättermann , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: notification-daemon master\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=notification-daemon&component=general\n" +"POT-Creation-Date: 2010-02-07 05:36+0000\n" +"PO-Revision-Date: 2010-02-14 12:04+0100\n" +"Last-Translator: Mario Blättermann \n" +"Language-Team: German \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../data/notification-daemon.schemas.in.h:1 +msgid "Current theme" +msgstr "Aktuelles Thema" + +#: ../data/notification-daemon.schemas.in.h:2 +msgid "Default Sound" +msgstr "Vorgegebener Klang" + +#: ../data/notification-daemon.schemas.in.h:3 +msgid "" +"Default popup location on the workspace for stack notifications. Allowed " +"values: \"top_left\",\"top_right\",\"bottom_left\" and \"bottom_right\"" +msgstr "" +"Vorgegebene Position auf der Arbeitsfläche für gestapelte Benachrichtigungen. " +"Mögliche Werte: »top_left«, »top_right«, »bottom_left« und »bottom_right«" + +#: ../data/notification-daemon.schemas.in.h:4 +msgid "Popup location" +msgstr "Popup Position" + +#: ../data/notification-daemon.schemas.in.h:5 +msgid "Sound Enabled" +msgstr "Klang aktiviert" + +#: ../data/notification-daemon.schemas.in.h:6 +msgid "" +"The default sound file used unless a notification supplies the 'sound-file' " +"or 'suppress-sound' hint. Leave empty for no default sound." +msgstr "" +"Die vorgegebene Klangdatei. Diese Einstellung wird überschrieben, wenn eine " +"Anwendung die Hints »sound-file« oder »suppress-sound« verwendet. Leer lassen, " +"wenn keine vorgegebene Klangdatei verwendet werden soll." + +#: ../data/notification-daemon.schemas.in.h:7 +msgid "The theme used when displaying notifications." +msgstr "Das Thema um Benachrichtigungen anzuzeigen." + +#: ../data/notification-daemon.schemas.in.h:8 +msgid "Turns on and off sound support for notifications." +msgstr "Schaltet Klänge für Benachrichtigungen ein oder aus." + +#: ../src/capplet/mate-notification-properties.c:293 +msgid "Slider" +msgstr "Schieber" + +#: ../src/capplet/mate-notification-properties.c:295 +msgid "Standard theme" +msgstr "Standardthema" + +#: ../src/capplet/mate-notification-properties.c:391 +msgid "Error initializing libmatenotify" +msgstr "Fehler beim Initialisieren von libmatenotify" + +#: ../src/capplet/mate-notification-properties.c:403 +msgid "Notification Test" +msgstr "Test für Benachrichtigungen" + +#: ../src/capplet/mate-notification-properties.c:404 +msgid "Just a test" +msgstr "Nur ein Test" + +#: ../src/capplet/mate-notification-properties.c:411 +#, c-format +msgid "Error while displaying notification: %s" +msgstr "Fehler bei der Anzeige der Benachrichtigung: %s" + +#: ../src/capplet/mate-notification-properties.c:472 +#, c-format +msgid "Could not load user interface file: %s" +msgstr "Benutzerschnittstellendatei konnte nicht geladen werden: %s" + +#: ../src/capplet/notification-properties.desktop.in.h:1 +msgid "Pop-Up Notifications" +msgstr "Popup-Benachrichtigungen" + +#: ../src/capplet/notification-properties.desktop.in.h:2 +msgid "Set your pop-up notification preferences" +msgstr "Legen Sie Ihre Popup-Benachrichtigungseinstellungen fest" + +#: ../src/daemon/daemon.c:1237 +#, c-format +msgid "Exceeded maximum number of notifications" +msgstr "Maximale Anzahl an Benachrichtigungen wurde überschritten" + +#: ../src/daemon/daemon.c:1468 +#, c-format +msgid "%u is not a valid notification ID" +msgstr "%u ist keine gültige Kennung für eine Benachrichtigung" + +#: ../src/daemon/sound.c:36 +msgid "Notification" +msgstr "Benachrichtigung" + +#~ msgid "Top Left" +#~ msgstr "Links oben" + +#~ msgid "Top Right" +#~ msgstr "Rechts oben" + +#~ msgid "Bottom Left" +#~ msgstr "Links unten" + +#~ msgid "Bottom Right" +#~ msgstr "Rechts unten" + +#~ msgid "Unable to locate glade file '%s'" +#~ msgstr "Ort der Glade-Datei »%s« konnte nicht ermittelt werden" + +#~ msgid " " +#~ msgstr " " + +#~ msgid "General Options" +#~ msgstr "Allgemeine Optionen" + +#~ msgid "Notification Settings" +#~ msgstr "Einstellungen für Benachrichtigungen" + +#~ msgid "P_osition:" +#~ msgstr "P_osition:" + +#~ msgid "_Preview" +#~ msgstr "_Vorschau" + +#~ msgid "_Theme:" +#~ msgstr "_Thema:" diff --git a/po/el.po b/po/el.po new file mode 100644 index 0000000..5f613aa --- /dev/null +++ b/po/el.po @@ -0,0 +1,114 @@ +# Greek translation for notification-daemon. +# Copyright (C) 2010 notification-daemon's COPYRIGHT HOLDER +# This file is distributed under the same license as the notification-daemon package. +# Kostas Papadimas , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: notification-daemon master\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-14 12:08+0200\n" +"PO-Revision-Date: 2010-03-14 12:07+0200\n" +"Last-Translator: Kostas Papadimas \n" +"Language-Team: Greek \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-Language: Greek\n" +"X-Poedit-Country: Greece\n" +"X-Poedit-SourceCharset: utf-8\n" + +#: ../data/notification-daemon.schemas.in.h:1 +msgid "Current theme" +msgstr "Τρέχον θέμα" + +#: ../data/notification-daemon.schemas.in.h:2 +msgid "Default Sound" +msgstr "Προεπιλεγμένος ήχος" + +#: ../data/notification-daemon.schemas.in.h:3 +msgid "" +"Default popup location on the workspace for stack notifications. Allowed " +"values: \"top_left\",\"top_right\",\"bottom_left\" and \"bottom_right\"" +msgstr "" +"Προεπιλεγμένη τοποθεσία αναδυόμενης ειδοποίησης στο χώρο εργασίας. Οι " +"επιτρεπόμενες τιμές είναι \"top_left\",\"top_right\",\"bottom_left\" και " +"\"bottom_right\"" + +#: ../data/notification-daemon.schemas.in.h:4 +msgid "Popup location" +msgstr "Τοποθεσία αναδυομένου" + +#: ../data/notification-daemon.schemas.in.h:5 +msgid "Sound Enabled" +msgstr "Ήχος ενεργός" + +#: ../data/notification-daemon.schemas.in.h:6 +msgid "" +"The default sound file used unless a notification supplies the 'sound-file' " +"or 'suppress-sound' hint. Leave empty for no default sound." +msgstr "" +"Το προεπιλεγμένο αρχείο ήχου που θα χρησιμοποιείται εκτός και αν η " +"ειδοποίηση παρέχει την δική της ρύθμιση 'αρχείου ήχουe' ή 'απόκρυψης ήχου'. " +"Αφήστε το κενό για κανένα προεπιλεγμένο ήχο." + +#: ../data/notification-daemon.schemas.in.h:7 +msgid "The theme used when displaying notifications." +msgstr "Το θέμα που χρησιμοποιείται κατά την εμφάνιση ειδοποιήσεων." + +#: ../data/notification-daemon.schemas.in.h:8 +msgid "Turns on and off sound support for notifications." +msgstr "Ενεργοποιεί ή απενεργοποιεί την υποστήριξη ήχου για τις ειδοποιήσεις." + +#: ../src/capplet/mate-notification-properties.c:293 +msgid "Slider" +msgstr "Μπάρα κύλισης" + +#: ../src/capplet/mate-notification-properties.c:295 +msgid "Standard theme" +msgstr "Τυπικό θέμα" + +#: ../src/capplet/mate-notification-properties.c:391 +msgid "Error initializing libmatenotify" +msgstr "Σφάλμα ενεργοποίησης libmatenotify" + +#: ../src/capplet/mate-notification-properties.c:403 +msgid "Notification Test" +msgstr "Δοκιμή ειδοποίησης" + +#: ../src/capplet/mate-notification-properties.c:404 +msgid "Just a test" +msgstr "Αυτό είναι μια δοκιμή" + +#: ../src/capplet/mate-notification-properties.c:411 +#, c-format +msgid "Error while displaying notification: %s" +msgstr "Σφάλμα εμφάνισης ειδοποιήσεων: %s" + +#: ../src/capplet/mate-notification-properties.c:472 +#, c-format +msgid "Could not load user interface file: %s" +msgstr "Αδυναμία φόρτωσης αρχείου περιβάλλοντος χρήσης: %s" + +#: ../src/capplet/notification-properties.desktop.in.h:1 +msgid "Pop-Up Notifications" +msgstr "Αναδυόμενες ειδοποιήσεις" + +#: ../src/capplet/notification-properties.desktop.in.h:2 +msgid "Set your pop-up notification preferences" +msgstr "Ρύθμιση των προτιμήσεων των αναδυόμενων ειδοποιήσεων" + +#: ../src/daemon/daemon.c:1237 +#, c-format +msgid "Exceeded maximum number of notifications" +msgstr "Έγινε υπέρβαση του μέγιστου αριθμού ειδοποιήσεων" + +#: ../src/daemon/daemon.c:1468 +#, c-format +msgid "%u is not a valid notification ID" +msgstr "το %u δεν είναι ένα έγκυρο ID ειδοποίησης" + +#: ../src/daemon/sound.c:36 +msgid "Notification" +msgstr "Ειδοποίηση" diff --git a/po/en@boldquot.header b/po/en@boldquot.header new file mode 100644 index 0000000..fedb6a0 --- /dev/null +++ b/po/en@boldquot.header @@ -0,0 +1,25 @@ +# All this catalog "translates" are quotation characters. +# The msgids must be ASCII and therefore cannot contain real quotation +# characters, only substitutes like grave accent (0x60), apostrophe (0x27) +# and double quote (0x22). These substitutes look strange; see +# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html +# +# This catalog translates grave accent (0x60) and apostrophe (0x27) to +# left single quotation mark (U+2018) and right single quotation mark (U+2019). +# It also translates pairs of apostrophe (0x27) to +# left single quotation mark (U+2018) and right single quotation mark (U+2019) +# and pairs of quotation mark (0x22) to +# left double quotation mark (U+201C) and right double quotation mark (U+201D). +# +# When output to an UTF-8 terminal, the quotation characters appear perfectly. +# When output to an ISO-8859-1 terminal, the single quotation marks are +# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to +# grave/acute accent (by libiconv), and the double quotation marks are +# transliterated to 0x22. +# When output to an ASCII terminal, the single quotation marks are +# transliterated to apostrophes, and the double quotation marks are +# transliterated to 0x22. +# +# This catalog furthermore displays the text between the quotation marks in +# bold face, assuming the VT100/XTerm escape sequences. +# diff --git a/po/en@quot.header b/po/en@quot.header new file mode 100644 index 0000000..a9647fc --- /dev/null +++ b/po/en@quot.header @@ -0,0 +1,22 @@ +# All this catalog "translates" are quotation characters. +# The msgids must be ASCII and therefore cannot contain real quotation +# characters, only substitutes like grave accent (0x60), apostrophe (0x27) +# and double quote (0x22). These substitutes look strange; see +# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html +# +# This catalog translates grave accent (0x60) and apostrophe (0x27) to +# left single quotation mark (U+2018) and right single quotation mark (U+2019). +# It also translates pairs of apostrophe (0x27) to +# left single quotation mark (U+2018) and right single quotation mark (U+2019) +# and pairs of quotation mark (0x22) to +# left double quotation mark (U+201C) and right double quotation mark (U+201D). +# +# When output to an UTF-8 terminal, the quotation characters appear perfectly. +# When output to an ISO-8859-1 terminal, the single quotation marks are +# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to +# grave/acute accent (by libiconv), and the double quotation marks are +# transliterated to 0x22. +# When output to an ASCII terminal, the single quotation marks are +# transliterated to apostrophes, and the double quotation marks are +# transliterated to 0x22. +# diff --git a/po/es.po b/po/es.po new file mode 100644 index 0000000..c4c2320 --- /dev/null +++ b/po/es.po @@ -0,0 +1,146 @@ +# translation of notification-daemon.po.master.po to Español +# Spanish translation for notification-daemon. +# Copyright (C) 2010 notification-daemon's COPYRIGHT HOLDER +# This file is distributed under the same license as the notification-daemon package. +# Jorge González , 2010. +msgid "" +msgstr "" +"Project-Id-Version: notification-daemon.po.master\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=notification-daemon&component=general\n" +"POT-Creation-Date: 2010-02-07 05:36+0000\n" +"PO-Revision-Date: 2010-02-15 11:30+0100\n" +"Last-Translator: Jorge González \n" +"Language-Team: Español \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: KBabel 1.11.4\n" + +#: ../data/notification-daemon.schemas.in.h:1 +msgid "Current theme" +msgstr "Tema actual" + +#: ../data/notification-daemon.schemas.in.h:2 +msgid "Default Sound" +msgstr "Sonido predeterminado" + +#: ../data/notification-daemon.schemas.in.h:3 +msgid "" +"Default popup location on the workspace for stack notifications. Allowed " +"values: \"top_left\",\"top_right\",\"bottom_left\" and \"bottom_right\"" +msgstr "" +"Ubicación predeterminada de la ventana emergente en el área de trabajo para " +"la pila de notificaciones. Los valores permitidos son: «top_left», " +"«top_right», «bottom_left» y «bottom_right»" + +#: ../data/notification-daemon.schemas.in.h:4 +msgid "Popup location" +msgstr "Ubicación de la ventana emergente" + +#: ../data/notification-daemon.schemas.in.h:5 +msgid "Sound Enabled" +msgstr "Sonido activado" + +#: ../data/notification-daemon.schemas.in.h:6 +msgid "" +"The default sound file used unless a notification supplies the 'sound-file' " +"or 'suppress-sound' hint. Leave empty for no default sound." +msgstr "" +"El archivo de sonido predeterminado que usar a no ser que la notificación " +"proporcione las opciones «sound-file» o «suppress-sound». Déjelo vacío para no " +"tener sonido predeterminado." + +#: ../data/notification-daemon.schemas.in.h:7 +msgid "The theme used when displaying notifications." +msgstr "El tema usado al mostrar las notificaciones." + +#: ../data/notification-daemon.schemas.in.h:8 +msgid "Turns on and off sound support for notifications." +msgstr "Activar y desactivar el soporte de sonido para las notificaciones." + +#: ../src/capplet/mate-notification-properties.c:293 +msgid "Slider" +msgstr "Deslizador" + +#: ../src/capplet/mate-notification-properties.c:295 +msgid "Standard theme" +msgstr "Tema estándar" + +#: ../src/capplet/mate-notification-properties.c:391 +msgid "Error initializing libmatenotify" +msgstr "Error al iniciar libmatenotify" + +#: ../src/capplet/mate-notification-properties.c:403 +msgid "Notification Test" +msgstr "Prueba de notificación" + +#: ../src/capplet/mate-notification-properties.c:404 +msgid "Just a test" +msgstr "Simplemente una prueba" + +#: ../src/capplet/mate-notification-properties.c:411 +#, c-format +msgid "Error while displaying notification: %s" +msgstr "Error al mostrar la notificación: %s" + +#: ../src/capplet/mate-notification-properties.c:472 +#, c-format +msgid "Could not load user interface file: %s" +msgstr "No se pudo cargar el archivo de interfaz de usuario: %s" + +#: ../src/capplet/notification-properties.desktop.in.h:1 +msgid "Pop-Up Notifications" +msgstr "Notificaciones emergentes" + +#: ../src/capplet/notification-properties.desktop.in.h:2 +msgid "Set your pop-up notification preferences" +msgstr "Configurar las preferencias de sus notificaciones emergentes" + +#: ../src/daemon/daemon.c:1237 +#, c-format +msgid "Exceeded maximum number of notifications" +msgstr "Se excedió el número máximo de notificaciones" + +#: ../src/daemon/daemon.c:1468 +#, c-format +msgid "%u is not a valid notification ID" +msgstr "%u no es un ID de notificación válido" + +#: ../src/daemon/sound.c:36 +msgid "Notification" +msgstr "Notificación" + +#~ msgid "Top Left" +#~ msgstr "Arriba a la izquierda" + +#~ msgid "Top Right" +#~ msgstr "Arriba a la derecha" + +#~ msgid "Bottom Left" +#~ msgstr "Abajo a la izquierda" + +#~ msgid "Bottom Right" +#~ msgstr "Abajo a la derecha" + +#~ msgid "Unable to locate glade file '%s'" +#~ msgstr "No se pudo localizar el archivo glade «%s»" + +#~ msgid " " +#~ msgstr " " + +#~ msgid "General Options" +#~ msgstr "Opciones generales" + +#~ msgid "Notification Settings" +#~ msgstr "Ajustes de las notificaciones" + +#~ msgid "P_osition:" +#~ msgstr "_Posición:" + +#~ msgid "_Preview" +#~ msgstr "Vista _previa" + +#~ msgid "_Theme:" +#~ msgstr "_Tema:" diff --git a/po/et.po b/po/et.po new file mode 100644 index 0000000..615c1d7 --- /dev/null +++ b/po/et.po @@ -0,0 +1,89 @@ +# Estonian translation for notification-daemon. +# Copyright (C) 2010 Free Software Foundation, Inc. +# This file is distributed under the same license as the notification-daemon package. +# Rene Pärts , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: notification-daemon master\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=notification-daemon&component=general\n" +"POT-Creation-Date: 2010-02-15 10:32+0000\n" +"PO-Revision-Date: 2010-02-19 00:05+0300\n" +"Last-Translator: Rene Pärts \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" + +msgid "Current theme" +msgstr "Praegune teema" + +msgid "Default Sound" +msgstr "Vaikimisi heli" + +msgid "" +"Default popup location on the workspace for stack notifications. Allowed " +"values: \"top_left\",\"top_right\",\"bottom_left\" and \"bottom_right\"" +msgstr "" +"Teavituste virna vaikimisi asukoht tööalal. Lubatud väärtused: \"top_left" +"\" (üleval vasakul),\"top_right\" (üleval paremal),\"bottom_left\" (all " +"vasakul) ja \"bottom_right\" (all paremal)" + +msgid "Popup location" +msgstr "Hüpiku asukoht" + +msgid "Sound Enabled" +msgstr "Heli lubatud" + +msgid "" +"The default sound file used unless a notification supplies the 'sound-file' " +"or 'suppress-sound' hint. Leave empty for no default sound." +msgstr "Vaikimisi kasutatav helifail, kui teavitus " + +msgid "The theme used when displaying notifications." +msgstr "Teavituste kuvamiseks kasutatav teema." + +msgid "Turns on and off sound support for notifications." +msgstr "Teavituste helitoe sisse ja välja lülitamine." + +msgid "Slider" +msgstr "Liugur" + +msgid "Standard theme" +msgstr "Standardteema" + +msgid "Error initializing libmatenotify" +msgstr "Viga libmatenotify lähtestamisel" + +msgid "Notification Test" +msgstr "Teavituse test" + +msgid "Just a test" +msgstr "Vaid üks test" + +#, c-format +msgid "Error while displaying notification: %s" +msgstr "Teavituse kuvamisel tekkis viga: %s" + +#, c-format +msgid "Could not load user interface file: %s" +msgstr "Kasutajaliidese faili pole võimalik laadida: %s" + +msgid "Pop-Up Notifications" +msgstr "Hüpikteavitused" + +msgid "Set your pop-up notification preferences" +msgstr "Määra hüpikteavituse eelistused" + +#, c-format +msgid "Exceeded maximum number of notifications" +msgstr "Maksimaalne teavituste arv on ületatud" + +#, c-format +msgid "%u is not a valid notification ID" +msgstr "%u ei ole kehtiv teavituse ID" + +msgid "Notification" +msgstr "Teavitus" diff --git a/po/fr.po b/po/fr.po new file mode 100644 index 0000000..93f8a2a --- /dev/null +++ b/po/fr.po @@ -0,0 +1,137 @@ +# French translation for notification-daemon. +# Copyright (C) 2010 notification-daemon's COPYRIGHT HOLDER +# This file is distributed under the same license as the notification-daemon package. +# +# Claude Paroz , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: notification-daemon master\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-02 22:42+0100\n" +"PO-Revision-Date: 2010-03-02 22:43+0100\n" +"Last-Translator: Claude Paroz \n" +"Language-Team: MATE French Team \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" + +#: ../data/notification-daemon.schemas.in.h:1 +msgid "Current theme" +msgstr "Thème actuel" + +#: ../data/notification-daemon.schemas.in.h:2 +msgid "Default Sound" +msgstr "Son par défaut" + +#: ../data/notification-daemon.schemas.in.h:3 +msgid "" +"Default popup location on the workspace for stack notifications. Allowed " +"values: \"top_left\",\"top_right\",\"bottom_left\" and \"bottom_right\"" +msgstr "" +"Emplacement par défaut des bulles de notification sur l'espace de travail " +"pour l'empilement des notifications. Les valeurs possibles sont : " +"« top_left » (en haut à gauche), « top_right » (en haut à droite), " +"« bottom_left » (en bas à gauche) et « bottom_right » (en bas à droite)." + +#: ../data/notification-daemon.schemas.in.h:4 +msgid "Popup location" +msgstr "Emplacement des bulles de notification" + +#: ../data/notification-daemon.schemas.in.h:5 +msgid "Sound Enabled" +msgstr "Son activé" + +#: ../data/notification-daemon.schemas.in.h:6 +msgid "" +"The default sound file used unless a notification supplies the 'sound-file' " +"or 'suppress-sound' hint. Leave empty for no default sound." +msgstr "" +"Le fichier son utilisé par défaut, pour autant que la notification ne " +"fournisse pas l'indication « sound-file » ou « suppress-sound ». Laisser vide " +"pour aucun son par défaut." + +#: ../data/notification-daemon.schemas.in.h:7 +msgid "The theme used when displaying notifications." +msgstr "Le thème utilisé pour l'affichage des notifications." + +#: ../data/notification-daemon.schemas.in.h:8 +msgid "Turns on and off sound support for notifications." +msgstr "Active ou désactive la prise en charge du son pour les notifications." + +#: ../src/capplet/mate-notification-properties.c:293 +msgid "Slider" +msgstr "Curseur" + +#: ../src/capplet/mate-notification-properties.c:295 +msgid "Standard theme" +msgstr "Thème standard" + +#: ../src/capplet/mate-notification-properties.c:391 +msgid "Error initializing libmatenotify" +msgstr "Erreur d'initialisation de libmatenotify" + +#: ../src/capplet/mate-notification-properties.c:403 +msgid "Notification Test" +msgstr "Test de notification" + +#: ../src/capplet/mate-notification-properties.c:404 +msgid "Just a test" +msgstr "Un simple test" + +#: ../src/capplet/mate-notification-properties.c:411 +#, c-format +msgid "Error while displaying notification: %s" +msgstr "Erreur lors de l'affichage d'une notification : %s" + +#: ../src/capplet/mate-notification-properties.c:472 +#, c-format +msgid "Could not load user interface file: %s" +msgstr "Impossible de charger le fichier d'interface utilisateur : %s" + +#: ../src/capplet/notification-properties.desktop.in.h:1 +msgid "Pop-Up Notifications" +msgstr "Bulles de notification" + +#: ../src/capplet/notification-properties.desktop.in.h:2 +msgid "Set your pop-up notification preferences" +msgstr "Configurer les préférences des bulles de notification" + +#: ../src/daemon/daemon.c:1237 +#, c-format +msgid "Exceeded maximum number of notifications" +msgstr "Nombre maximum de notifications atteint" + +#: ../src/daemon/daemon.c:1468 +#, c-format +msgid "%u is not a valid notification ID" +msgstr "%u n'est pas un ID de notification valable" + +#: ../src/daemon/sound.c:36 +msgid "Notification" +msgstr "Notification" + +#~ msgid "Top Left" +#~ msgstr "En haut à gauche" + +#~ msgid "Top Right" +#~ msgstr "En haut à droite" + +#~ msgid "Bottom Left" +#~ msgstr "En bas à gauche" + +#~ msgid "Bottom Right" +#~ msgstr "En bas à droite" + +#~ msgid "Notification Settings" +#~ msgstr "Paramètres de notification" + +#~ msgid "P_osition:" +#~ msgstr "_Position :" + +#~ msgid "_Preview" +#~ msgstr "_Aperçu" + +#~ msgid "_Theme:" +#~ msgstr "_Thème :" diff --git a/po/gl.po b/po/gl.po new file mode 100644 index 0000000..ee71fa4 --- /dev/null +++ b/po/gl.po @@ -0,0 +1,151 @@ +# Galician translation for notification-daemon. +# Copyright (C) 2010 notification-daemon's COPYRIGHT HOLDER +# This file is distributed under the same license as the notification-daemon package. +# Fran Diéguez , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: notification-daemon master\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-05-24 12:37+0200\n" +"PO-Revision-Date: 2010-05-24 12:36+0200\n" +"Last-Translator: Fran Diéguez \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" + +#: ../data/notification-daemon.schemas.in.h:1 +msgid "Current theme" +msgstr "Tema actual" + +#: ../data/notification-daemon.schemas.in.h:2 +msgid "Default Sound" +msgstr "Son predefinido" + +#: ../data/notification-daemon.schemas.in.h:3 +msgid "" +"Default popup location on the workspace for stack notifications. Allowed " +"values: \"top_left\",\"top_right\",\"bottom_left\" and \"bottom_right\"" +msgstr "" +"Localización da xanela emerxente predefinida no espazo de traballo para as " +"notificacións en pila. Os valores permitidos son: \"top_left\",\"top_right\"," +"\"bottom_left\" e \"bottom_right\"" + +#: ../data/notification-daemon.schemas.in.h:4 +msgid "Popup location" +msgstr "Localización da xanela emerxente" + +#: ../data/notification-daemon.schemas.in.h:5 +msgid "Sound Enabled" +msgstr "Son activado" + +#: ../data/notification-daemon.schemas.in.h:6 +msgid "" +"The default sound file used unless a notification supplies the 'sound-file' " +"or 'suppress-sound' hint. Leave empty for no default sound." +msgstr "" +"O ficheiro de son predefinido usado a menos que a notificación forneza unha " +"suxestión de 'sound-file' ou 'suppress-sound'. Deixe baleiro se non quere un " +"son predefinido." + +#: ../data/notification-daemon.schemas.in.h:7 +msgid "The theme used when displaying notifications." +msgstr "O tema usado ao mostrar as notificacións." + +#: ../data/notification-daemon.schemas.in.h:8 +msgid "Turns on and off sound support for notifications." +msgstr "Activar ou desactivar a compatibilidade de son para as notificacións." + +#: ../src/capplet/mate-notification-properties.c:293 +msgid "Slider" +msgstr "Control desprazábel" + +#: ../src/capplet/mate-notification-properties.c:295 +msgid "Standard theme" +msgstr "Tema estándar" + +#: ../src/capplet/mate-notification-properties.c:391 +msgid "Error initializing libmatenotify" +msgstr "Produciuse un erro ao inicializar libmatenotify" + +#: ../src/capplet/mate-notification-properties.c:403 +msgid "Notification Test" +msgstr "Proba de notificación" + +#: ../src/capplet/mate-notification-properties.c:404 +msgid "Just a test" +msgstr "Só unha proba" + +#: ../src/capplet/mate-notification-properties.c:411 +#, c-format +msgid "Error while displaying notification: %s" +msgstr "Produciuse un erro ao mostrar a notificación. %s" + +#: ../src/capplet/mate-notification-properties.c:472 +#, c-format +msgid "Could not load user interface file: %s" +msgstr "Non é posíbel cargar o ficheiro de interface do usuario: %s" + +#: ../src/capplet/notification-properties.desktop.in.h:1 +msgid "Pop-Up Notifications" +msgstr "Notificacións emerxentes" + +#: ../src/capplet/notification-properties.desktop.in.h:2 +msgid "Set your pop-up notification preferences" +msgstr "Estabelece as súas preferencias de notificacións emerxentes" + +#: ../src/capplet/notification-properties.ui.h:1 +msgid " " +msgstr " " + +#: ../src/capplet/notification-properties.ui.h:2 +msgid "General Options" +msgstr "Opcións xerais" + +#: ../src/capplet/notification-properties.ui.h:3 +msgid "Bottom Left" +msgstr "Abaixo á esquerda" + +#: ../src/capplet/notification-properties.ui.h:4 +msgid "Bottom Right" +msgstr "Abaixo á dereita" + +#: ../src/capplet/notification-properties.ui.h:5 +msgid "Notification Settings" +msgstr "Configuracións das notificacións" + +#: ../src/capplet/notification-properties.ui.h:6 +msgid "P_osition:" +msgstr "P_osición:" + +#: ../src/capplet/notification-properties.ui.h:7 +msgid "Top Left" +msgstr "Arriba á esquerda" + +#: ../src/capplet/notification-properties.ui.h:8 +msgid "Top Right" +msgstr "Arriba á dereita" + +#: ../src/capplet/notification-properties.ui.h:9 +msgid "_Preview" +msgstr "_Previsualizar" + +#: ../src/capplet/notification-properties.ui.h:10 +msgid "_Theme:" +msgstr "_Tema:" + +#: ../src/daemon/daemon.c:1237 +#, c-format +msgid "Exceeded maximum number of notifications" +msgstr "Excedeuse o número máximo de notificacións" + +#: ../src/daemon/daemon.c:1468 +#, c-format +msgid "%u is not a valid notification ID" +msgstr "%u non é un ID de notificación correcto" + +#: ../src/daemon/sound.c:36 +msgid "Notification" +msgstr "Notificación" diff --git a/po/hu.po b/po/hu.po new file mode 100644 index 0000000..7c4bbe1 --- /dev/null +++ b/po/hu.po @@ -0,0 +1,154 @@ +# Hungarian translation for notification-daemon +# Copyright (c) (c) 2006 Canonical Ltd, and Rosetta Contributors 2006 +# This file is distributed under the same license as the notification-daemon package. +# +# Gabor Kelemen , 2010. +msgid "" +msgstr "" +"Project-Id-Version: notification-daemon master\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-12 10:18+0200\n" +"PO-Revision-Date: 2010-04-12 10:19+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-Launchpad-Export-Date: 2010-01-22 00:04+0000\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../data/notification-daemon.schemas.in.h:1 +msgid "Current theme" +msgstr "Jelenlegi téma" + +#: ../data/notification-daemon.schemas.in.h:2 +msgid "Default Sound" +msgstr "Alapértelmezett hang" + +#: ../data/notification-daemon.schemas.in.h:3 +msgid "" +"Default popup location on the workspace for stack notifications. Allowed " +"values: \"top_left\",\"top_right\",\"bottom_left\" and \"bottom_right\"" +msgstr "" +"A munkaterületen felbukkanó veremértesítések felbukkanásának alapértelmezett " +"helye. A lehetséges értékek: „top_left” (bal felső), top_right” (jobb " +"felső), „bottom_left (bal alsó) és „bottom_right” (jobb alsó)." + +#: ../data/notification-daemon.schemas.in.h:4 +msgid "Popup location" +msgstr "Felbukkanás helye" + +#: ../data/notification-daemon.schemas.in.h:5 +msgid "Sound Enabled" +msgstr "Hang engedélyezve" + +#: ../data/notification-daemon.schemas.in.h:6 +msgid "" +"The default sound file used unless a notification supplies the 'sound-file' " +"or 'suppress-sound' hint. Leave empty for no default sound." +msgstr "" +"Az alapértelmezett hangfájl kerül felhasználásra, hacsak az értesítés nem " +"adja meg a „sound-file” vagy „suppress-sound” tippet. Hagyja üresen, ha " +"alapértelmezetten nem kíván hangot hallani." + +#: ../data/notification-daemon.schemas.in.h:7 +msgid "The theme used when displaying notifications." +msgstr "Az értesítések megjelenítéséhez használt téma." + +#: ../data/notification-daemon.schemas.in.h:8 +msgid "Turns on and off sound support for notifications." +msgstr "Be- illetve kikapcsolja az értesítések hangját." + +#: ../src/capplet/mate-notification-properties.c:293 +msgid "Slider" +msgstr "Csúszka" + +#: ../src/capplet/mate-notification-properties.c:295 +msgid "Standard theme" +msgstr "Alapértelmezett téma" + +#: ../src/capplet/mate-notification-properties.c:391 +msgid "Error initializing libmatenotify" +msgstr "Hiba a libmatenotify előkészítése közben" + +#: ../src/capplet/mate-notification-properties.c:403 +msgid "Notification Test" +msgstr "Értesítésteszt" + +#: ../src/capplet/mate-notification-properties.c:404 +msgid "Just a test" +msgstr "Csak egy próba" + +#: ../src/capplet/mate-notification-properties.c:411 +#, c-format +msgid "Error while displaying notification: %s" +msgstr "Hiba az értesítés megjelenítésekor: %s" + +#: ../src/capplet/mate-notification-properties.c:472 +#, c-format +msgid "Could not load user interface file: %s" +msgstr "A felhasználóifelület-fájl nem tölthető be: %s" + +#: ../src/capplet/notification-properties.desktop.in.h:1 +msgid "Pop-Up Notifications" +msgstr "Felugró értesítések" + +#: ../src/capplet/notification-properties.desktop.in.h:2 +msgid "Set your pop-up notification preferences" +msgstr "Felugró értesítések beállításai" + +#: ../src/capplet/notification-properties.ui.h:1 +msgid " " +msgstr " " + +#: ../src/capplet/notification-properties.ui.h:2 +msgid "General Options" +msgstr "Általános beállítások" + +#: ../src/capplet/notification-properties.ui.h:3 +msgid "Bottom Left" +msgstr "Bal oldalon, alul" + +#: ../src/capplet/notification-properties.ui.h:4 +msgid "Bottom Right" +msgstr "Jobb oldalon, alul" + +#: ../src/capplet/notification-properties.ui.h:5 +msgid "Notification Settings" +msgstr "Értesítések beállításai" + +#: ../src/capplet/notification-properties.ui.h:6 +msgid "P_osition:" +msgstr "P_ozíció:" + +#: ../src/capplet/notification-properties.ui.h:7 +msgid "Top Left" +msgstr "Bal oldalon, felül" + +#: ../src/capplet/notification-properties.ui.h:8 +msgid "Top Right" +msgstr "Jobb oldalon, felül" + +#: ../src/capplet/notification-properties.ui.h:9 +msgid "_Preview" +msgstr "_Előnézet" + +#: ../src/capplet/notification-properties.ui.h:10 +msgid "_Theme:" +msgstr "_Téma:" + +#: ../src/daemon/daemon.c:1237 +#, c-format +msgid "Exceeded maximum number of notifications" +msgstr "Az értesítések maximális száma túllépve" + +#: ../src/daemon/daemon.c:1468 +#, c-format +msgid "%u is not a valid notification ID" +msgstr "A(z) %u nem érvényes értesítésazonosító" + +#: ../src/daemon/sound.c:36 +msgid "Notification" +msgstr "Értesítés" + diff --git a/po/insert-header.sin b/po/insert-header.sin new file mode 100644 index 0000000..b26de01 --- /dev/null +++ b/po/insert-header.sin @@ -0,0 +1,23 @@ +# Sed script that inserts the file called HEADER before the header entry. +# +# At each occurrence of a line starting with "msgid ", we execute the following +# commands. At the first occurrence, insert the file. At the following +# occurrences, do nothing. The distinction between the first and the following +# occurrences is achieved by looking at the hold space. +/^msgid /{ +x +# Test if the hold space is empty. +s/m/m/ +ta +# Yes it was empty. First occurrence. Read the file. +r HEADER +# Output the file's contents by reading the next line. But don't lose the +# current line while doing this. +g +N +bb +:a +# The hold space was nonempty. Following occurrences. Do nothing. +x +:b +} diff --git a/po/it.po b/po/it.po new file mode 100644 index 0000000..0df717d --- /dev/null +++ b/po/it.po @@ -0,0 +1,141 @@ +# Italian translation for notification-daemon package. +# Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +# This file is distributed under the same license as the notification-daemon package. +# Luca Ferretti , 2007, 2008, 2009 +# +msgid "" +msgstr "" +"Project-Id-Version: notification-daemon\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-01-08 13:48+0100\n" +"PO-Revision-Date: 2010-01-08 13:50+0100\n" +"Last-Translator: Luca Ferretti \n" +"Language-Team: Italian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../data/notification-daemon.schemas.in.h:1 +msgid "Current theme" +msgstr "Tema attuale" + +#: ../data/notification-daemon.schemas.in.h:2 +msgid "Default Sound" +msgstr "Suono predefinito" + +#: ../data/notification-daemon.schemas.in.h:3 +msgid "" +"Default popup location on the workspace for stack notifications. Allowed " +"values: \"top_left\",\"top_right\",\"bottom_left\" and \"bottom_right\"" +msgstr "" +"Posizione predefinita di comparsa sull'area di lavoro per impilare le " +"notifiche. Valori ammessi: \"top_left\", \"top_right\", \"bottom_left\" e " +"\"bottom_right\"" + +#: ../data/notification-daemon.schemas.in.h:4 +msgid "Popup location" +msgstr "Posizione popup" + +#: ../data/notification-daemon.schemas.in.h:5 +msgid "Sound Enabled" +msgstr "Suono abilitato" + +#: ../data/notification-daemon.schemas.in.h:6 +msgid "" +"The default sound file used unless a notification supplies the 'sound-file' " +"or 'suppress-sound' hint. Leave empty for no default sound." +msgstr "" +"Il file audio predefinito usato, a meno che una notifica non fornisca l'hint " +"'sound-file' o 'suppress-sound'. Lasciare in bianco per non usare alcun " +"suono predefinito." + +#: ../data/notification-daemon.schemas.in.h:7 +msgid "The theme used when displaying notifications." +msgstr "Il tema usato nel mostrare le notifiche." + +#: ../data/notification-daemon.schemas.in.h:8 +msgid "Turns on and off sound support for notifications." +msgstr "Attiva e disattiva il supporto audio alle notifiche." + +#: ../src/capplet/mate-notification-properties.c:79 +msgid "Top Left" +msgstr "Alto - sinistra" + +#: ../src/capplet/mate-notification-properties.c:80 +msgid "Top Right" +msgstr "Alto - destra" + +#: ../src/capplet/mate-notification-properties.c:81 +msgid "Bottom Left" +msgstr "Basso - sinistra" + +#: ../src/capplet/mate-notification-properties.c:82 +msgid "Bottom Right" +msgstr "Basso - destra" + +#: ../src/capplet/mate-notification-properties.c:327 +msgid "Ubuntu theme" +msgstr "Tema di Ubuntu" + +#: ../src/capplet/mate-notification-properties.c:329 +msgid "Standard theme" +msgstr "Tema predefinito" + +#: ../src/capplet/mate-notification-properties.c:422 +msgid "Error initializing libmatenotify" +msgstr "Errore nell'inizializzare libmatenotify" + +#: ../src/capplet/mate-notification-properties.c:435 +msgid "Notification Test" +msgstr "Controllo notifica" + +#: ../src/capplet/mate-notification-properties.c:436 +msgid "Just a test" +msgstr "Solo un controllo" + +#: ../src/capplet/mate-notification-properties.c:443 +#, c-format +msgid "Error while displaying notification: %s" +msgstr "Errore durante la visualizzazione della notifica: %s" + +#: ../src/capplet/mate-notification-properties.c:500 +#, c-format +msgid "Unable to locate glade file '%s'" +msgstr "Impossibile localizzare il file glade «%s»" + +#: ../src/capplet/notification-properties.desktop.in.h:1 +msgid "Pop-Up Notifications" +msgstr "Notifiche a comparsa" + +#: ../src/capplet/notification-properties.desktop.in.h:2 +msgid "Set your pop-up notification preferences" +msgstr "Imposta le preferenze delle notifiche a comparsa (o popup)" + +#: ../src/capplet/notification-properties.glade.h:1 +msgid " " +msgstr " " + +#: ../src/capplet/notification-properties.glade.h:2 +msgid "General Options" +msgstr "Opzioni generali" + +#: ../src/capplet/notification-properties.glade.h:3 +msgid "Notification Settings" +msgstr "Impostazioni di notifiche" + +#: ../src/capplet/notification-properties.glade.h:4 +msgid "P_osition:" +msgstr "P_osizione:" + +#: ../src/capplet/notification-properties.glade.h:5 +msgid "_Preview" +msgstr "Ante_prima" + +#: ../src/capplet/notification-properties.glade.h:6 +msgid "_Theme:" +msgstr "_Tema:" + +#: ../src/daemon/daemon.c:1372 +#, c-format +msgid "%u is not a valid notification ID" +msgstr "%u non è un ID di notifica valido" diff --git a/po/ja.po b/po/ja.po new file mode 100644 index 0000000..0b215ea --- /dev/null +++ b/po/ja.po @@ -0,0 +1,140 @@ +# $notification-daemon ja.po. +# Copyright (C) 2006,2007,2009 Free Software Foundation, Inc. +# This file is distributed under the same license as the notification-daemon package. +# Takeshi AIHANA , 2006,2007,2009. +# +msgid "" +msgstr "" +"Project-Id-Version: notification-daemon Ver0.4.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-01-24 23:37+0900\n" +"PO-Revision-Date: 2009-01-24 23:37+0900\n" +"Last-Translator: Takeshi AIHANA \n" +"Language-Team: Japanese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../data/notification-daemon.schemas.in.h:1 +msgid "Current theme" +msgstr "現在使用しているテーマ" + +#: ../data/notification-daemon.schemas.in.h:2 +msgid "Default Sound" +msgstr "デフォルトのサウンド" + +#: ../data/notification-daemon.schemas.in.h:3 +msgid "" +"Default popup location on the workspace for stack notifications. Allowed " +"values: \"top_left\",\"top_right\",\"bottom_left\" and \"bottom_right\"" +msgstr "" +"通知情報を積み重ねてポップアップ表示するデフォルトの場所です。指定可能な値: " +"\"top_left\"、\"top_right\"、\"bottom_left\"、\"bottom_right\"" + +#: ../data/notification-daemon.schemas.in.h:4 +msgid "Popup location" +msgstr "ポップアップ表示する場所" + +#: ../data/notification-daemon.schemas.in.h:5 +msgid "Sound Enabled" +msgstr "サウンドを有効にするかどうか" + +#: ../data/notification-daemon.schemas.in.h:6 +msgid "" +"The default sound file used unless a notification supplies the 'sound-file' " +"or 'suppress-sound' hint. Leave empty for no default sound." +msgstr "" +"'sound-file' または 'suppress-sound' で通知する場合を除いて、デフォルトで使用" +"するサウンド・ファイルです。デフォルトのサウンドを指定しない場合は何も入力せ" +"ずに空のままにしておいて下さい。" + +#: ../data/notification-daemon.schemas.in.h:7 +msgid "The theme used when displaying notifications." +msgstr "通知ダイアログを表示する際に使用するテーマです。" + +#: ../data/notification-daemon.schemas.in.h:8 +msgid "Turns on and off sound support for notifications." +msgstr "通知時にサウンドを鳴らすかどうかを指定します。" + +#: ../src/capplet/mate-notification-properties.c:79 +msgid "Top Left" +msgstr "左上隅" + +#: ../src/capplet/mate-notification-properties.c:80 +msgid "Top Right" +msgstr "右上隅" + +#: ../src/capplet/mate-notification-properties.c:81 +msgid "Bottom Left" +msgstr "左下隅" + +#: ../src/capplet/mate-notification-properties.c:82 +msgid "Bottom Right" +msgstr "右下隅" + +#: ../src/capplet/mate-notification-properties.c:327 +msgid "Ubuntu theme" +msgstr "Ubuntu のテーマ" + +#: ../src/capplet/mate-notification-properties.c:329 +msgid "Standard theme" +msgstr "標準のテーマ" + +#: ../src/capplet/mate-notification-properties.c:422 +msgid "Error initializing libmatenotify" +msgstr "libmatenotify の初期化に失敗しました" + +#: ../src/capplet/mate-notification-properties.c:435 +msgid "Notification Test" +msgstr "ポップアップ通知のテスト" + +#: ../src/capplet/mate-notification-properties.c:436 +msgid "Just a test" +msgstr "テスト中です" + +#: ../src/capplet/mate-notification-properties.c:443 +#, c-format +msgid "Error while displaying notification: %s" +msgstr "ポップアップ通知に失敗しました: %s" + +#: ../src/capplet/mate-notification-properties.c:500 +#, c-format +msgid "Unable to locate glade file '%s'" +msgstr ".glade ファイルを特定できません: %s" + +#: ../src/capplet/notification-properties.desktop.in.h:1 +msgid "Pop-Up Notifications" +msgstr "ポップアップ通知の設定" + +#: ../src/capplet/notification-properties.desktop.in.h:2 +msgid "Set your pop-up notification preferences" +msgstr "ポップアップして通知する方法を設定します" + +#: ../src/capplet/notification-properties.glade.h:1 +msgid " " +msgstr " " + +#: ../src/capplet/notification-properties.glade.h:2 +msgid "General Options" +msgstr "全般のオプション" + +#: ../src/capplet/notification-properties.glade.h:3 +msgid "Notification Settings" +msgstr "ポップアップ通知の設定" + +#: ../src/capplet/notification-properties.glade.h:4 +msgid "P_osition:" +msgstr "位置(_O):" + +#: ../src/capplet/notification-properties.glade.h:5 +msgid "_Preview" +msgstr "プレビューする(_P)" + +#: ../src/capplet/notification-properties.glade.h:6 +msgid "_Theme:" +msgstr "テーマ(_T):" + +#: ../src/daemon/daemon.c:1362 +#, c-format +msgid "%u is not a valid notification ID" +msgstr "%u は妥当な通知 ID ではありません" diff --git a/po/lt.po b/po/lt.po new file mode 100644 index 0000000..20559a2 --- /dev/null +++ b/po/lt.po @@ -0,0 +1,150 @@ +# Lithuanian translation for notification-daemon. +# Copyright (C) 2010 notification-daemon's COPYRIGHT HOLDER +# This file is distributed under the same license as the notification-daemon package. +# Aurimas Černius , 2010. +msgid "" +msgstr "" +"Project-Id-Version: notification-daemon master\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-19 02:00+0300\n" +"PO-Revision-Date: 2010-04-15 22:48+0300\n" +"Last-Translator: Aurimas Černius \n" +"Language-Team: Lietuvių \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: UTF-8\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%" +"100<10 || n%100>=20) ? 1 : 2);\n" + +#: ../data/notification-daemon.schemas.in.h:1 +msgid "Current theme" +msgstr "Dabartinė tema" + +#: ../data/notification-daemon.schemas.in.h:2 +msgid "Default Sound" +msgstr "Numatytasis garsas" + +#: ../data/notification-daemon.schemas.in.h:3 +msgid "" +"Default popup location on the workspace for stack notifications. Allowed " +"values: \"top_left\",\"top_right\",\"bottom_left\" and \"bottom_right\"" +msgstr "" +"Numatytoji iššokančių pranešimų vieta darbastalyje. Galimos reikšmės:\n" +"„top_left“,„top_right“,„bottom_left“ ir „bottom_right“" + +#: ../data/notification-daemon.schemas.in.h:4 +msgid "Popup location" +msgstr "Pranešimų vieta" + +#: ../data/notification-daemon.schemas.in.h:5 +msgid "Sound Enabled" +msgstr "Garsas įjungtas" + +#: ../data/notification-daemon.schemas.in.h:6 +msgid "" +"The default sound file used unless a notification supplies the 'sound-file' " +"or 'suppress-sound' hint. Leave empty for no default sound." +msgstr "" +"Naudojamas numatytasis garso failas, nebent pranešimas pateikia patarimą " +"„sound-file“ arba „suppress-sound“. Palikti tuščią, jei nenaudoti numatytojo " +"garso." + +#: ../data/notification-daemon.schemas.in.h:7 +msgid "The theme used when displaying notifications." +msgstr "Tema, naudojama rodant pranešimus." + +#: ../data/notification-daemon.schemas.in.h:8 +msgid "Turns on and off sound support for notifications." +msgstr "Įjungia ir išjungia garso palaikymą pranešimams." + +#: ../src/capplet/mate-notification-properties.c:293 +msgid "Slider" +msgstr "Slankiklis" + +#: ../src/capplet/mate-notification-properties.c:295 +msgid "Standard theme" +msgstr "Standartinė tema" + +#: ../src/capplet/mate-notification-properties.c:391 +msgid "Error initializing libmatenotify" +msgstr "Klaida inicializuojant libmatenotify" + +#: ../src/capplet/mate-notification-properties.c:403 +msgid "Notification Test" +msgstr "Pranešimo testas" + +#: ../src/capplet/mate-notification-properties.c:404 +msgid "Just a test" +msgstr "Tik testas" + +#: ../src/capplet/mate-notification-properties.c:411 +#, c-format +msgid "Error while displaying notification: %s" +msgstr "Klaida rodant pranešimą: %s" + +#: ../src/capplet/mate-notification-properties.c:472 +#, c-format +msgid "Could not load user interface file: %s" +msgstr "Nepavyko pakrauti sąsajos failo: %s" + +#: ../src/capplet/notification-properties.desktop.in.h:1 +msgid "Pop-Up Notifications" +msgstr "Iššokantys pranešimai" + +#: ../src/capplet/notification-properties.desktop.in.h:2 +msgid "Set your pop-up notification preferences" +msgstr "Keiskite iššokančių pranešimų nustatymus" + +#: ../src/capplet/notification-properties.ui.h:1 +msgid " " +msgstr " " + +#: ../src/capplet/notification-properties.ui.h:2 +msgid "General Options" +msgstr "Bendrosios parinktys" + +#: ../src/capplet/notification-properties.ui.h:3 +msgid "Bottom Left" +msgstr "Apačioje kairėje" + +#: ../src/capplet/notification-properties.ui.h:4 +msgid "Bottom Right" +msgstr "Apačioje dešinėje" + +#: ../src/capplet/notification-properties.ui.h:5 +msgid "Notification Settings" +msgstr "Pranešimo nustatymai" + +#: ../src/capplet/notification-properties.ui.h:6 +msgid "P_osition:" +msgstr "P_adėtis:" + +#: ../src/capplet/notification-properties.ui.h:7 +msgid "Top Left" +msgstr "Viršuje kairėje" + +#: ../src/capplet/notification-properties.ui.h:8 +msgid "Top Right" +msgstr "Viršuje dešinėje" + +#: ../src/capplet/notification-properties.ui.h:9 +msgid "_Preview" +msgstr "_Peržiūra" + +#: ../src/capplet/notification-properties.ui.h:10 +msgid "_Theme:" +msgstr "_Tema:" + +#: ../src/daemon/daemon.c:1237 +#, c-format +msgid "Exceeded maximum number of notifications" +msgstr "Viršytas leistinų pranešimų kiekis" + +#: ../src/daemon/daemon.c:1468 +#, c-format +msgid "%u is not a valid notification ID" +msgstr "%u nėra tinkamas pranešimo ID" + +#: ../src/daemon/sound.c:36 +msgid "Notification" +msgstr "Pranešimas" diff --git a/po/nb.po b/po/nb.po new file mode 100644 index 0000000..aa62f4f --- /dev/null +++ b/po/nb.po @@ -0,0 +1,104 @@ +# Norwegian bokmål translation of notification-daemon. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Kjartan Maraas , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: notification-daemon\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-14 12:57+0100\n" +"PO-Revision-Date: 2010-03-14 12:59+0100\n" +"Last-Translator: Kjartan Maraas \n" +"Language-Team: Norsk bokmal \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../data/notification-daemon.schemas.in.h:1 +msgid "Current theme" +msgstr "Aktivt tema" + +#: ../data/notification-daemon.schemas.in.h:2 +msgid "Default Sound" +msgstr "Forvalgt lyd" + +#: ../data/notification-daemon.schemas.in.h:3 +msgid "" +"Default popup location on the workspace for stack notifications. Allowed " +"values: \"top_left\",\"top_right\",\"bottom_left\" and \"bottom_right\"" +msgstr "" + +#: ../data/notification-daemon.schemas.in.h:4 +msgid "Popup location" +msgstr "" + +#: ../data/notification-daemon.schemas.in.h:5 +msgid "Sound Enabled" +msgstr "Lyd aktivert" + +#: ../data/notification-daemon.schemas.in.h:6 +msgid "" +"The default sound file used unless a notification supplies the 'sound-file' " +"or 'suppress-sound' hint. Leave empty for no default sound." +msgstr "" + +#: ../data/notification-daemon.schemas.in.h:7 +msgid "The theme used when displaying notifications." +msgstr "Tema som brukes ved visning av varslinger." + +#: ../data/notification-daemon.schemas.in.h:8 +msgid "Turns on and off sound support for notifications." +msgstr "" + +#: ../src/capplet/mate-notification-properties.c:293 +msgid "Slider" +msgstr "" + +#: ../src/capplet/mate-notification-properties.c:295 +msgid "Standard theme" +msgstr "Standard tema" + +#: ../src/capplet/mate-notification-properties.c:391 +msgid "Error initializing libmatenotify" +msgstr "Feil under initiering av libmatenotify" + +#: ../src/capplet/mate-notification-properties.c:403 +msgid "Notification Test" +msgstr "Test av varsling" + +#: ../src/capplet/mate-notification-properties.c:404 +msgid "Just a test" +msgstr "Bare en test" + +#: ../src/capplet/mate-notification-properties.c:411 +#, c-format +msgid "Error while displaying notification: %s" +msgstr "Feil ved visning av varsling: %s" + +#: ../src/capplet/mate-notification-properties.c:472 +#, c-format +msgid "Could not load user interface file: %s" +msgstr "Kunne ikke laste brukergrensesnittfil: %s" + +#: ../src/capplet/notification-properties.desktop.in.h:1 +msgid "Pop-Up Notifications" +msgstr "Varslinger" + +#: ../src/capplet/notification-properties.desktop.in.h:2 +msgid "Set your pop-up notification preferences" +msgstr "Konfigurer brukervalg for varslinger" + +#: ../src/daemon/daemon.c:1237 +#, c-format +msgid "Exceeded maximum number of notifications" +msgstr "Oversteget maksimalt antall varslinger" + +#: ../src/daemon/daemon.c:1468 +#, c-format +msgid "%u is not a valid notification ID" +msgstr "%u er ikke en gyldig varsel-ID" + +#: ../src/daemon/sound.c:36 +msgid "Notification" +msgstr "Varsling" diff --git a/po/nl.po b/po/nl.po new file mode 100644 index 0000000..222cd55 --- /dev/null +++ b/po/nl.po @@ -0,0 +1,43 @@ +# Dutch translation for notification-daemon +# Copyright (C) 2006 Christian Hammond +# This file is distributed under the same license as the notification-daemon package. +# +# Wouter Bolsterlee , 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: svn trunk\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-02-15 03:02-0800\n" +"PO-Revision-Date: 2006-04-27 10:57+0200\n" +"Last-Translator: Wouter Bolsterlee \n" +"Language-Team: Dutch \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../data/notification-daemon.schemas.in.h:1 +msgid "Current theme" +msgstr "Huidige thema" + +#: ../data/notification-daemon.schemas.in.h:2 +msgid "" +"Default popup location on the workspace for stack notifications. Allowed " +"values: \"top_left\",\"top_right\",\"bottom_left\" and \"bottom_right\"" +msgstr "" + +#: ../data/notification-daemon.schemas.in.h:3 +msgid "Popup location" +msgstr "" + +#: ../data/notification-daemon.schemas.in.h:4 +msgid "The theme used when displaying notifications." +msgstr "Het thema dat voor de berichtweergave wordt gebruikt." + +#: ../src/capplet/notification-properties.desktop.in.h:1 +msgid "Pop-Up Notifications" +msgstr "" + +#: ../src/capplet/notification-properties.desktop.in.h:2 +msgid "Set your pop-up notification preferences" +msgstr "" diff --git a/po/pa.po b/po/pa.po new file mode 100644 index 0000000..879f89a --- /dev/null +++ b/po/pa.po @@ -0,0 +1,153 @@ +# Punjabi translation for notification-daemon. +# Copyright (C) 2010 notification-daemon's COPYRIGHT HOLDER +# This file is distributed under the same license as the notification-daemon package. +# +# A S Alam , 2010. +msgid "" +msgstr "" +"Project-Id-Version: notification-daemon master\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug." +"cgi?product=notification-daemon&component=general\n" +"POT-Creation-Date: 2010-04-02 22:59+0000\n" +"PO-Revision-Date: 2010-04-16 07:37+0530\n" +"Last-Translator: A S Alam \n" +"Language-Team: Punjabi/Panjabi \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.0\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +#: ../data/notification-daemon.schemas.in.h:1 +msgid "Current theme" +msgstr "ਮੌਜੂਦਾ ਥੀਮ" + +#: ../data/notification-daemon.schemas.in.h:2 +msgid "Default Sound" +msgstr "ਡਿਫਾਲਟ ਸਾਊਂਡ" + +#: ../data/notification-daemon.schemas.in.h:3 +msgid "" +"Default popup location on the workspace for stack notifications. Allowed " +"values: \"top_left\",\"top_right\",\"bottom_left\" and \"bottom_right\"" +msgstr "" +"ਸਟਾਕ ਨੋਟੀਫਿਕੇਸ਼ਨ ਲਈ ਵਰਕਸਪੇਸ ਉੱਤੇ ਡਿਫਾਲਟ ਪੋਪਅੱਪ ਟਿਕਾਣਾ। ਸੰਭਵ ਮੁੱਲ ਹਨ: \"top_left\"," +"\"top_right\",\"bottom_left\" ਅਤੇ \"bottom_right\"" + +#: ../data/notification-daemon.schemas.in.h:4 +msgid "Popup location" +msgstr "ਪੋਪਅੱਪ ਟਿਕਾਣਾ" + +#: ../data/notification-daemon.schemas.in.h:5 +msgid "Sound Enabled" +msgstr "ਸਾਊਂਡ ਚਾਲੂ ਹੈ" + +#: ../data/notification-daemon.schemas.in.h:6 +msgid "" +"The default sound file used unless a notification supplies the 'sound-file' " +"or 'suppress-sound' hint. Leave empty for no default sound." +msgstr "" +"ਡਿਫਾਲਟ ਸਾਊਂਡ ਫਾਇਲ, ਜੋ ਵਰਤੀ ਜਾਵੇਗੀ, ਜਦੋਂ ਤੱਕ ਕਿ ਨੋਟੀਫਿਕੇਸ਼ਨ 'ਸਾਊਂਡ-ਫਾਇਲ' ਜਾਂ 'ਸਪੱਰੈਸ-ਸਾਊਂਡ' " +"ਹਿੰਟ ਨਹੀਂ ਨਹੀਂ ਦਿੰਦਾ। ਕੋਈ ਡਿਫਾਲਟ ਸਾਊਂਡ ਨਾ ਦੇਣ ਲਈ ਖਾਲੀ ਛੱਡੋ।" + +#: ../data/notification-daemon.schemas.in.h:7 +msgid "The theme used when displaying notifications." +msgstr "ਥੀਮ, ਜੋ ਨੋਟੀਫਿਕੇਸ਼ਨ ਵੇਖਾਉਣ ਲਈ ਵਰਤਿਆ ਜਾਵੇਗਾ।" + +#: ../data/notification-daemon.schemas.in.h:8 +msgid "Turns on and off sound support for notifications." +msgstr "ਨੋਟੀਫਿਕੇਸ਼ਨ ਲਈ ਸਾਊਂਡ ਸਹਿਯੋਗ ਬੰਦ ਅਤੇ ਚਾਲੂ ਕਰੋ।" + +#: ../src/capplet/mate-notification-properties.c:293 +msgid "Slider" +msgstr "ਸਲਾਈਡਰ" + +#: ../src/capplet/mate-notification-properties.c:295 +msgid "Standard theme" +msgstr "ਸਟੈਂਡਰਡ ਥੀਮ" + +#: ../src/capplet/mate-notification-properties.c:391 +msgid "Error initializing libmatenotify" +msgstr "libmatenotify ਸ਼ੁਰੂ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ" + +#: ../src/capplet/mate-notification-properties.c:403 +msgid "Notification Test" +msgstr "ਨੋਟੀਫਿਕੇਸ਼ਨ ਟੈਸਟ" + +#: ../src/capplet/mate-notification-properties.c:404 +msgid "Just a test" +msgstr "ਸਿਰਫ ਟੈਸਟ ਹੈ" + +#: ../src/capplet/mate-notification-properties.c:411 +#, c-format +msgid "Error while displaying notification: %s" +msgstr "ਨੋਟੀਫਿਕੇਸ਼ਨ ਵੇਖਾਉਣ ਦੌਰਾਨ ਗਲਤੀ: %s" + +#: ../src/capplet/mate-notification-properties.c:472 +#, c-format +msgid "Could not load user interface file: %s" +msgstr "ਯੂਜ਼ਰ ਇੰਟਰਫੇਸ ਫਾਇਲ ਲੋਡ ਨਹੀਂ ਕੀਤੀ ਜਾ ਸਕੀ: %s" + +#: ../src/capplet/notification-properties.desktop.in.h:1 +msgid "Pop-Up Notifications" +msgstr "ਪੋਪਅੱਪ ਨੋਟੀਫਿਕੇਸ਼ਨ" + +#: ../src/capplet/notification-properties.desktop.in.h:2 +msgid "Set your pop-up notification preferences" +msgstr "ਆਪਣੀ ਪੋਪ-ਅੱਪ ਨੋਟੀਫਿਕੇਸ਼ਨ ਪਸੰਦ ਸੈੱਟਅੱਪ ਕਰੋ" + +#: ../src/capplet/notification-properties.ui.h:1 +msgid " " +msgstr " " + +#: ../src/capplet/notification-properties.ui.h:2 +msgid "General Options" +msgstr "ਆਮ ਚੋਣਾਂ" + +#: ../src/capplet/notification-properties.ui.h:3 +msgid "Bottom Left" +msgstr "ਤਲ ਖੱਬੇ" + +#: ../src/capplet/notification-properties.ui.h:4 +msgid "Bottom Right" +msgstr "ਤਲ ਸੱਜੇ" + +#: ../src/capplet/notification-properties.ui.h:5 +#| msgid "Notification Test" +msgid "Notification Settings" +msgstr "ਨੋਟੀਫਿਕੇਸ਼ਨ ਸੈਟਿੰਗ" + +#: ../src/capplet/notification-properties.ui.h:6 +msgid "P_osition:" +msgstr "ਸਥਿਤੀ(_o):" + +#: ../src/capplet/notification-properties.ui.h:7 +msgid "Top Left" +msgstr "ਉੱਤੇ ਖੱਬੇ" + +#: ../src/capplet/notification-properties.ui.h:8 +msgid "Top Right" +msgstr "ਉੱਤੇ ਸੱਜੇ" + +#: ../src/capplet/notification-properties.ui.h:9 +msgid "_Preview" +msgstr "ਝਲਕ(_P)" + +#: ../src/capplet/notification-properties.ui.h:10 +msgid "_Theme:" +msgstr "ਥੀਮ(_T):" + +#: ../src/daemon/daemon.c:1237 +#, c-format +msgid "Exceeded maximum number of notifications" +msgstr "ਨੋਟੀਫਿਕੇਸ਼ਨ ਦੀ ਵੱਧ ਤੋਂ ਵੱਧ ਗਿਣਤੀ ਤੋਂ ਵੱਧ ਗਈ" + +#: ../src/daemon/daemon.c:1468 +#, c-format +msgid "%u is not a valid notification ID" +msgstr "%u ਢੁੱਕਵਾਂ ਨੋਟੀਫਿਕੇਸ਼ਨ ID ਨਹੀਂ ਹੈ" + +#: ../src/daemon/sound.c:36 +msgid "Notification" +msgstr "ਨੋਟੀਫਿਕੇਸ਼ਨ" + diff --git a/po/pl.po b/po/pl.po new file mode 100644 index 0000000..0a9e67e --- /dev/null +++ b/po/pl.po @@ -0,0 +1,156 @@ +# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- +# Aviary.pl +# Jeśli masz jakiekolwiek uwagi odnoszące się do tłumaczenia lub chcesz +# pomóc w jego rozwijaniu i pielęgnowaniu, napisz do nas: +# matepl@aviary.pl +# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- +msgid "" +msgstr "" +"Project-Id-Version: pl\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-05-25 23:19+0200\n" +"PO-Revision-Date: 2010-05-14 23:51+0200\n" +"Last-Translator: Piotr Drąg \n" +"Language-Team: Polish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Poedit-Language: Polish\n" +"X-Poedit-Country: Poland\n" + +#: ../data/notification-daemon.schemas.in.h:1 +msgid "Current theme" +msgstr "Bieżący motyw" + +#: ../data/notification-daemon.schemas.in.h:2 +msgid "Default Sound" +msgstr "Domyślny dźwięk" + +#: ../data/notification-daemon.schemas.in.h:3 +msgid "" +"Default popup location on the workspace for stack notifications. Allowed " +"values: \"top_left\",\"top_right\",\"bottom_left\" and \"bottom_right\"" +msgstr "" +"Domyślne położenie wyskakującego okna na obszarze roboczym dla stosu " +"powiadomień. Dozwolone wartości: \"top_left\" (górny lewy), \"top_right" +"\" (górny prawy), \"bottom_left\" (dolny lewy) i \"bottom_right\" (dolny " +"prawy)" + +#: ../data/notification-daemon.schemas.in.h:4 +msgid "Popup location" +msgstr "Położenie wyskakujących powiadomień" + +#: ../data/notification-daemon.schemas.in.h:5 +msgid "Sound Enabled" +msgstr "Włączenie dźwięków" + +#: ../data/notification-daemon.schemas.in.h:6 +msgid "" +"The default sound file used unless a notification supplies the 'sound-file' " +"or 'suppress-sound' hint. Leave empty for no default sound." +msgstr "" +"Domyślnie używany plik dźwięku, chyba że powiadomienie dostarcza wskazówkę " +"\"sound-file\" lub \"suppress-sound\". Pozostawienie pustej wartości wyłącza " +"dźwięki." + +#: ../data/notification-daemon.schemas.in.h:7 +msgid "The theme used when displaying notifications." +msgstr "Motyw używany podczas wyświetlania powiadomień." + +#: ../data/notification-daemon.schemas.in.h:8 +msgid "Turns on and off sound support for notifications." +msgstr "Włącza lub wyłącza obsługę dźwięków dla powiadomień." + +#: ../src/capplet/mate-notification-properties.c:293 +msgid "Slider" +msgstr "Slider" + +#: ../src/capplet/mate-notification-properties.c:295 +msgid "Standard theme" +msgstr "Motyw standardowy" + +#: ../src/capplet/mate-notification-properties.c:391 +msgid "Error initializing libmatenotify" +msgstr "Błąd podczas inicjowania biblioteki libmatenotify" + +#: ../src/capplet/mate-notification-properties.c:403 +msgid "Notification Test" +msgstr "Test powiadomienia" + +#: ../src/capplet/mate-notification-properties.c:404 +msgid "Just a test" +msgstr "To tylko test" + +#: ../src/capplet/mate-notification-properties.c:411 +#, c-format +msgid "Error while displaying notification: %s" +msgstr "Błąd podczas wyświetlania powiadomienia: %s" + +#: ../src/capplet/mate-notification-properties.c:472 +#, c-format +msgid "Could not load user interface file: %s" +msgstr "Nie można wczytać pliku interfejsu użytkownika: %s" + +#: ../src/capplet/notification-properties.desktop.in.h:1 +msgid "Pop-Up Notifications" +msgstr "Wyskakujące powiadomienia" + +#: ../src/capplet/notification-properties.desktop.in.h:2 +msgid "Set your pop-up notification preferences" +msgstr "Preferencje wyskakujących powiadomień" + +#: ../src/capplet/notification-properties.ui.h:1 +msgid " " +msgstr " " + +#: ../src/capplet/notification-properties.ui.h:2 +msgid "General Options" +msgstr "Ogólne opcje" + +#: ../src/capplet/notification-properties.ui.h:3 +msgid "Bottom Left" +msgstr "Dolny lewy" + +#: ../src/capplet/notification-properties.ui.h:4 +msgid "Bottom Right" +msgstr "Dolny prawy" + +#: ../src/capplet/notification-properties.ui.h:5 +msgid "Notification Settings" +msgstr "Ustawienia powiadamiania" + +#: ../src/capplet/notification-properties.ui.h:6 +msgid "P_osition:" +msgstr "P_ołożenie:" + +#: ../src/capplet/notification-properties.ui.h:7 +msgid "Top Left" +msgstr "Górny lewy" + +#: ../src/capplet/notification-properties.ui.h:8 +msgid "Top Right" +msgstr "Górny prawy" + +#: ../src/capplet/notification-properties.ui.h:9 +msgid "_Preview" +msgstr "_Podgląd" + +#: ../src/capplet/notification-properties.ui.h:10 +msgid "_Theme:" +msgstr "_Motyw:" + +#: ../src/daemon/daemon.c:1237 +#, c-format +msgid "Exceeded maximum number of notifications" +msgstr "Przekroczono maksymalną liczbę powiadomień" + +#: ../src/daemon/daemon.c:1468 +#, c-format +msgid "%u is not a valid notification ID" +msgstr "%u nie jest prawidłowym identyfikatorem powiadomienia" + +#: ../src/daemon/sound.c:36 +msgid "Notification" +msgstr "Powiadomienie" diff --git a/po/pt_BR.po b/po/pt_BR.po new file mode 100644 index 0000000..c7b7da0 --- /dev/null +++ b/po/pt_BR.po @@ -0,0 +1,151 @@ +# Brazilian Portuguese translation for notification-daemon. +# Copyright (C) 2010 notification-daemon's COPYRIGHT HOLDER +# This file is distributed under the same license as the notification-daemon package. +# Henrique P. Machado , 2010. +# André Gondim , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: notification-daemon master\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-23 22:40-0300\n" +"PO-Revision-Date: 2010-04-23 21:11-0300\n" +"Last-Translator: Vladimir Melo \n" +"Language-Team: Brazilian Portuguese \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" + +#: ../data/notification-daemon.schemas.in.h:1 +msgid "Current theme" +msgstr "Tema atual" + +#: ../data/notification-daemon.schemas.in.h:2 +msgid "Default Sound" +msgstr "Som padrão" + +#: ../data/notification-daemon.schemas.in.h:3 +msgid "" +"Default popup location on the workspace for stack notifications. Allowed " +"values: \"top_left\",\"top_right\",\"bottom_left\" and \"bottom_right\"" +msgstr "" +"Localização padrão para notificações pop-up empilhadas. Valores permitidos: " +"\"top_left\", \"top_right\", \"bottom_left\" e \"bottom_right\"" + +#: ../data/notification-daemon.schemas.in.h:4 +msgid "Popup location" +msgstr "Localização da pop-up" + +#: ../data/notification-daemon.schemas.in.h:5 +msgid "Sound Enabled" +msgstr "Som habilitado" + +#: ../data/notification-daemon.schemas.in.h:6 +msgid "" +"The default sound file used unless a notification supplies the 'sound-file' " +"or 'suppress-sound' hint. Leave empty for no default sound." +msgstr "" +"O arquivo de som padrão a ser usado a não ser que uma notificação forneça a " +"a dica \"sound-file\" ou \"suppress-sound\". Deixe em branco para nenhum som " +"padrão." + +#: ../data/notification-daemon.schemas.in.h:7 +msgid "The theme used when displaying notifications." +msgstr "O tema usado ao exibir notificações." + +#: ../data/notification-daemon.schemas.in.h:8 +msgid "Turns on and off sound support for notifications." +msgstr "Liga ou desliga o suporte a som para notificações." + +#: ../src/capplet/mate-notification-properties.c:293 +msgid "Slider" +msgstr "Controle deslizante" + +#: ../src/capplet/mate-notification-properties.c:295 +msgid "Standard theme" +msgstr "Tema padrão" + +#: ../src/capplet/mate-notification-properties.c:391 +msgid "Error initializing libmatenotify" +msgstr "Erro ao inicializar libmatenotify" + +#: ../src/capplet/mate-notification-properties.c:403 +msgid "Notification Test" +msgstr "Teste de notificação" + +#: ../src/capplet/mate-notification-properties.c:404 +msgid "Just a test" +msgstr "Somente um teste" + +#: ../src/capplet/mate-notification-properties.c:411 +#, c-format +msgid "Error while displaying notification: %s" +msgstr "Erro ao exibir notificação: %s" + +#: ../src/capplet/mate-notification-properties.c:472 +#, c-format +msgid "Could not load user interface file: %s" +msgstr "Não foi possível carregar arquivo de interface: %s" + +#: ../src/capplet/notification-properties.desktop.in.h:1 +msgid "Pop-Up Notifications" +msgstr "Notificações pop-up" + +#: ../src/capplet/notification-properties.desktop.in.h:2 +msgid "Set your pop-up notification preferences" +msgstr "Defina as preferências de suas notificações pop-up" + +#: ../src/capplet/notification-properties.ui.h:1 +msgid " " +msgstr " " + +#: ../src/capplet/notification-properties.ui.h:2 +msgid "General Options" +msgstr "Opções gerais" + +#: ../src/capplet/notification-properties.ui.h:3 +msgid "Bottom Left" +msgstr "Inferior esquerda" + +#: ../src/capplet/notification-properties.ui.h:4 +msgid "Bottom Right" +msgstr "Inferior direita" + +#: ../src/capplet/notification-properties.ui.h:5 +msgid "Notification Settings" +msgstr "Teste de notificação" + +#: ../src/capplet/notification-properties.ui.h:6 +msgid "P_osition:" +msgstr "P_osição:" + +#: ../src/capplet/notification-properties.ui.h:7 +msgid "Top Left" +msgstr "Superior esquerdo" + +#: ../src/capplet/notification-properties.ui.h:8 +msgid "Top Right" +msgstr "Superior direito" + +#: ../src/capplet/notification-properties.ui.h:9 +msgid "_Preview" +msgstr "_Visualizar" + +#: ../src/capplet/notification-properties.ui.h:10 +msgid "_Theme:" +msgstr "_Tema:" + +#: ../src/daemon/daemon.c:1237 +#, c-format +msgid "Exceeded maximum number of notifications" +msgstr "Excedido o número máximo de notificações" + +#: ../src/daemon/daemon.c:1468 +#, c-format +msgid "%u is not a valid notification ID" +msgstr "%u não é uma ID de notificação válida" + +#: ../src/daemon/sound.c:36 +msgid "Notification" +msgstr "Notificação" diff --git a/po/quot.sed b/po/quot.sed new file mode 100644 index 0000000..0122c46 --- /dev/null +++ b/po/quot.sed @@ -0,0 +1,6 @@ +s/"\([^"]*\)"/“\1”/g +s/`\([^`']*\)'/‘\1’/g +s/ '\([^`']*\)' / ‘\1’ /g +s/ '\([^`']*\)'$/ ‘\1’/g +s/^'\([^`']*\)' /‘\1’ /g +s/“”/""/g diff --git a/po/ru.po b/po/ru.po new file mode 100644 index 0000000..82ae059 --- /dev/null +++ b/po/ru.po @@ -0,0 +1,148 @@ +# Russian translation for notification-daemon +# Copyright (c) (c) 2006 Canonical Ltd, and Rosetta Contributors 2006 +# This file is distributed under the same license as the notification-daemon package. +# FIRST AUTHOR , 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: notification-daemon\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-29 01:03+0300\n" +"PO-Revision-Date: 2010-03-25 23:37+0300\n" +"Last-Translator: Yuri Myasoedov \n" +"Language-Team: Russian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-02-06 09:00+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: ../data/notification-daemon.schemas.in.h:1 +msgid "Current theme" +msgstr "Текущая тема" + +#: ../data/notification-daemon.schemas.in.h:2 +msgid "Default Sound" +msgstr "Звук по умолчанию" + +#: ../data/notification-daemon.schemas.in.h:3 +msgid "" +"Default popup location on the workspace for stack notifications. Allowed " +"values: \"top_left\",\"top_right\",\"bottom_left\" and \"bottom_right\"" +msgstr "" +"Положение по умолчанию для всплывающего окна при отображении уведомлений. " +"Допустимые значения: \"top_left\", \"top_right\", \"bottom_left\" и " +"\"bottom_right\"" + +#: ../data/notification-daemon.schemas.in.h:4 +msgid "Popup location" +msgstr "Положение всплывающего окна" + +#: ../data/notification-daemon.schemas.in.h:5 +msgid "Sound Enabled" +msgstr "Включить звук" + +#: ../data/notification-daemon.schemas.in.h:6 +msgid "" +"The default sound file used unless a notification supplies the 'sound-file' " +"or 'suppress-sound' hint. Leave empty for no default sound." +msgstr "" +"Звук, проигрываемый по умолчанию, если в уведомлении не указаны параметры " +"«sound-file» или «suppress-sound». Чтобы отключить звук по умолчанию, оставьте " +"поле пустым." + +#: ../data/notification-daemon.schemas.in.h:7 +msgid "The theme used when displaying notifications." +msgstr "Тема, используемая при отображении уведомлений." + +#: ../data/notification-daemon.schemas.in.h:8 +msgid "Turns on and off sound support for notifications." +msgstr "Включение и выключение поддержки звука в уведомлениях." + +#: ../src/capplet/mate-notification-properties.c:293 +msgid "Slider" +msgstr "Ползунок" + +#: ../src/capplet/mate-notification-properties.c:295 +msgid "Standard theme" +msgstr "Стандартная тема" + +#: ../src/capplet/mate-notification-properties.c:391 +msgid "Error initializing libmatenotify" +msgstr "Ошибка инициализации libmatenotify" + +#: ../src/capplet/mate-notification-properties.c:403 +msgid "Notification Test" +msgstr "Тестовое уведомление" + +#: ../src/capplet/mate-notification-properties.c:404 +msgid "Just a test" +msgstr "Обычная проверка" + +#: ../src/capplet/mate-notification-properties.c:411 +#, c-format +msgid "Error while displaying notification: %s" +msgstr "Ошибка вывода уведомления: %s" + +#: ../src/capplet/mate-notification-properties.c:472 +#, c-format +msgid "Could not load user interface file: %s" +msgstr "Не удалось загрузить файл пользовательского интерфейса: %s" + +#: ../src/capplet/notification-properties.desktop.in.h:1 +msgid "Pop-Up Notifications" +msgstr "Всплывающие уведомления" + +#: ../src/capplet/notification-properties.desktop.in.h:2 +msgid "Set your pop-up notification preferences" +msgstr "Изменить параметры всплывающих уведомлений" + +#: ../src/daemon/daemon.c:1237 +#, c-format +msgid "Exceeded maximum number of notifications" +msgstr "Превышено максимальное количество уведомлений" + +#: ../src/daemon/daemon.c:1468 +#, c-format +msgid "%u is not a valid notification ID" +msgstr "%u не является действительным ID уведомления" + +#: ../src/daemon/sound.c:36 +msgid "Notification" +msgstr "Уведомление" + +#~ msgid "Top Left" +#~ msgstr "Вверху слева" + +#~ msgid "Top Right" +#~ msgstr "Вверху справа" + +#~ msgid "Bottom Left" +#~ msgstr "Внизу слева" + +#~ msgid "Bottom Right" +#~ msgstr "Внизу справа" + +#~ msgid "Ubuntu theme" +#~ msgstr "Тема Ubuntu" + +#~ msgid "Unable to locate glade file '%s'" +#~ msgstr "Не удаётся обнаружить glade-файл «%s»" + +#~ msgid " " +#~ msgstr " " + +#~ msgid "General Options" +#~ msgstr "Общие" + +#~ msgid "Notification Settings" +#~ msgstr "Параметры уведомлений" + +#~ msgid "P_osition:" +#~ msgstr "П_оложение:" + +#~ msgid "_Preview" +#~ msgstr "_Предпросмотр" + +#~ msgid "_Theme:" +#~ msgstr "_Тема:" diff --git a/po/sl.po b/po/sl.po new file mode 100644 index 0000000..c71319e --- /dev/null +++ b/po/sl.po @@ -0,0 +1,141 @@ +# Slovenian translation for notification-daemon. +# Copyright (C) 2010 notification-daemon's COPYRIGHT HOLDER +# This file is distributed under the same license as the notification-daemon package. +# +# Andrej Žnidaršič , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: notification-daemon master\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=notification-daemon&component=general\n" +"POT-Creation-Date: 2010-02-11 22:36+0000\n" +"PO-Revision-Date: 2010-04-24 08:10+0100\n" +"Last-Translator: Matej Urbančič \n" +"Language-Team: Slovenian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n" +"X-Poedit-Language: Slovenian\n" +"X-Poedit-Country: SLOVENIA\n" +"X-Poedit-SourceCharset: utf-8\n" + +#: ../data/notification-daemon.schemas.in.h:1 +msgid "Current theme" +msgstr "Trenutna tema" + +#: ../data/notification-daemon.schemas.in.h:2 +msgid "Default Sound" +msgstr "Privzeti zvok" + +#: ../data/notification-daemon.schemas.in.h:3 +msgid "Default popup location on the workspace for stack notifications. Allowed values: \"top_left\",\"top_right\",\"bottom_left\" and \"bottom_right\"" +msgstr "Privzeti položaj pojavnega obvestila na delovni površini za sklad obvestil. Dovoljene vrednosti: \"top_left\",\"top_right\",\"bottom_left\" in \"bottom_right\"" + +#: ../data/notification-daemon.schemas.in.h:4 +msgid "Popup location" +msgstr "Položaj pojavnega obvestila" + +#: ../data/notification-daemon.schemas.in.h:5 +msgid "Sound Enabled" +msgstr "Zvok je omogočen" + +#: ../data/notification-daemon.schemas.in.h:6 +msgid "The default sound file used unless a notification supplies the 'sound-file' or 'suppress-sound' hint. Leave empty for no default sound." +msgstr "Uporabljena je privzeta zvočna datoteka, razen če obvestilo zagotovi namig 'zvočna-datoteka' ali 'prepreči-zvok'. Pustite prazno za onemogočenje privzetega zvoka." + +#: ../data/notification-daemon.schemas.in.h:7 +msgid "The theme used when displaying notifications." +msgstr "Tema za prikaz obvestil." + +#: ../data/notification-daemon.schemas.in.h:8 +msgid "Turns on and off sound support for notifications." +msgstr "Vklopi in izklopi zvočno podporo obvestil." + +#: ../src/capplet/mate-notification-properties.c:293 +msgid "Slider" +msgstr "Drsnik" + +#: ../src/capplet/mate-notification-properties.c:295 +msgid "Standard theme" +msgstr "Običajna tema" + +#: ../src/capplet/mate-notification-properties.c:391 +msgid "Error initializing libmatenotify" +msgstr "Napaka med zaganjanjem libmatenotify" + +#: ../src/capplet/mate-notification-properties.c:403 +msgid "Notification Test" +msgstr "Preizkus obvestila" + +#: ../src/capplet/mate-notification-properties.c:404 +msgid "Just a test" +msgstr "Samo preizkus" + +#: ../src/capplet/mate-notification-properties.c:411 +#, c-format +msgid "Error while displaying notification: %s" +msgstr "Napaka med prikazovanjem obvestila: %s" + +#: ../src/capplet/mate-notification-properties.c:472 +#, c-format +msgid "Could not load user interface file: %s" +msgstr "Ni mogoče naložiti datoteke uporabniškega vmesnika: %s" + +#: ../src/capplet/notification-properties.desktop.in.h:1 +msgid "Pop-Up Notifications" +msgstr "Pojavna obvestila" + +#: ../src/capplet/notification-properties.desktop.in.h:2 +msgid "Set your pop-up notification preferences" +msgstr "Nastavitev možnosti pojavnih obvestil " + +#: ../src/daemon/daemon.c:1237 +#, c-format +msgid "Exceeded maximum number of notifications" +msgstr "Največje število obvestil je preseženo" + +#: ../src/daemon/daemon.c:1468 +#, c-format +msgid "%u is not a valid notification ID" +msgstr "%u ni veljaven ID obvestila" + +#: ../src/daemon/sound.c:36 +msgid "Notification" +msgstr "Obvestilo" + +#~ msgid "Top Left" +#~ msgstr "Zgoraj levo" + +#~ msgid "Top Right" +#~ msgstr "Zgoraj desno" + +#~ msgid "Bottom Left" +#~ msgstr "Spodaj levo" + +#~ msgid "Bottom Right" +#~ msgstr "Spodaj desno" + +#~ msgid "Unable to locate glade file '%s'" +#~ msgstr "Glade datoteke '%s' ni mogoče najti" + +#~ msgid " " +#~ msgstr " " + +#~ msgid "General Options" +#~ msgstr "Splošne možnosti" + +#~ msgid "Notification Settings" +#~ msgstr "Nastavitve obvestil" + +#~ msgid "P_osition:" +#~ msgstr "P_oložaj:" + +#~ msgid "_Preview" +#~ msgstr "_Predogled" + +#~ msgid "_Theme:" +#~ msgstr "_Tema:" + +#~ msgid "Ubuntu theme" +#~ msgstr "Tema Ubuntu" diff --git a/po/sv.po b/po/sv.po new file mode 100644 index 0000000..d2a7147 --- /dev/null +++ b/po/sv.po @@ -0,0 +1,126 @@ +# Swedish translation for notification-daemon. +# Copyright (C) 2006-2010 Free Software Foundation +# This file is distributed under the same license as the galago package. +# Daniel Nylander , 2006, 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: notification-daemon\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-02 19:06+0100\n" +"PO-Revision-Date: 2010-03-02 19:08+0100\n" +"Last-Translator: Daniel Nylander \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../data/notification-daemon.schemas.in.h:1 +msgid "Current theme" +msgstr "Aktuellt tema" + +#: ../data/notification-daemon.schemas.in.h:2 +msgid "Default Sound" +msgstr "Standardljud" + +#: ../data/notification-daemon.schemas.in.h:3 +msgid "Default popup location on the workspace for stack notifications. Allowed values: \"top_left\",\"top_right\",\"bottom_left\" and \"bottom_right\"" +msgstr "Standardposition för popup-rutor på arbetsutan för notifieringar. Tillåtna värden: \"top_left\",\"top_right\",\"bottom_left\" och \"bottom_right\"" + +#: ../data/notification-daemon.schemas.in.h:4 +msgid "Popup location" +msgstr "Popup-position" + +#: ../data/notification-daemon.schemas.in.h:5 +msgid "Sound Enabled" +msgstr "Ljud aktiverat" + +#: ../data/notification-daemon.schemas.in.h:6 +msgid "The default sound file used unless a notification supplies the 'sound-file' or 'suppress-sound' hint. Leave empty for no default sound." +msgstr "Standardljudfilen som används såvida inte en notifiering anger \"sound-file\" eller \"suppress-sound\". Lämna tom för inget standardljud." + +#: ../data/notification-daemon.schemas.in.h:7 +msgid "The theme used when displaying notifications." +msgstr "Temat som används för visning av notifieringar." + +#: ../data/notification-daemon.schemas.in.h:8 +msgid "Turns on and off sound support for notifications." +msgstr "Slår på och av ljudstöd för notifieringar." + +#: ../src/capplet/mate-notification-properties.c:293 +msgid "Slider" +msgstr "Draglist" + +#: ../src/capplet/mate-notification-properties.c:295 +msgid "Standard theme" +msgstr "Standardtema" + +#: ../src/capplet/mate-notification-properties.c:391 +msgid "Error initializing libmatenotify" +msgstr "Fel vid initiering av libmatenotify" + +#: ../src/capplet/mate-notification-properties.c:403 +msgid "Notification Test" +msgstr "Notifieringstest" + +#: ../src/capplet/mate-notification-properties.c:404 +msgid "Just a test" +msgstr "Bara ett test" + +#: ../src/capplet/mate-notification-properties.c:411 +#, c-format +msgid "Error while displaying notification: %s" +msgstr "Fel vid visning av notifiering: %s" + +#: ../src/capplet/mate-notification-properties.c:472 +#, c-format +msgid "Could not load user interface file: %s" +msgstr "Kunde inte läsa in användargränssnittsfil: %s" + +#: ../src/capplet/notification-properties.desktop.in.h:1 +msgid "Pop-Up Notifications" +msgstr "Popup-notifieringar" + +#: ../src/capplet/notification-properties.desktop.in.h:2 +msgid "Set your pop-up notification preferences" +msgstr "Konfigurera dina inställningar för popupnotifieringar" + +#: ../src/daemon/daemon.c:1237 +#, c-format +msgid "Exceeded maximum number of notifications" +msgstr "Översteg maximalt antal notifieringar" + +#: ../src/daemon/daemon.c:1468 +#, c-format +msgid "%u is not a valid notification ID" +msgstr "%u är inte ett giltigt notifierings-id" + +#: ../src/daemon/sound.c:36 +msgid "Notification" +msgstr "Notifiering" + +#~ msgid "Top Left" +#~ msgstr "Övre vänster" +#~ msgid "Top Right" +#~ msgstr "Övre höger" +#~ msgid "Bottom Left" +#~ msgstr "Nedre vänster" +#~ msgid "Bottom Right" +#~ msgstr "Nedre höger" +#~ msgid "Ubuntu theme" +#~ msgstr "Ubuntu-tema" +#~ msgid "Unable to locate glade file '%s'" +#~ msgstr "Kunde inte hitta glade-filen \"%s\"" +#~ msgid " " +#~ msgstr " " +#~ msgid "General Options" +#~ msgstr "Allmänna alternativ" +#~ msgid "Notification Settings" +#~ msgstr "Notifieringsinställningar" +#~ msgid "P_osition:" +#~ msgstr "P_osition:" +#~ msgid "_Preview" +#~ msgstr "_Förhandsvisning" +#~ msgid "_Theme:" +#~ msgstr "_Tema:" + diff --git a/po/zh_CN.po b/po/zh_CN.po new file mode 100644 index 0000000..8db4260 --- /dev/null +++ b/po/zh_CN.po @@ -0,0 +1,149 @@ +# Chinese (China) translation for notification-daemon. +# Copyright (C) 2010 notification-daemon's COPYRIGHT HOLDER +# This file is distributed under the same license as the notification-daemon package. +# YunQiang Su , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: notification-daemon master\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=notification-daemon&component=general\n" +"POT-Creation-Date: 2010-04-25 08:37+0000\n" +"PO-Revision-Date: 2010-05-12 11:14+0800\n" +"Last-Translator: 微尘 \n" +"Language-Team: Chinese (China) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../data/notification-daemon.schemas.in.h:1 +msgid "Current theme" +msgstr "当前主题" + +#: ../data/notification-daemon.schemas.in.h:2 +msgid "Default Sound" +msgstr "默认声音" + +#: ../data/notification-daemon.schemas.in.h:3 +msgid "" +"Default popup location on the workspace for stack notifications. Allowed " +"values: \"top_left\",\"top_right\",\"bottom_left\" and \"bottom_right\"" +msgstr "" +"工作区上放置通知的默认弹出区域。允许的值为:“top_left”(左上),“top_right”(右" +"上),“bottom_left”(左下) 和“bottom_right”(右下)" + +#: ../data/notification-daemon.schemas.in.h:4 +msgid "Popup location" +msgstr "弹出区域" + +#: ../data/notification-daemon.schemas.in.h:5 +msgid "Sound Enabled" +msgstr "声音已启用" + +#: ../data/notification-daemon.schemas.in.h:6 +msgid "" +"The default sound file used unless a notification supplies the 'sound-file' " +"or 'suppress-sound' hint. Leave empty for no default sound." +msgstr "" +"除非一个通知提供“sound-file”和“suppress-sound”提示时,使用的默认声音文件。留" +"空表示没有默认声音。" + +#: ../data/notification-daemon.schemas.in.h:7 +msgid "The theme used when displaying notifications." +msgstr "显示通知时使用的主题。" + +#: ../data/notification-daemon.schemas.in.h:8 +msgid "Turns on and off sound support for notifications." +msgstr "为通知打开和关闭声音支持" + +#: ../src/capplet/mate-notification-properties.c:293 +msgid "Slider" +msgstr "滑块" + +#: ../src/capplet/mate-notification-properties.c:295 +msgid "Standard theme" +msgstr "标准主题" + +#: ../src/capplet/mate-notification-properties.c:391 +msgid "Error initializing libmatenotify" +msgstr "初始化 libmatenotify 出错" + +#: ../src/capplet/mate-notification-properties.c:403 +msgid "Notification Test" +msgstr "通知测试" + +#: ../src/capplet/mate-notification-properties.c:404 +msgid "Just a test" +msgstr "仅仅一个测试" + +#: ../src/capplet/mate-notification-properties.c:411 +#, c-format +msgid "Error while displaying notification: %s" +msgstr "显示通知时出错:%s" + +#: ../src/capplet/mate-notification-properties.c:472 +#, c-format +msgid "Could not load user interface file: %s" +msgstr "无法加载用户界面文件:%s" + +#: ../src/capplet/notification-properties.desktop.in.h:1 +msgid "Pop-Up Notifications" +msgstr "弹出通知" + +#: ../src/capplet/notification-properties.desktop.in.h:2 +msgid "Set your pop-up notification preferences" +msgstr "设置您的弹出通知首选项" + +#: ../src/capplet/notification-properties.ui.h:1 +msgid " " +msgstr " " + +#: ../src/capplet/notification-properties.ui.h:2 +msgid "General Options" +msgstr "常规选项" + +#: ../src/capplet/notification-properties.ui.h:3 +msgid "Bottom Left" +msgstr "左下角" + +#: ../src/capplet/notification-properties.ui.h:4 +msgid "Bottom Right" +msgstr "右下角" + +#: ../src/capplet/notification-properties.ui.h:5 +msgid "Notification Settings" +msgstr "通知设定" + +#: ../src/capplet/notification-properties.ui.h:6 +msgid "P_osition:" +msgstr "位置(_O):" + +#: ../src/capplet/notification-properties.ui.h:7 +msgid "Top Left" +msgstr "左上角" + +#: ../src/capplet/notification-properties.ui.h:8 +msgid "Top Right" +msgstr "右上角" + +#: ../src/capplet/notification-properties.ui.h:9 +msgid "_Preview" +msgstr "预览(_P)" + +#: ../src/capplet/notification-properties.ui.h:10 +msgid "_Theme:" +msgstr "主题(_T):" + +#: ../src/daemon/daemon.c:1237 +#, c-format +msgid "Exceeded maximum number of notifications" +msgstr "超过了通知的最大数目" + +#: ../src/daemon/daemon.c:1468 +#, c-format +msgid "%u is not a valid notification ID" +msgstr "%u 不是有效的通知 ID" + +#: ../src/daemon/sound.c:36 +msgid "Notification" +msgstr "通知" -- cgit v1.2.1