From f438efb3ce3b64df78ea007fa2c321a49201e117 Mon Sep 17 00:00:00 2001 From: Gerfried Fuchs Date: Tue, 12 Aug 2008 12:00:46 -0300 Subject: [PATCH] Imported Debian patch 1.2.2-22 --- debian/beep.1.diff | 56 ++++++++++++++++++++++++++++------ debian/changelog | 28 +++++++++++++++++ debian/overrides | 1 - debian/po/ca.po | 29 +++++++++++++----- debian/po/cs.po | 17 +++++------ debian/po/de.po | 33 ++++++++++----------- debian/po/es.po | 35 +++++++++++++++------- debian/po/eu.po | 58 ++++++++++++++++++++++++++++++++++++ debian/po/fi.po | 37 +++++++++++++++++++++++ debian/po/fr.po | 42 ++++++++++++-------------- debian/po/gl.po | 18 +++++------ debian/po/it.po | 31 ++++++++++++++----- debian/po/ja.po | 50 +++++++++++++++---------------- debian/po/nl.po | 37 +++++++++++------------ debian/po/pt.po | 20 ++++++------- debian/po/pt_BR.po | 33 +++++++++------------ debian/po/ro.po | 66 +++++++++++++++++++++++++++++++++++++++++ debian/po/ru.po | 48 ++++++++++++++++-------------- debian/po/sv.po | 21 +++++++------ debian/po/templates.pot | 14 ++++----- debian/po/vi.po | 34 ++++++++++++++------- debian/postinst | 27 +++++++++++++---- debian/rules | 7 ++--- debian/templates | 6 ++-- 24 files changed, 511 insertions(+), 237 deletions(-) delete mode 100644 debian/overrides create mode 100644 debian/po/eu.po create mode 100644 debian/po/fi.po create mode 100644 debian/po/ro.po diff --git a/debian/beep.1.diff b/debian/beep.1.diff index c22b284..8c3d857 100644 --- a/debian/beep.1.diff +++ b/debian/beep.1.diff @@ -1,8 +1,8 @@ ---- beep.1.orig 2006-02-14 00:21:35.000000000 +0100 -+++ beep.1 2006-02-14 00:25:37.000000000 +0100 -@@ -1,9 +1,9 @@ +--- beep.1.orig 2008-07-28 19:20:08.000000000 +0200 ++++ beep.1 2008-07-28 19:25:05.000000000 +0200 +@@ -1,12 +1,12 @@ -.TH BEEP 1 "March 2002" -+.TH BEEP 1 "November 2006" ++.TH BEEP 1 "July 2008" .SH NAME beep \- beep the pc speaker any number of ways .SH SYNOPSIS @@ -11,7 +11,11 @@ +[\-\-verbose | \-\-debug] [\-e device | \-\-device device] [\-f N] [\-l N] [\-r N] [\-d N] [\-D N] [\-s] [\-c] .HP .B beep - [ OPTIONS ] [-n] [--new] [ OPTIONS ] +-[ OPTIONS ] [-n] [--new] [ OPTIONS ] ++[ OPTIONS ] [\-n] [\-\-new] [ OPTIONS ] + .HP + .B beep + [\-h] [\-\-help] @@ -20,6 +20,15 @@ All options have default values, meaning that just typing '\fBbeep\fR' will work. If an option is specified more than once on the command line, subsequent options override their predecessors. So '\fBbeep\fR \-f 200 \-f 300' will beep at 300Hz. .SH OPTIONS @@ -28,14 +32,48 @@ \fB\-f\fR N beep at N Hz, where 0 < N < 20000. As a general ballpark, the regular terminal beep is around 750Hz. N is not, incidentally, restricted to whole numbers. .TP -@@ -59,7 +68,9 @@ +@@ -35,12 +44,12 @@ + \fB\-n\fR, \fB\-\-new\fR + this option allows you to break the command line up into specifying multiple beeps. Each time this option is used, beep starts treating all further arguments as though they were for a new beep. So for example: + +-\fBbeep\fR -f 1000 -n -f 2000 -n -f 1500 ++\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. + .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. ++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. + .TP + \fB\-h\fR, \fB\-\-help\fR + display usage info and exit +@@ -55,20 +64,22 @@ + .TP + A more interesting standalone setup + +-\fBbeep\fR -f 300.7 -r 2 -d 100 -l 400 ++\fBbeep\fR \-f 300.7 \-r 2 \-d 100 \-l 400 .TP As part of a log-watching pipeline -tail -f /var/log/xferlog | grep 'passwd' | \fBbeep\fR -f 1000 -r 5 -s -+tail -f /var/log/xferlog | grep --line-buffered 'passwd' | \\ ++tail \-f /var/log/xferlog | grep \-\-line\-buffered passwd | \\ +.br -+\fBbeep\fR -f 1000 -r 5 -s ++\fBbeep\fR \-f 1000 \-r 5 \-s + .TP +-When using -c mode, I recommend using a short -D, and a shorter -l, so that the beeps don't blur together. Something like this will get you a cheesy 1970's style beep-as-you-type-each-letter effect ++When using \-c mode, I recommend using a short \-D, and a shorter \-l, so that the beeps don't blur together. Something like this will get you a cheesy 1970's style beep-as-you-type-each-letter effect + +-cat file | \fBbeep\fR -c -f 400 -D 50 -l 10 ++cat file | \fBbeep\fR \-c \-f 400 \-D 50 \-l 10 + .TP - When using -c mode, I recommend using a short -D, and a shorter -l, so that the beeps don't blur together. Something like this will get you a cheesy 1970's style beep-as-you-type-each-letter effect +-A highly contrived example of -n/--new usage ++A highly contrived example of \-n/\-\-new usage + +-\fBbeep\fR -f 1000 -r 2 -n -r 5 -l 10 --new ++\fBbeep\fR \-f 1000 \-r 2 \-n \-r 5 \-l 10 \-\-new + 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. diff --git a/debian/changelog b/debian/changelog index efa5c68..c8d5add 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,31 @@ +beep (1.2.2-22) unstable; urgency=low + + * Remove Homepage control field from udeb. + * s/my/the package maintainer's/ in debian/templates, users have no concept + of "my" when they see the debconf question (removing overrides file). + * Updated templates file with more suggestion sent in by Esko Arajärvi, + thanks. + * Update debian/beep.1.diff to escape hyphens where they actually do mean + the minus sign. + * debian/po/vi.po: Removed the Language-Team as it bounces (or moderates, + can't read Vietnamese). + * New translation: + - Finish by Esko Arajärvi (closes: #492724, #493220) + - Romanian by Eddy Petrișor (closes: #493764) + - Euskara by Piarres Beobide (closes: #493842) + * Updated translations: + - Galician by Jacobo Tarrio (closes: #492792, #493305) + - Japanese by Hideki Yamane (closes: #492969, #493535) + - French by Daniel Déchelotte (closes: #493072, #494490) + - Swedish by Martin Bagge (closes: #493344) + - Portuguese by Miguel Figueiredo (closes: #493264) + - Russian by Yuri Kozlov (closes: #493280) + - Czech by Miroslav Kure (closes: #493596) + - Dutch by Thijs Kinkhorst (closes: #494093) + - Brazilian Portuguese by Felipe Augusto van de Wiel + + -- Gerfried Fuchs Tue, 12 Aug 2008 12:00:46 -0300 + beep (1.2.2-21) unstable; urgency=low * Don't ignore make clean errors anymore. diff --git a/debian/overrides b/debian/overrides deleted file mode 100644 index cff3c45..0000000 --- a/debian/overrides +++ /dev/null @@ -1 +0,0 @@ -beep: using-first-person-in-templates beep/suid_option diff --git a/debian/po/ca.po b/debian/po/ca.po index 0352823..f83ee37 100644 --- a/debian/po/ca.po +++ b/debian/po/ca.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: ca\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2007-02-20 23:46+0100\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" @@ -28,11 +28,8 @@ msgstr "" #. Type: select #. Choices #: ../templates:1001 -msgid "" -"suid root for all, suid root with only group audio executable, not suid at " -"all" +msgid "usable for all, usable for group audio, usable only for root" msgstr "" -"suid root per a tothom, suid root només pel grup audio, suid per a ningú " #. Type: select #. Description @@ -43,9 +40,15 @@ msgstr "Instal·lar beep com:" #. 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 posibilities to make the program usable: Either only for " +"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 "" @@ -57,13 +60,25 @@ msgstr "" #. 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 " -"my judgement." +"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ú " diff --git a/debian/po/cs.po b/debian/po/cs.po index 6db6b70..863df1c 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: 2007-02-20 23:46+0100\n" -"PO-Revision-Date: 2006-06-21 14:23+0200\n" +"POT-Creation-Date: 2008-07-28 19:33+0200\n" +"PO-Revision-Date: 2008-08-03 16:32+0200\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" @@ -26,11 +26,10 @@ msgstr "" #. Type: select #. Choices #: ../templates:1001 -msgid "" -"suid root for all, suid root with only group audio executable, not suid at " -"all" +msgid "usable for all, usable for group audio, usable only for root" msgstr "" -"suid root pro vÅ¡echny, suid root spustitelný skupinou audio, bez suid bitu" +"použitelný pro vÅ¡echny, použitelný pro skupinu audio, použitelný pouze pro " +"uživatele root" #. Type: select #. Description @@ -43,7 +42,7 @@ msgstr "Instalovat beep jako:" #: ../templates:1002 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 " +"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 "" @@ -59,9 +58,9 @@ 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." +"the package maintainer's judgement." msgstr "" "Protože je každý suid root program bezpečnostním rizikem, je lepší suid bit " -"nenastavovat. Tento program je vÅ¡ak velmi malý (~150 řádků kódu), takže " +"nenastavovat. Tento program je vÅ¡ak velmi malý (~150 řádků kódu), takže " "pokud nevěříte autorovi, můžete si celkem jednoduÅ¡e bezpečnost kódu " "prostudovat sami." diff --git a/debian/po/de.po b/debian/po/de.po index eb05036..db4bb55 100644 --- a/debian/po/de.po +++ b/debian/po/de.po @@ -15,23 +15,19 @@ msgid "" msgstr "" "Project-Id-Version: beep 1.2.2-18\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2007-02-20 23:46+0100\n" -"PO-Revision-Date: 2006-06-21 05:07-0500\n" -"Last-Translator: Gerfried Fuchs \n" +"POT-Creation-Date: 2008-07-28 19:33+0200\n" +"PO-Revision-Date: 2008-07-28 19:39+0200\n" +"Last-Translator: Gerfried Fuchs \n" "Language-Team: German \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: select #. Choices #: ../templates:1001 -msgid "" -"suid root for all, suid root with only group audio executable, not suid at " -"all" -msgstr "" -"suid root für alle, suid root nur für Gruppe audio ausführbar, nicht suid " -"gesetzt" +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" #. Type: select #. Description @@ -44,14 +40,14 @@ msgstr "beep installieren als:" #: ../templates:1002 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 " +"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 "" -"beep muss als root ausgeführt werden, da es auf den Lautsprecher zugreifen " -"muss. Es gibt mehrere Möglichkeiten, das Programm benutzbar zu machen: " -"Entweder nur für root (gar kein suid), benutzbar von den Mitgliedern der " -"Gruppe audio, oder für alle benutzbar." +"beep muss als root ausgeführt werden, da es auf den Lautsprecher zugreifen " +"muss. Es gibt mehrere Möglichkeiten, das Programm benutzbar zu machen: " +"Entweder nur für root (gar kein suid), benutzbar von den Mitgliedern der " +"Gruppe audio, oder für alle benutzbar." #. Type: select #. Description @@ -60,9 +56,10 @@ 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." +"the package maintainer's judgement." msgstr "" "Da jedes Programm, das suid root gesetzt ist, ein potentielles " -"Sicherheitsproblem sein kann, wird dies nicht automatisch durchgeführt. Das " +"Sicherheitsproblem sein kann, wird dies nicht automatisch durchgeführt. Das " "Programm ist jedoch recht kurz (~150 Zeilen Code) und kann daher von Ihnen " -"sehr leicht überprüft werden, falls Sie meiner Einschätzung nicht vertrauen." +"sehr leicht überprüft werden, falls Sie der Einschätzung des Paketbetreuers " +"nicht vertrauen." diff --git a/debian/po/es.po b/debian/po/es.po index 97f1182..575fbca 100644 --- a/debian/po/es.po +++ b/debian/po/es.po @@ -29,7 +29,7 @@ msgid "" msgstr "" "Project-Id-Version: beep\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2007-02-20 23:46+0100\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" "Language-Team: Debian l10n Spanish \n" @@ -43,12 +43,8 @@ msgstr "" #. Type: select #. Choices #: ../templates:1001 -msgid "" -"suid root for all, suid root with only group audio executable, not suid at " -"all" +msgid "usable for all, usable for group audio, usable only for root" msgstr "" -"activar el bit «suid root» para todos, sólo para el grupo «audio», no " -"activarlo en absoluto" #. Type: select #. Description @@ -59,28 +55,47 @@ msgstr "Instalar beep de la siguiente manera:" #. 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 posibilities to make the program usable: Either only for " +"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 " "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 " -"my judgement." +"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" diff --git a/debian/po/eu.po b/debian/po/eu.po new file mode 100644 index 0000000..36adafb --- /dev/null +++ b/debian/po/eu.po @@ -0,0 +1,58 @@ +# translation of beep-eu.po to Euskara +# Copyright (C) 2003-2008 Gerfried Fuchs +# This file is distributed under the same license as the beep package. +# +# Piarres Beobide , 2008. +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" +"Last-Translator: Piarres Beobide \n" +"Language-Team: Euskara \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: 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" + +#. Type: select +#. Description +#: ../templates:1002 +msgid "Install beep as:" +msgstr "Instalatu beep honela:" + +#. 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 "" +"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." + +#. 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 "" +"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." + diff --git a/debian/po/fi.po b/debian/po/fi.po new file mode 100644 index 0000000..66da8d7 --- /dev/null +++ b/debian/po/fi.po @@ -0,0 +1,37 @@ +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" +"Last-Translator: Esko Arajärvi \n" +"Language-Team: Finnish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Country: FINLAND\n" + +#. 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" + +#. Type: select +#. Description +#: ../templates:1002 +msgid "Install beep as:" +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." + +#. 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." + diff --git a/debian/po/fr.po b/debian/po/fr.po index 7598bf5..8c5540a 100644 --- a/debian/po/fr.po +++ b/debian/po/fr.po @@ -15,45 +15,41 @@ msgid "" msgstr "" "Project-Id-Version: beep 1.2.2-10\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2007-02-20 23:46+0100\n" -"PO-Revision-Date: 2006-06-28 02:06-0500\n" -"Last-Translator: Daniel Déchelotte \n" +"POT-Creation-Date: 2008-07-28 19:33+0200\n" +"PO-Revision-Date: 2008-08-09 19:54-0300\n" +"Last-Translator: Daniel Déchelotte \n" "Language-Team: Debian-l10n-french \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: select #. Choices #: ../templates:1001 -msgid "" -"suid root for all, suid root with only group audio executable, not suid at " -"all" -msgstr "" -"Exécution par tous en setuid root, Exécution par le seul groupe audio en " -"setuid root, Pas de setuid root" +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" #. Type: select #. Description #: ../templates:1002 msgid "Install beep as:" -msgstr "Installer beep en :" +msgstr "Installer beep de sorte qu'il soit :" #. Type: select #. Description #: ../templates:1002 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 " +"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 "" -"Le programme beep doit être lancé avec les privilèges du superutilisateur " -"pour pouvoir accéder au haut-parleur. Cela est possible de plusieurs " -"façons : soit le bit setuid est positionné et tout le monde peut exécuter ce " -"programme, soit le bit setuid est positionné et seuls les membres du groupe " -"audio peuvent exécuter le programme, soit le bit setuid n'est pas positionné " -"et beep n'est alors exécutable que par le 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 @@ -62,10 +58,10 @@ 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." +"the package maintainer's judgement." msgstr "" -"Comme tout programme « setuid root » représente a priori un risque du point " -"de vue de la sécurité, cela n'est pas fait par défaut. 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 " +"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 72b99e9..145fdc2 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: 2007-02-20 23:46+0100\n" -"PO-Revision-Date: 2008-05-18 12:37+0100\n" +"POT-Creation-Date: 2008-07-28 19:33+0200\n" +"PO-Revision-Date: 2008-08-01 23:23+0100\n" "Last-Translator: Jacobo Tarrio \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" @@ -17,12 +17,10 @@ msgstr "" #. Type: select #. Choices #: ../templates:1001 -msgid "" -"suid root for all, suid root with only group audio executable, not suid at " -"all" +msgid "usable for all, usable for group audio, usable only for root" msgstr "" -"suid root para todos, suid root só executable para o grupo audio, non suid " -"en absoluto" +"utilizable por todos, utilizable polo grupo audio, utilizable só polo " +"administrador" #. Type: select #. Description @@ -35,12 +33,12 @@ msgstr "Instalar beep coma:" #: ../templates:1002 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 " +"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 "" "Débese executar \"beep\" coma administrador, xa que precisa de acceder ao " -"hardware do altoparlante. Hai varias posibilidade para facer o programa " +"hardware do altoparlante. Hai varias posibilidades para facer o programa " "utilizable: só para o administrador (sen bit suid en absoluto), executable " "só polos usuarios do grupo \"audio\", ou utilizable por todos." @@ -51,7 +49,7 @@ 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." +"the package maintainer's judgement." msgstr "" "Xa que os programas \"suid root\" poden ser riscos de seguridade, isto non " "se fai por defecto. Nembargantes, o programa é bastante pequeno (unhas 150 " diff --git a/debian/po/it.po b/debian/po/it.po index 09ee8ff..ae5866a 100644 --- a/debian/po/it.po +++ b/debian/po/it.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: beep 1.2.2-12\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2007-02-20 23:46+0100\n" +"POT-Creation-Date: 2008-07-28 19:33+0200\n" "PO-Revision-Date: 2007-10-03 19:01+0200\n" "Last-Translator: Stefano Melchior \n" "Language-Team: Italian \n" @@ -13,12 +13,8 @@ msgstr "" #. Type: select #. Choices #: ../templates:1001 -msgid "" -"suid root for all, suid root with only group audio executable, not suid at " -"all" +msgid "usable for all, usable for group audio, usable only for root" msgstr "" -"suid root per tutti, suid root solamente con gli eseguibili del gruppo " -"audio, nient'affatto suid" #. Type: select #. Description @@ -29,9 +25,15 @@ msgstr "" #. 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 posibilities to make the program usable: Either only for " +"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 "" @@ -43,14 +45,27 @@ msgstr "" #. 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 " -"my judgement." +"the package maintainer's judgement." msgstr "" "Dal momento che ogni programma che usa suid root è un rischio per la " "sicurezza, questo non viene abilitato come opzione predefinita. Comunque, il " "programma risulta abbastanza piccolo (circa 150 linee di codice) e semplice " "da permettere di verificare da soli la sicurezza del codice, qualora non ci " "si fidasse del giudizio dell'autore." + +#~ msgid "" +#~ "suid root for all, suid root with only group audio executable, not suid " +#~ "at all" +#~ msgstr "" +#~ "suid root per tutti, suid root solamente con gli eseguibili del gruppo " +#~ "audio, nient'affatto suid" diff --git a/debian/po/ja.po b/debian/po/ja.po index 1f8ceae..47498eb 100644 --- a/debian/po/ja.po +++ b/debian/po/ja.po @@ -1,23 +1,23 @@ -# -# 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. -# -# +# +# 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. +# +# 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: 2007-02-20 23:46+0100\n" -"PO-Revision-Date: 2007-10-03 19:01+0200\n" +"POT-Creation-Date: 2008-07-28 19:33+0200\n" +"PO-Revision-Date: 2008-08-03 11:10+0900\n" "Last-Translator: Hideki Yamane (Debian-JP) \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" @@ -27,12 +27,10 @@ msgstr "" #. Type: select #. Choices #: ../templates:1001 -msgid "" -"suid root for all, suid root with only group audio executable, not suid at " -"all" +msgid "usable for all, usable for group audio, usable only for root" msgstr "" -"全ユーザが使えるように root に suid する, audio グループだけが実行できるよう" -"に root に suid する, suid しない" +"全ユーザが使えるようにする, audio グループだけが実行できるようにする, root だ" +"けが使えるようにする" #. Type: select #. Description @@ -45,7 +43,7 @@ msgstr "beep のインストール時設定について:" #: ../templates:1002 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 " +"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 "" @@ -61,9 +59,9 @@ 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." +"the package maintainer's judgement." msgstr "" "各プログラムを root に suid するのはセキュリティリスクになるので、デフォルト" "ではこの方法は採りません。しかしながら、このプログラムは非常に小さいので (150" -"行程度のコードです)、私の判断を信じられない場合、あなた自身でコードの安全性" -"を”確認するのはとても簡単です。" +"行程度のコードです)、パッケージメンテナの判断を信用しない場合、あなた自身で" +"コードの安全性を確認するのはとても簡単です。" diff --git a/debian/po/nl.po b/debian/po/nl.po index 3516bfd..be82133 100644 --- a/debian/po/nl.po +++ b/debian/po/nl.po @@ -15,54 +15,51 @@ msgid "" msgstr "" "Project-Id-Version: beep 1.2.2-11\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2007-02-20 23:46+0100\n" -"PO-Revision-Date: 2007-10-03 19:02+0200\n" -"Last-Translator: Tim Vandermeersch \n" +"POT-Creation-Date: 2008-07-28 19:33+0200\n" +"PO-Revision-Date: 2007-08-01 10:42+0200\n" +"Last-Translator: Thijs Kinkhorst \n" "Language-Team: dutch \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" #. Type: select #. Choices #: ../templates:1001 -msgid "" -"suid root for all, suid root with only group audio executable, not suid at " -"all" -msgstr "" -"suid root voor alles, suid root enkel met groep audio uitvoerbare bestanden, " -"geen suid" +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" #. Type: select #. Description #: ../templates:1002 msgid "Install beep as:" -msgstr "" +msgstr "Beep installeren als:" #. Type: select #. Description #: ../templates:1002 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 " +"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 "" "beep dient als root te draaien omdat het toegang nodig heeft tot de " -"luidspreker hardware. Er zijn verschillende mogelijkheden om het " -"programmabruikbaar te maken: Ofwel enkel voor root (geen suid bit), enkel " -"uitvoerbaar door gebruikers in de audio groep, of onbruikbaar 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 #: ../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." +"the package maintainer's judgement." msgstr "" -"Omdat elk suid root programma een veiligheids risico is wordt dit niet " -"standaard gedaan. Het programma is vrij klein (~150 regels code) en is " -"redelijk makkelijk om zelf te verifiëren, als u mijn oordeel niet vertrouwd." +"Omdat elk suid-root-programma een veiligheidsrisico is, wordt dit niet " +"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 932375c..d07acdb 100644 --- a/debian/po/pt.po +++ b/debian/po/pt.po @@ -1,12 +1,12 @@ # Portuguese translation for beep's debconf messages. -# 2005-2006, Miguel Figueiredo +# 2005-2008, Miguel Figueiredo # msgid "" msgstr "" "Project-Id-Version: beep 1.2.2-16\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2007-02-20 23:46+0100\n" -"PO-Revision-Date: 2006-06-28 02:07-0500\n" +"POT-Creation-Date: 2008-07-28 19:33+0200\n" +"PO-Revision-Date: 2008-08-01 18:07+0100\n" "Last-Translator: Miguel Figueiredo \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" @@ -16,11 +16,9 @@ msgstr "" #. Type: select #. Choices #: ../templates:1001 -msgid "" -"suid root for all, suid root with only group audio executable, not suid at " -"all" +msgid "usable for all, usable for group audio, usable only for root" msgstr "" -"suid root para todos, suid root apenas com o grupo audio executável, sem suid" +"utilizável para todos, utilizável para o grupo audio, utilizável para o root" #. Type: select #. Description @@ -33,7 +31,7 @@ msgstr "Instalar beep como:" #: ../templates:1002 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 " +"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 "" @@ -49,9 +47,9 @@ 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." +"the package maintainer's judgement." msgstr "" "Já que cada programa como suid root pode ser um risco de segurança isto não " "é feito por omissão. No entanto, o programa é bastante pequeno (~150 linhas " -"de código), por isso é bastante fácil verificar por si mesmo a segurança do " -"código, se não acreditar no meu julgamento." +"de código), por isso é bastante fácil verificar por você mesmo a segurança " +"do código, se não acreditar no julgamento do 'maintainer' do pacote." diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po index c81eda9..e68a3e1 100644 --- a/debian/po/pt_BR.po +++ b/debian/po/pt_BR.po @@ -19,11 +19,10 @@ msgid "" msgstr "" "Project-Id-Version: beep-1.2.2-10\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2007-02-20 23:46+0100\n" -"PO-Revision-Date: 2006-06-28 02:06-0500\n" -"Last-Translator: Felipe Augusto van de Wiel (faw) \n" -"Language-Team: l10n portuguese \n" +"POT-Creation-Date: 2008-07-28 19:33+0200\n" +"PO-Revision-Date: 2008-08-12 11:33-0300\n" +"Last-Translator: Felipe Augusto van de Wiel (faw) \n" +"Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,12 +32,8 @@ msgstr "" #. Type: select #. Choices #: ../templates:1001 -msgid "" -"suid root for all, suid root with only group audio executable, not suid at " -"all" -msgstr "" -"suid root para todos, suid root com propriedade de execução somente para o " -"grupo audio, sem suid" +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" #. Type: select #. Description @@ -51,14 +46,14 @@ msgstr "Instalar beep como:" #: ../templates:1002 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 " +"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 "" "O beep deve ser executado como root, uma vez que o mesmo precisa acessar o " -"hardware do alto-falante. Existem diversas possibilidades para tornar o " -"programa utilizável : somente executável pelo root (sem suid), executável " -"somente pelos usuários do grupo audio ou executável para todos." +"hardware do alto-falante (\"speaker\"). Existem diversas possibilidades para " +"tornar o programa usável: somente pelo root (sem suid), executável somente " +"pelos usuários do grupo audio ou usável por todos." #. Type: select #. Description @@ -67,10 +62,10 @@ 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." +"the package maintainer's judgement." msgstr "" -"Devido a cada programa que é configurado para ser executado com suid root " +"Como cada programa que é configurado para ser executado com suid root pode " "ser um risco de segurança isto não é feito por padrão. Porém, o programa é " "bastante pequeno (aproximadamente 150 linhas de código) e é muito fácil " -"verificar a segurança do código você mesmo, caso você não confie no " -"julgamento do mantenedor deste pacote." +"verificar a segurança do código você mesmo, se você não confia no julgamento " +"do mantenedor do pacote." diff --git a/debian/po/ro.po b/debian/po/ro.po new file mode 100644 index 0000000..181b017 --- /dev/null +++ b/debian/po/ro.po @@ -0,0 +1,66 @@ +# translation of ro.po to debian-l10-romanian +# Romanian translations for PACKAGE package +# Traducerea în limba română pentru pachetul beep. +# Copyright (C) 2003-2008 Gerfried Fuchs +# This file is distributed under the same license as the beep package. +# +# , 2008. +# Eddy Petrișor , 2008. +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" +"Last-Translator: Eddy Petrișor \n" +"Language-Team: debian-l10-romanian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 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 "" +"utilizabil pentru toți, utilizabil pentru grupul audio, utilizabil doar de " +"root" + +#. Type: select +#. Description +#: ../templates:1002 +msgid "Install beep as:" +msgstr "Se instalează beep astfel încât este:" + +#. 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 "" +"beep trebuie să ruleze ca root deoarece are nevoie să acceseze componentele " +"legate de difuzor. Există mai multe posibilități pentru a face programul " +"utilizabil: Fie doar pentru root (fără bitul suid), executabil doar de către " +"utilizatorii grupului audio sau utilizabil pentru toți." + +#. 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 "" +"Deoarece orice program instalat cu suid root poate reprezenta un risc din " +"punct de vedere al securității, acest lucru nu se face în mod implicit. " +"Totuși acest program este mic (aproximativ 150 de linii de cod), deci o " +"verificare a codului, din punctul de vedere al securității, este destul de " +"ușor de realizat, dacă nu aveți încredere în judecata responsabilului " +"pachetului." diff --git a/debian/po/ru.po b/debian/po/ru.po index 550009e..fcfbf74 100644 --- a/debian/po/ru.po +++ b/debian/po/ru.po @@ -1,3 +1,4 @@ +# translation of ru.po to Russian # # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to @@ -11,58 +12,59 @@ # # Developers do not need to manually edit POT or PO files. # +# Ilgiz Kalmetev , 2007. +# Yuri Kozlov , 2008. msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: ru\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2007-02-20 23:46+0100\n" -"PO-Revision-Date: 2007-10-03 19:02+0200\n" -"Last-Translator: Ilgiz Kalmetev \n" -"Language-Team: Russian \n" +"POT-Creation-Date: 2008-07-28 19:33+0200\n" +"PO-Revision-Date: 2008-08-01 19:22+0400\n" +"Last-Translator: Yuri Kozlov \n" +"Language-Team: Russian \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: 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" #. Type: select #. Choices #: ../templates:1001 -msgid "" -"suid root for all, suid root with only group audio executable, not suid at " -"all" -msgstr "" -"suid root ÄÌÑ ×ÓÅÈ, suid root ÔÏÌØËÏ ÄÌÑ ÇÒÕÐÐÙ audio, ÎÅ ÓÔÁ×ÉÔØ suid ×ÏÏÂÝÅ" +msgid "usable for all, usable for group audio, usable only for root" +msgstr "использовать всем, использовать группе audio, использовать только суперпользователю" #. Type: select #. Description #: ../templates:1002 msgid "Install beep as:" -msgstr "" +msgstr "Разрешить beep:" #. Type: select #. Description #: ../templates:1002 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 " +"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 "" -"beep ÄÏÌÖÅÎ ÒÁÂÏÔÁÔØ ÏÔ ÉÍÅÎÉ ÐÏÌØÚÏ×ÁÔÅÌÑ root, ÔÁË ËÁË ÅÍÕ ÎÕÖÅÎ ÄÏÓÔÕÐ Ë " -"ÄÉÎÁÍÉËÕ. åÓÔØ ÎÅÓËÏÌØËÏ ×ÏÚÍÏÖÎÏÓÔÅÊ ÉÓÐÏÌØÚÏ×ÁÔØ ÐÒÏÇÒÁÍÍÕ: ÉÌÉ ÔÏÌØËÏ ÄÌÑ " -"root (ÎÅ ÕÓÔÁÎÁ×ÌÉ×ÁÔØ ÂÉÔ suid ÎÉ ÄÌÑ ËÏÇÏ), ÉÌÉ ÓÄÅÌÁÔØ ×ÙÐÏÌÎÉÍÙÍ ÔÏÌØËÏ " -"ÄÌÑ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÇÒÕÐÐÙ audio, ÉÌÉ ×ÙÐÏÌÎÉÍÙÍ ÄÌÑ ×ÓÅÈ." +"Для работы программе beep нужно иметь права суперпользователя, так как ей " +"нужен доступ к динамику. Поэтому есть несколько вариантов установки, при которых: " +"её будет использовать только суперпользователь (не устанавливать бит suid), " +"её будут использовать все из группы audio, или её сможет использовать любой." #. 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." +"the package maintainer's judgement." msgstr "" -"ðÒÏÇÒÁÍÍÙ, Õ ËÏÔÏÒÙÈ ÕÓÔÁÎÏ×ÌÅÎ suid root, Ñ×ÌÑÀÔÓÑ ÐÏÔÅÎÃÉÁÌØÎÏ ÕÑÚ×ÉÍÙÍÉ, " -"ÐÏÜÔÏÍÕ suid-ÂÉÔ ÐÏ ÕÍÏÌÞÁÎÉÀ ÎÅ ÕÓÔÁÎÁ×ÌÉ×ÁÅÔÓÑ. ïÄÎÁËÏ, ÐÒÏÇÒÁÍÍÁ " -"ÉÓËÌÀÞÉÔÅÌØÎÏ ÍÁÌÁ (~150 ÓÔÒÏË ËÏÄÁ), É ÷Ù ÏÞÅÎØ ÌÅÇËÏ ÍÏÖÅÔÅ ÐÒÏ×ÅÒÉÔØ " -"ÂÅÚÏÐÁÓÎÏÓÔØ ÅÅ ËÏÄÁ ÓÁÍÉ, ÅÓÌÉ ÎÅ ÄÏ×ÅÒÑÅÔÅ ÍÎÅ." +"Программы, у которых установлен suid root, являются потенциально уязвимыми, " +"поэтому suid-бит по умолчанию не устанавливается. Однако, программа " +"исключительно мала (~150 строк кода), и безопасность её кода очень легко " +"проверить самостоятельно, если не вы доверяете сопровождающему." + diff --git a/debian/po/sv.po b/debian/po/sv.po index 3b11aa7..2c3259e 100644 --- a/debian/po/sv.po +++ b/debian/po/sv.po @@ -15,10 +15,10 @@ msgid "" msgstr "" "Project-Id-Version: beep\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2007-02-20 23:46+0100\n" -"PO-Revision-Date: 2006-06-21 12:49-0500\n" -"Last-Translator: Daniel Nylander \n" -"Language-Team: Swedish \n" +"POT-Creation-Date: 2008-07-28 19:33+0200\n" +"PO-Revision-Date: 2008-08-02 11:06+0100\n" +"Last-Translator: Martin Bagge \n" +"Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" @@ -26,11 +26,10 @@ msgstr "" #. Type: select #. Choices #: ../templates:1001 -msgid "" -"suid root for all, suid root with only group audio executable, not suid at " -"all" +msgid "usable for all, usable for group audio, usable only for root" msgstr "" -"suid root för alla, suid root endast för gruppen \"audio\", inte suid alls" +"körbar för all, körbar för gruppen \"audio\", körbar endast för root-" +"användaren." #. Type: select #. Description @@ -43,14 +42,14 @@ msgstr "Installera beep som:" #: ../templates:1002 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 " +"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 "" "beep måste köras som root eftersom den behöver åtkomst till " "högtalarhårdvaran. Det finns flera sätt att göra programmet användbart: " "Antingen endast för root (ingen suid-bit alls), körbar endast för användare " -"i gruppen \"audio\" eller användbar för alla." +"i gruppen \"audio\" eller körbar för alla." #. Type: select #. Description @@ -59,7 +58,7 @@ 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." +"the package maintainer's judgement." msgstr "" "Eftersom de program som är suid root kan vara en säkerhetsrisk kommer detta " "inte göras som standard. Programmet är ganska litet (~150 rader kod) och är " diff --git a/debian/po/templates.pot b/debian/po/templates.pot index 46954c7..f658f49 100644 --- a/debian/po/templates.pot +++ b/debian/po/templates.pot @@ -1,14 +1,14 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# Copyright (C) 2003-2008 Gerfried Fuchs # This file is distributed under the same license as the beep package. # FIRST AUTHOR , YEAR. # #, fuzzy 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: 2007-02-20 23:46+0100\n" +"POT-Creation-Date: 2008-07-28 19:33+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,9 +19,7 @@ msgstr "" #. Type: select #. Choices #: ../templates:1001 -msgid "" -"suid root for all, suid root with only group audio executable, not suid at " -"all" +msgid "usable for all, usable for group audio, usable only for root" msgstr "" #. Type: select @@ -35,7 +33,7 @@ msgstr "" #: ../templates:1002 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 " +"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 "" @@ -47,5 +45,5 @@ 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." +"the package maintainer's judgement." msgstr "" diff --git a/debian/po/vi.po b/debian/po/vi.po index d3e544b..676497c 100644 --- a/debian/po/vi.po +++ b/debian/po/vi.po @@ -1,15 +1,14 @@ # Vietnamese translation for Beep. # Copyright © 2006 Free Software Foundation, Inc. # Clytie Siddall , 2005-2006. -# +# msgid "" msgstr "" "Project-Id-Version: beep 1.2.2-18\n" "Report-Msgid-Bugs-To: beep@packages.debian.org\n" -"POT-Creation-Date: 2007-02-20 23:46+0100\n" +"POT-Creation-Date: 2008-07-28 19:33+0200\n" "PO-Revision-Date: 2006-06-23 03:49-0500\n" "Last-Translator: Clytie Siddall \n" -"Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -18,12 +17,8 @@ msgstr "" #. Type: select #. Choices #: ../templates:1001 -msgid "" -"suid root for all, suid root with only group audio executable, not suid at " -"all" +msgid "usable for all, usable for group audio, usable only for root" 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ả" #. Type: select #. Description @@ -34,9 +29,15 @@ msgstr "Cài đặt beep dạng:" #. 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 posibilities to make the program usable: Either only for " +"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 "" @@ -49,13 +50,26 @@ msgstr "" #. 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 " -"my judgement." +"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ả" diff --git a/debian/postinst b/debian/postinst index 9abee6f..34b56d5 100644 --- a/debian/postinst +++ b/debian/postinst @@ -22,22 +22,37 @@ if [ "$suid" = "suid root with only group audio executeable" ] ; then 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" + suid="usable for all" +fi +if [ "$suid" = "suid root with only group audio executable" ] ; then + db_set beep/suid_option "usable for group audio" + suid="usable for group audio" +fi +if [ "$suid" = "not suid at all" ] ; then + db_set beep/suid_option "usable only for root" + suid="usable only for root" +fi + + if [ -x /usr/sbin/dpkg-statoverride ] ; then if ! dpkg-statoverride --list /usr/bin/beep >/dev/null ; then - if [ "$suid" = "suid root for all" ] ; then + if [ "$suid" = "usable for all" ] ; then chmod 4755 /usr/bin/beep - elif [ "$suid" = "suid root with only group audio executable" ] ; then + elif [ "$suid" = "usable for group audio" ] ; then chmod 4754 /usr/bin/beep - elif [ "$suid" = "not suid at all" ] ; then + elif [ "$suid" = "usable only for root" ] ; then chmod 0755 /usr/bin/beep fi fi else - if [ "$suid" = "suid root for all" ] ; then + if [ "$suid" = "usable for all" ] ; then chmod 4755 /usr/bin/beep - elif [ "$suid" = "suid root with only group audio executable" ] ; then + elif [ "$suid" = "usable for group audio" ] ; then chmod 4754 /usr/bin/beep - elif [ "$suid" = "not suid at all" ] ; then + elif [ "$suid" = "usable only for root" ] ; then chmod 0755 /usr/bin/beep fi fi diff --git a/debian/rules b/debian/rules index b21dd92..1c788f5 100755 --- a/debian/rules +++ b/debian/rules @@ -77,8 +77,7 @@ binary-indep: build binary-arch: build install $(checkdir) $(checkroot) - $(INSTALL_DIR) $(TMP1)/DEBIAN $(TMP1)/usr/share/lintian/overrides \ - $(TMP2)/DEBIAN + $(INSTALL_DIR) $(TMP1)/DEBIAN $(TMP2)/DEBIAN $(INSTALL_FILE) debian/README.Debian debian/copyright \ $(TMP1)/usr/share/doc/$(PKG1) $(INSTALL_FILE) debian/changelog \ @@ -86,8 +85,6 @@ binary-arch: build install gzip -9 $(TMP1)/usr/share/doc/$(PKG1)/changelog.Debian $(INSTALL_SCRIPT) debian/postinst debian/postrm debian/config \ $(TMP1)/DEBIAN - $(INSTALL_FILE) debian/overrides \ - $(TMP1)/usr/share/lintian/overrides/$(PKG1) po2debconf debian/templates > $(TMP1)/DEBIAN/templates dpkg-shlibdeps -Tdebian/substvars -dDepends $(TMP1)/usr/bin/beep dpkg-gencontrol -ldebian/changelog -isp -Tdebian/substvars -p$(PKG1) \ @@ -96,7 +93,7 @@ binary-arch: build install xargs -r0 md5sum > DEBIAN/md5sums dpkg --build $(TMP1) .. dpkg-gencontrol -ldebian/changelog -isp -Tdebian/substvars -p$(PKG2) \ - -P$(TMP2) -n$(PKG2)_$(VERSION)_$(ARCH).udeb + -P$(TMP2) -UHomepage -n$(PKG2)_$(VERSION)_$(ARCH).udeb dpkg --build $(TMP2) ../$(PKG2)_$(VERSION)_$(ARCH).udeb diff --git a/debian/templates b/debian/templates index 117d6c4..cce7826 100644 --- a/debian/templates +++ b/debian/templates @@ -1,14 +1,14 @@ Template: beep/suid_option Type: select -_Choices: suid root for all, suid root with only group audio executable, not suid at all +_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. - There are several posibilities to make the program usable: Either only + 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. . 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. + trust the package maintainer's judgement. -- 2.39.2