diff options
author | Bertrand Marc <beberking@gmail.com> | 2012-04-21 11:41:52 +0200 |
---|---|---|
committer | Bertrand Marc <beberking@gmail.com> | 2012-05-02 21:43:40 +0200 |
commit | 58eba9c3ad9b5dfd6234a081121a9ef32613e3f8 (patch) | |
tree | 88a111d50cecc0030d700756c704548f207f59c9 /debian/po/templates.pot | |
parent | 2b81464a43485fcc8ce079fafdee7b7a171835f4 (diff) |
Imported Debian patch 0.9.2-1
Diffstat (limited to 'debian/po/templates.pot')
-rw-r--r-- | debian/po/templates.pot | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/debian/po/templates.pot b/debian/po/templates.pot new file mode 100644 index 0000000..6c555aa --- /dev/null +++ b/debian/po/templates.pot @@ -0,0 +1,73 @@ +# LANGUAGE translation of gnunet debconf templates. +# Copyright (C) YEAR FULL NAME <EMAIL> +# This file is distributed under the same license as the gnunet package. +# +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: gnunet@packages.debian.org\n" +"POT-Creation-Date: 2009-08-05 10:52+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: string +#. Description +#: ../gnunet-server.templates:1001 +msgid "GNUnet user:" +msgstr "" + +#. Type: string +#. Description +#: ../gnunet-server.templates:1001 +msgid "Please choose the user that the GNUnet server process will run as." +msgstr "" + +#. Type: string +#. Description +#: ../gnunet-server.templates:1001 +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-server.templates:2001 +msgid "GNUnet group:" +msgstr "" + +#. Type: string +#. Description +#: ../gnunet-server.templates:2001 +msgid "Please choose the group that the GNUnet server process will run as." +msgstr "" + +#. Type: string +#. Description +#: ../gnunet-server.templates:2001 +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 "" + +#. Type: boolean +#. Description +#: ../gnunet-server.templates:3001 +msgid "Should the GNUnet server be launched on boot?" +msgstr "" + +#. Type: boolean +#. Description +#: ../gnunet-server.templates:3001 +msgid "" +"If you choose this option, a GNUnet server will be launched each time the " +"system is started. Otherwise, you will need to launch GNUnet each time you " +"want to use it." +msgstr "" |