gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r5395 - in GNUnet/debian: . config lintian po


From: gnunet
Subject: [GNUnet-SVN] r5395 - in GNUnet/debian: . config lintian po
Date: Mon, 30 Jul 2007 00:51:36 -0600 (MDT)

Author: grothoff
Date: 2007-07-30 00:51:35 -0600 (Mon, 30 Jul 2007)
New Revision: 5395

Added:
   GNUnet/debian/config/
   GNUnet/debian/config/gnunetd.conf
   GNUnet/debian/files
   GNUnet/debian/gnunet-client.docs
   GNUnet/debian/gnunet-client.postinst.debhelper
   GNUnet/debian/gnunet-client.postrm.debhelper
   GNUnet/debian/gnunet-client.substvars
   GNUnet/debian/gnunet-common.docs
   GNUnet/debian/gnunet-common.postinst.debhelper
   GNUnet/debian/gnunet-common.postrm.debhelper
   GNUnet/debian/gnunet-common.substvars
   GNUnet/debian/gnunet-daemon.docs
   GNUnet/debian/gnunet-daemon.postinst.debhelper
   GNUnet/debian/gnunet-daemon.postrm.debhelper
   GNUnet/debian/gnunet-daemon.prerm.debhelper
   GNUnet/debian/gnunet-daemon.substvars
   GNUnet/debian/gnunet-dev.docs
   GNUnet/debian/gnunet-tools.docs
   GNUnet/debian/gnunet-tools.postinst.debhelper
   GNUnet/debian/gnunet-tools.postrm.debhelper
   GNUnet/debian/gnunet-tools.substvars
   GNUnet/debian/gnunet.docs
   GNUnet/debian/lintian/
   GNUnet/debian/lintian/gnunet-client
   GNUnet/debian/lintian/gnunet-common
   GNUnet/debian/lintian/gnunet-daemon
   GNUnet/debian/lintian/gnunet-tools
   GNUnet/debian/po/gl.po
   GNUnet/debian/po/nl.po
   GNUnet/debian/po/ru.po
   GNUnet/debian/watch
Log:
stuff

Added: GNUnet/debian/config/gnunetd.conf
===================================================================
--- GNUnet/debian/config/gnunetd.conf                           (rev 0)
+++ GNUnet/debian/config/gnunetd.conf   2007-07-30 06:51:35 UTC (rev 5395)
@@ -0,0 +1,83 @@
+[PATHS]
+GNUNETD_HOME = /var/lib/GNUnet
+
+[Meta]
+ADVANCED = YES
+RARE = YES
+EXPERIMENTAL = NO
+
+[GNUNETD]
+GNUNETD_HOME = /var/lib/GNUnet
+PIDFILE = /var/run/gnunetd/gnunetd.pid
+HOSTLISTURL = http://gnunet.org/hostlist.php 
http://gnunet.mine.nu:8081/hostlist http://de.gnunet.org/cgi-bin/hostlist.cgi 
http://uk.gnunet.org/hostlist
+HTTP-PROXY =
+USER = gnunet
+TRANSPORTS = udp tcp nat
+APPLICATIONS = advertising getoption fs stats traffic
+KEEPLOG = 0
+LOGFILE = /var/log/gnunetd/gnunetd.log
+
+[FS]
+DIR = /var/lib/GNUnet/data/fs
+INDEX-DIRECTORY = /var/lib/GNUnet/data/shared
+QUOTA = 1024
+ACTIVEMIGRATION = NO
+
+[NETWORK]
+PORT = 2087
+TRUSTED = 127.0.0.0/8;
+INTERFACE = eth0
+IP =
+
+[LOGGING]
+USER-LEVEL = WARNING
+ADMIN-LEVEL = WARNING
+
+[LOAD]
+MAXNETDOWNBPSTOTAL = 50000
+MAXNETUPBPSTOTAL = 50000
+HARDUPLIMIT = 0
+MAXCPULOAD = 100
+HARDCPULIMIT = 0
+BASICLIMITING = YES
+INTERFACES = eth0
+
+[GNUNETD-EXPERIMENTAL]
+PADDING = NO
+
+[MODULES]
+sqstore = sqstore_sqlite
+topology = topology_default
+
+[F2F]
+FRIENDS = /var/lib/GNUnet/friends
+
+[NAT]
+LIMITED = NO
+
+[TCP]
+PORT = 2086
+
+[TCP6]
+PORT = 2088
+BLACKLIST =
+
+[UDP]
+PORT = 2086
+MTU = 1472
+BLACKLIST =
+
+[UDP6]
+PORT = 2088
+MTU = 1452
+BLACKLIST =
+
+[HTTP]
+PORT = 1080
+
+[GAP]
+TABLESIZE = 65536
+
+[MYSQL]
+CONFIG = /etc/my.cnf
+DATABASE = gnunet

