diff -Nru unixcw-3.0.1/debian/changelog unixcw-3.0.1/debian/changelog --- unixcw-3.0.1/debian/changelog 2012-01-08 12:27:31.000000000 +0000 +++ unixcw-3.0.1/debian/changelog 2012-01-30 19:09:59.000000000 +0000 @@ -1,3 +1,27 @@ +unixcw (3.0.1-2) unstable; urgency=low + + * Debconf templates and debian/control reviewed by the debian-l10n- + english team as part of the Smith review project. Closes: #652526 + * [Debconf translation updates] + * Portuguese (Pedro Ribeiro). Closes: #654962 + * Slovak (Ivan Masár). Closes: #655464 + * Dutch; (Jeroen Schot). Closes: #655718 + * Portuguese (Pedro Ribeiro). Closes: #655766 + * Russian (Yuri Kozlov). Closes: #655830 + * German (Chris Leick). Closes: #656080 + * Czech (Michal Simunek). Closes: #656240 + * French (Steve R. Petruzzello). Closes: #656419 + * Indonesian (Mahyuddin Susanto). Closes: #657462 + * Danish (Joe Hansen). Closes: #657500 + * Polish (Michał Kułach). Closes: #657513 + * Swedish (Martin Bagge / brother). Closes: #657549 + * Spanish; (Jaime Robles). Closes: #657744 + * Spanish; (Jaime Robles). Closes: #657744 + * L10N process has been managed by Christian Perrier + + + -- Kamil Ignacak Mon, 30 Jan 2012 20:08:49 +0100 + unixcw (3.0.1-1) unstable; urgency=low * Prepare unixcw source package for new release: 3.0.1 diff -Nru unixcw-3.0.1/debian/control unixcw-3.0.1/debian/control --- unixcw-3.0.1/debian/control 2011-12-29 21:20:06.000000000 +0000 +++ unixcw-3.0.1/debian/control 2012-01-30 18:26:00.000000000 +0000 @@ -14,10 +14,12 @@ Replaces: unixcw Conflicts: unixcw Recommends: cw | cwcp | xcwcp -Description: Shared library for Morse programs - Shared library files for cw, cwcp and xcwcp programs. - The library handles Morse code signals and generates sound - on console buzzer or sound card through OSS or ALSA. +Description: Morse code tutor - shared library + The unixcw project provides support for learning to use Morse code. + . + This package provides shared library files to handle Morse code + signals and to generate sound on the console buzzer or a sound card + through OSS or ALSA. Package: libcw3-dev Section: libdevel @@ -25,45 +27,49 @@ Depends: libcw3 (= ${binary:Version}), ${misc:Depends}, libasound2-dev Replaces: unixcw-dev Conflicts: unixcw-dev -Description: Development files for Morse programs - Static library, headers and manual page for development of - programs that handle (i.e. send and receive) Morse code. +Description: Morse code tutor - development files + The unixcw project provides support for learning to use Morse code. + . + This package provides the static library, headers, and manual page for + development of programs that handle (i.e. send and receive) Morse code. Package: cw Architecture: any Depends: libcw3, ${shlibs:Depends}, ${misc:Depends}, debconf|debconf-2.0 -Description: Morse code tutor with command line user interface - The package provides two executables: - * cw - simple command line application that converts - keyboard keys to Morse code that can be heard through - console buzzer or sound card. - * cwgen - program that generates groups of random - characters for Morse code practice, that can be - piped to cw program. - . - Package also includes examples files with embedded commands. - These commands can be used to change speed, tone, spacing - between characters and much more. The files have 'cw' - extension. +Description: Morse code tutor - command line user interface + The unixcw project provides support for learning to use Morse. + . + This package provides two executables: + * cw - a simple command line application that converts key-presses + to Morse code that can be heard through the console buzzer or a + sound card; + * cwgen - a program that generates groups of random characters for + Morse code practice, which can be piped to the cw program. + . + It also includes example files (with the extension "cw") containing + commands which can be used to change properties such as the speed, + tone, and spacing of characters. Package: cwcp Architecture: any Depends: libcw3, ${shlibs:Depends}, ${misc:Depends}, debconf|debconf-2.0 -Description: Morse code tutor, text user interface - Interactive Morse code tutor with text-based (ncurses) user - interface. It allows menu selection from a number of sending - modes, and also permits character sounding options, such as - the tone pitch, and sending speed, to be varied from the - keyboard using a full-screen user interface. +Description: Morse code tutor - text user interface + The unixcw project provides support for learning to use Morse code. + . + This package provides an interactive Morse code tutor with a + full-screen text-based (ncurses) user interface. It offers menu + selection of sending modes, and keyboard control of character + sounding options such as the sending speed and pitch. Package: xcwcp Architecture: any Depends: libcw3, ${shlibs:Depends}, ${misc:Depends}, debconf|debconf-2.0 -Description: Morse code tutor, X Window user interface - Interactive Morse code tutor with X Window-based (QT4) - interface. It lets you choose from a number of options for - practice, including sending random characters, random words, - and characters from the keyboard. It will also receive Morse - code that you send using the keyboard or mouse as a Morse - keyer, and display the characters it sees. - +Description: Morse code tutor - graphical user interface + The unixcw project provides support for learning to use Morse code. + . + This package provides an interactive Morse code tutor with a Qt4 + user interface. It allows choosing from a number of options for + practice, including sending random characters, random words, and + characters from the keyboard. It will also receive Morse code sent + using the keyboard or mouse as a Morse keyer, and display the + characters it sees. diff -Nru unixcw-3.0.1/debian/cwcp.templates unixcw-3.0.1/debian/cwcp.templates --- unixcw-3.0.1/debian/cwcp.templates 2011-12-01 19:29:14.000000000 +0000 +++ unixcw-3.0.1/debian/cwcp.templates 2012-01-30 18:26:22.000000000 +0000 @@ -1,10 +1,22 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# debian-l10n-english@lists.debian.org for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + Template: cwcp/suid_bit Type: boolean Default: false -_Description: Make cwcp setuid root? - cwcp can produce sounds using console buzzer, but this feature - is available only if cwcp is run by root user. - You can achieve this by setting setuid bit here (not recommended) - or by running cwcp with sudo (also not recommended). You can also - use soundcard output instead of console buzzer output and - eliminate this problem completely. +_Description: Run cwcp with root privileges? + If it is run with elevated privileges (which is not recommended), cwcp + can produce sounds using the console buzzer. + . + Please choose whether this should be achieved by giving the + executable the "setuid" attribute. + . + Alternatives include running the program with sudo or eliminating this + issue completely by using output via a sound card instead of the + buzzer. diff -Nru unixcw-3.0.1/debian/cw.templates unixcw-3.0.1/debian/cw.templates --- unixcw-3.0.1/debian/cw.templates 2011-12-01 19:29:03.000000000 +0000 +++ unixcw-3.0.1/debian/cw.templates 2012-01-30 18:26:49.000000000 +0000 @@ -1,10 +1,22 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# debian-l10n-english@lists.debian.org for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + Template: cw/suid_bit Type: boolean Default: false -_Description: Make cw setuid root? - cw can produce sounds using console buzzer, but this feature - is available only if cw is run by root user. - You can achieve this by setting setuid bit here (not recommended) - or by running cw with sudo (also not recommended). You can also - use soundcard output instead of console buzzer output and - eliminate this problem completely. +_Description: Run cw with root privileges? + If it is run with elevated privileges (which is not recommended), cw + can produce sounds using the console buzzer. + . + Please choose whether this should be achieved by giving the + executable the "setuid" attribute. + . + Alternatives include running the program with sudo or eliminating this + issue completely by using output via a sound card instead of the + buzzer. diff -Nru unixcw-3.0.1/debian/po/ast.po unixcw-3.0.1/debian/po/ast.po --- unixcw-3.0.1/debian/po/ast.po 2011-12-01 20:00:48.000000000 +0000 +++ unixcw-3.0.1/debian/po/ast.po 2012-01-11 05:51:54.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: templates\n" "Report-Msgid-Bugs-To: unixcw@packages.debian.org\n" -"POT-Creation-Date: 2011-12-01 21:00+0100\n" +"POT-Creation-Date: 2012-01-11 06:51+0100\n" "PO-Revision-Date: 2009-12-16 22:03+0100\n" "Last-Translator: marquinos \n" "Language-Team: asturian \n" @@ -19,42 +19,58 @@ #. Type: boolean #. Description -#: ../cwcp.templates:1001 -#, fuzzy -#| msgid "Make cwcp setuid root" -msgid "Make cwcp setuid root?" -msgstr "Facer cwcp setuid root" +#: ../cwcp.templates:2001 +msgid "Run cwcp with root privileges?" +msgstr "" #. Type: boolean #. Description -#: ../cwcp.templates:1001 +#: ../cwcp.templates:2001 msgid "" -"cwcp can produce sounds using console buzzer, but this feature is available " -"only if cwcp is run by root user. You can achieve this by setting setuid bit " -"here (not recommended) or by running cwcp with sudo (also not recommended). " -"You can also use soundcard output instead of console buzzer output and " -"eliminate this problem completely." +"If it is run with elevated privileges (which is not recommended), cwcp can " +"produce sounds using the console buzzer." msgstr "" #. Type: boolean #. Description -#: ../cw.templates:1001 -#, fuzzy -#| msgid "Make cw setuid root" -msgid "Make cw setuid root?" -msgstr "Facer cw setuid root" +#: ../cwcp.templates:2001 ../cw.templates:2001 +msgid "" +"Please choose whether this should be achieved by giving the executable the " +"\"setuid\" attribute." +msgstr "" + +#. Type: boolean +#. Description +#: ../cwcp.templates:2001 ../cw.templates:2001 +msgid "" +"Alternatives include running the program with sudo or eliminating this issue " +"completely by using output via a sound card instead of the buzzer." +msgstr "" + +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "Run cw with root privileges?" +msgstr "" #. Type: boolean #. Description -#: ../cw.templates:1001 +#: ../cw.templates:2001 msgid "" -"cw can produce sounds using console buzzer, but this feature is available " -"only if cw is run by root user. You can achieve this by setting setuid bit " -"here (not recommended) or by running cw with sudo (also not recommended). " -"You can also use soundcard output instead of console buzzer output and " -"eliminate this problem completely." +"If it is run with elevated privileges (which is not recommended), cw can " +"produce sounds using the console buzzer." msgstr "" +#, fuzzy +#~| msgid "Make cwcp setuid root" +#~ msgid "Make cwcp setuid root?" +#~ msgstr "Facer cwcp setuid root" + +#, fuzzy +#~| msgid "Make cw setuid root" +#~ msgid "Make cw setuid root?" +#~ msgstr "Facer cw setuid root" + #~ msgid "" #~ "The cwcp program only runs correctly as the root user. One way of doing " #~ "this is to make the program setuid root. This is generally a bad idea as " diff -Nru unixcw-3.0.1/debian/po/cs.po unixcw-3.0.1/debian/po/cs.po --- unixcw-3.0.1/debian/po/cs.po 2011-12-01 20:00:48.000000000 +0000 +++ unixcw-3.0.1/debian/po/cs.po 2012-01-18 06:01:25.000000000 +0000 @@ -1,82 +1,69 @@ -# translation of cs.po to Czech -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Vítězslav Kotrla , 2009. +# Czech PO debconf template translation of unixcw. +# Copyright (C) 2012 Michal Simunek +# This file is distributed under the same license as the unixcw package. +# Michal Simunek , 2012. # msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: unixcw 3.0-2\n" "Report-Msgid-Bugs-To: unixcw@packages.debian.org\n" -"POT-Creation-Date: 2011-12-01 21:00+0100\n" -"PO-Revision-Date: 2009-06-30 06:32+0200\n" -"Last-Translator: Vítězslav Kotrla \n" +"POT-Creation-Date: 2012-01-11 06:51+0100\n" +"PO-Revision-Date: 2012-01-17 17:31+0100\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-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" #. Type: boolean #. Description -#: ../cwcp.templates:1001 -#, fuzzy -#| msgid "Make cwcp setuid root" -msgid "Make cwcp setuid root?" -msgstr "Spouštět cwcp s oprávněními superuživatele (setuid root)" +#: ../cwcp.templates:2001 +msgid "Run cwcp with root privileges?" +msgstr "Spustit cwcp s oprávněními uživatele root?" #. Type: boolean #. Description -#: ../cwcp.templates:1001 +#: ../cwcp.templates:2001 msgid "" -"cwcp can produce sounds using console buzzer, but this feature is available " -"only if cwcp is run by root user. You can achieve this by setting setuid bit " -"here (not recommended) or by running cwcp with sudo (also not recommended). " -"You can also use soundcard output instead of console buzzer output and " -"eliminate this problem completely." +"If it is run with elevated privileges (which is not recommended), cwcp can " +"produce sounds using the console buzzer." msgstr "" +"Je-li cwcp spuštěna s vyššími oprávněními (což není doporučeno), může " +"vytvářet zvuky pomocí bzučáku v konzoli." #. Type: boolean #. Description -#: ../cw.templates:1001 -#, fuzzy -#| msgid "Make cw setuid root" -msgid "Make cw setuid root?" -msgstr "Spouštět cwcp s oprávněními superuživatele (setuid root)" +#: ../cwcp.templates:2001 ../cw.templates:2001 +msgid "" +"Please choose whether this should be achieved by giving the executable the " +"\"setuid\" attribute." +msgstr "" +"Rozhodněte se prosím, zda toho má být dosaženo tím, že se bude spouštět s " +"atributem \"setuid\"." #. Type: boolean #. Description -#: ../cw.templates:1001 +#: ../cwcp.templates:2001 ../cw.templates:2001 msgid "" -"cw can produce sounds using console buzzer, but this feature is available " -"only if cw is run by root user. You can achieve this by setting setuid bit " -"here (not recommended) or by running cw with sudo (also not recommended). " -"You can also use soundcard output instead of console buzzer output and " -"eliminate this problem completely." +"Alternatives include running the program with sudo or eliminating this issue " +"completely by using output via a sound card instead of the buzzer." msgstr "" +"Mezi alternativy patří spustit program pomocí sudo, nebo namísto bzučáku " +"použít výstup přes zvukovou kartu, čímž se problém zcela odstraní." + +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "Run cw with root privileges?" +msgstr "Spustit cw s oprávněními uživatele root?" -#~ msgid "" -#~ "The cwcp program only runs correctly as the root user. One way of doing " -#~ "this is to make the program setuid root. This is generally a bad idea as " -#~ "there are better ways, such as using the sudo program, to do this. " -#~ "However, you have the option here of making it setuid root if you like." -#~ msgstr "" -#~ "Program cwcp správně pracuje pouze tehdy, pokud je spuštěn s oprávněními " -#~ "superuživatele (root). Jeden ze způsobů, jak to zajistit, je nastavit " -#~ "spuštění programu s oprávněními vlastníka (setuid root). To není úplně " -#~ "správný spůsob, protože existují vhodnější řešení, například použití " -#~ "příkazu sudo. V každém případě máte možnost setuid root použít, pokud to " -#~ "opravdu chcete udělat." - -#~ msgid "" -#~ "The cw program only runs correctly as the root user. One way of doing " -#~ "this is to make the program setuid root. This is generally a bad idea as " -#~ "there are better ways, such as using the sudo program, to do this. " -#~ "However, you have the option here of making it setuid root if you like." -#~ msgstr "" -#~ "Program cwcp správně pracuje pouze tehdy, pokud je spuštěn s oprávněními " -#~ "superuživatele (root). Jeden ze způsobů, jak to zajistit, je nastavit " -#~ "spuštění programu s oprávněními vlastníka (setuid root). To není úplně " -#~ "správný spůsob, protože existují vhodnější řešení, například použití " -#~ "příkazu sudo. V každém případě máte možnost setuid root použít, pokud to " -#~ "opravdu chcete udělat." +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "" +"If it is run with elevated privileges (which is not recommended), cw can " +"produce sounds using the console buzzer." +msgstr "" +"Je-li cw spuštěna s vyššími oprávněními (což není doporučeno), může vytvářet " +"zvuky pomocí bzučáku v konzoli." diff -Nru unixcw-3.0.1/debian/po/da.po unixcw-3.0.1/debian/po/da.po --- unixcw-3.0.1/debian/po/da.po 1970-01-01 00:00:00.000000000 +0000 +++ unixcw-3.0.1/debian/po/da.po 2012-01-26 19:36:44.000000000 +0000 @@ -0,0 +1,70 @@ +# Danish translation unixcw. +# Copyright (C) 2012 unixcw & nedenstående oversættere. +# This file is distributed under the same license as the unixcw package. +# Joe Hansen , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: unixcw\n" +"Report-Msgid-Bugs-To: unixcw@packages.debian.org\n" +"POT-Creation-Date: 2012-01-11 06:51+0100\n" +"PO-Revision-Date: 2012-01-14 17:30+01:00\n" +"Last-Translator: Joe Hansen \n" +"Language-Team: Danish \n" +"Language: da\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../cwcp.templates:2001 +msgid "Run cwcp with root privileges?" +msgstr "Kør cwcp med administratorprivilegier (root)?" + +#. Type: boolean +#. Description +#: ../cwcp.templates:2001 +msgid "" +"If it is run with elevated privileges (which is not recommended), cwcp can " +"produce sounds using the console buzzer." +msgstr "" +"Hvis cwcp køres med forhøjede privilegier (hvilket ikke anbefales), så kan " +"cwcp lave lyde med brug af konsolsummeren." + +#. Type: boolean +#. Description +#: ../cwcp.templates:2001 ../cw.templates:2001 +msgid "" +"Please choose whether this should be achieved by giving the executable the " +"\"setuid\" attribute." +msgstr "" +"Vælg venligst hvorvidt dette skal opnås ved at give den kørbare attributten " +"»setuid«." + +#. Type: boolean +#. Description +#: ../cwcp.templates:2001 ../cw.templates:2001 +msgid "" +"Alternatives include running the program with sudo or eliminating this issue " +"completely by using output via a sound card instead of the buzzer." +msgstr "" +"Alternativer inkluderer kørsel af programmet med sudo eller eliminering af " +"denne problemstilling ved at bruge udsendelse via et lydkort i stedet for " +"summeren." + +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "Run cw with root privileges?" +msgstr "Kør cw med administratorprivilegier?" + +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "" +"If it is run with elevated privileges (which is not recommended), cw can " +"produce sounds using the console buzzer." +msgstr "" +"Hvis cw køres med forhøjede privilegier (hvilket ikke anbefales), så kan cw " +"lave lyde med brug af konsolsummeren." diff -Nru unixcw-3.0.1/debian/po/de.po unixcw-3.0.1/debian/po/de.po --- unixcw-3.0.1/debian/po/de.po 2011-12-01 20:00:48.000000000 +0000 +++ unixcw-3.0.1/debian/po/de.po 2012-01-16 17:42:28.000000000 +0000 @@ -1,111 +1,71 @@ +# Translation of the debconf template unixcw to German. +# Copyright (C) 2001-2006 Simon Baldwin, 2011-2012 Kamil Ignacak. +# This file is distributed under the same license as the unixcw package. +# Copyright (C) of this file 2012 Chris Leick. # -# Translators, if you are not familiar with the PO format, gettext -# documentation is worth reading, especially sections dedicated to -# this format, e.g. by running: -# info -n '(gettext)PO Files' -# info -n '(gettext)Header Entry' -# -# Some information specific to po-debconf are available at -# /usr/share/doc/po-debconf/README-trans -# or http://www.debian.org/intl/l10n/po-debconf/README-trans -# -# Developers do not need to manually edit POT or PO files. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: unixcw 3.0.2\n" "Report-Msgid-Bugs-To: unixcw@packages.debian.org\n" -"POT-Creation-Date: 2011-12-01 21:00+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"POT-Creation-Date: 2012-01-11 06:51+0100\n" +"PO-Revision-Date: 2012-01-11 20:33+0100\n" +"Last-Translator: Chris Leick \n" +"Language-Team: German \n" +"Language: de\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Type: boolean #. Description -#: ../cwcp.templates:1001 -#, fuzzy -#| msgid "Make cwcp setuid root" -msgid "Make cwcp setuid root?" -msgstr "Das cwcp Programm soll setuid root laufen" +#: ../cwcp.templates:2001 +msgid "Run cwcp with root privileges?" +msgstr "Cwcp mit Root-Rechten ausführen?" #. Type: boolean #. Description -#: ../cwcp.templates:1001 +#: ../cwcp.templates:2001 msgid "" -"cwcp can produce sounds using console buzzer, but this feature is available " -"only if cwcp is run by root user. You can achieve this by setting setuid bit " -"here (not recommended) or by running cwcp with sudo (also not recommended). " -"You can also use soundcard output instead of console buzzer output and " -"eliminate this problem completely." +"If it is run with elevated privileges (which is not recommended), cwcp can " +"produce sounds using the console buzzer." msgstr "" +"Falls es mit höheren Rechten ausgeführt wird (was nicht empfohlen wird), " +"kann Cwcp unter Verwendung des Konsolen-Summers Geräusche erzeugen." #. Type: boolean #. Description -#: ../cw.templates:1001 -#, fuzzy -#| msgid "Make cw setuid root" -msgid "Make cw setuid root?" -msgstr "Das cw Programm soll setuid root laufen" +#: ../cwcp.templates:2001 ../cw.templates:2001 +msgid "" +"Please choose whether this should be achieved by giving the executable the " +"\"setuid\" attribute." +msgstr "" +"Bitte wählen Sie, ob dies erreicht werden soll, indem der ausführbaren Datei " +"das Attribut »setuid« gegeben wird." #. Type: boolean #. Description -#: ../cw.templates:1001 +#: ../cwcp.templates:2001 ../cw.templates:2001 msgid "" -"cw can produce sounds using console buzzer, but this feature is available " -"only if cw is run by root user. You can achieve this by setting setuid bit " -"here (not recommended) or by running cw with sudo (also not recommended). " -"You can also use soundcard output instead of console buzzer output and " -"eliminate this problem completely." +"Alternatives include running the program with sudo or eliminating this issue " +"completely by using output via a sound card instead of the buzzer." msgstr "" +"Alternativen umfassen die Ausführung des Programms mit »sudo« oder der " +"vollständigen Beseitigung dieses Problems, indem die Ausgabe über eine " +"Soundkarte anstelle des Konsolen-Summers verwandt wird." + +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "Run cw with root privileges?" +msgstr "Cw mit Root-Rechten ausführen?" -#~ msgid "" -#~ "The cwcp program only runs correctly as the root user. One way of doing " -#~ "this is to make the program setuid root. This is generally a bad idea as " -#~ "there are better ways, such as using the sudo program, to do this. " -#~ "However, you have the option here of making it setuid root if you like." -#~ msgstr "" -#~ " Das cwcp Programm muss einige aufrufe als root Benutzer durchfhren. " -#~ "Eine\n" -#~ " Mglichkeit ist das Programm setuid root zu machen. Dies ist generell " -#~ "eine\n" -#~ " schlechte Idee, da es bessere Wege gibt dies zu erreichen, z.B. mit " -#~ "sudo.\n" -#~ " Jedoch knnen Sie mit dieser Option das Programm setuid root " -#~ "installieren." - -#~ msgid "" -#~ "The cw program only runs correctly as the root user. One way of doing " -#~ "this is to make the program setuid root. This is generally a bad idea as " -#~ "there are better ways, such as using the sudo program, to do this. " -#~ "However, you have the option here of making it setuid root if you like." -#~ msgstr "" -#~ " Das cw Programm muss einige aufrufe als root Benutzer durchfhren. Eine\n" -#~ " Mglichkeit ist das Programm setuid root zu machen. Dies ist generell " -#~ "eine\n" -#~ " schlechte Idee, da es bessere Wege gibt dies zu erreichen, z.B. mit " -#~ "sudo.\n" -#~ " Jedoch knnen Sie mit dieser Option das Programm setuid root " -#~ "installieren." - -#~ msgid "Make xcwcp setuid root" -#~ msgstr "Das xcwcp Programm soll setuid root laufen" - -#~ msgid "" -#~ "The xcwcp program only runs correctly as the root user. One way of doing " -#~ "this is to make the program setuid root. This is generally a bad idea as " -#~ "there are better ways, such as using the sudo program, to do this. " -#~ "However, you have the option here of making it setuid root if you like." -#~ msgstr "" -#~ " Das xcwcp Programm muss einige aufrufe als root Benutzer durchfhren. " -#~ "Eine\n" -#~ " Mglichkeit ist das Programm setuid root zu machen. Dies ist generell " -#~ "eine\n" -#~ " schlechte Idee, da es bessere Wege gibt dies zu erreichen, z.B. mit " -#~ "sudo.\n" -#~ " Jedoch knnen Sie mit dieser Option das Programm setuid root " -#~ "installieren." +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "" +"If it is run with elevated privileges (which is not recommended), cw can " +"produce sounds using the console buzzer." +msgstr "" +"Falls es mit höheren Rechten ausgeführt wird (was nicht empfohlen wird), " +"kann Cw unter Verwendung des Konsolen-Summers Geräusche erzeugen." diff -Nru unixcw-3.0.1/debian/po/es.po unixcw-3.0.1/debian/po/es.po --- unixcw-3.0.1/debian/po/es.po 2011-12-01 20:00:48.000000000 +0000 +++ unixcw-3.0.1/debian/po/es.po 2012-01-29 16:59:28.000000000 +0000 @@ -11,57 +11,108 @@ # # Developers do not need to manually edit POT or PO files. # -#, fuzzy +# Jaime Robles , 2012. msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: \n" "Report-Msgid-Bugs-To: unixcw@packages.debian.org\n" -"POT-Creation-Date: 2011-12-01 21:00+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2012-01-11 06:51+0100\n" +"PO-Revision-Date: 2012-01-29 11:20+0100\n" +"Last-Translator: Jaime Robles \n" +"Language-Team: Spanish \n" "Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-15\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: boolean #. Description -#: ../cwcp.templates:1001 -#, fuzzy -#| msgid "Make cwcp setuid root" -msgid "Make cwcp setuid root?" -msgstr "Quiere hacer que cwcp se ejecute con privilegios de root?" +#: ../cwcp.templates:2001 +msgid "Run cwcp with root privileges?" +msgstr "¿Quiere ejecutar cwcp con privilegios de root?" #. Type: boolean #. Description -#: ../cwcp.templates:1001 +#: ../cwcp.templates:2001 msgid "" -"cwcp can produce sounds using console buzzer, but this feature is available " -"only if cwcp is run by root user. You can achieve this by setting setuid bit " -"here (not recommended) or by running cwcp with sudo (also not recommended). " -"You can also use soundcard output instead of console buzzer output and " -"eliminate this problem completely." +"If it is run with elevated privileges (which is not recommended), cwcp can " +"produce sounds using the console buzzer." msgstr "" +"Si se ejecuta con privilegios (no se recomienda), cwcp puede producir " +"sonidos usando el timbre de la consola." #. Type: boolean #. Description -#: ../cw.templates:1001 -#, fuzzy -#| msgid "Make cw setuid root" -msgid "Make cw setuid root?" -msgstr "Quiere hacer que cw se ejecute con privilegios de root?" +#: ../cwcp.templates:2001 ../cw.templates:2001 +msgid "" +"Please choose whether this should be achieved by giving the executable the " +"\"setuid\" attribute." +msgstr "" +"Elija si quiere hacerlo asignando el atributo \"setuid\" al ejecutable." #. Type: boolean #. Description -#: ../cw.templates:1001 +#: ../cwcp.templates:2001 ../cw.templates:2001 msgid "" -"cw can produce sounds using console buzzer, but this feature is available " -"only if cw is run by root user. You can achieve this by setting setuid bit " -"here (not recommended) or by running cw with sudo (also not recommended). " -"You can also use soundcard output instead of console buzzer output and " -"eliminate this problem completely." +"Alternatives include running the program with sudo or eliminating this issue " +"completely by using output via a sound card instead of the buzzer." msgstr "" +"Las alternativas incluyen ejecutar el programa con sudo o eliminar este " +"problema usando una tarjeta de sonido en vez del timbre como salida de audio." + +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "Run cw with root privileges?" +msgstr "¿Quiere ejecutar cw con privilegios de root?" + +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "" +"If it is run with elevated privileges (which is not recommended), cw can " +"produce sounds using the console buzzer." +msgstr "" +"Si se ejecuta con privilegios (no se recomienda), cw puede producir sonidos " +"usando el timbre de la consola." + +#~| msgid "Make cwcp setuid root" +#~ msgid "Make cwcp setuid root?" +#~ msgstr "¿Quiere habilitar el setuid de root a cwcp?" + +#~ msgid "" +#~ "cwcp can produce sounds using console buzzer, but this feature is " +#~ "available only if cwcp is run by root user. You can achieve this by " +#~ "setting setuid bit here (not recommended) or by running cwcp with sudo " +#~ "(also not recommended). You can also use soundcard output instead of " +#~ "console buzzer output and eliminate this problem completely." +#~ msgstr "" +#~ "cwcp puede producir sonidos usando el zumbador de la consola, pero esta " +#~ "función sólo está disponible cuando cwcp se ejecuta como root. Puede " +#~ "conseguirlo habilitando el bit setuid (no recomendado) o ejecutando cwcp " +#~ "con sudo (tampoco recomendado). También puede usar la salida de la " +#~ "tarjeta en vez de el zumbador de la consola y eliminar el problema " +#~ "completamente." + +#~| msgid "Make cw setuid root" +#~ msgid "Make cw setuid root?" +#~ msgstr "¿Quiere habilitar el setuid de root a cw?" + +#~ msgid "" +#~ "cw can produce sounds using console buzzer, but this feature is available " +#~ "only if cw is run by root user. You can achieve this by setting setuid " +#~ "bit here (not recommended) or by running cw with sudo (also not " +#~ "recommended). You can also use soundcard output instead of console buzzer " +#~ "output and eliminate this problem completely." +#~ msgstr "" +#~ "cw puede producir sonidos usando el zumbador de la consola, pero esta " +#~ "función sólo está disponible cuando cw se ejecuta como root. Puede " +#~ "conseguirlo habilitando el bit setuid (no recomendado) o ejecutando cw " +#~ "con sudo (tampoco recomendado). También puede usar la salida de la " +#~ "tarjeta en vez de el zumbador de la consola y eliminar el problema " +#~ "completamente." #~ msgid "" #~ "The cwcp program only runs correctly as the root user. One way of doing " @@ -69,10 +120,10 @@ #~ "there are better ways, such as using the sudo program, to do this. " #~ "However, you have the option here of making it setuid root if you like." #~ msgstr "" -#~ "El programa cwcp slo funciona correctamente ejecutndose como root. Una " +#~ "El programa cwcp sólo funciona correctamente ejecutándose como root. Una " #~ "manera de lograrlo es hacer el programa setuid root. En general, hay " #~ "maneras mejores de hacer esto, como usar el programa sudo. Sin embargo, " -#~ "tiene la opcin de hacer que cwcp se ejecute con permisos de root si lo " +#~ "tiene la opción de hacer que cwcp se ejecute con permisos de root si lo " #~ "desea (setuid root)." #~ msgid "" @@ -81,14 +132,14 @@ #~ "there are better ways, such as using the sudo program, to do this. " #~ "However, you have the option here of making it setuid root if you like." #~ msgstr "" -#~ "El programa cw slo funciona correctamente ejecutndose como root. Una " +#~ "El programa cw sólo funciona correctamente ejecutándose como root. Una " #~ "manera de lograrlo es hacer el programa setuid root. En general, hay " #~ "maneras mejores de hacer esto, como usar el programa sudo. Sin embargo, " -#~ "tiene la opcin de hacer que cw se ejecute con permisos de root si lo " +#~ "tiene la opción de hacer que cw se ejecute con permisos de root si lo " #~ "desea (setuid root)." #~ msgid "Make xcwcp setuid root" -#~ msgstr "Quiere hacer que xcwcp se ejecute con privilegios de root?" +#~ msgstr "¿Quiere hacer que xcwcp se ejecute con privilegios de root?" #~ msgid "" #~ "The xcwcp program only runs correctly as the root user. One way of doing " @@ -96,8 +147,8 @@ #~ "there are better ways, such as using the sudo program, to do this. " #~ "However, you have the option here of making it setuid root if you like." #~ msgstr "" -#~ "El programa xcwcp slo funciona correctamente ejecutndose como root. Una " +#~ "El programa xcwcp sólo funciona correctamente ejecutándose como root. Una " #~ "manera de lograrlo es hacer el programa setuid root. En general, hay " #~ "maneras mejores de hacer esto, como usar el programa sudo. Sin embargo, " -#~ "tiene la opcin de hacer que xcwcp se ejecute con permisos de root si lo " +#~ "tiene la opción de hacer que xcwcp se ejecute con permisos de root si lo " #~ "desea (setuid root)." diff -Nru unixcw-3.0.1/debian/po/fr.po unixcw-3.0.1/debian/po/fr.po --- unixcw-3.0.1/debian/po/fr.po 2011-12-01 20:00:48.000000000 +0000 +++ unixcw-3.0.1/debian/po/fr.po 2012-01-19 19:40:12.000000000 +0000 @@ -1,102 +1,72 @@ -# -# Translators, if you are not familiar with the PO format, gettext -# documentation is worth reading, especially sections dedicated to -# this format, e.g. by running: -# info -n '(gettext)PO Files' -# info -n '(gettext)Header Entry' -# Some information specific to po-debconf are available at -# /usr/share/doc/po-debconf/README-trans -# or http://www.debian.org/intl/l10n/po-debconf/README-trans# -# Developers do not need to manually edit POT or PO files. +# Translation of unixcw debconf template to French +# Copyright (C) 2011 Debian French l10n Team +# This file is distributed under the same license as the unixcw package. +# Translators: +# Michel Grentzinger, , before 2011 +# Steve Petruzzello, @bluewin.ch>, 2012 # msgid "" msgstr "" -"Project-Id-Version: unixcw_2.2-4\n" +"Project-Id-Version: unixcw_3.0-2\n" "Report-Msgid-Bugs-To: unixcw@packages.debian.org\n" -"POT-Creation-Date: 2011-12-01 21:00+0100\n" -"PO-Revision-Date: 2003-07-04 09:41+0200\n" -"Last-Translator: Michel Grentzinger \n" +"POT-Creation-Date: 2012-01-11 06:51+0100\n" +"PO-Revision-Date: 2012-01-16 21:00+0100\n" +"Last-Translator: Steve R. Petruzzello \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description -#: ../cwcp.templates:1001 -#, fuzzy -#| msgid "Make cwcp setuid root" -msgid "Make cwcp setuid root?" -msgstr "Rendre cwcp setuid root" +#: ../cwcp.templates:2001 +msgid "Run cwcp with root privileges?" +msgstr "Faut-il exécuter cwcp avec les privilèges du super-utilisateur ?" #. Type: boolean #. Description -#: ../cwcp.templates:1001 +#: ../cwcp.templates:2001 msgid "" -"cwcp can produce sounds using console buzzer, but this feature is available " -"only if cwcp is run by root user. You can achieve this by setting setuid bit " -"here (not recommended) or by running cwcp with sudo (also not recommended). " -"You can also use soundcard output instead of console buzzer output and " -"eliminate this problem completely." +"If it is run with elevated privileges (which is not recommended), cwcp can " +"produce sounds using the console buzzer." msgstr "" +"Le programme cwcp peut produire des sons s'il est exécuté avec des " +"privilèges élevés (ce qui n'est pas recommandé)." #. Type: boolean #. Description -#: ../cw.templates:1001 -#, fuzzy -#| msgid "Make cw setuid root" -msgid "Make cw setuid root?" -msgstr "Rendre cw suid root" +#: ../cwcp.templates:2001 ../cw.templates:2001 +msgid "" +"Please choose whether this should be achieved by giving the executable the " +"\"setuid\" attribute." +msgstr "" +"Veuillez choisir si vous désirez ceci en donnant au programme l'attribut " +"« setuid »." #. Type: boolean #. Description -#: ../cw.templates:1001 +#: ../cwcp.templates:2001 ../cw.templates:2001 msgid "" -"cw can produce sounds using console buzzer, but this feature is available " -"only if cw is run by root user. You can achieve this by setting setuid bit " -"here (not recommended) or by running cw with sudo (also not recommended). " -"You can also use soundcard output instead of console buzzer output and " -"eliminate this problem completely." +"Alternatives include running the program with sudo or eliminating this issue " +"completely by using output via a sound card instead of the buzzer." msgstr "" +"Il est possible de contourner ce problème en exécutant ce programme à l'aide " +"de « sudo » ou l'éliminer en utilisant la sortie d'une carte son plutôt que " +"le buzzer de la console." + +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "Run cw with root privileges?" +msgstr "Faut-il exécuter cw avec les privilèges du super-utilisateur ?" -#~ msgid "" -#~ "The cwcp program only runs correctly as the root user. One way of doing " -#~ "this is to make the program setuid root. This is generally a bad idea as " -#~ "there are better ways, such as using the sudo program, to do this. " -#~ "However, you have the option here of making it setuid root if you like." -#~ msgstr "" -#~ "Seul le super-utilisateur peut faire fonctionner correctement le " -#~ "programme cwcp. Afin que tout le monde puisse l'utiliser, on peut le " -#~ "rendre setuid root. C'est gnralement une mauvaise ide car il " -#~ "existe d'autres mthodes, comme l'utilisation du programme sudo. " -#~ "Cependant, vous pouvez tout de mme dcider ici de le rendre suid " -#~ "root." - -#~ msgid "" -#~ "The cw program only runs correctly as the root user. One way of doing " -#~ "this is to make the program setuid root. This is generally a bad idea as " -#~ "there are better ways, such as using the sudo program, to do this. " -#~ "However, you have the option here of making it setuid root if you like." -#~ msgstr "" -#~ "Seul le super-utilisateur peut faire fonctionner correctement le " -#~ "programme cw. Afin que tout le monde puisse l'utiliser, on peut le rendre " -#~ "setuid root. C'est gnralement une mauvaise ide car il existe " -#~ "d'autres mthodes, comme l'utilisation du programme sudo. Cependant, vous " -#~ "pouvez tout de mme dcider ici de le rendre suid root ." - -#~ msgid "Make xcwcp setuid root" -#~ msgstr "Rendre xcwcp suid root " - -#~ msgid "" -#~ "The xcwcp program only runs correctly as the root user. One way of doing " -#~ "this is to make the program setuid root. This is generally a bad idea as " -#~ "there are better ways, such as using the sudo program, to do this. " -#~ "However, you have the option here of making it setuid root if you like." -#~ msgstr "" -#~ "Seul le super-utilisateur peut faire fonctionner correctement le " -#~ "programme xcwcp. Afin que tout le monde puisse l'utiliser, on peut le " -#~ "rendre setuid root. C'est gnralement une mauvaise ide car il " -#~ "existe d'autres mthodes, comme l'utilisation du programme sudo. " -#~ "Cependant, vous pouvez tout de mme dcider ici de le rendre suid root " -#~ "." +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "" +"If it is run with elevated privileges (which is not recommended), cw can " +"produce sounds using the console buzzer." +msgstr "" +"Le programme cw peut produire des sons en utilisant le buzzer de la console " +"s'il est exécuté avec des privilèges élevés (ce qui n'est pas recommandé)." diff -Nru unixcw-3.0.1/debian/po/id.po unixcw-3.0.1/debian/po/id.po --- unixcw-3.0.1/debian/po/id.po 1970-01-01 00:00:00.000000000 +0000 +++ unixcw-3.0.1/debian/po/id.po 2012-01-26 19:36:38.000000000 +0000 @@ -0,0 +1,73 @@ +# 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: unixcw 3.0-2\n" +"Report-Msgid-Bugs-To: unixcw@packages.debian.org\n" +"POT-Creation-Date: 2012-01-11 06:51+0100\n" +"PO-Revision-Date: 2012-01-26 19:48+0700\n" +"Last-Translator: Mahyuddin Susanto \n" +"Language-Team: Debian Indonesia Translators \n" +"Language: id\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Indonesian\n" +"X-Poedit-Country: INDONESIA\n" + +#. Type: boolean +#. Description +#: ../cwcp.templates:2001 +msgid "Run cwcp with root privileges?" +msgstr "Jalankan cwcp dengan hak akses root?" + +#. Type: boolean +#. Description +#: ../cwcp.templates:2001 +msgid "" +"If it is run with elevated privileges (which is not recommended), cwcp can " +"produce sounds using the console buzzer." +msgstr "" +"Jika dijalankan dengan hak tinggi (yang tidak disarankan), cwcp dapat " +"menghasilkan suara menggunakan konsol buzzer." + +#. Type: boolean +#. Description +#: ../cwcp.templates:2001 ../cw.templates:2001 +msgid "" +"Please choose whether this should be achieved by giving the executable the " +"\"setuid\" attribute." +msgstr "" +"Silakan pilih apakah ini harus di dapatkan dengan memberikan attribut " +"eksekusi \"setuid\"." + +#. Type: boolean +#. Description +#: ../cwcp.templates:2001 ../cw.templates:2001 +msgid "" +"Alternatives include running the program with sudo or eliminating this issue " +"completely by using output via a sound card instead of the buzzer." +msgstr "" +"Alternatifnya dengan menjalankan program dengan sudo atau menghilangkan " +"masalah ini sepenuhnya dengan menggunakan keluaran dengan kartu suara " +"daripada menggunakan buzzer" + +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "Run cw with root privileges?" +msgstr "Jalankan cw dengan hak root?" + +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "" +"If it is run with elevated privileges (which is not recommended), cw can " +"produce sounds using the console buzzer." +msgstr "" +"Jika dijalankan dengan hak tingggi (yang tidak disarankan), cw dapat " +"menghasilkan suara menggunakan konsol buzzer" diff -Nru unixcw-3.0.1/debian/po/it.po unixcw-3.0.1/debian/po/it.po --- unixcw-3.0.1/debian/po/it.po 2011-12-01 20:00:48.000000000 +0000 +++ unixcw-3.0.1/debian/po/it.po 2012-01-11 05:51:54.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: unixcw\n" "Report-Msgid-Bugs-To: unixcw@packages.debian.org\n" -"POT-Creation-Date: 2011-12-01 21:00+0100\n" +"POT-Creation-Date: 2012-01-11 06:51+0100\n" "PO-Revision-Date: 2009-12-16 18:53+0100\n" "Last-Translator: Vincenzo Campanella \n" "Language-Team: Italian \n" @@ -19,42 +19,58 @@ #. Type: boolean #. Description -#: ../cwcp.templates:1001 -#, fuzzy -#| msgid "Make cwcp setuid root" -msgid "Make cwcp setuid root?" -msgstr "Impostare cwcp con setuid root" +#: ../cwcp.templates:2001 +msgid "Run cwcp with root privileges?" +msgstr "" #. Type: boolean #. Description -#: ../cwcp.templates:1001 +#: ../cwcp.templates:2001 msgid "" -"cwcp can produce sounds using console buzzer, but this feature is available " -"only if cwcp is run by root user. You can achieve this by setting setuid bit " -"here (not recommended) or by running cwcp with sudo (also not recommended). " -"You can also use soundcard output instead of console buzzer output and " -"eliminate this problem completely." +"If it is run with elevated privileges (which is not recommended), cwcp can " +"produce sounds using the console buzzer." msgstr "" #. Type: boolean #. Description -#: ../cw.templates:1001 -#, fuzzy -#| msgid "Make cw setuid root" -msgid "Make cw setuid root?" -msgstr "Impostare cw con setuid root" +#: ../cwcp.templates:2001 ../cw.templates:2001 +msgid "" +"Please choose whether this should be achieved by giving the executable the " +"\"setuid\" attribute." +msgstr "" + +#. Type: boolean +#. Description +#: ../cwcp.templates:2001 ../cw.templates:2001 +msgid "" +"Alternatives include running the program with sudo or eliminating this issue " +"completely by using output via a sound card instead of the buzzer." +msgstr "" + +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "Run cw with root privileges?" +msgstr "" #. Type: boolean #. Description -#: ../cw.templates:1001 +#: ../cw.templates:2001 msgid "" -"cw can produce sounds using console buzzer, but this feature is available " -"only if cw is run by root user. You can achieve this by setting setuid bit " -"here (not recommended) or by running cw with sudo (also not recommended). " -"You can also use soundcard output instead of console buzzer output and " -"eliminate this problem completely." +"If it is run with elevated privileges (which is not recommended), cw can " +"produce sounds using the console buzzer." msgstr "" +#, fuzzy +#~| msgid "Make cwcp setuid root" +#~ msgid "Make cwcp setuid root?" +#~ msgstr "Impostare cwcp con setuid root" + +#, fuzzy +#~| msgid "Make cw setuid root" +#~ msgid "Make cw setuid root?" +#~ msgstr "Impostare cw con setuid root" + #~ msgid "" #~ "The cwcp program only runs correctly as the root user. One way of doing " #~ "this is to make the program setuid root. This is generally a bad idea as " diff -Nru unixcw-3.0.1/debian/po/ja.po unixcw-3.0.1/debian/po/ja.po --- unixcw-3.0.1/debian/po/ja.po 2011-12-01 20:00:48.000000000 +0000 +++ unixcw-3.0.1/debian/po/ja.po 2012-01-11 05:51:54.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: unixcw 2.3-12\n" "Report-Msgid-Bugs-To: unixcw@packages.debian.org\n" -"POT-Creation-Date: 2011-12-01 21:00+0100\n" +"POT-Creation-Date: 2012-01-11 06:51+0100\n" "PO-Revision-Date: 2009-11-07 06:52+0900\n" "Last-Translator: Hideki Yamane (Debian-JP) \n" "Language-Team: Japanese \n" @@ -18,42 +18,58 @@ #. Type: boolean #. Description -#: ../cwcp.templates:1001 -#, fuzzy -#| msgid "Make cwcp setuid root" -msgid "Make cwcp setuid root?" -msgstr "cwcp を root に setuid する" +#: ../cwcp.templates:2001 +msgid "Run cwcp with root privileges?" +msgstr "" #. Type: boolean #. Description -#: ../cwcp.templates:1001 +#: ../cwcp.templates:2001 msgid "" -"cwcp can produce sounds using console buzzer, but this feature is available " -"only if cwcp is run by root user. You can achieve this by setting setuid bit " -"here (not recommended) or by running cwcp with sudo (also not recommended). " -"You can also use soundcard output instead of console buzzer output and " -"eliminate this problem completely." +"If it is run with elevated privileges (which is not recommended), cwcp can " +"produce sounds using the console buzzer." msgstr "" #. Type: boolean #. Description -#: ../cw.templates:1001 -#, fuzzy -#| msgid "Make cw setuid root" -msgid "Make cw setuid root?" -msgstr "cw を root に setuid する" +#: ../cwcp.templates:2001 ../cw.templates:2001 +msgid "" +"Please choose whether this should be achieved by giving the executable the " +"\"setuid\" attribute." +msgstr "" + +#. Type: boolean +#. Description +#: ../cwcp.templates:2001 ../cw.templates:2001 +msgid "" +"Alternatives include running the program with sudo or eliminating this issue " +"completely by using output via a sound card instead of the buzzer." +msgstr "" + +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "Run cw with root privileges?" +msgstr "" #. Type: boolean #. Description -#: ../cw.templates:1001 +#: ../cw.templates:2001 msgid "" -"cw can produce sounds using console buzzer, but this feature is available " -"only if cw is run by root user. You can achieve this by setting setuid bit " -"here (not recommended) or by running cw with sudo (also not recommended). " -"You can also use soundcard output instead of console buzzer output and " -"eliminate this problem completely." +"If it is run with elevated privileges (which is not recommended), cw can " +"produce sounds using the console buzzer." msgstr "" +#, fuzzy +#~| msgid "Make cwcp setuid root" +#~ msgid "Make cwcp setuid root?" +#~ msgstr "cwcp を root に setuid する" + +#, fuzzy +#~| msgid "Make cw setuid root" +#~ msgid "Make cw setuid root?" +#~ msgstr "cw を root に setuid する" + #~ msgid "" #~ "The cwcp program only runs correctly as the root user. One way of doing " #~ "this is to make the program setuid root. This is generally a bad idea as " diff -Nru unixcw-3.0.1/debian/po/nl.po unixcw-3.0.1/debian/po/nl.po --- unixcw-3.0.1/debian/po/nl.po 2011-12-01 20:00:48.000000000 +0000 +++ unixcw-3.0.1/debian/po/nl.po 2012-01-13 17:21:27.000000000 +0000 @@ -1,103 +1,70 @@ +# Dutch translation of unixcw debconf templates. +# Copyright (C) 2012 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the unixcw package. +# Jeroen Schot , 2012. # -# Translators, if you are not familiar with the PO format, gettext -# documentation is worth reading, especially sections dedicated to -# this format, e.g. by running: -# info -n '(gettext)PO Files' -# info -n '(gettext)Header Entry' -# -# Some information specific to po-debconf are available at -# /usr/share/doc/po-debconf/README-trans -# or http://www.debian.org/intl/l10n/po-debconf/README-trans -# -# Developers do not need to manually edit POT or PO files. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: unixcw 3.0-5\n" "Report-Msgid-Bugs-To: unixcw@packages.debian.org\n" -"POT-Creation-Date: 2011-12-01 21:00+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"POT-Creation-Date: 2012-01-11 06:51+0100\n" +"PO-Revision-Date: 2012-01-12 14:40+0100\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=ISO-8859-15\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description -#: ../cwcp.templates:1001 -#, fuzzy -#| msgid "Make cwcp setuid root" -msgid "Make cwcp setuid root?" -msgstr "Maak het cwcp programma setuid root" +#: ../cwcp.templates:2001 +msgid "Run cwcp with root privileges?" +msgstr "Cwcp met beheerdersprivileges uitvoeren?" #. Type: boolean #. Description -#: ../cwcp.templates:1001 +#: ../cwcp.templates:2001 msgid "" -"cwcp can produce sounds using console buzzer, but this feature is available " -"only if cwcp is run by root user. You can achieve this by setting setuid bit " -"here (not recommended) or by running cwcp with sudo (also not recommended). " -"You can also use soundcard output instead of console buzzer output and " -"eliminate this problem completely." +"If it is run with elevated privileges (which is not recommended), cwcp can " +"produce sounds using the console buzzer." msgstr "" +"Wanneer cwcp wordt uitgevoerd met verhoogde privileges (wat niet wordt " +"aangeraden), kan deze geluiden produceren via de console-buzzer." #. Type: boolean #. Description -#: ../cw.templates:1001 -#, fuzzy -#| msgid "Make cw setuid root" -msgid "Make cw setuid root?" -msgstr "Maak het cw programma setuid root" +#: ../cwcp.templates:2001 ../cw.templates:2001 +msgid "" +"Please choose whether this should be achieved by giving the executable the " +"\"setuid\" attribute." +msgstr "" +"Geef aan of dit mogelijk moet worden gemaakt door het \"setuid\"-attribuut " +"toe te kennen aan het programma." #. Type: boolean #. Description -#: ../cw.templates:1001 +#: ../cwcp.templates:2001 ../cw.templates:2001 msgid "" -"cw can produce sounds using console buzzer, but this feature is available " -"only if cw is run by root user. You can achieve this by setting setuid bit " -"here (not recommended) or by running cw with sudo (also not recommended). " -"You can also use soundcard output instead of console buzzer output and " -"eliminate this problem completely." +"Alternatives include running the program with sudo or eliminating this issue " +"completely by using output via a sound card instead of the buzzer." msgstr "" +"Andere mogelijkheden zijn onder andere het uitvoeren van het programma met " +"sudo of door de uitvoer via de geluidskaart in plaats van de buzzer te laten " +"verlopen." + +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "Run cw with root privileges?" +msgstr "Cw met beheerdersprivileges uitvoeren?" -#~ msgid "" -#~ "The cwcp program only runs correctly as the root user. One way of doing " -#~ "this is to make the program setuid root. This is generally a bad idea as " -#~ "there are better ways, such as using the sudo program, to do this. " -#~ "However, you have the option here of making it setuid root if you like." -#~ msgstr "" -#~ "Het cwcp programma loopt alleen goed als root gebruiker. Een manier om " -#~ "cwcp als root te runnen, is het suid bit te zetten. Over het algemeen is " -#~ "dit een slecht idee omdat er betere manieren zijn, bijvoorbeeld met het " -#~ "sudo programma. Je krijgt hier echter de mogelijkheid om toch het suid " -#~ "bit te gebruiken." - -#~ msgid "" -#~ "The cw program only runs correctly as the root user. One way of doing " -#~ "this is to make the program setuid root. This is generally a bad idea as " -#~ "there are better ways, such as using the sudo program, to do this. " -#~ "However, you have the option here of making it setuid root if you like." -#~ msgstr "" -#~ "Het cw programma loopt alleen goed als root gebruiker. Een manier om cw " -#~ "als root te runnen, is het suid bit te zetten. Over het algemeen is dit " -#~ "een slecht idee omdat er betere manieren zijn, bijvoorbeeld met het sudo " -#~ "programma. Je krijgt hier echter de mogelijkheid om toch het suid bit te " -#~ "gebruiken." - -#~ msgid "Make xcwcp setuid root" -#~ msgstr "Maak het xcwcp programma setuid root" - -#~ msgid "" -#~ "The xcwcp program only runs correctly as the root user. One way of doing " -#~ "this is to make the program setuid root. This is generally a bad idea as " -#~ "there are better ways, such as using the sudo program, to do this. " -#~ "However, you have the option here of making it setuid root if you like." -#~ msgstr "" -#~ "Het xcwcp programma loopt alleen goed als root gebruiker. Een manier om " -#~ "xcwcp als root te runnen, is het suid bit te zetten. Over het algemeen is " -#~ "dit een slecht idee omdat er betere manieren zijn, bijvoorbeeld met het " -#~ "sudo programma. Je krijgt hier echter de mogelijkheid om toch het suid " -#~ "bit te gebruiken." +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "" +"If it is run with elevated privileges (which is not recommended), cw can " +"produce sounds using the console buzzer." +msgstr "" +"Wanneer cw wordt uitgevoerd met verhoogde privileges (wat niet wordt " +"aangeraden), kan deze geluiden produceren via de console-buzzer." diff -Nru unixcw-3.0.1/debian/po/pl.po unixcw-3.0.1/debian/po/pl.po --- unixcw-3.0.1/debian/po/pl.po 1970-01-01 00:00:00.000000000 +0000 +++ unixcw-3.0.1/debian/po/pl.po 2012-01-26 19:36:52.000000000 +0000 @@ -0,0 +1,72 @@ +# Copyright (C) 2012 +# This file is distributed under the same license as the unixcw package. +# +# Michał Kułach , 2012. +msgid "" +msgstr "" +"Project-Id-Version: unixcw\n" +"Report-Msgid-Bugs-To: unixcw@packages.debian.org\n" +"POT-Creation-Date: 2012-01-11 06:51+0100\n" +"PO-Revision-Date: 2012-01-26 19:25+0100\n" +"Last-Translator: Michał Kułach \n" +"Language-Team: Polish \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=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" + +#. Type: boolean +#. Description +#: ../cwcp.templates:2001 +msgid "Run cwcp with root privileges?" +msgstr "Uruchomić cwcp z uprawnieniami administratora?" + +#. Type: boolean +#. Description +#: ../cwcp.templates:2001 +msgid "" +"If it is run with elevated privileges (which is not recommended), cwcp can " +"produce sounds using the console buzzer." +msgstr "" +"Jeśli cwcp będzie działał z uprawnieniami administratora (co nie jest " +"zalecane), może wydawać dźwięki, używając brzęczyka systemowego." + +#. Type: boolean +#. Description +#: ../cwcp.templates:2001 ../cw.templates:2001 +msgid "" +"Please choose whether this should be achieved by giving the executable the " +"\"setuid\" attribute." +msgstr "" +"Proszę wybrać, czy powinno to zostać osiągnięte przez nadanie atrybutu " +"\"setuid\" plikowi wykonywalnemu programu." + +#. Type: boolean +#. Description +#: ../cwcp.templates:2001 ../cw.templates:2001 +msgid "" +"Alternatives include running the program with sudo or eliminating this issue " +"completely by using output via a sound card instead of the buzzer." +msgstr "" +"Alternatywnymi rozwiązaniami są uruchomienie programu z sudo lub całkowite " +"wyeliminowanie tego problemu, przez użycie karty dźwiękowej zamiast " +"brzęczyka." + +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "Run cw with root privileges?" +msgstr "Uruchomić cw z uprawnieniami administratora?" + +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "" +"If it is run with elevated privileges (which is not recommended), cw can " +"produce sounds using the console buzzer." +msgstr "" +"Jeśli cw będzie działał z uprawnieniami administratora (co nie jest " +"zalecane), może wydawać dźwięki, używając brzęczyka systemowego." diff -Nru unixcw-3.0.1/debian/po/pt.po unixcw-3.0.1/debian/po/pt.po --- unixcw-3.0.1/debian/po/pt.po 2011-12-01 20:00:48.000000000 +0000 +++ unixcw-3.0.1/debian/po/pt.po 2012-01-14 07:20:00.000000000 +0000 @@ -1,15 +1,16 @@ # Portuguese translation of unixcw's debconf messages. -# Copyright (C) 2007 +# Copyright (C) 2007, 2012 # This file is distributed under the same license as the unixcw package. # Ricardo Silva , 2007. +# Pedro Ribeiro , 2012. # msgid "" msgstr "" -"Project-Id-Version: unixcw 2.3-5\n" +"Project-Id-Version: unixcw 3.0-2\n" "Report-Msgid-Bugs-To: unixcw@packages.debian.org\n" -"POT-Creation-Date: 2011-12-01 21:00+0100\n" -"PO-Revision-Date: 2007-05-07 23:52+0100\n" -"Last-Translator: Ricardo Silva \n" +"POT-Creation-Date: 2012-01-11 06:51+0100\n" +"PO-Revision-Date: 2012-01-11 23:50+0000\n" +"Last-Translator: Pedro Ribeiro , 2011.\n" "Language-Team: Portuguese \n" "Language: pt\n" "MIME-Version: 1.0\n" @@ -18,77 +19,84 @@ #. Type: boolean #. Description -#: ../cwcp.templates:1001 -#, fuzzy -#| msgid "Make cwcp setuid root" -msgid "Make cwcp setuid root?" -msgstr "Tornar o cwcp setuid root" +#: ../cwcp.templates:2001 +msgid "Run cwcp with root privileges?" +msgstr "Executar cwcp com privilégios de root?" #. Type: boolean #. Description -#: ../cwcp.templates:1001 +#: ../cwcp.templates:2001 msgid "" -"cwcp can produce sounds using console buzzer, but this feature is available " -"only if cwcp is run by root user. You can achieve this by setting setuid bit " -"here (not recommended) or by running cwcp with sudo (also not recommended). " -"You can also use soundcard output instead of console buzzer output and " -"eliminate this problem completely." +"If it is run with elevated privileges (which is not recommended), cwcp can " +"produce sounds using the console buzzer." msgstr "" +"Se for executado com privilégios elevados (que não é recomendado), o cwcp " +"pode produzir sons através do besouro da consola." #. Type: boolean #. Description -#: ../cw.templates:1001 -#, fuzzy -#| msgid "Make cw setuid root" -msgid "Make cw setuid root?" -msgstr "Tornar o cw setuid root" +#: ../cwcp.templates:2001 ../cw.templates:2001 +msgid "" +"Please choose whether this should be achieved by giving the executable the " +"\"setuid\" attribute." +msgstr "" +"Escolha, por favor, se quer ativar o atributo \"setuid\" deste executável " +"para poder usar o besouro." #. Type: boolean #. Description -#: ../cw.templates:1001 +#: ../cwcp.templates:2001 ../cw.templates:2001 msgid "" -"cw can produce sounds using console buzzer, but this feature is available " -"only if cw is run by root user. You can achieve this by setting setuid bit " -"here (not recommended) or by running cw with sudo (also not recommended). " -"You can also use soundcard output instead of console buzzer output and " -"eliminate this problem completely." +"Alternatives include running the program with sudo or eliminating this issue " +"completely by using output via a sound card instead of the buzzer." msgstr "" +"As alternativas incluem executar o programa com sudo ou eliminar por " +"completo este problema através do uso de uma placa de som em vez do besouro." -#~ msgid "" -#~ "The cwcp program only runs correctly as the root user. One way of doing " -#~ "this is to make the program setuid root. This is generally a bad idea as " -#~ "there are better ways, such as using the sudo program, to do this. " -#~ "However, you have the option here of making it setuid root if you like." -#~ msgstr "" -#~ "O programa cwcp apenas corre correctamente como o utilizador root. Uma " -#~ "forma de contornar isto é tornar o programa setuid root. Isto é uma má " -#~ "ideia em geral uma vez que há maneiras melhores, tal como usando o " -#~ "programa sudo, para fazer isto. No entanto tem aqui a opção de o tornar " -#~ "setuid root se assim o desejar." +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "Run cw with root privileges?" +msgstr "Executar cw com privilégios de root?" + +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "" +"If it is run with elevated privileges (which is not recommended), cw can " +"produce sounds using the console buzzer." +msgstr "" +"Se for executado com privilégios elevados (que não é recomendado), o cw pode " +"produzir sons através do besouro da consola." + +#~ msgid "Make cwcp setuid root?" +#~ msgstr "Tornar o cwcp setuid root?" #~ msgid "" -#~ "The cw program only runs correctly as the root user. One way of doing " -#~ "this is to make the program setuid root. This is generally a bad idea as " -#~ "there are better ways, such as using the sudo program, to do this. " -#~ "However, you have the option here of making it setuid root if you like." +#~ "cwcp can produce sounds using console buzzer, but this feature is " +#~ "available only if cwcp is run by root user. You can achieve this by " +#~ "setting setuid bit here (not recommended) or by running cwcp with sudo " +#~ "(also not recommended). You can also use soundcard output instead of " +#~ "console buzzer output and eliminate this problem completely." #~ msgstr "" -#~ "O programa cw apenas corre correctamente como o utilizador root. Uma " -#~ "forma de contornar isto é tornar o programa setuid root. Isto é uma má " -#~ "ideia em geral uma vez que há maneiras melhores, tal como usando o " -#~ "programa sudo, para fazer isto. No entanto tem aqui a opção de o tornar " -#~ "setuid root se assim o desejar." +#~ "O cwcp pode produzir sons através do besouro da consola, mas esta " +#~ "funcionalidade só está disponível se o cwcp for corrido pelo root. Pode " +#~ "conseguir isto se activar o bit setuid aqui (não recomendado) ou correndo " +#~ "o cwcp com sudo (também não recomendado). Pode usar a saída da placa de " +#~ "som em vez do besouro da consola e eliminar completamente este problema." -#~ msgid "Make xcwcp setuid root" -#~ msgstr "Tornar o xcwcp setuid root" +#~ msgid "Make cw setuid root?" +#~ msgstr "Tornar o cw setuid root?" #~ msgid "" -#~ "The xcwcp program only runs correctly as the root user. One way of doing " -#~ "this is to make the program setuid root. This is generally a bad idea as " -#~ "there are better ways, such as using the sudo program, to do this. " -#~ "However, you have the option here of making it setuid root if you like." +#~ "cw can produce sounds using console buzzer, but this feature is available " +#~ "only if cw is run by root user. You can achieve this by setting setuid " +#~ "bit here (not recommended) or by running cw with sudo (also not " +#~ "recommended). You can also use soundcard output instead of console buzzer " +#~ "output and eliminate this problem completely." #~ msgstr "" -#~ "O programa xcwcp apenas corre correctamente como o utilizador root. Uma " -#~ "forma de contornar isto é tornar o programa setuid root. Isto é uma má " -#~ "ideia em geral uma vez que há maneiras melhores, tal como usando o " -#~ "programa sudo, para fazer isto. No entanto tem aqui a opção de o tornar " -#~ "setuid root se assim o desejar." +#~ "O cw pode produzir sons através do besouro da consola, mas esta " +#~ "funcionalidade só está disponível se o cw for corrido pelo root. Pode " +#~ "conseguir isto se activar o bit setuid aqui (não recomendado) ou correndo " +#~ "o cw com sudo (também não recomendado). Pode usar a saída da placa de som " +#~ "em vez do besouro da consola e eliminar completamente este problema." diff -Nru unixcw-3.0.1/debian/po/ru.po unixcw-3.0.1/debian/po/ru.po --- unixcw-3.0.1/debian/po/ru.po 2011-12-01 20:00:48.000000000 +0000 +++ unixcw-3.0.1/debian/po/ru.po 2012-01-14 13:30:58.000000000 +0000 @@ -11,93 +11,71 @@ # # Developers do not need to manually edit POT or PO files. # -#, fuzzy +# Yuri Kozlov , 2012. msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: unixcw 3.0-2\n" "Report-Msgid-Bugs-To: unixcw@packages.debian.org\n" -"POT-Creation-Date: 2011-12-01 21:00+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"POT-Creation-Date: 2012-01-11 06:51+0100\n" +"PO-Revision-Date: 2012-01-14 11:47+0400\n" +"Last-Translator: Yuri Kozlov \n" +"Language-Team: Russian \n" +"Language: ru\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=KOI8-R\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: boolean #. Description -#: ../cwcp.templates:1001 -#, fuzzy -#| msgid "Make cwcp setuid root" -msgid "Make cwcp setuid root?" -msgstr " cwcp setuid root" +#: ../cwcp.templates:2001 +msgid "Run cwcp with root privileges?" +msgstr "Запускать cwcp с правами суперпользователя?" #. Type: boolean #. Description -#: ../cwcp.templates:1001 +#: ../cwcp.templates:2001 msgid "" -"cwcp can produce sounds using console buzzer, but this feature is available " -"only if cwcp is run by root user. You can achieve this by setting setuid bit " -"here (not recommended) or by running cwcp with sudo (also not recommended). " -"You can also use soundcard output instead of console buzzer output and " -"eliminate this problem completely." +"If it is run with elevated privileges (which is not recommended), cwcp can " +"produce sounds using the console buzzer." msgstr "" +"При запуске с расширенными правами (не рекомендуется) cwcp сможет подавать " +"звуковые сигналы через консольный динамик." #. Type: boolean #. Description -#: ../cw.templates:1001 -#, fuzzy -#| msgid "Make cw setuid root" -msgid "Make cw setuid root?" -msgstr " sw setuid root" +#: ../cwcp.templates:2001 ../cw.templates:2001 +msgid "" +"Please choose whether this should be achieved by giving the executable the " +"\"setuid\" attribute." +msgstr "" +"Выберите, хотите ли вы этого (у исполняемого файла будет включён атрибут " +"«setuid»)." #. Type: boolean #. Description -#: ../cw.templates:1001 +#: ../cwcp.templates:2001 ../cw.templates:2001 msgid "" -"cw can produce sounds using console buzzer, but this feature is available " -"only if cw is run by root user. You can achieve this by setting setuid bit " -"here (not recommended) or by running cw with sudo (also not recommended). " -"You can also use soundcard output instead of console buzzer output and " -"eliminate this problem completely." +"Alternatives include running the program with sudo or eliminating this issue " +"completely by using output via a sound card instead of the buzzer." msgstr "" +"Или вы можете включить запуск программы из sudo или решить этот вопрос " +"совсем, выводя звук через звуковую карту, а не динамик." + +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "Run cw with root privileges?" +msgstr "Запускать cw с правами суперпользователя?" -#~ msgid "" -#~ "The cwcp program only runs correctly as the root user. One way of doing " -#~ "this is to make the program setuid root. This is generally a bad idea as " -#~ "there are better ways, such as using the sudo program, to do this. " -#~ "However, you have the option here of making it setuid root if you like." -#~ msgstr "" -#~ " cwcp root " -#~ " - setuid root " -#~ ". , - " -#~ " sudo. , , " -#~ "setuid root ." - -#~ msgid "" -#~ "The cw program only runs correctly as the root user. One way of doing " -#~ "this is to make the program setuid root. This is generally a bad idea as " -#~ "there are better ways, such as using the sudo program, to do this. " -#~ "However, you have the option here of making it setuid root if you like." -#~ msgstr "" -#~ " cw root. " -#~ " . " -#~ " , , " -#~ " , , sudo. , , " -#~ " ." - -#~ msgid "Make xcwcp setuid root" -#~ msgstr " xcwcp setuid root" - -#~ msgid "" -#~ "The xcwcp program only runs correctly as the root user. One way of doing " -#~ "this is to make the program setuid root. This is generally a bad idea as " -#~ "there are better ways, such as using the sudo program, to do this. " -#~ "However, you have the option here of making it setuid root if you like." -#~ msgstr "" -#~ " xcwcp root. " -#~ " - setuid root " -#~ ". , - " -#~ " sudo. , , " -#~ "setuid root ." +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "" +"If it is run with elevated privileges (which is not recommended), cw can " +"produce sounds using the console buzzer." +msgstr "" +"При запуске с расширенными правами (не рекомендуется) cw сможет подавать " +"звуковые сигналы через консольный динамик." diff -Nru unixcw-3.0.1/debian/po/sk.po unixcw-3.0.1/debian/po/sk.po --- unixcw-3.0.1/debian/po/sk.po 2011-12-01 20:00:48.000000000 +0000 +++ unixcw-3.0.1/debian/po/sk.po 2012-01-11 17:34:52.000000000 +0000 @@ -1,16 +1,16 @@ # Slovak translation of unixcw. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the unixcw package. -# Ivan Masár , 2009. +# Ivan Masár , 2009, 2012. # msgid "" msgstr "" "Project-Id-Version: unixcw\n" "Report-Msgid-Bugs-To: unixcw@packages.debian.org\n" -"POT-Creation-Date: 2011-12-01 21:00+0100\n" -"PO-Revision-Date: 2009-06-30 11:36+0100\n" +"POT-Creation-Date: 2012-01-11 06:51+0100\n" +"PO-Revision-Date: 2012-01-11 13:47+0100\n" "Last-Translator: Ivan Masár \n" -"Language-Team: Slovak \n" +"Language-Team: Slovak \n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,61 +19,53 @@ #. Type: boolean #. Description -#: ../cwcp.templates:1001 -#, fuzzy -#| msgid "Make cwcp setuid root" -msgid "Make cwcp setuid root?" -msgstr "Nastaviť setuid root pre cwcp" +#: ../cwcp.templates:2001 +msgid "Run cwcp with root privileges?" +msgstr "Spúšťať cwcp s oprávnením používateľa root?" #. Type: boolean #. Description -#: ../cwcp.templates:1001 +#: ../cwcp.templates:2001 msgid "" -"cwcp can produce sounds using console buzzer, but this feature is available " -"only if cwcp is run by root user. You can achieve this by setting setuid bit " -"here (not recommended) or by running cwcp with sudo (also not recommended). " -"You can also use soundcard output instead of console buzzer output and " -"eliminate this problem completely." +"If it is run with elevated privileges (which is not recommended), cwcp can " +"produce sounds using the console buzzer." msgstr "" +"Ak ho spustíte so zvýšenými oprávneniami (čo sa neodporúča), cwcp môže " +"vydávať zvuky prostredníctvom pípnutí konzoly." #. Type: boolean #. Description -#: ../cw.templates:1001 -#, fuzzy -#| msgid "Make cw setuid root" -msgid "Make cw setuid root?" -msgstr "Nastaviť setuid root pre cw" +#: ../cwcp.templates:2001 ../cw.templates:2001 +msgid "" +"Please choose whether this should be achieved by giving the executable the " +"\"setuid\" attribute." +msgstr "" +"Prosím, zvoľte, či sa to má dosiahnuť udelením atribútu „setuid“ " +"spustiteľnému súboru." #. Type: boolean #. Description -#: ../cw.templates:1001 +#: ../cwcp.templates:2001 ../cw.templates:2001 msgid "" -"cw can produce sounds using console buzzer, but this feature is available " -"only if cw is run by root user. You can achieve this by setting setuid bit " -"here (not recommended) or by running cw with sudo (also not recommended). " -"You can also use soundcard output instead of console buzzer output and " -"eliminate this problem completely." +"Alternatives include running the program with sudo or eliminating this issue " +"completely by using output via a sound card instead of the buzzer." msgstr "" +"Medzi alternatívy patrí spúšťanie programu pomocou sudo alebo úplná " +"eliminácia problému použitím výstupu prostredníctvom zvukovej karty namiesto " +"pípnutí konzoly." + +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "Run cw with root privileges?" +msgstr "Spúšťať cw s oprávnením používateľa root?" -#~ msgid "" -#~ "The cwcp program only runs correctly as the root user. One way of doing " -#~ "this is to make the program setuid root. This is generally a bad idea as " -#~ "there are better ways, such as using the sudo program, to do this. " -#~ "However, you have the option here of making it setuid root if you like." -#~ msgstr "" -#~ "Program cwcp beží správne iba pod používateľom root. Jeden zo spôsobov " -#~ "ako toho dosiahnuť je nastaviť setuid root pre cwcp. To je vo " -#~ "všeobecnosti zlý nápad, pretože existujú lepšie spôsoby ako napr. " -#~ "použitie programu sudo. Ale ak chcete, tu máte možnosť nastaviť setuid " -#~ "root pre cwcp." - -#~ msgid "" -#~ "The cw program only runs correctly as the root user. One way of doing " -#~ "this is to make the program setuid root. This is generally a bad idea as " -#~ "there are better ways, such as using the sudo program, to do this. " -#~ "However, you have the option here of making it setuid root if you like." -#~ msgstr "" -#~ "Program cw beží správne iba pod používateľom root. Jeden zo spôsobov ako " -#~ "toho dosiahnuť je nastaviť setuid root pre cw. To je vo všeobecnosti zlý " -#~ "nápad, pretože existujú lepšie spôsoby ako napr. použitie programu sudo. " -#~ "Ale ak chcete, tu máte možnosť nastaviť setuid root pre cw." +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "" +"If it is run with elevated privileges (which is not recommended), cw can " +"produce sounds using the console buzzer." +msgstr "" +"Ak ho spustíte so zvýšenými oprávneniami (čo sa neodporúča), cw môže vydávať " +"zvuky prostredníctvom pípnutí konzoly." diff -Nru unixcw-3.0.1/debian/po/sv.po unixcw-3.0.1/debian/po/sv.po --- unixcw-3.0.1/debian/po/sv.po 2011-12-01 20:00:48.000000000 +0000 +++ unixcw-3.0.1/debian/po/sv.po 2012-01-27 06:15:52.000000000 +0000 @@ -1,101 +1,71 @@ -# Translators, if you are not familiar with the PO format, gettext -# documentation is worth reading, especially sections dedicated to -# this format, e.g. by running: -# info -n '(gettext)PO Files' -# info -n '(gettext)Header Entry' -# Some information specific to po-debconf are available at -# /usr/share/doc/po-debconf/README-trans -# or http://www.debian.org/intl/l10n/po-debconf/README-trans -# Developers do not need to manually edit POT or PO files. -# , fuzzy -# +# Translation of unixcw debconf template to Swedish +# Copyright (C) 2012 Martin Bagge +# This file is distributed under the same license as the unixcw package. # +# Daniel Nylander , 2005 +# Martin Bagge , 2012 msgid "" msgstr "" "Project-Id-Version: unixcw 2.2-13\n" "Report-Msgid-Bugs-To: unixcw@packages.debian.org\n" -"POT-Creation-Date: 2011-12-01 21:00+0100\n" -"PO-Revision-Date: 2005-10-13 22:58+0200\n" -"Last-Translator: Daniel Nylander \n" -"Language-Team: Swedish \n" +"POT-Creation-Date: 2012-01-11 06:51+0100\n" +"PO-Revision-Date: 2012-01-26 23:18+0100\n" +"Last-Translator: Martin Bagge / brother \n" +"Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Swedish\n" +"X-Poedit-Country: Sweden\n" #. Type: boolean #. Description -#: ../cwcp.templates:1001 -#, fuzzy -#| msgid "Make cwcp setuid root" -msgid "Make cwcp setuid root?" -msgstr "Gra cwcp setuid root" +#: ../cwcp.templates:2001 +msgid "Run cwcp with root privileges?" +msgstr "Ska cwcp köras med rot-rättigheter?" #. Type: boolean #. Description -#: ../cwcp.templates:1001 +#: ../cwcp.templates:2001 msgid "" -"cwcp can produce sounds using console buzzer, but this feature is available " -"only if cwcp is run by root user. You can achieve this by setting setuid bit " -"here (not recommended) or by running cwcp with sudo (also not recommended). " -"You can also use soundcard output instead of console buzzer output and " -"eliminate this problem completely." +"If it is run with elevated privileges (which is not recommended), cwcp can " +"produce sounds using the console buzzer." msgstr "" +"Om den körs med förhöjda rättigheter (vilket inte rekomenderas) kan cwcp " +"producera ljud via konsollhögtalaren." #. Type: boolean #. Description -#: ../cw.templates:1001 -#, fuzzy -#| msgid "Make cw setuid root" -msgid "Make cw setuid root?" -msgstr "Gra cw setuid root" +#: ../cwcp.templates:2001 ../cw.templates:2001 +msgid "" +"Please choose whether this should be achieved by giving the executable the " +"\"setuid\" attribute." +msgstr "Ange om detta ska åstadkommas genom att använda attributet \"setuid\"." #. Type: boolean #. Description -#: ../cw.templates:1001 +#: ../cwcp.templates:2001 ../cw.templates:2001 msgid "" -"cw can produce sounds using console buzzer, but this feature is available " -"only if cw is run by root user. You can achieve this by setting setuid bit " -"here (not recommended) or by running cw with sudo (also not recommended). " -"You can also use soundcard output instead of console buzzer output and " -"eliminate this problem completely." +"Alternatives include running the program with sudo or eliminating this issue " +"completely by using output via a sound card instead of the buzzer." msgstr "" +"Övriga alternativ inkluderar att köra programmer med sudo eller att helt " +"kringå problemet och köra ut ljudet via ett ljudkort istället för den " +"inbyggda högtalaren." + +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "Run cw with root privileges?" +msgstr "Ska cw köras med rot-rättigheter?" -#~ msgid "" -#~ "The cwcp program only runs correctly as the root user. One way of doing " -#~ "this is to make the program setuid root. This is generally a bad idea as " -#~ "there are better ways, such as using the sudo program, to do this. " -#~ "However, you have the option here of making it setuid root if you like." -#~ msgstr "" -#~ "Programmet cwcp kan bara kras korrekt med anvndaren root. Ett stt att " -#~ "gra detta r att gra programmet setuid root. Detta r generellt sett en " -#~ "dlig id eftersom det finns bttre stt, som till exempel att anvnda " -#~ "programmet sudo att gra detta. Men du har nu mjligheten att gra den " -#~ "setuid root om du vill." - -#~ msgid "" -#~ "The cw program only runs correctly as the root user. One way of doing " -#~ "this is to make the program setuid root. This is generally a bad idea as " -#~ "there are better ways, such as using the sudo program, to do this. " -#~ "However, you have the option here of making it setuid root if you like." -#~ msgstr "" -#~ "Programmet cw kan bara kras korrekt med anvndaren root. Ett stt att " -#~ "gra detta r att gra programmet setuid root. Detta r generellt sett en " -#~ "dlig id eftersom det finns bttre stt, som till exempel att anvnda " -#~ "programmet sudo att gra detta. Men du har nu mjligheten att gra den " -#~ "setuid root om du vill." - -#~ msgid "Make xcwcp setuid root" -#~ msgstr "Gra xcwcp setuid root" - -#~ msgid "" -#~ "The xcwcp program only runs correctly as the root user. One way of doing " -#~ "this is to make the program setuid root. This is generally a bad idea as " -#~ "there are better ways, such as using the sudo program, to do this. " -#~ "However, you have the option here of making it setuid root if you like." -#~ msgstr "" -#~ "Programmet xcwcp kan bara kras korrekt med anvndaren root. Ett stt att " -#~ "gra detta r att gra programmet setuid root. Detta r generellt sett en " -#~ "dlig id eftersom det finns bttre stt, som till exempel att anvnda " -#~ "programmet sudo att gra detta. Men du har nu mjligheten att gra den " -#~ "setuid root om du vill." +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "" +"If it is run with elevated privileges (which is not recommended), cw can " +"produce sounds using the console buzzer." +msgstr "" +"Om den körs med förhöjda rättigheter (vilket inte rekomenderas) kan cw " +"producera ljud via konsollhögtalaren." diff -Nru unixcw-3.0.1/debian/po/templates.pot unixcw-3.0.1/debian/po/templates.pot --- unixcw-3.0.1/debian/po/templates.pot 2011-12-01 20:00:48.000000000 +0000 +++ unixcw-3.0.1/debian/po/templates.pot 2012-01-11 05:51:54.000000000 +0000 @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: unixcw\n" "Report-Msgid-Bugs-To: unixcw@packages.debian.org\n" -"POT-Creation-Date: 2011-12-01 21:00+0100\n" +"POT-Creation-Date: 2012-01-11 06:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,34 +19,44 @@ #. Type: boolean #. Description -#: ../cwcp.templates:1001 -msgid "Make cwcp setuid root?" +#: ../cwcp.templates:2001 +msgid "Run cwcp with root privileges?" msgstr "" #. Type: boolean #. Description -#: ../cwcp.templates:1001 +#: ../cwcp.templates:2001 msgid "" -"cwcp can produce sounds using console buzzer, but this feature is available " -"only if cwcp is run by root user. You can achieve this by setting setuid bit " -"here (not recommended) or by running cwcp with sudo (also not recommended). " -"You can also use soundcard output instead of console buzzer output and " -"eliminate this problem completely." +"If it is run with elevated privileges (which is not recommended), cwcp can " +"produce sounds using the console buzzer." msgstr "" #. Type: boolean #. Description -#: ../cw.templates:1001 -msgid "Make cw setuid root?" +#: ../cwcp.templates:2001 ../cw.templates:2001 +msgid "" +"Please choose whether this should be achieved by giving the executable the " +"\"setuid\" attribute." +msgstr "" + +#. Type: boolean +#. Description +#: ../cwcp.templates:2001 ../cw.templates:2001 +msgid "" +"Alternatives include running the program with sudo or eliminating this issue " +"completely by using output via a sound card instead of the buzzer." +msgstr "" + +#. Type: boolean +#. Description +#: ../cw.templates:2001 +msgid "Run cw with root privileges?" msgstr "" #. Type: boolean #. Description -#: ../cw.templates:1001 +#: ../cw.templates:2001 msgid "" -"cw can produce sounds using console buzzer, but this feature is available " -"only if cw is run by root user. You can achieve this by setting setuid bit " -"here (not recommended) or by running cw with sudo (also not recommended). " -"You can also use soundcard output instead of console buzzer output and " -"eliminate this problem completely." +"If it is run with elevated privileges (which is not recommended), cw can " +"produce sounds using the console buzzer." msgstr ""