Package: pidgin-libnotify Version: 0.14-5+b1 Severity: normal Tags: l10n
--- Please enter the report below this line. --- Attached patch adds Czech (cs) translation to pidgin-libnotify. It expects that patch from Bug#638901 is applied before. --- System information. --- Architecture: amd64 Kernel: Linux 3.0.0-1-amd64 Debian Release: wheezy/sid 500 unstable ftp.cz.debian.org 500 unstable emdebian.org 500 testing www.debian-multimedia.org 500 testing security.debian.org 500 testing ftp.cz.debian.org 1 experimental ftp.debian.org --- Package information. --- Depends (Version) | Installed ==================================-+-============ libatk1.0-0 (>= 1.12.4) | 2.0.1-2 libc6 (>= 2.2.5) | 2.13-16 libcairo2 (>= 1.2.4) | 1.10.2-6.1 libfontconfig1 (>= 2.8.0) | 2.8.0-3 libfreetype6 (>= 2.2.1) | 2.4.6-1 libgdk-pixbuf2.0-0 (>= 2.22.0) | 2.23.5-3 libglib2.0-0 (>= 2.16.0) | 2.28.6-1 libgtk2.0-0 (>= 2.8.0) | 2.24.4-3 libnotify4 (>= 0.7.0) | 0.7.3-2 libpango1.0-0 (>= 1.14.0) | 1.28.4-1 pidgin (<< 3.0) | 2.9.0-3 pidgin (>= 2.9) | 2.9.0-3 Package's Recommends field is empty. Package's Suggests field is empty.
From: Jakub Adam <jakub.a...@ktknet.cz> Date: Mon, 22 Aug 2011 22:17:16 +0200 Subject: add-cs-translation.diff --- configure.ac | 2 +- po/cs.po | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 82 insertions(+), 1 deletions(-) create mode 100644 po/cs.po diff --git a/configure.ac b/configure.ac index 8bf8d78..3dc90db 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ AH_BOTTOM([ AC_PROG_INTLTOOL GETTEXT_PACKAGE=pidgin-libnotify AC_SUBST(GETTEXT_PACKAGE) -ALL_LINGUAS="es fr it nl pl pt pt_BR sl hu zh_CN ro gl ru bg de sv" +ALL_LINGUAS="bg cs de es fr gl hu it nl pl pt pt_BR ro ru sl sv zh_CN" AM_GLIB_GNU_GETTEXT # diff --git a/po/cs.po b/po/cs.po new file mode 100644 index 0000000..4cb2ea7 --- /dev/null +++ b/po/cs.po @@ -0,0 +1,81 @@ +# Czech (cs) translation of pidgin-libnotify +# Copyright (C) 2011 Jakub Adam +# This file is distributed under the same license as the pidgin-libnotify package. +# Jakub Adam <jakub.a...@ktknet.cz>, 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: pidgin-libnotify\n" +"POT-Creation-Date: 2011-08-21 12:58+0200\n" +"PO-Revision-Date: 2011-08-21 00:00::00+GMT\n" +"Last-Translator: Jakub Adam <jakub.a...@ktknet.cz>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../src/pidgin-libnotify.c:62 +msgid "New IM messages" +msgstr "Nové zprávy" + +#: ../src/pidgin-libnotify.c:67 +msgid "New chat messages" +msgstr "Nové pÅÃspÄvky v chatu" + +#: ../src/pidgin-libnotify.c:72 +msgid "Notify chat only when someone says my username" +msgstr "Upozornit na chat jen pokud nÄkdo napÃÅ¡e mé uživatelské jméno" + +#: ../src/pidgin-libnotify.c:77 +msgid "Only new conversations" +msgstr "Pouze nové konverzace" + +#: ../src/pidgin-libnotify.c:82 +msgid "Ignore events from blocked users" +msgstr "Ignorovat události od blokovaných uživatelů" + +#: ../src/pidgin-libnotify.c:87 +msgid "Buddy signs on" +msgstr "Kamarád se pÅihlásil" + +#: ../src/pidgin-libnotify.c:92 +msgid "Buddy signs off" +msgstr "Kamarád se odhlásil" + +#: ../src/pidgin-libnotify.c:97 +msgid "Only when available" +msgstr "Jen, když jsem k dispozici" + +#: ../src/pidgin-libnotify.c:342 +msgid "Show" +msgstr "Ukaž" + +#: ../src/pidgin-libnotify.c:375 +#, c-format +msgid "%s signed on" +msgstr "%s se pÅihlásil" + +#: ../src/pidgin-libnotify.c:407 +#, c-format +msgid "%s signed off" +msgstr "%s se odhlásil" + +#: ../src/pidgin-libnotify.c:434 +#, c-format +msgid "%s says:" +msgstr "%s napsal:" + +#: ../src/pidgin-libnotify.c:610 +msgid "Libnotify Popups" +msgstr "Vyskakovacà okna libnotify" + +#: ../src/pidgin-libnotify.c:611 +msgid "Displays popups via libnotify." +msgstr "Zobrazuje vyskakovacà okna pomocà libnotify" + +#: ../src/pidgin-libnotify.c:612 +msgid "" +"Pidgin-libnotify:\n" +"Displays popups via libnotify." +msgstr "" +"Pidgin-libnotify:\n" +"UpozorÅuje na pÅÃchozà zprávy a dalšà události pomocà vyskakovacÃch oken." --