Added: GNUnet/debian/files
===================================================================
--- GNUnet/debian/files                         (rev 0)
+++ GNUnet/debian/files 2007-07-30 06:51:35 UTC (rev 5395)
@@ -0,0 +1,6 @@
+gnunet_0.7.2-1_all.deb net optional
+gnunet-client_0.7.2-1_i386.deb net optional
+gnunet-common_0.7.2-1_i386.deb net optional
+gnunet-daemon_0.7.2-1_i386.deb net optional
+gnunet-dev_0.7.2-1_i386.deb libdevel optional
+gnunet-tools_0.7.2-1_i386.deb net optional

Added: GNUnet/debian/gnunet-client.docs
===================================================================
--- GNUnet/debian/gnunet-client.docs                            (rev 0)
+++ GNUnet/debian/gnunet-client.docs    2007-07-30 06:51:35 UTC (rev 5395)
@@ -0,0 +1,3 @@
+AUTHORS
+README
+README.fr

Added: GNUnet/debian/gnunet-client.postinst.debhelper
===================================================================
--- GNUnet/debian/gnunet-client.postinst.debhelper                              
(rev 0)
+++ GNUnet/debian/gnunet-client.postinst.debhelper      2007-07-30 06:51:35 UTC 
(rev 5395)
@@ -0,0 +1,5 @@
+# Automatically added by dh_makeshlibs
+if [ "$1" = "configure" ]; then
+       ldconfig
+fi
+# End automatically added section

Added: GNUnet/debian/gnunet-client.postrm.debhelper
===================================================================
--- GNUnet/debian/gnunet-client.postrm.debhelper                                
(rev 0)
+++ GNUnet/debian/gnunet-client.postrm.debhelper        2007-07-30 06:51:35 UTC 
(rev 5395)
@@ -0,0 +1,5 @@
+# Automatically added by dh_makeshlibs
+if [ "$1" = "remove" ]; then
+       ldconfig
+fi
+# End automatically added section

Added: GNUnet/debian/gnunet-client.substvars
===================================================================
--- GNUnet/debian/gnunet-client.substvars                               (rev 0)
+++ GNUnet/debian/gnunet-client.substvars       2007-07-30 06:51:35 UTC (rev 
5395)
@@ -0,0 +1 @@
+shlibs:Depends=gnunet-common, guile-1.8-libs, libadns1, libc6 (>= 
2.5-0ubuntu1), libextractor1c2a (>= 0.5.18), libgcrypt11 (>=1.2.2), libgmp3c2, 
libgpg-error0 (>= 1.4), libltdl3 (>= 1.5.2-2), zlib1g (>= 1:1.2.1)

Added: GNUnet/debian/gnunet-common.docs
===================================================================
--- GNUnet/debian/gnunet-common.docs                            (rev 0)
+++ GNUnet/debian/gnunet-common.docs    2007-07-30 06:51:35 UTC (rev 5395)
@@ -0,0 +1,3 @@
+AUTHORS
+README
+README.fr

