From 3e366a8559a933d9b1d463255441f97812382d0b Mon Sep 17 00:00:00 2001 From: Gerfried Fuchs Date: Sun, 29 Mar 2009 11:19:30 +0200 Subject: [PATCH] Imported Debian patch 1.2.2-23 --- debian/beep.1.diff | 15 ++++- debian/changelog | 17 ++++++ debian/control | 4 +- debian/copyright | 4 ++ debian/patches/01_makefile-fixup | 3 + debian/patches/02_verbose-option | 3 + debian/patches/03_multiple-freq | 3 + debian/patches/04_serial-console-fix | 3 + debian/patches/05_devfs-fix | 3 + debian/patches/06_event-option | 3 + debian/po/ca.po | 68 +++++++++++------------ debian/po/cs.po | 22 ++++++-- debian/po/de.po | 20 +++++-- debian/po/es.po | 83 +++++++++++++--------------- debian/po/eu.po | 30 +++++++--- debian/po/fi.po | 45 ++++++++++++--- debian/po/fr.po | 40 +++++++++----- debian/po/gl.po | 22 ++++++-- debian/po/it.po | 22 ++++++-- debian/po/ja.po | 22 ++++++-- debian/po/nl.po | 27 ++++++--- debian/po/pt.po | 21 +++++-- debian/po/pt_BR.po | 23 ++++++-- debian/po/ro.po | 22 ++++++-- debian/po/ru.po | 31 ++++++++--- debian/po/sv.po | 22 ++++++-- debian/po/templates.pot | 22 ++++++-- debian/po/vi.po | 70 +++++++++++------------ debian/postinst | 8 +-- debian/postrm | 2 + debian/rules | 4 +- debian/templates | 2 +- 32 files changed, 449 insertions(+), 237 deletions(-) diff --git a/debian/beep.1.diff b/debian/beep.1.diff index 8c3d857..0bea980 100644 --- a/debian/beep.1.diff +++ b/debian/beep.1.diff @@ -1,5 +1,5 @@ ---- beep.1.orig 2008-07-28 19:20:08.000000000 +0200 -+++ beep.1 2008-07-28 19:25:05.000000000 +0200 +--- beep.1.orig 2009-03-24 19:02:59.000000000 +0100 ++++ beep.1 2009-03-24 19:04:30.000000000 +0100 @@ -1,12 +1,12 @@ -.TH BEEP 1 "March 2002" +.TH BEEP 1 "July 2008" @@ -40,7 +40,7 @@ +\fBbeep\fR \-f 1000 \-n \-f 2000 \-n \-f 1500 -would produce a sequence of three beeps, the first with a frequency of 1000Hz (and otherwise default values), then a second beep with a frequency of 2000Hz (again, with things like delay and reps being set to their defaults), then a third beep, at 1500Hz. This is different from specifying a -r value, since -r repeats the same beep multiple times, whereas -n allows you to specify different beeps. After a -n, the new beep is created with all the default values, and any of these can be specified without altering values for preceeding (or later) beeps. See the \fBEXAMPLES\fR section if this managed to confuse you. -+would produce a sequence of three beeps, the first with a frequency of 1000Hz (and otherwise default values), then a second beep with a frequency of 2000Hz (again, with things like delay and reps being set to their defaults), then a third beep, at 1500Hz. This is different from specifying a \-r value, since \-r repeats the same beep multiple times, whereas \-n allows you to specify different beeps. After a \-n, the new beep is created with all the default values, and any of these can be specified without altering values for preceeding (or later) beeps. See the \fBEXAMPLES\fR section if this managed to confuse you. ++would produce a sequence of three beeps, the first with a frequency of 1000Hz (and otherwise default values), then a second beep with a frequency of 2000Hz (again, with things like delay and reps being set to their defaults), then a third beep, at 1500Hz. This is different from specifying a \-r value, since \-r repeats the same beep multiple times, whereas \-n allows you to specify different beeps. After a \-n, the new beep is created with all the default values, and any of these can be specified without altering values for preceding (or later) beeps. See the \fBEXAMPLES\fR section if this managed to confuse you. .TP \fB\-s\fR, \fB\-c\fR -these options put \fBbeep\fR into input-processing mode. -s tells \fBbeep\fR to read from stdin, and beep after each newline, and -c tells it to do so after every character. In both cases, the program will also echo the input back out to stdout, which makes it easy to slip \fBbeep\fR into a text-processing pipeline, see the \fBEXAMPLES\fR section. @@ -77,3 +77,12 @@ will produce first two 1000Hz beeps, then 5 beeps at the default tone, but only 10ms long each, followed by a third beep using all the default settings (since none are specified). .PP See also the \fBFREQUENCY TABLE\fR below. +@@ -81,7 +92,7 @@ + .PP + - you own the current tty + .PP +-What this means is that root can always make beep work (to the best of my knowledge!), and that any local user can make beep work, BUT a non-root remote user cannot use beep in it's natural state. What's worse, an xterm, or other x-session counts, as far as the kernel is concerned, as 'remote', so beep won't work from a non-priviledged xterm either. I had originally chalked this up to a bug, but there's actually nothing I can do about it, and it really is a Good Thing that the kernel does things this way. There is also a solution. ++What this means is that root can always make beep work (to the best of my knowledge!), and that any local user can make beep work, BUT a non-root remote user cannot use beep in it's natural state. What's worse, an xterm, or other x-session counts, as far as the kernel is concerned, as 'remote', so beep won't work from a non-privileged xterm either. I had originally chalked this up to a bug, but there's actually nothing I can do about it, and it really is a Good Thing that the kernel does things this way. There is also a solution. + .PP + By default beep is not installed with the suid bit set, because that would just be zany. On the other hand, if you do make it suid root, all your problems with beep bailing on ioctl calls will magically vanish, which is pleasant, and the only reason not to is that any suid program is a potential security hole. Conveniently, beep is very short, so auditing it is pretty straightforward. + .PP diff --git a/debian/changelog b/debian/changelog index c8d5add..576a841 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +beep (1.2.2-23) unstable; urgency=low + + * Updated translation: + - Vietnamese by Clytie Siddall (closes: #498496) + - Spanish by Francisco Javier Cuadrado (closes: #506415) + - Catalan by Matt Bonner (closes: #521470) + - Italian by davide gliozzi + * Split _Choices field in debian/templates into __Choices without unfuzzying + translations. + * Bumped Standards-Version to 3.8.1. + * Remove update cruft in maintainer scripts from ancient releases. + * Fixed two typos in manpage noticed by A. Costra, thanks (closes: #497890) + * Add "minimal package" to the synopsis of beep-udeb. + * Add author + description informations to patches. + + -- Gerfried Fuchs Sun, 29 Mar 2009 11:19:30 +0200 + beep (1.2.2-22) unstable; urgency=low * Remove Homepage control field from udeb. diff --git a/debian/control b/debian/control index a4c5428..c42456e 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: sound Priority: optional Maintainer: Gerfried Fuchs Build-Depends: po-debconf, patch, quilt -Standards-Version: 3.8.0 +Standards-Version: 3.8.1 Homepage: http://johnath.com/beep/ Package: beep @@ -21,7 +21,7 @@ Package: beep-udeb Architecture: any Section: debian-installer Depends: ${shlibs:Depends} -Description: advanced pc-speaker beeper +Description: advanced pc-speaker beeper - minimal package beep does what you'd expect: it beeps. However, it offers various additional features, such as the ability to control pitch, duration, and repetitions. diff --git a/debian/copyright b/debian/copyright index c51ed8b..d2d6d8c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -17,6 +17,10 @@ This software is copyright (C) 2000 by Johnathan Nightingale. implied warranties of merchantability or fitness for a particular use or ability to breed pandas in captivity, it just can't be done. +The Debian packaging is Copyright 2002-2009 by +Gerfried Fuchs and is licensed under the BSD license. +See /usr/share/common-licenses/BSD for the full text of it. + On Debian GNU/Linux systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. Later versions which the GNU project publishes on the above mentioned URL can diff --git a/debian/patches/01_makefile-fixup b/debian/patches/01_makefile-fixup index 76e67ee..627f71d 100644 --- a/debian/patches/01_makefile-fixup +++ b/debian/patches/01_makefile-fixup @@ -1,3 +1,6 @@ +Author: Gerfried Fuchs vim:ft=diff: +Description: Do not remove a file from the system on install + Index: beep-1.2.2/Makefile =================================================================== --- beep-1.2.2.orig/Makefile diff --git a/debian/patches/02_verbose-option b/debian/patches/02_verbose-option index 7a3cb89..159af4f 100644 --- a/debian/patches/02_verbose-option +++ b/debian/patches/02_verbose-option @@ -1,3 +1,6 @@ +Author: Gerfried Fuchs vim:ft=diff: +Description: Add support for --verbose/--debug option (BTS #297791, #335027) + Index: beep-1.2.2/beep.c =================================================================== --- beep-1.2.2.orig/beep.c diff --git a/debian/patches/03_multiple-freq b/debian/patches/03_multiple-freq index 2be1dc0..2a8cbb1 100644 --- a/debian/patches/03_multiple-freq +++ b/debian/patches/03_multiple-freq @@ -1,3 +1,6 @@ +Author: Gerfried Fuchs vim:ft=diff: +Description: Print warning on multiple -f values (BTS #270056) + Index: beep-1.2.2/beep.c =================================================================== --- beep-1.2.2.orig/beep.c diff --git a/debian/patches/04_serial-console-fix b/debian/patches/04_serial-console-fix index f07856b..908c1ac 100644 --- a/debian/patches/04_serial-console-fix +++ b/debian/patches/04_serial-console-fix @@ -1,3 +1,6 @@ +Author: Benjamin Gilbert vim:ft=diff: +Description: Open tty0 instead of console (BTS #134015) + Index: beep-1.2.2/beep.c =================================================================== --- beep-1.2.2.orig/beep.c diff --git a/debian/patches/05_devfs-fix b/debian/patches/05_devfs-fix index e82858a..93f14fb 100644 --- a/debian/patches/05_devfs-fix +++ b/debian/patches/05_devfs-fix @@ -1,3 +1,6 @@ +Author: Goswin Brederlow vim:ft=diff: +Description: Also try /dev/vc/0, devfs support (BTS #148884) + Index: beep-1.2.2/beep.c =================================================================== --- beep-1.2.2.orig/beep.c diff --git a/debian/patches/06_event-option b/debian/patches/06_event-option index e96c093..f6b7895 100644 --- a/debian/patches/06_event-option +++ b/debian/patches/06_event-option @@ -1,3 +1,6 @@ +Author: Alessandro Zummo vim:ft=diff: +Description: evdev and general device node support (BTS #350214) + Index: beep-1.2.2/beep.c =================================================================== --- beep-1.2.2.orig/beep.c diff --git a/debian/po/ca.po b/debian/po/ca.po index f83ee37..1be8b1e 100644 --- a/debian/po/ca.po +++ b/debian/po/ca.po @@ -1,4 +1,4 @@ -# translation of ca.po to catalan +# translation of ca.po to Catalan # # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to @@ -12,73 +12,69 @@ # # Jordi Fernández Mora , 2004. # Miguel Gea Milvaques , 2004, 2006. +# Matt Bonner , 2009. msgid "" msgstr "" -"Project-Id-Version: ca\n" +"Project-Id-Version: 1.2.2-23\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2008-07-28 19:33+0200\n" -"PO-Revision-Date: 2006-06-21 08:40-0500\n" -"Last-Translator: Miguel Gea Milvaques \n" -"Language-Team: catalan \n" +"POT-Creation-Date: 2008-09-11 18:36+0200\n" +"PO-Revision-Date: 2009-03-27 17:11+0100\n" +"Last-Translator: Matt Bonner \n" +"Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.2\n" +"X-Generator: KBabel 1.11.4\n" #. Type: select #. Choices #: ../templates:1001 -msgid "usable for all, usable for group audio, usable only for root" -msgstr "" +msgid "usable for all" +msgstr "utilitzable per tothom" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable for group audio" +msgstr "utilitzable pel grup audio" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable only for root" +msgstr "utilitzable només per l'usuari root" #. Type: select #. Description #: ../templates:1002 msgid "Install beep as:" -msgstr "Instal·lar beep com:" +msgstr "Instal·la el beep:" #. Type: select #. Description #: ../templates:1002 -#, fuzzy -#| msgid "" -#| "beep must be run as root since it needs to access the speaker hardware. " -#| "There are several posibilities to make the program usable: Either only " -#| "for root (no suid bit at all), executable only by users of the group " -#| "audio, or usable for all." msgid "" "beep must be run as root since it needs to access the speaker hardware. " "There are several possibilities to make the program usable: Either only for " "root (no suid bit at all), executable only by users of the group audio, or " "usable for all." msgstr "" -"s'ha d'executar beep com a root ja que necessita accedir al maquinari del " -"speaker. Hi ha varies possibilitats de fer el programa usable: Només per " -"l'usuari root (no apareix el bit de suid), només executable pels usuaris del " -"grup audio, o executable per a tothom." +"S'ha d'executar beep com a root ja que necessita accedir a l'altaveu de " +"l'ordinador. Hi ha diverses possibilitats per fer el programa usable: que " +"només el pugui utilitzar l'usuari root (sense el bit de suid), que només " +"sigui executable pels usuaris del grup «audio», o que sigui executable per " +"tothom." #. Type: select #. Description #: ../templates:1002 -#, fuzzy -#| msgid "" -#| "Since each program set as suid root can be a security risk this is not " -#| "done by default. However, the program is quite small (~150 lines of " -#| "code), so it is fairly easy to verify the safety of the code yourself, if " -#| "you don't trust my judgement." msgid "" "Since each program set as suid root can be a security risk this is not done " "by default. However, the program is quite small (~150 lines of code), so it " "is fairly easy to verify the safety of the code yourself, if you don't trust " "the package maintainer's judgement." msgstr "" -"Ja que qualsevol programa amb el suid root pot ser un perill per la " -"seguretat, no es fa per defecte. Tot i això el programa és petit (unes 150 " -"línies) i és en justícia fàcil verificar la seguretat del codi vosaltres " -"mateixos, si no confieu en el meu criteri." - -#~ msgid "" -#~ "suid root for all, suid root with only group audio executable, not suid " -#~ "at all" -#~ msgstr "" -#~ "suid root per a tothom, suid root només pel grup audio, suid per a ningú " +"Com que qualsevol programa amb el suid root pot suposar un risc per a la " +"seguretat del sistema, no s'utilitza per defecte. Tot i això, el programa és " +"petit (unes 150 línies) i és prou fàcil verificar-ne la seguretat del codi, " +"si és que no confieu en el criteri del mantenidor del paquet." diff --git a/debian/po/cs.po b/debian/po/cs.po index 863df1c..b00176b 100644 --- a/debian/po/cs.po +++ b/debian/po/cs.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: beep\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2008-07-28 19:33+0200\n" -"PO-Revision-Date: 2008-08-03 16:32+0200\n" +"POT-Creation-Date: 2008-09-11 18:36+0200\n" +"PO-Revision-Date: 2008-11-24 10:10+0100\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" @@ -26,10 +26,20 @@ msgstr "" #. Type: select #. Choices #: ../templates:1001 -msgid "usable for all, usable for group audio, usable only for root" -msgstr "" -"použitelný pro vÅ¡echny, použitelný pro skupinu audio, použitelný pouze pro " -"uživatele root" +msgid "usable for all" +msgstr "použitelný pro vÅ¡echny" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable for group audio" +msgstr "použitelný pro skupinu audio" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable only for root" +msgstr "použitelný pouze pro uživatele root" #. Type: select #. Description diff --git a/debian/po/de.po b/debian/po/de.po index db4bb55..996b94f 100644 --- a/debian/po/de.po +++ b/debian/po/de.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: beep 1.2.2-18\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2008-07-28 19:33+0200\n" -"PO-Revision-Date: 2008-07-28 19:39+0200\n" +"POT-Creation-Date: 2008-09-11 18:36+0200\n" +"PO-Revision-Date: 2008-11-24 10:10+0100\n" "Last-Translator: Gerfried Fuchs \n" "Language-Team: German \n" "MIME-Version: 1.0\n" @@ -26,8 +26,20 @@ msgstr "" #. Type: select #. Choices #: ../templates:1001 -msgid "usable for all, usable for group audio, usable only for root" -msgstr "für alle benutzbar, für Gruppe audio benutzbar, nur für root benutzbar" +msgid "usable for all" +msgstr "für alle benutzbar" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable for group audio" +msgstr "für Gruppe audio benutzbar" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable only for root" +msgstr "nur für root benutzbar" #. Type: select #. Description diff --git a/debian/po/es.po b/debian/po/es.po index 575fbca..3757357 100644 --- a/debian/po/es.po +++ b/debian/po/es.po @@ -1,18 +1,20 @@ # beep po-debconf translation to Spanish -# Copyright (C) 2005 Software in the Public Interest +# Copyright (C) 2005, 2006, 2008 Software in the Public Interest # This file is distributed under the same license as the beep package. # # Changes: # - Initial translation -# César Gómez Martín , 2005. +# César Gómez Martín , 2005. # - Updates: -# David Martínez Moreno , 2006. +# David Martínez Moreno , 2006. +# Francisco Javier Cuadrado , 2008 +# +# Traductores, si no conoce 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' # -# Traductores, si no conoce 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: # @@ -27,75 +29,66 @@ # msgid "" msgstr "" -"Project-Id-Version: beep\n" +"Project-Id-Version: beep 1.2.2-22\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2008-07-28 19:33+0200\n" -"PO-Revision-Date: 2006-06-28 02:06-0500\n" -"Last-Translator: David Martínez Moreno \n" +"POT-Creation-Date: 2008-09-11 18:36+0200\n" +"PO-Revision-Date: 2008-11-24 10:09+0100\n" +"Last-Translator: Francisco Javier Cuadrado \n" "Language-Team: Debian l10n Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Language: Spanish\n" -"X-Poedit-Country: SPAIN\n" -"X-Poedit-SourceCharset: utf-8\n" #. Type: select #. Choices #: ../templates:1001 -msgid "usable for all, usable for group audio, usable only for root" -msgstr "" +msgid "usable for all" +msgstr "utilizable por todos" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable for group audio" +msgstr "utilizable por el grupo «audio»" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable only for root" +msgstr "utilizable por «root»" #. Type: select #. Description #: ../templates:1002 msgid "Install beep as:" -msgstr "Instalar beep de la siguiente manera:" +msgstr "Instalar beep como:" #. Type: select #. Description #: ../templates:1002 -#, fuzzy -#| msgid "" -#| "beep must be run as root since it needs to access the speaker hardware. " -#| "There are several posibilities to make the program usable: Either only " -#| "for root (no suid bit at all), executable only by users of the group " -#| "audio, or usable for all." msgid "" "beep must be run as root since it needs to access the speaker hardware. " "There are several possibilities to make the program usable: Either only for " "root (no suid bit at all), executable only by users of the group audio, or " "usable for all." msgstr "" -"El programa beep debe ejecutarse como root porque necesita acceder al " +"El programa beep debe ejecutarse como «root» porque necesita acceder al " "hardware del altavoz. No obstante, existen varias posibilidades para usar el " -"programa: que lo use sólo root (sin «bit suid»), los usuarios que pertenezcan " -"al grupo «audio», o todos." +"programa: que lo use sólo «root» (sin «bit suid»), los usuarios que " +"pertenezcan al grupo «audio», o todos." #. Type: select #. Description #: ../templates:1002 -#, fuzzy -#| msgid "" -#| "Since each program set as suid root can be a security risk this is not " -#| "done by default. However, the program is quite small (~150 lines of " -#| "code), so it is fairly easy to verify the safety of the code yourself, if " -#| "you don't trust my judgement." msgid "" "Since each program set as suid root can be a security risk this is not done " "by default. However, the program is quite small (~150 lines of code), so it " "is fairly easy to verify the safety of the code yourself, if you don't trust " "the package maintainer's judgement." msgstr "" -"Esta elección es necesaria debido a que cualquier programa con el «bit suid» " -"puede suponer un riesgo de seguridad. Sin embargo, el programa es bastante " -"pequeño (unas 150 líneas de código) y, por lo tanto, si no confía en nuestro " -"juicio, usted mismo puede verificar con bastante facilidad la seguridad del " -"código." - -#~ msgid "" -#~ "suid root for all, suid root with only group audio executable, not suid " -#~ "at all" -#~ msgstr "" -#~ "activar el bit «suid root» para todos, sólo para el grupo «audio», no " -#~ "activarlo en absoluto" +"Ya que cualquier programa con el «bit suid» puede suponer un riesgo de " +"seguridad, esta elección no se realiza de manera predeterminada. Sin " +"embargo, el programa es bastante pequeño (aproximadamente unas 150 líneas de " +"código) y, por lo tanto, si no confía en el juicio del responsable del " +"paquete, usted mismo podría verificar con bastante facilidad la seguridad " +"del código." diff --git a/debian/po/eu.po b/debian/po/eu.po index 36adafb..3dc4eef 100644 --- a/debian/po/eu.po +++ b/debian/po/eu.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: beep-eu\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2008-07-28 19:33+0200\n" -"PO-Revision-Date: 2008-08-05 11:48+0200\n" +"POT-Creation-Date: 2008-09-11 18:36+0200\n" +"PO-Revision-Date: 2008-11-24 10:10+0100\n" "Last-Translator: Piarres Beobide \n" "Language-Team: Euskara \n" "MIME-Version: 1.0\n" @@ -19,8 +19,20 @@ msgstr "" #. Type: select #. Choices #: ../templates:1001 -msgid "usable for all, usable for group audio, usable only for root" -msgstr "denentzat erabilgarri, audio taldearentzat erabilgarri, root-entzat bakarrik erabilgarri" +msgid "usable for all" +msgstr "denentzat erabilgarri" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable for group audio" +msgstr "audio taldearentzat erabilgarri" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable only for root" +msgstr "root-entzat bakarrik erabilgarri" #. Type: select #. Description @@ -38,9 +50,9 @@ msgid "" "usable for all." msgstr "" "bepp root gisa exekutatu behar da bozgorailu hardwarea atzitu behar bait du. " -"Aukera ezberdinak dauden programa erabilgarri egiteko: Edo root-entzat bakarrik " -"(suid bit gabe), audio taldeko erabiltzaileentzat bakarrik erabilgarri edo denentzat " -"erabilgarri." +"Aukera ezberdinak dauden programa erabilgarri egiteko: Edo root-entzat " +"bakarrik (suid bit gabe), audio taldeko erabiltzaileentzat bakarrik " +"erabilgarri edo denentzat erabilgarri." #. Type: select #. Description @@ -54,5 +66,5 @@ msgstr "" "Suid bit-a ezarririk duen edozein programa segurtasun ahulune bat izan " "daitekeenez ez da lehenespen bezala egingo. Hala ere programa nahiko txikia " "denez (150 kode lerro inguru), beraz nahiko erraza da kodearen segurtasuna " -"zure kabuz egiaztatzea ez bazara pakete mantentzelariaren erabakietaz fidatzen." - +"zure kabuz egiaztatzea ez bazara pakete mantentzelariaren erabakietaz " +"fidatzen." diff --git a/debian/po/fi.po b/debian/po/fi.po index 66da8d7..25351e8 100644 --- a/debian/po/fi.po +++ b/debian/po/fi.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: beep\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2008-07-28 19:33+0200\n" -"PO-Revision-Date: 2008-08-01 15:06+0200\n" +"POT-Creation-Date: 2008-09-11 18:36+0200\n" +"PO-Revision-Date: 2008-11-24 10:10+0100\n" "Last-Translator: Esko Arajärvi \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" @@ -14,8 +14,20 @@ msgstr "" #. Type: select #. Choices #: ../templates:1001 -msgid "usable for all, usable for group audio, usable only for root" -msgstr "kaikkien käyttöön, ryhmän audio käyttöön, vain pääkäyttäjän käyttöön" +msgid "usable for all" +msgstr "kaikkien käyttöön" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable for group audio" +msgstr "ryhmän audio käyttöön" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable only for root" +msgstr "vain pääkäyttäjän käyttöön" #. Type: select #. Description @@ -26,12 +38,27 @@ msgstr "Asenna beep:" #. Type: select #. Description #: ../templates:1002 -msgid "beep must be run as root since it needs to access the speaker hardware. There are several possibilities to make the program usable: Either only for root (no suid bit at all), executable only by users of the group audio, or usable for all." -msgstr "Ohjelmaa beep täytyy ajaa pääkäyttäjänä, koska sen täytyy voida käyttää koneen kaiutinta. Ohjelma voidaan asentaa useammalla tavalla: kaikkien käyttöön (suid root), vain ryhmän audio käyttöön (suid root ryhmälle audio) tai vain pääkäyttäjän käyttöön." +msgid "" +"beep must be run as root since it needs to access the speaker hardware. " +"There are several possibilities to make the program usable: Either only for " +"root (no suid bit at all), executable only by users of the group audio, or " +"usable for all." +msgstr "" +"Ohjelmaa beep täytyy ajaa pääkäyttäjänä, koska sen täytyy voida käyttää " +"koneen kaiutinta. Ohjelma voidaan asentaa useammalla tavalla: kaikkien " +"käyttöön (suid root), vain ryhmän audio käyttöön (suid root ryhmälle audio) " +"tai vain pääkäyttäjän käyttöön." #. Type: select #. Description #: ../templates:1002 -msgid "Since each program set as suid root can be a security risk this is not done by default. However, the program is quite small (~150 lines of code), so it is fairly easy to verify the safety of the code yourself, if you don't trust the package maintainer's judgement." -msgstr "Koska mikä tahansa suid-bitin kanssa asennettu ohjelma voi olla tietoturvariski, sitä ei oletuksena aseteta. Koska ohjelma kuitenkin on melko pieni (noin 150 riviä koodia), sen turvallisuus on melko helppo tarkistaa tarvittaessa itse." - +msgid "" +"Since each program set as suid root can be a security risk this is not done " +"by default. However, the program is quite small (~150 lines of code), so it " +"is fairly easy to verify the safety of the code yourself, if you don't trust " +"the package maintainer's judgement." +msgstr "" +"Koska mikä tahansa suid-bitin kanssa asennettu ohjelma voi olla " +"tietoturvariski, sitä ei oletuksena aseteta. Koska ohjelma kuitenkin on " +"melko pieni (noin 150 riviä koodia), sen turvallisuus on melko helppo " +"tarkistaa tarvittaessa itse." diff --git a/debian/po/fr.po b/debian/po/fr.po index 8c5540a..ff20666 100644 --- a/debian/po/fr.po +++ b/debian/po/fr.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: beep 1.2.2-10\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2008-07-28 19:33+0200\n" -"PO-Revision-Date: 2008-08-09 19:54-0300\n" +"POT-Creation-Date: 2008-09-11 18:36+0200\n" +"PO-Revision-Date: 2008-11-24 10:10+0100\n" "Last-Translator: Daniel Déchelotte \n" "Language-Team: Debian-l10n-french \n" "MIME-Version: 1.0\n" @@ -26,9 +26,20 @@ msgstr "" #. Type: select #. Choices #: ../templates:1001 -msgid "usable for all, usable for group audio, usable only for root" -msgstr "Utilisable par tous, Utilisable seulement par les membres du " -"groupe « audio », Réservé au superutilisateur" +msgid "usable for all" +msgstr "Utilisable par tous" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable for group audio" +msgstr "Utilisable seulement par les membres du groupe « audio »" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable only for root" +msgstr "Réservé au superutilisateur" #. Type: select #. Description @@ -45,11 +56,11 @@ msgid "" "root (no suid bit at all), executable only by users of the group audio, or " "usable for all." msgstr "" -"Le programme beep doit posséder les privilèges du superutilisateur " -"pour pouvoir accéder au haut-parleur. Cela est possible de plusieurs " -"façons : soit permettre de le lancer avec les privilèges du superutilisateur (« setuid root ») " -"par tous ou uniquement par les membres du groupe « audio », " -"soit réserver l'exécution du programme au superutilisateur." +"Le programme beep doit posséder les privilèges du superutilisateur pour " +"pouvoir accéder au haut-parleur. Cela est possible de plusieurs façons : " +"soit permettre de le lancer avec les privilèges du superutilisateur (« setuid " +"root ») par tous ou uniquement par les membres du groupe « audio », soit " +"réserver l'exécution du programme au superutilisateur." #. Type: select #. Description @@ -60,8 +71,7 @@ msgid "" "is fairly easy to verify the safety of the code yourself, if you don't trust " "the package maintainer's judgement." msgstr "" -"Tout programme qui s'exécute avec les privilèges du superutilisateur peut présenter un risque " -"pour la sécurité du système. Toutefois, ce " -"programme est vraiment petit (environ 150 lignes de code) et il est " -"relativement facile de vérifier par vous-même que le code est sûr, en cas de " -"doute." +"Tout programme qui s'exécute avec les privilèges du superutilisateur peut " +"présenter un risque pour la sécurité du système. Toutefois, ce programme est " +"vraiment petit (environ 150 lignes de code) et il est relativement facile de " +"vérifier par vous-même que le code est sûr, en cas de doute." diff --git a/debian/po/gl.po b/debian/po/gl.po index 145fdc2..26b7c24 100644 --- a/debian/po/gl.po +++ b/debian/po/gl.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: beep\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2008-07-28 19:33+0200\n" -"PO-Revision-Date: 2008-08-01 23:23+0100\n" +"POT-Creation-Date: 2008-09-11 18:36+0200\n" +"PO-Revision-Date: 2008-11-24 10:10+0100\n" "Last-Translator: Jacobo Tarrio \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" @@ -17,10 +17,20 @@ msgstr "" #. Type: select #. Choices #: ../templates:1001 -msgid "usable for all, usable for group audio, usable only for root" -msgstr "" -"utilizable por todos, utilizable polo grupo audio, utilizable só polo " -"administrador" +msgid "usable for all" +msgstr "utilizable por todos" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable for group audio" +msgstr "utilizable polo grupo audio" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable only for root" +msgstr "utilizable só polo administrador" #. Type: select #. Description diff --git a/debian/po/it.po b/debian/po/it.po index ae5866a..61ec155 100644 --- a/debian/po/it.po +++ b/debian/po/it.po @@ -2,9 +2,9 @@ msgid "" msgstr "" "Project-Id-Version: beep 1.2.2-12\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2008-07-28 19:33+0200\n" +"POT-Creation-Date: 2008-09-11 18:36+0200\n" "PO-Revision-Date: 2007-10-03 19:01+0200\n" -"Last-Translator: Stefano Melchior \n" +"Last-Translator: davide gliozzi \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" @@ -13,14 +13,26 @@ msgstr "" #. Type: select #. Choices #: ../templates:1001 -msgid "usable for all, usable for group audio, usable only for root" -msgstr "" +msgid "usable for all" +msgstr "utilizzabile da tutti" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable for group audio" +msgstr "utilizzabile dal gruppo audio" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable only for root" +msgstr "utillizzabile solamente da root" #. Type: select #. Description #: ../templates:1002 msgid "Install beep as:" -msgstr "" +msgstr "Installa beep come:" #. Type: select #. Description diff --git a/debian/po/ja.po b/debian/po/ja.po index 47498eb..8b8666d 100644 --- a/debian/po/ja.po +++ b/debian/po/ja.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: beep 1.2.2-22\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2008-07-28 19:33+0200\n" -"PO-Revision-Date: 2008-08-03 11:10+0900\n" +"POT-Creation-Date: 2008-09-11 18:36+0200\n" +"PO-Revision-Date: 2008-11-24 10:11+0100\n" "Last-Translator: Hideki Yamane (Debian-JP) \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" @@ -27,10 +27,20 @@ msgstr "" #. Type: select #. Choices #: ../templates:1001 -msgid "usable for all, usable for group audio, usable only for root" -msgstr "" -"全ユーザが使えるようにする, audio グループだけが実行できるようにする, root だ" -"けが使えるようにする" +msgid "usable for all" +msgstr "全ユーザが使えるようにする" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable for group audio" +msgstr "audio グループだけが実行できるようにする" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable only for root" +msgstr "root だけが使えるようにする" #. Type: select #. Description diff --git a/debian/po/nl.po b/debian/po/nl.po index be82133..961c233 100644 --- a/debian/po/nl.po +++ b/debian/po/nl.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: beep 1.2.2-11\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2008-07-28 19:33+0200\n" -"PO-Revision-Date: 2007-08-01 10:42+0200\n" +"POT-Creation-Date: 2008-09-11 18:36+0200\n" +"PO-Revision-Date: 2008-11-24 10:11+0100\n" "Last-Translator: Thijs Kinkhorst \n" "Language-Team: dutch \n" "MIME-Version: 1.0\n" @@ -26,8 +26,20 @@ msgstr "" #. Type: select #. Choices #: ../templates:1001 -msgid "usable for all, usable for group audio, usable only for root" -msgstr "te gebruiken door iedereen, te gebruiken door groep audio, alleen te gebruiken door root" +msgid "usable for all" +msgstr "te gebruiken door iedereen" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable for group audio" +msgstr "te gebruiken door groep audio" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable only for root" +msgstr "alleen te gebruiken door root" #. Type: select #. Description @@ -45,9 +57,9 @@ msgid "" "usable for all." msgstr "" "beep dient als root te draaien omdat het toegang nodig heeft tot de " -"luidsprekerhardware. Er zijn verschillende mogelijkheden om het " -"programma bruikbaar te maken: ofwel enkel voor root (geen suid bit), enkel " -"uitvoerbaar door gebruikers in de groep audio, of bruikbaar voor iedereen." +"luidsprekerhardware. Er zijn verschillende mogelijkheden om het programma " +"bruikbaar te maken: ofwel enkel voor root (geen suid bit), enkel uitvoerbaar " +"door gebruikers in de groep audio, of bruikbaar voor iedereen." #. Type: select #. Description @@ -62,4 +74,3 @@ msgstr "" "standaard gedaan. Het programma is vrij klein (~150 regels code), dus kan " "redelijk makkelijk om zelf geverifieerd worden, indien u het oordeel van de " "pakketbeheerder niet vertrouwt." - diff --git a/debian/po/pt.po b/debian/po/pt.po index d07acdb..7009b4d 100644 --- a/debian/po/pt.po +++ b/debian/po/pt.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: beep 1.2.2-16\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2008-07-28 19:33+0200\n" -"PO-Revision-Date: 2008-08-01 18:07+0100\n" +"POT-Creation-Date: 2008-09-11 18:36+0200\n" +"PO-Revision-Date: 2008-11-24 10:11+0100\n" "Last-Translator: Miguel Figueiredo \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" @@ -16,9 +16,20 @@ msgstr "" #. Type: select #. Choices #: ../templates:1001 -msgid "usable for all, usable for group audio, usable only for root" -msgstr "" -"utilizável para todos, utilizável para o grupo audio, utilizável para o root" +msgid "usable for all" +msgstr "utilizável para todos" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable for group audio" +msgstr "utilizável para o grupo audio" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable only for root" +msgstr "utilizável para o root" #. Type: select #. Description diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po index e68a3e1..02ca2fe 100644 --- a/debian/po/pt_BR.po +++ b/debian/po/pt_BR.po @@ -19,10 +19,11 @@ msgid "" msgstr "" "Project-Id-Version: beep-1.2.2-10\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2008-07-28 19:33+0200\n" -"PO-Revision-Date: 2008-08-12 11:33-0300\n" +"POT-Creation-Date: 2008-09-11 18:36+0200\n" +"PO-Revision-Date: 2008-11-24 10:11+0100\n" "Last-Translator: Felipe Augusto van de Wiel (faw) \n" -"Language-Team: Brazilian Portuguese \n" +"Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -32,8 +33,20 @@ msgstr "" #. Type: select #. Choices #: ../templates:1001 -msgid "usable for all, usable for group audio, usable only for root" -msgstr "usável por todos, usável pelo grupo audio, usável somente pelo root" +msgid "usable for all" +msgstr "usável por todos" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable for group audio" +msgstr "usável pelo grupo audio" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable only for root" +msgstr "usável somente pelo root" #. Type: select #. Description diff --git a/debian/po/ro.po b/debian/po/ro.po index 181b017..1dcc66a 100644 --- a/debian/po/ro.po +++ b/debian/po/ro.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ro\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2008-07-28 19:33+0200\n" -"PO-Revision-Date: 2008-08-02 04:46+0300\n" +"POT-Creation-Date: 2008-09-11 18:36+0200\n" +"PO-Revision-Date: 2008-11-24 10:11+0100\n" "Last-Translator: Eddy Petrișor \n" "Language-Team: debian-l10-romanian \n" "MIME-Version: 1.0\n" @@ -24,10 +24,20 @@ msgstr "" #. Type: select #. Choices #: ../templates:1001 -msgid "usable for all, usable for group audio, usable only for root" -msgstr "" -"utilizabil pentru toți, utilizabil pentru grupul audio, utilizabil doar de " -"root" +msgid "usable for all" +msgstr "utilizabil pentru toți" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable for group audio" +msgstr "utilizabil pentru grupul audio" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable only for root" +msgstr "utilizabil doar de root" #. Type: select #. Description diff --git a/debian/po/ru.po b/debian/po/ru.po index fcfbf74..24b69e1 100644 --- a/debian/po/ru.po +++ b/debian/po/ru.po @@ -18,21 +18,34 @@ msgid "" msgstr "" "Project-Id-Version: ru\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2008-07-28 19:33+0200\n" -"PO-Revision-Date: 2008-08-01 19:22+0400\n" +"POT-Creation-Date: 2008-09-11 18:36+0200\n" +"PO-Revision-Date: 2008-11-24 10:11+0100\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \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" -"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" +"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: select #. Choices #: ../templates:1001 -msgid "usable for all, usable for group audio, usable only for root" -msgstr "использовать всем, использовать группе audio, использовать только суперпользователю" +msgid "usable for all" +msgstr "использовать всем" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable for group audio" +msgstr "использовать группе audio" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable only for root" +msgstr "использовать только суперпользователю" #. Type: select #. Description @@ -50,9 +63,10 @@ msgid "" "usable for all." msgstr "" "Для работы программе beep нужно иметь права суперпользователя, так как ей " -"нужен доступ к динамику. Поэтому есть несколько вариантов установки, при которых: " -"её будет использовать только суперпользователь (не устанавливать бит suid), " -"её будут использовать все из группы audio, или её сможет использовать любой." +"нужен доступ к динамику. Поэтому есть несколько вариантов установки, при " +"которых: её будет использовать только суперпользователь (не устанавливать " +"бит suid), её будут использовать все из группы audio, или её сможет " +"использовать любой." #. Type: select #. Description @@ -67,4 +81,3 @@ msgstr "" "поэтому suid-бит по умолчанию не устанавливается. Однако, программа " "исключительно мала (~150 строк кода), и безопасность её кода очень легко " "проверить самостоятельно, если не вы доверяете сопровождающему." - diff --git a/debian/po/sv.po b/debian/po/sv.po index 2c3259e..c6a6dfd 100644 --- a/debian/po/sv.po +++ b/debian/po/sv.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: beep\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2008-07-28 19:33+0200\n" -"PO-Revision-Date: 2008-08-02 11:06+0100\n" +"POT-Creation-Date: 2008-09-11 18:36+0200\n" +"PO-Revision-Date: 2008-11-24 10:11+0100\n" "Last-Translator: Martin Bagge \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" @@ -26,10 +26,20 @@ msgstr "" #. Type: select #. Choices #: ../templates:1001 -msgid "usable for all, usable for group audio, usable only for root" -msgstr "" -"körbar för all, körbar för gruppen \"audio\", körbar endast för root-" -"användaren." +msgid "usable for all" +msgstr "körbar för all" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable for group audio" +msgstr "körbar för gruppen \"audio\"" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable only for root" +msgstr "körbar endast för root-användaren." #. Type: select #. Description diff --git a/debian/po/templates.pot b/debian/po/templates.pot index f658f49..8816ee1 100644 --- a/debian/po/templates.pot +++ b/debian/po/templates.pot @@ -1,14 +1,14 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2003-2008 Gerfried Fuchs -# This file is distributed under the same license as the beep package. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: beep 1.2.2-22\n" +"Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2008-07-28 19:33+0200\n" +"POT-Creation-Date: 2008-09-11 18:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,7 +19,19 @@ msgstr "" #. Type: select #. Choices #: ../templates:1001 -msgid "usable for all, usable for group audio, usable only for root" +msgid "usable for all" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable for group audio" +msgstr "" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable only for root" msgstr "" #. Type: select diff --git a/debian/po/vi.po b/debian/po/vi.po index 676497c..803a6c5 100644 --- a/debian/po/vi.po +++ b/debian/po/vi.po @@ -1,75 +1,69 @@ # Vietnamese translation for Beep. -# Copyright © 2006 Free Software Foundation, Inc. -# Clytie Siddall , 2005-2006. +# Copyright © 2008 Free Software Foundation, Inc. +# Clytie Siddall , 2005-2008. # msgid "" msgstr "" -"Project-Id-Version: beep 1.2.2-18\n" +"Project-Id-Version: beep 1.2.2-22\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2008-07-28 19:33+0200\n" -"PO-Revision-Date: 2006-06-23 03:49-0500\n" +"POT-Creation-Date: 2008-09-11 18:36+0200\n" +"PO-Revision-Date: 2008-11-24 10:11+0100\n" "Last-Translator: Clytie Siddall \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" -"Plural-Forms: nplurals=1; plural=0\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: LocFactoryEditor 1.7b3\n" #. Type: select #. Choices #: ../templates:1001 -msgid "usable for all, usable for group audio, usable only for root" -msgstr "" +msgid "usable for all" +msgstr "sá»­ dụng được cho tất cả" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable for group audio" +msgstr "sá»­ dụng được cho nhóm audio" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "usable only for root" +msgstr "sá»­ dụng được chỉ cho root" #. Type: select #. Description #: ../templates:1002 msgid "Install beep as:" -msgstr "Cài đặt beep dạng:" +msgstr "Cài đặt beep là:" #. Type: select #. Description #: ../templates:1002 -#, fuzzy -#| msgid "" -#| "beep must be run as root since it needs to access the speaker hardware. " -#| "There are several posibilities to make the program usable: Either only " -#| "for root (no suid bit at all), executable only by users of the group " -#| "audio, or usable for all." msgid "" "beep must be run as root since it needs to access the speaker hardware. " "There are several possibilities to make the program usable: Either only for " "root (no suid bit at all), executable only by users of the group audio, or " "usable for all." msgstr "" -"Trình beep phải chạy với tÆ° cách người chủ (root) vì nó cần phải truy cập " -"phần cứng loa. Vì vậy, bạn hãy chọn mức độ truy cập thích hợp:\n" -"• chỉ cho phép người chủ truy cập trình này (không có bit suid nào cả)\n" -"• chỉ cho phép người dùng trong nhóm « audio » (âm thanh) chạy trình này\n" -"• cho phép mọi người truy cập trình này." +"beep phải chạy là người chủ (root) vì nó cần phải truy cập đến phần cứng " +"loa. Có vài tùy chọn đặt quyển truy cập:\n" +" • chỉ cho người chủ sá»­ dụng (không có bit suid)\n" +" • chỉ cho các người dùng của nhóm audio sá»­ dụng\n" +" • cho mọi người sá»­ dụng." #. Type: select #. Description #: ../templates:1002 -#, fuzzy -#| msgid "" -#| "Since each program set as suid root can be a security risk this is not " -#| "done by default. However, the program is quite small (~150 lines of " -#| "code), so it is fairly easy to verify the safety of the code yourself, if " -#| "you don't trust my judgement." msgid "" "Since each program set as suid root can be a security risk this is not done " "by default. However, the program is quite small (~150 lines of code), so it " "is fairly easy to verify the safety of the code yourself, if you don't trust " "the package maintainer's judgement." msgstr "" -"Vì mỗi chÆ°Æ¡ng trình được đặt là « suid root » thì có thể rủi ro bảo mật, tùy " -"chọn này không phải được bật theo mặc định. Tuy nhiên, trình beep hÆ¡i nhỏ " -"(~150 dòng mã) thì hÆ¡i dễ dàng để tá»± kiểm lại mức độ an toàn của mã này, nếu " -"bạn muốn cẩn thận." - -#~ msgid "" -#~ "suid root for all, suid root with only group audio executable, not suid " -#~ "at all" -#~ msgstr "" -#~ "« suid root » cho tất cả, « suid root » chỉ với tập tin cho phép âm thanh " -#~ "nhóm chạy, không có « suid root » nào cả" +"Vì mỗi chÆ°Æ¡ng trình đặt là suid root thì có thể rủi ro bảo mật, việc này " +"không phải được làm theo mặc định. Tuy nhiên, chÆ°Æ¡ng trình hÆ¡i nhỏ (~150 " +"dòng mã) cÅ©ng hÆ¡i dễ kiểm tra mã an toàn hay không, nếu bạn không tùy theo ý " +"kiến của nhà duy trì gói phần mềm." diff --git a/debian/postinst b/debian/postinst index 34b56d5..b60608e 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,5 +1,7 @@ #!/bin/sh -e # postinst for beep +# copyright 2002-2009 by Gerfried Fuchs +# Licenced under BSD style # Source debconf library. if [ -e /usr/share/debconf/confmodule ]; then @@ -16,12 +18,6 @@ if [ -e /usr/share/debconf/confmodule ]; then suid="$RET" fi -# repair typo in option (see #135866) -if [ "$suid" = "suid root with only group audio executeable" ] ; then - db_set beep/suid_option "suid root with only group audio executable" - suid="suid root with only group audio executable" -fi - # option changes as suggested by #492724 if [ "$suid" = "suid root for all" ] ; then db_set beep/suid_option "usable for all" diff --git a/debian/postrm b/debian/postrm index fa9ecee..18f3b59 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,5 +1,7 @@ #!/bin/sh -e # postrm for beep +# copyright 2002-2009 by Gerfried Fuchs +# Licenced under BSD style if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule diff --git a/debian/rules b/debian/rules index 1c788f5..9b0ba2a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # debian/rules file for beep -# copyright 2002++ by Gerfried Fuchs -# Licenced the same way as beep itself +# copyright 2002-2009 by Gerfried Fuchs +# Licenced under BSD style PKG1 = beep TMP1 = $(CURDIR)/debian/$(PKG1) diff --git a/debian/templates b/debian/templates index cce7826..a6d42a9 100644 --- a/debian/templates +++ b/debian/templates @@ -1,6 +1,6 @@ Template: beep/suid_option Type: select -_Choices: usable for all, usable for group audio, usable only for root +__Choices: usable for all, usable for group audio, usable only for root Default: suid root with only group audio executable _Description: Install beep as: beep must be run as root since it needs to access the speaker hardware. -- 2.39.2