diff -u espeakup-0.71/debian/rules espeakup-0.71/debian/rules --- espeakup-0.71/debian/rules +++ espeakup-0.71/debian/rules @@ -2,9 +2,11 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) UDEB_CFLAGS ?= $(CFLAGS) -Os -UDEB_LDLIBS ?= /usr/lib/libespeak.a /usr/lib/libportaudio.a /usr/lib/$(DEB_HOST_MULTIARCH)/libjack.a -lm -lpthread -lasound -lrt +UDEB_LDLIBS ?= /usr/lib/$(DEB_HOST_MULTIARCH)/libespeak.a /usr/lib/$(DEB_HOST_MULTIARCH)/libsonic.a /usr/lib/$(DEB_HOST_MULTIARCH)/libportaudio.a /usr/lib/$(DEB_HOST_MULTIARCH)/libjack.a -lm -lpthread -lasound -lrt UDEB_LDFLAGS += -u _Unwind_Resume -u __gcc_personality_v0 -u _Unwind_ForcedUnwind -u _Unwind_GetCFA -u _Unwind_GetBSP -lgcc_s +export DEB_BUILD_HARDENING=1 + clean: dh_testroot dh_clean @@ -22,11 +24,13 @@ ln *.c *.h espeakup-udeb/ ln Makefile espeakup-udeb/ - CFLAGS="$(UDEB_CFLAGS)" $(MAKE) -C espeakup-udeb LDLIBS="$(UDEB_LDLIBS)" LDFLAGS="$(UDEB_LDFLAGS)" + DEB_BUILD_HARDENING=0 CFLAGS="$(UDEB_CFLAGS)" $(MAKE) -C espeakup-udeb LDLIBS="$(UDEB_LDLIBS)" LDFLAGS="$(UDEB_LDFLAGS)" touch $@ -build: build-espeakup +build: build-arch build-indep +build-indep: +build-arch: build-espeakup binary-arch: build-espeakup dh_testroot @@ -38,6 +42,7 @@ dh_installdirs install -m0644 debian/espeakup-udeb.start debian/espeakup-udeb/lib/debian-installer-startup.d/S38espeakup install -m0755 debian/espeakup-udeb.finish-install debian/espeakup-udeb/usr/lib/finish-install.d/06espeakup + install -m0755 debian/espeakup-udeb.restart debian/espeakup-udeb/usr/lib/espeakup/espeakup.restart dh_installdebconf dh_installman dh_installdocs diff -u espeakup-0.71/debian/espeakup-udeb.postinst espeakup-0.71/debian/espeakup-udeb.postinst --- espeakup-0.71/debian/espeakup-udeb.postinst +++ espeakup-0.71/debian/espeakup-udeb.postinst @@ -2,28 +2,3 @@ -PIDFILE=/var/run/espeakup.pid - -set -e - . /usr/share/debconf/confmodule - -[ -f $PIDFILE ] || exit 0 - db_get debian-installer/locale -locale=$RET -lang=`echo $locale | sed 's/_.*//'` -country=`echo $locale | sed 's/.*_//;s/\..*//;s/@.*//' | tr A-Z a-z` - -if [ -f /usr/share/espeak-data/voices/$lang-$country ] || \ - [ -f /usr/share/espeak-data/voices/$lang/$lang-$country ] -then - VOICE="$lang-$country" -else - VOICE="$lang" -fi - -db_set espeakup/voice $VOICE - -[ $lang = en ] || echo 1 > /sys/accessibility/speakup/soft/direct - -kill `cat $PIDFILE` -while [ -f $PIDFILE ]; do sleep 1 ; done -log-output -t espeakup espeakup -V $VOICE > /dev/null 2>&1 XSBC-Original-Maintainer: Debian Accessibility Team Uploaders: Samuel Thibault -Build-Depends: debhelper (>= 7.0.50), libespeak-dev, portaudio19-dev (>= 19+svn20110326-1.1), libjack-dev, libasound2-dev, po-debconf +Build-Depends: debhelper (>= 7.0.50), libespeak-dev, libsonic-dev (>= 0.1.17-1.1), portaudio19-dev (>= 19+svn20111121-1), libjack-dev (>= 1:0.121.0+svn4538-2), libasound2-dev, po-debconf, hardening-wrapper Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-a11y/espeakup Vcs-Browser: http://git.debian.org/?p=pkg-a11y/espeakup.git @@ -22,7 +22,7 @@ Section: debian-installer Architecture: any Priority: extra -Depends: ${shlibs:Depends}, ${misc:Depends}, espeak-data-udeb, alsa-base-udeb, alsa-utils-udeb, libnss-files-udeb +Depends: ${shlibs:Depends}, ${misc:Depends}, espeak-data-udeb, alsa-base-udeb [linux-any], alsa-utils-udeb [linux-any], libnss-files-udeb Description: Configure the speech synthesizer voice This is a statically linked version of espeakup, optimized for use on installation media. diff -u espeakup-0.71/debian/changelog espeakup-0.71/debian/changelog --- espeakup-0.71/debian/changelog +++ espeakup-0.71/debian/changelog @@ -1,3 +1,67 @@ +espeakup (1:0.71-5ubuntu1) precise; urgency=low + + * Sync from debian unstable. New changes: + * debian/rules: + - adapt paths for multiarched libespeak.a + + -- Julian Taylor Sat, 14 Jan 2012 18:50:58 +0100 + +espeakup (1:0.71-5) unstable; urgency=low + + [ Debconf translations ] + * Slovak (Ivan Masár). Closes: #648197 + * Serbian (Karolina Kalic). Closes: #650966 + * Serbian Latin (Karolina Kalic). Closes: #650967 + * Kazakh (Baurzhan Muftakhidinov). Closes: #653346 + * Icelandic (Sveinn í Felli). + * Italian (Milo Casagrande). Closes: #653683 + + [ Samuel Thibault ] + * Fix FTBFS with multiarched portaudio, Bump debian/control dependency + accordingly. Closes: #654245. + + -- Samuel Thibault Mon, 02 Jan 2012 18:03:13 +0100 + +espeakup (1:0.71-4) unstable; urgency=low + + [ Debconf translations ] + * Sinhala; (Danishka Navin). Closes: #640968 + * Persian (Behrad Eslamifar). Closes: #642966 + + [ Samuel Thibault ] + * Apply patch from Julian Taylor to fix FTBFS with multiarched libjack, + thanks! Bump debian/control dependency accordingly. Closes: #646364. + * Link espeakup udeb against libsonic.a. Add debian/control dependency + accordingly. + * control: Depend on hardening-check. + * rules: Set DEB_BUILD_HARDENING=1 to enable hardening, except for the udeb. + + -- Samuel Thibault Sat, 26 Nov 2011 14:07:54 +0100 + +espeakup (1:0.71-3) unstable; urgency=low + + [ Debconf translations ] + * French by Christian Perrier and Samuel Thibault. + * Finnish (Tapio Lehtonen). Closes: #631094 + * Czech (Michal Simunek). Closes: #631131 + * Russian (Yuri Kozlov). Closes: #631133 + * Swedish (Martin Bagge / brother). Closes: #631142 + * Portuguese (Rui Branco). Closes: #631290 + * German (Holger Wansing). Closes: #631323 + * Spanish; (Francisco Javier Cuadrado). Closes: #632051 + * Simplified Chinese (YunQiang Su). Closes: #632099 + * Dutch (Jeroen Schot). Closes: #633832 + * Bulgarian (Damyan Ivanov). Closes: #635052 + + [ Samuel Thibault ] + * debian/control: Do not make espeakup-udeb depend on alsa on non-Linux + archs (Closes: Bug#631540). + * debian/espeakup-udeb.postinst: move most code to espeakup-udeb.restart, + installed in /usr/lib/espeakup/. Use lang=no for nb. + * espeakup.c: create pid file after espeakup is ready only. + + -- Samuel Thibault Fri, 24 Jun 2011 20:17:08 +0200 + espeakup (1:0.71-2ubuntu1) oneiric; urgency=low * debian/rules: adapt paths for multiarched libjack.a (LP: #831131) only in patch2: unchanged: --- espeakup-0.71.orig/espeakup.c +++ espeakup-0.71/espeakup.c @@ -118,12 +118,6 @@ if (!debug) { /* become a daemon */ daemon(0, 1); - - /* write our pid file. */ - if (create_pid_file() < 0) { - perror("Unable to create pid file"); - return 2; - } } /* initialize espeak */ @@ -147,6 +141,14 @@ return 4; } + if (!debug) { + /* We are now ready, write our pid file. */ + if (create_pid_file() < 0) { + perror("Unable to create pid file"); + return 2; + } + } + /* run the main loop */ main_loop(&s); only in patch2: unchanged: --- espeakup-0.71.orig/debian/espeakup-udeb.restart +++ espeakup-0.71/debian/espeakup-udeb.restart @@ -0,0 +1,39 @@ +#!/bin/sh +PIDFILE=/var/run/espeakup.pid + +. /usr/share/debconf/confmodule + +set -e + +locale="$1" + +[ -f $PIDFILE ] || exit 0 + +lang=`echo $locale | sed 's/_.*//'` +country=`echo $locale | sed 's/.*_//;s/\..*//;s/@.*//' | tr A-Z a-z` + +if [ "$lang" = nb ] +then + lang=no +fi + +if [ -f "/usr/share/espeak-data/voices/$lang-$country" ] || \ + [ -f "/usr/share/espeak-data/voices/$lang/$lang-$country" ] +then + VOICE="$lang-$country" +elif [ -f "/usr/share/espeak-data/voices/$lang" ] || \ + [ -f "/usr/share/espeak-data/voices/$lang/$lang" ] +then + VOICE="$lang" +else + VOICE=en +fi + +db_set espeakup/voice $VOICE + +[ $lang = en ] || echo 1 > /sys/accessibility/speakup/soft/direct + +kill `cat $PIDFILE` +while [ -f $PIDFILE ]; do sleep 1 ; done +log-output -t espeakup espeakup -V $VOICE > /dev/null 2>&1 , 2011. +# Karolina Kalic , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: espeakup 1:0.71-3\n" +"Report-Msgid-Bugs-To: espeakup@packages.debian.org\n" +"POT-Creation-Date: 2011-06-11 23:55+0200\n" +"PO-Revision-Date: 2011-12-04 18:23+0100\n" +"Last-Translator: Karolina Kalic \n" +"Language-Team: Serbian\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: text +#. Description +#. Main menu item. Please keep below 55 columns +#: ../espeakup-udeb.templates:1001 +msgid "Configure the speech synthesizer voice" +msgstr "Konfiguriši glas sintetizatora govora" only in patch2: unchanged: --- espeakup-0.71.orig/debian/po/kk.po +++ espeakup-0.71/debian/po/kk.po @@ -0,0 +1,26 @@ +# Translation of espeakup_debian_po to Kazakh +# +# This file is distributed under the same license as the d-i package. +# +# Copyright (C) +# Baurzhan Muftakhidinov , 2008-2011 +# +msgid "" +msgstr "" +"Project-Id-Version: master\n" +"Report-Msgid-Bugs-To: espeakup@packages.debian.org\n" +"POT-Creation-Date: 2011-06-11 23:55+0200\n" +"PO-Revision-Date: 2011-12-25 00:01+0600\n" +"Last-Translator: Baurzhan Muftakhidinov \n" +"Language-Team: Kazakh \n" +"Language: kk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: text +#. Description +#. Main menu item. Please keep below 55 columns +#: ../espeakup-udeb.templates:1001 +msgid "Configure the speech synthesizer voice" +msgstr "Сөйлеу синтезаторын баптау" only in patch2: unchanged: --- espeakup-0.71.orig/debian/po/bg.po +++ espeakup-0.71/debian/po/bg.po @@ -0,0 +1,24 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: espeakup@packages.debian.org\n" +"POT-Creation-Date: 2011-06-11 23:55+0200\n" +"PO-Revision-Date: 2011-07-22 09:32+0100\n" +"Last-Translator: Damyan Ivanov \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: text +#. Description +#. Main menu item. Please keep below 55 columns +#: ../espeakup-udeb.templates:1001 +msgid "Configure the speech synthesizer voice" +msgstr "Настройка на гласа на речевия синтезатор" only in patch2: unchanged: --- espeakup-0.71.orig/debian/po/is.po +++ espeakup-0.71/debian/po/is.po @@ -0,0 +1,25 @@ +# translation of espeakup_debian_po.po to Icelandic +# Copyright (C) 2011 Free Software Foundation +# This file is distributed under the same license as the PACKAGE package. +# +# Sveinn í Felli , 2011. +msgid "" +msgstr "" +"Project-Id-Version: espeakup_debian_po\n" +"Report-Msgid-Bugs-To: espeakup@packages.debian.org\n" +"POT-Creation-Date: 2011-06-11 23:55+0200\n" +"PO-Revision-Date: 2011-12-27 18:57+0000\n" +"Last-Translator: Sveinn í Felli \n" +"Language-Team: Icelandic \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: text +#. Description +#. Main menu item. Please keep below 55 columns +#: ../espeakup-udeb.templates:1001 +msgid "Configure the speech synthesizer voice" +msgstr "Stilla rödd talgervilsins" only in patch2: unchanged: --- espeakup-0.71.orig/debian/po/zh_CN.po +++ espeakup-0.71/debian/po/zh_CN.po @@ -0,0 +1,26 @@ +# Chinese translations for espeakup package +# espeakup 软件包的简体中文翻译. +# Copyright (C) 2011 THE espeakup'S COPYRIGHT HOLDER +# This file is distributed under the same license as the espeakup package. +# YunQiang Su , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: espeakup 0.71\n" +"Report-Msgid-Bugs-To: espeakup@packages.debian.org\n" +"POT-Creation-Date: 2011-06-11 23:55+0200\n" +"PO-Revision-Date: 2011-06-30 00:19+0800\n" +"Last-Translator: YunQiang Su \n" +"Language-Team: Chinese (simplified) \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bits\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Type: text +#. Description +#. Main menu item. Please keep below 55 columns +#: ../espeakup-udeb.templates:1001 +msgid "Configure the speech synthesizer voice" +msgstr "配置语音合成器的嗓音" only in patch2: unchanged: --- espeakup-0.71.orig/debian/po/cs.po +++ espeakup-0.71/debian/po/cs.po @@ -0,0 +1,24 @@ +# Czech PO debconf template translation of espeakup. +# Copyright (C) 2011 Michal Simunek +# This file is distributed under the same license as the espeakup package. +# Michal Simunek , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: espeakup 1:0.71-3\n" +"Report-Msgid-Bugs-To: espeakup@packages.debian.org\n" +"POT-Creation-Date: 2011-06-11 23:55+0200\n" +"PO-Revision-Date: 2011-06-20 17:31+0200\n" +"Last-Translator: Michal Simunek \n" +"Language-Team: Czech \n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: text +#. Description +#. Main menu item. Please keep below 55 columns +#: ../espeakup-udeb.templates:1001 +msgid "Configure the speech synthesizer voice" +msgstr "Nastavit hlas syntetizéru řeči" only in patch2: unchanged: --- espeakup-0.71.orig/debian/po/de.po +++ espeakup-0.71/debian/po/de.po @@ -0,0 +1,24 @@ +# German debconf translation for the espeakup package. +# Copyright (C) 2011 Holger Wansing +# This file is distributed under the same license as the espeakup package. +# Holger Wansing , 2011 +# +msgid "" +msgstr "" +"Project-Id-Version: espeakup 0.71-3\n" +"Report-Msgid-Bugs-To: espeakup@packages.debian.org\n" +"POT-Creation-Date: 2011-06-11 23:55+0200\n" +"PO-Revision-Date: 2011-06-22 23:20+0100\n" +"Last-Translator: Holger Wansing \n" +"Language-Team: German \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: text +#. Description +#. Main menu item. Please keep below 55 columns +#: ../espeakup-udeb.templates:1001 +msgid "Configure the speech synthesizer voice" +msgstr "Die Sprachsynthesizer-Stimme konfigurieren" only in patch2: unchanged: --- espeakup-0.71.orig/debian/po/sr.po +++ espeakup-0.71/debian/po/sr.po @@ -0,0 +1,25 @@ +# Serbian/Cyrillic messages for espeakup. +# Copyright (C) 2011 Software in the Public Interest, Inc. +# This file is distributed under the same license as the espeakup package. +# Janos Guljas , 2011. +# Karolina Kalic , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: espeakup 1:0.71-3\n" +"Report-Msgid-Bugs-To: espeakup@packages.debian.org\n" +"POT-Creation-Date: 2011-06-11 23:55+0200\n" +"PO-Revision-Date: 2011-12-04 18:23+0100\n" +"Last-Translator: Karolina Kalic \n" +"Language-Team: Serbian\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: text +#. Description +#. Main menu item. Please keep below 55 columns +#: ../espeakup-udeb.templates:1001 +msgid "Configure the speech synthesizer voice" +msgstr "Koнфигуриши глас синтетизатора говора" only in patch2: unchanged: --- espeakup-0.71.orig/debian/po/es.po +++ espeakup-0.71/debian/po/es.po @@ -0,0 +1,45 @@ +# espeakup po-debconf translation to Spanish +# Copyright (C) 2011 Software in the Public Interest +# This file is distributed under the same license as the espeakup package. +# +# Changes: +# - Initial translation +# Francisco Javier Cuadrado , 2011 +# +# Traductores, si no conocen el formato PO, merece la pena leer la +# documentación de gettext, especialmente las secciones dedicadas a este +# formato, por ejemplo ejecutando: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Equipo de traducción al español, por favor, lean antes de traducir +# los siguientes documentos: +# +# - El proyecto de traducción de Debian al español +# http://www.debian.org/intl/spanish/ +# especialmente las notas de traducción en +# http://www.debian.org/intl/spanish/notas +# +# - La guía de traducción de po's de debconf: +# /usr/share/doc/po-debconf/README-trans +# o http://www.debian.org/intl/l10n/po-debconf/README-trans +# +msgid "" +msgstr "" +"Project-Id-Version: espeakup 1:0.71-3\n" +"Report-Msgid-Bugs-To: espeakup@packages.debian.org\n" +"POT-Creation-Date: 2011-06-11 23:55+0200\n" +"PO-Revision-Date: 2011-06-20 12:00+0200\n" +"Last-Translator: Francisco Javier Cuadrado \n" +"Language-Team: Debian l10n Spanish \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: text +#. Description +#. Main menu item. Please keep below 55 columns +#: ../espeakup-udeb.templates:1001 +msgid "Configure the speech synthesizer voice" +msgstr "Configurar la voz del sintetizador de habla" only in patch2: unchanged: --- espeakup-0.71.orig/debian/po/fa.po +++ espeakup-0.71/debian/po/fa.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: fa\n" +"Report-Msgid-Bugs-To: espeakup@packages.debian.org\n" +"POT-Creation-Date: 2011-06-11 23:55+0200\n" +"PO-Revision-Date: \n" +"Last-Translator: Behrad Eslamifar \n" +"Language-Team: debian-l10n-persian \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Persian\n" +"X-Poedit-Country: IRAN, ISLAMIC REPUBLIC OF\n" +"X-Poedit-SourceCharset: utf-8\n" + +#. Type: text +#. Description +#. Main menu item. Please keep below 55 columns +#: ../espeakup-udeb.templates:1001 +msgid "Configure the speech synthesizer voice" +msgstr "پیکربندی synthesizer صدا" only in patch2: unchanged: --- espeakup-0.71.orig/debian/po/nl.po +++ espeakup-0.71/debian/po/nl.po @@ -0,0 +1,24 @@ +# Dutch translation of espeakup debconf templates. +# Copyright (C) 2011 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the espeakup package. +# Jeroen Schot , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: espeakup 1:0.71-3\n" +"Report-Msgid-Bugs-To: espeakup@packages.debian.org\n" +"POT-Creation-Date: 2011-06-11 23:55+0200\n" +"PO-Revision-Date: 2011-07-14 09:21+0200\n" +"Last-Translator: Jeroen Schot \n" +"Language-Team: Debian l10n Dutch \n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: text +#. Description +#. Main menu item. Please keep below 55 columns +#: ../espeakup-udeb.templates:1001 +msgid "Configure the speech synthesizer voice" +msgstr "Configureer de stem voor de spraaksynthese" only in patch2: unchanged: --- espeakup-0.71.orig/debian/po/pt.po +++ espeakup-0.71/debian/po/pt.po @@ -0,0 +1,25 @@ +# Portuguese translation of espeakup debconf messages. +# Copyright (C) 2011 +# This file is distributed under the same license as the espeakup package. +# Rui Branco , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: espeakup 1:0.71-3\n" +"Report-Msgid-Bugs-To: espeakup@packages.debian.org\n" +"POT-Creation-Date: 2011-06-11 23:55+0200\n" +"PO-Revision-Date: 2011-06-20 12:20+0100\n" +"Last-Translator: Rui Branco \n" +"Language-Team: Portuguese \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: \n" + +#. Type: text +#. Description +#. Main menu item. Please keep below 55 columns +#: ../espeakup-udeb.templates:1001 +msgid "Configure the speech synthesizer voice" +msgstr "Configure a voz para o sintetizador da fala" only in patch2: unchanged: --- espeakup-0.71.orig/debian/po/fr.po +++ espeakup-0.71/debian/po/fr.po @@ -0,0 +1,28 @@ +# Translation of espeakup debconf template to French. +# Copyright (C) 2010 Debian French l10n team +# This file is distributed under the same license as the espeakup package. +# Translators: +# Samuel Thibault , 2011. +# Christian Perrier , 2011. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: espeakup@packages.debian.org\n" +"POT-Creation-Date: 2011-06-11 23:55+0200\n" +"PO-Revision-Date: 2011-06-16 07:22+0200\n" +"Last-Translator: Christian Perrier \n" +"Language-Team: French \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.2\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. Type: text +#. Description +#. Main menu item. Please keep below 55 columns +#: ../espeakup-udeb.templates:1001 +msgid "Configure the speech synthesizer voice" +msgstr "Configurer la voix de la synthèse vocale" + only in patch2: unchanged: --- espeakup-0.71.orig/debian/po/si.po +++ espeakup-0.71/debian/po/si.po @@ -0,0 +1,25 @@ +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Danishka Navin , 2011. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: espeakup@packages.debian.org\n" +"POT-Creation-Date: 2011-06-11 23:55+0200\n" +"PO-Revision-Date: 2011-09-09 08:54+0530\n" +"Last-Translator: Danishka Navin \n" +"Language-Team: Sinhala \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.2\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +#. Type: text +#. Description +#. Main menu item. Please keep below 55 columns +#: ../espeakup-udeb.templates:1001 +msgid "Configure the speech synthesizer voice" +msgstr "කථන සංශ්ලේෂණය හඬ සකසන්න" only in patch2: unchanged: --- espeakup-0.71.orig/debian/po/ru.po +++ espeakup-0.71/debian/po/ru.po @@ -0,0 +1,26 @@ +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the espeakup package. +# +# Yuri Kozlov , 2011. +msgid "" +msgstr "" +"Project-Id-Version: espeakup 1:0.71-3\n" +"Report-Msgid-Bugs-To: espeakup@packages.debian.org\n" +"POT-Creation-Date: 2011-06-11 23:55+0200\n" +"PO-Revision-Date: 2011-06-20 20:38+0400\n" +"Last-Translator: Yuri Kozlov \n" +"Language-Team: Russian \n" +"Language: \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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. Type: text +#. Description +#. Main menu item. Please keep below 55 columns +#: ../espeakup-udeb.templates:1001 +msgid "Configure the speech synthesizer voice" +msgstr "Настройка синтезатора речи" only in patch2: unchanged: --- espeakup-0.71.orig/debian/po/sk.po +++ espeakup-0.71/debian/po/sk.po @@ -0,0 +1,25 @@ +# Slovak translation of espeakup. +# Copyright (C) 2011 autohors of espeakup. +# This file is distributed under the same license as the espeakup package. +# Ivan Masár , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: espeakup\n" +"Report-Msgid-Bugs-To: espeakup@packages.debian.org\n" +"POT-Creation-Date: 2011-06-11 23:55+0200\n" +"PO-Revision-Date: 2011-11-09 13:03+0100\n" +"Last-Translator: Ivan Masár \n" +"Language-Team: Slovak \n" +"Language: sk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: text +#. Description +#. Main menu item. Please keep below 55 columns +#: ../espeakup-udeb.templates:1001 +msgid "Configure the speech synthesizer voice" +msgstr "Nastaviť hlas syntetizátoru reči" + only in patch2: unchanged: --- espeakup-0.71.orig/debian/po/it.po +++ espeakup-0.71/debian/po/it.po @@ -0,0 +1,25 @@ +# espeakup Italian Translation +# Copyright (C) 2011 the espeackup package copyright holder +# This file is distributed under the same license as the espeakup package. +# Milo Casagrande , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: espeakup\n" +"Report-Msgid-Bugs-To: espeakup@packages.debian.org\n" +"POT-Creation-Date: 2011-06-11 23:55+0200\n" +"PO-Revision-Date: 2011-12-30 09:50+0100\n" +"Last-Translator: Milo Casagrande \n" +"Language-Team: Italian \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8-bit\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +#. Type: text +#. Description +#. Main menu item. Please keep below 55 columns +#: ../espeakup-udeb.templates:1001 +msgid "Configure the speech synthesizer voice" +msgstr "Configurare la sintesi vocale" only in patch2: unchanged: --- espeakup-0.71.orig/debian/po/fi.po +++ espeakup-0.71/debian/po/fi.po @@ -0,0 +1,25 @@ +# Espeakup Finnish translation. +# Copyright (C) 2011 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the espeakup package. +# Tapio Lehtonen , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: espeakup 1:0.71-1\n" +"Report-Msgid-Bugs-To: espeakup@packages.debian.org\n" +"POT-Creation-Date: 2011-06-11 23:55+0200\n" +"PO-Revision-Date: 2011-06-20 10:27+0300\n" +"Last-Translator: Tapio Lehtonen \n" +"Language-Team: Finnish \n" +"Language: Finnish\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" + +#. Type: text +#. Description +#. Main menu item. Please keep below 55 columns +#: ../espeakup-udeb.templates:1001 +msgid "Configure the speech synthesizer voice" +msgstr "Tee puhesyntetisaattorin äänen asetukset" only in patch2: unchanged: --- espeakup-0.71.orig/debian/po/sv.po +++ espeakup-0.71/debian/po/sv.po @@ -0,0 +1,27 @@ +# Translation of espeakup debconf template to Swedish +# Copyright (C) 2011 Martin Bagge +# This file is distributed under the same license as the espeakup package. +# +# Martin Bagge , 2011 +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: espeakup@packages.debian.org\n" +"POT-Creation-Date: 2011-06-11 23:55+0200\n" +"PO-Revision-Date: 2011-06-20 20:27+0100\n" +"Last-Translator: Martin Bagge / brother \n" +"Language-Team: Swedish \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Swedish\n" +"X-Poedit-Country: Sweden\n" + +# är "voice" viktigt här tro? +#. Type: text +#. Description +#. Main menu item. Please keep below 55 columns +#: ../espeakup-udeb.templates:1001 +msgid "Configure the speech synthesizer voice" +msgstr "Inställningar för talsyntes"