Added: GNUnet/debian/gnunet-common.postinst.debhelper
===================================================================
--- GNUnet/debian/gnunet-common.postinst.debhelper                              
(rev 0)
+++ GNUnet/debian/gnunet-common.postinst.debhelper      2007-07-30 06:51:35 UTC 
(rev 5395)
@@ -0,0 +1,5 @@
+# Automatically added by dh_makeshlibs
+if [ "$1" = "configure" ]; then
+       ldconfig
+fi
+# End automatically added section

Added: GNUnet/debian/gnunet-common.postrm.debhelper
===================================================================
--- GNUnet/debian/gnunet-common.postrm.debhelper                                
(rev 0)
+++ GNUnet/debian/gnunet-common.postrm.debhelper        2007-07-30 06:51:35 UTC 
(rev 5395)
@@ -0,0 +1,5 @@
+# Automatically added by dh_makeshlibs
+if [ "$1" = "remove" ]; then
+       ldconfig
+fi
+# End automatically added section

Added: GNUnet/debian/gnunet-common.substvars
===================================================================
--- GNUnet/debian/gnunet-common.substvars                               (rev 0)
+++ GNUnet/debian/gnunet-common.substvars       2007-07-30 06:51:35 UTC (rev 
5395)
@@ -0,0 +1 @@
+shlibs:Depends=guile-1.8-libs, libadns1, libc6 (>= 2.5-0ubuntu1), libgcrypt11 
(>=1.2.2), libgmp3c2, libgpg-error0 (>= 1.4), libltdl3 (>= 1.5.2-2)

Added: GNUnet/debian/gnunet-daemon.docs
===================================================================
--- GNUnet/debian/gnunet-daemon.docs                            (rev 0)
+++ GNUnet/debian/gnunet-daemon.docs    2007-07-30 06:51:35 UTC (rev 5395)
@@ -0,0 +1,4 @@
+AUTHORS
+README
+README.fr
+UPDATING

Added: GNUnet/debian/gnunet-daemon.postinst.debhelper
===================================================================
--- GNUnet/debian/gnunet-daemon.postinst.debhelper                              
(rev 0)
+++ GNUnet/debian/gnunet-daemon.postinst.debhelper      2007-07-30 06:51:35 UTC 
(rev 5395)
@@ -0,0 +1,15 @@
+# Automatically added by dh_installinit
+if [ -x "/etc/init.d/gnunet-daemon" ]; then
+       update-rc.d gnunet-daemon defaults >/dev/null
+       if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
+               invoke-rc.d gnunet-daemon start || exit $?
+       else
+               /etc/init.d/gnunet-daemon start || exit $?
+       fi
+fi
+# End automatically added section
+# Automatically added by dh_makeshlibs
+if [ "$1" = "configure" ]; then
+       ldconfig
+fi
+# End automatically added section

Added: GNUnet/debian/gnunet-daemon.postrm.debhelper
===================================================================
--- GNUnet/debian/gnunet-daemon.postrm.debhelper                                
(rev 0)
+++ GNUnet/debian/gnunet-daemon.postrm.debhelper        2007-07-30 06:51:35 UTC 
(rev 5395)
@@ -0,0 +1,16 @@
+# Automatically added by dh_installdebconf
+if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
+       . /usr/share/debconf/confmodule
+       db_purge
+fi
+# End automatically added section
+# Automatically added by dh_installinit
+if [ "$1" = "purge" ] ; then
+       update-rc.d gnunet-daemon remove >/dev/null || exit $?
+fi
+# End automatically added section
+# Automatically added by dh_makeshlibs
+if [ "$1" = "remove" ]; then
+       ldconfig
+fi
+# End automatically added section

Added: GNUnet/debian/gnunet-daemon.prerm.debhelper
===================================================================
--- GNUnet/debian/gnunet-daemon.prerm.debhelper                         (rev 0)
+++ GNUnet/debian/gnunet-daemon.prerm.debhelper 2007-07-30 06:51:35 UTC (rev 
5395)
@@ -0,0 +1,9 @@
+# Automatically added by dh_installinit
+if [ -x "/etc/init.d/gnunet-daemon" ]; then
+       if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
+               invoke-rc.d gnunet-daemon stop || exit $?
+       else
+               /etc/init.d/gnunet-daemon stop || exit $?
+       fi
+fi
+# End automatically added section

Added: GNUnet/debian/gnunet-daemon.substvars
===================================================================
--- GNUnet/debian/gnunet-daemon.substvars                               (rev 0)
+++ GNUnet/debian/gnunet-daemon.substvars       2007-07-30 06:51:35 UTC (rev 
5395)
@@ -0,0 +1,2 @@
+misc:Depends=debconf (>= 0.5) | debconf-2.0
+shlibs:Depends=gnunet-client, gnunet-common, guile-1.8-libs, libadns1, libc6 
(>= 2.5-0ubuntu1), libcurl3 (>= 7.15.5-1), libgcrypt11 (>=1.2.2), libgmp3c2, 
libgpg-error0 (>= 1.4), libltdl3 (>= 1.5.2-2), libmysqlclient15off (>= 
5.0.27-1), libsqlite3-0 (>= 3.3.13), libxml2 (>= 2.6.27), zlib1g (>= 1:1.2.1)

Added: GNUnet/debian/gnunet-dev.docs
===================================================================
--- GNUnet/debian/gnunet-dev.docs                               (rev 0)
+++ GNUnet/debian/gnunet-dev.docs       2007-07-30 06:51:35 UTC (rev 5395)
@@ -0,0 +1,3 @@
+AUTHORS
+README
+README.fr

Added: GNUnet/debian/gnunet-tools.docs
===================================================================
--- GNUnet/debian/gnunet-tools.docs                             (rev 0)
+++ GNUnet/debian/gnunet-tools.docs     2007-07-30 06:51:35 UTC (rev 5395)
@@ -0,0 +1,3 @@
+AUTHORS
+README
+README.fr

Added: GNUnet/debian/gnunet-tools.postinst.debhelper
===================================================================
--- GNUnet/debian/gnunet-tools.postinst.debhelper                               
(rev 0)
+++ GNUnet/debian/gnunet-tools.postinst.debhelper       2007-07-30 06:51:35 UTC 
(rev 5395)
@@ -0,0 +1,5 @@
+# Automatically added by dh_makeshlibs
+if [ "$1" = "configure" ]; then
+       ldconfig
+fi
+# End automatically added section

Added: GNUnet/debian/gnunet-tools.postrm.debhelper
===================================================================
--- GNUnet/debian/gnunet-tools.postrm.debhelper                         (rev 0)
+++ GNUnet/debian/gnunet-tools.postrm.debhelper 2007-07-30 06:51:35 UTC (rev 
5395)
@@ -0,0 +1,5 @@
+# Automatically added by dh_makeshlibs
+if [ "$1" = "remove" ]; then
+       ldconfig
+fi
+# End automatically added section

Added: GNUnet/debian/gnunet-tools.substvars
===================================================================
--- GNUnet/debian/gnunet-tools.substvars                                (rev 0)
+++ GNUnet/debian/gnunet-tools.substvars        2007-07-30 06:51:35 UTC (rev 
5395)
@@ -0,0 +1 @@
+shlibs:Depends=gnunet-common, guile-1.8-libs, libatk1.0-0 (>= 1.13.1), libc6 
(>= 2.5-0ubuntu1), libcairo2 (>= 1.4.2), libfontconfig1 (>= 2.4.0), libglade2-0 
(>= 1:2.5.1), libglib2.0-0 (>= 2.12.9), libgtk2.0-0 (>= 2.10.3), libpango1.0-0 
(>= 1.16.2), libx11-6, libxcursor1 (>> 1.1.2), libxext6, libxfixes3 (>= 
1:4.0.1), libxi6, libxinerama1, libxml2 (>= 2.6.27), libxrandr2 (>= 2:1.2.0), 
libxrender1

Added: GNUnet/debian/gnunet.docs
===================================================================
--- GNUnet/debian/gnunet.docs                           (rev 0)
+++ GNUnet/debian/gnunet.docs   2007-07-30 06:51:35 UTC (rev 5395)
@@ -0,0 +1,3 @@
+AUTHORS
+README
+README.fr

Added: GNUnet/debian/lintian/gnunet-client
===================================================================
--- GNUnet/debian/lintian/gnunet-client                         (rev 0)
+++ GNUnet/debian/lintian/gnunet-client 2007-07-30 06:51:35 UTC (rev 5395)
@@ -0,0 +1 @@
+gnunet-client: package-name-doesnt-match-sonames

Added: GNUnet/debian/lintian/gnunet-common
===================================================================
--- GNUnet/debian/lintian/gnunet-common                         (rev 0)
+++ GNUnet/debian/lintian/gnunet-common 2007-07-30 06:51:35 UTC (rev 5395)
@@ -0,0 +1 @@
+gnunet-common: package-name-doesnt-match-sonames

Added: GNUnet/debian/lintian/gnunet-daemon
===================================================================
--- GNUnet/debian/lintian/gnunet-daemon                         (rev 0)
+++ GNUnet/debian/lintian/gnunet-daemon 2007-07-30 06:51:35 UTC (rev 5395)
@@ -0,0 +1 @@
+gnunet-daemon: package-name-doesnt-match-sonames

Added: GNUnet/debian/lintian/gnunet-tools
===================================================================
--- GNUnet/debian/lintian/gnunet-tools                          (rev 0)
+++ GNUnet/debian/lintian/gnunet-tools  2007-07-30 06:51:35 UTC (rev 5395)
@@ -0,0 +1 @@
+gnunet-tools: package-name-doesnt-match-sonames

Added: GNUnet/debian/po/gl.po
===================================================================
--- GNUnet/debian/po/gl.po                              (rev 0)
+++ GNUnet/debian/po/gl.po      2007-07-30 06:51:35 UTC (rev 5395)
@@ -0,0 +1,78 @@
+# Galician translation of gnunet's debconf templates
+# This file is distributed under the same license as the gnunet package.
+# Jacobo Tarrio <address@hidden>, 2007.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gnunet\n"
+"Report-Msgid-Bugs-To: address@hidden"
+"POT-Creation-Date: 2007-06-27 09:09+0000\n"
+"PO-Revision-Date: 2007-06-11 13:21+0200\n"
+"Last-Translator: Jacobo Tarrio <address@hidden>\n"
+"Language-Team: Galician <address@hidden>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../gnunet-daemon.templates:2001
+msgid "Should the GNUnet daemon be launched on boot?"
+msgstr "¿Debe iniciarse o servizo GNUnet co sistema?"
+
+#. Type: boolean
+#. Description
+#: ../gnunet-daemon.templates:2001
+msgid ""
+"If you choose this option, a GNUnet server will be started each time the "
+"system is launched. Otherwise, you will need to launch GNUnet each time you "
+"want to use it."
+msgstr ""
+"Se escolle esta opción, hase iniciar un servidor GNUnet cada vez que inicie "
+"o sistema. Se non, ha ter que iniciar GNUnet cada vez que queira empregalo."
+
+#. Type: string
+#. Description
+#: ../gnunet-daemon.templates:3001
+msgid "GNUnet user:"
+msgstr "Usuario de GNUnet:"
+
+#. Type: string
+#. Description
+#: ../gnunet-daemon.templates:3001
+msgid "Please choose the user that the GNUnet daemon process will run as."
+msgstr "Escolla o usuario co que se ha executar o servizo GNUnet."
+
+#. Type: string
+#. Description
+#: ../gnunet-daemon.templates:3001
+msgid ""
+"This should be a dedicated account. If the specified account does not "
+"already exist, it will automatically be created, with no login shell."
+msgstr ""
+"Debería ser unha conta adicada. Se a conta non existe, hase crear "
+"automaticamente sen intérprete de ordes para se conectar."
+
+#. Type: string
+#. Description
+#: ../gnunet-daemon.templates:4001
+msgid "GNUnet group:"
+msgstr "Grupo de GNUnet:"
+
+#. Type: string
+#. Description
+#: ../gnunet-daemon.templates:4001
+msgid "Please choose the group that the GNUnet daemon process will run as."
+msgstr "Escolla o grupo co que se ha executar o servizo GNUnet."
+
+#. Type: string
+#. Description
+#: ../gnunet-daemon.templates:4001
+msgid ""
+"This should be a dedicated group, not one that already owns data. Only the "
+"members of this group will have access to GNUnet data, and be allowed to "
+"start and stop the GNUnet server."
+msgstr ""
+"Este debería ser un grupo adicado, non un que xa posúa datos. Só os membros "
+"dese grupo han ter acceso aos datos de GNUnet e permiso para iniciar e deter "
+"o servidor GNUnet."

Added: GNUnet/debian/po/nl.po
===================================================================
--- GNUnet/debian/po/nl.po                              (rev 0)
+++ GNUnet/debian/po/nl.po      2007-07-30 06:51:35 UTC (rev 5395)
@@ -0,0 +1,87 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <address@hidden>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gnunet\n"
+"Report-Msgid-Bugs-To: address@hidden"
+"POT-Creation-Date: 2007-06-27 09:09+0000\n"
+"PO-Revision-Date: 2007-04-29 14:40+0100\n"
+"Last-Translator: Bart Cornelis <address@hidden>\n"
+"Language-Team: debian-l10n-dutch <address@hidden>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Dutch\n"
+
+#. Type: boolean
+#. Description
+#: ../gnunet-daemon.templates:2001
+msgid "Should the GNUnet daemon be launched on boot?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../gnunet-daemon.templates:2001
+#, fuzzy
+#| msgid ""
+#| "If you accept here, a GNUnet server will be started each time your "
+#| "machine starts.  If you decline this option, you need to launch GNUnet "
+#| "each time you want to use it."
+msgid ""
+"If you choose this option, a GNUnet server will be started each time the "
+"system is launched. Otherwise, you will need to launch GNUnet each time you "
+"want to use it."
+msgstr ""
+"Als u dit aanvaard wordt de GNUnet-server telkens u het systeem opstart "
+"gestart. Als u dit afslaat dient u GNUnet handmatig te starten telkens u "
+"GNUnet wilt gebruiken."
+
+#. Type: string
+#. Description
+#: ../gnunet-daemon.templates:3001
+msgid "GNUnet user:"
+msgstr "GNUnet-gebruiker:"
+
+#. Type: string
+#. Description
+#: ../gnunet-daemon.templates:3001
+#, fuzzy
+#| msgid "Define the user owning the GNUnet daemon process."
+msgid "Please choose the user that the GNUnet daemon process will run as."
+msgstr ""
+"Als welke gebruiker dient het GNUnet-achtergronddienstproces te draaien?"
+
+#. Type: string
+#. Description
+#: ../gnunet-daemon.templates:3001
+msgid ""
+"This should be a dedicated account. If the specified account does not "
+"already exist, it will automatically be created, with no login shell."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../gnunet-daemon.templates:4001
+msgid "GNUnet group:"
+msgstr "GNUnet-groep:"
+
+#. Type: string
+#. Description
+#: ../gnunet-daemon.templates:4001
+#, fuzzy
+#| msgid "Define the group owning the GNUnet daemon process."
+msgid "Please choose the group that the GNUnet daemon process will run as."
+msgstr ""
+"Welke groep dient eigenaar te zijn van het GNUnet-achtergronddienstproces?"
+
+#. Type: string
+#. Description
+#: ../gnunet-daemon.templates:4001
+msgid ""
+"This should be a dedicated group, not one that already owns data. Only the "
+"members of this group will have access to GNUnet data, and be allowed to "
+"start and stop the GNUnet server."
+msgstr ""

Added: GNUnet/debian/po/ru.po
===================================================================
--- GNUnet/debian/po/ru.po                              (rev 0)
+++ GNUnet/debian/po/ru.po      2007-07-30 06:51:35 UTC (rev 5395)
@@ -0,0 +1,87 @@
+# translation of ru.po to Russian
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Yuri Kozlov <address@hidden>, 2007.
+msgid ""
+msgstr ""
+"Project-Id-Version: gnunet\n"
+"Report-Msgid-Bugs-To: address@hidden"
+"POT-Creation-Date: 2007-06-27 09:09+0000\n"
+"PO-Revision-Date: 2007-06-20 20:50+0400\n"
+"Last-Translator: Yuri Kozlov <address@hidden>\n"
+"Language-Team: Russian <address@hidden>\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"
+
+#. Type: boolean
+#. Description
+#: ../gnunet-daemon.templates:2001
+msgid "Should the GNUnet daemon be launched on boot?"
+msgstr "Запускать демон GNUnet при загрузке?"
+
+#. Type: boolean
+#. Description
+#: ../gnunet-daemon.templates:2001
+msgid ""
+"If you choose this option, a GNUnet server will be started each time the "
+"system is launched. Otherwise, you will need to launch GNUnet each time you "
+"want to use it."
+msgstr ""
+"Если вы ответите утвердительно, сервер GNUnet будет запускаться каждый раз "
+"при загрузке системы. Или же вы можете сами запускать GNUnet каждый раз "
+"когда хотите им воспользоваться."
+
+#. Type: string
+#. Description
+#: ../gnunet-daemon.templates:3001
+msgid "GNUnet user:"
+msgstr "Пользователь GNUnet:"
+
+#. Type: string
+#. Description
+#: ../gnunet-daemon.templates:3001
+msgid "Please choose the user that the GNUnet daemon process will run as."
+msgstr ""
+"Введите пользователя с правами которого должен запускаться процесс демона "
+"GNUnet."
+
+#. Type: string
+#. Description
+#: ../gnunet-daemon.templates:3001
+msgid ""
+"This should be a dedicated account. If the specified account does not "
+"already exist, it will automatically be created, with no login shell."
+msgstr ""
+"Это должна быть выделенная учётная запись. Если введённая учётная запись не "
+"существует, то она будет автоматически создана, при чём она не будет иметь "
+"регистрационную оболочку командной строки."
+
+#. Type: string
+#. Description
+#: ../gnunet-daemon.templates:4001
+msgid "GNUnet group:"
+msgstr "Группа GNUnet:"
+
+#. Type: string
+#. Description
+#: ../gnunet-daemon.templates:4001
+msgid "Please choose the group that the GNUnet daemon process will run as."
+msgstr ""
+"Введите группу с правами которой должен запускаться процесс демона GNUnet."
+
+#. Type: string
+#. Description
+#: ../gnunet-daemon.templates:4001
+msgid ""
+"This should be a dedicated group, not one that already owns data. Only the "
+"members of this group will have access to GNUnet data, and be allowed to "
+"start and stop the GNUnet server."
+msgstr ""
+"Это должна быть выделенная группа, которой не принадлежат какие-либо данные. "
+"Только члены этой группы получат доступ к данным GNUnet и смогут запускать и "
+"останавливать сервер GNUnet."

Added: GNUnet/debian/watch
===================================================================
--- GNUnet/debian/watch                         (rev 0)
+++ GNUnet/debian/watch 2007-07-30 06:51:35 UTC (rev 5395)
@@ -0,0 +1,2 @@
+version=3
+http://www.gnunet.org/download/gnunet-(.*)\.tar\.gz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]