From ea95b4825ecea5ea9e12028ff277d902ec584b2e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Jul 2017 10:40:31 +0200 Subject: Adding debconf handling for /etc/container-tools/keys. Signed-off-by: Daniel Baumann --- debian/open-infrastructure-container-tools.config | 4 ++ .../open-infrastructure-container-tools.postinst | 4 ++ debian/open-infrastructure-container-tools.postrm | 1 + .../open-infrastructure-container-tools.templates | 10 +++ debian/po/fr.po | 77 ++++++++++++++------ debian/po/nl.po | 84 +++++++++++++++------- debian/po/pt.po | 75 +++++++++++++------ debian/po/pt_BR.po | 75 +++++++++++++------ debian/po/templates.pot | 51 +++++++++---- 9 files changed, 278 insertions(+), 103 deletions(-) diff --git a/debian/open-infrastructure-container-tools.config b/debian/open-infrastructure-container-tools.config index 9aaeb83..5cc0771 100644 --- a/debian/open-infrastructure-container-tools.config +++ b/debian/open-infrastructure-container-tools.config @@ -22,6 +22,10 @@ db_settitle open-infrastructure-container-tools/title db_input low open-infrastructure-container-tools/hooks || true db_go +db_settitle open-infrastructure-container-tools/title +db_input low open-infrastructure-container-tools/keys || true +db_go + db_settitle open-infrastructure-container-tools/title db_input low open-infrastructure-container-tools/cache || true db_go diff --git a/debian/open-infrastructure-container-tools.postinst b/debian/open-infrastructure-container-tools.postinst index 63530b2..7a04ebf 100755 --- a/debian/open-infrastructure-container-tools.postinst +++ b/debian/open-infrastructure-container-tools.postinst @@ -59,6 +59,9 @@ case "${1}" in db_get open-infrastructure-container-tools/hooks HOOKS="${RET:-/etc/container-tools/hooks}" # string (w/o empty) + db_get open-infrastructure-container-tools/keys + KEYS="${RET:-/etc/container-tools/keys}" # string (w/o empty) + db_get open-infrastructure-container-tools/cache CACHE="${RET:-/var/cache/container-tools}" # string (w/o empty) @@ -74,6 +77,7 @@ case "${1}" in Install "/etc/container-tools/config" "${CONFIG}" Install "/etc/container-tools/debconf" "${DEBCONF}" Install "/etc/container-tools/hooks" "${HOOKS}" + Install "/etc/container-tools/keys" "${KEYS}" Install "/var/cache/container-tools" "${CACHE}" update-alternatives --quiet --set container-tools_script "/usr/share/container-tools/scripts/${SCRIPT}" diff --git a/debian/open-infrastructure-container-tools.postrm b/debian/open-infrastructure-container-tools.postrm index 71c969f..196899e 100755 --- a/debian/open-infrastructure-container-tools.postrm +++ b/debian/open-infrastructure-container-tools.postrm @@ -33,6 +33,7 @@ case "${1}" in Remove /etc/container-tools/debconf Remove /etc/container-tools/config Remove /etc/container-tools/hooks + Remove /etc/container-tools/keys Remove /var/lib/machines ;; diff --git a/debian/open-infrastructure-container-tools.templates b/debian/open-infrastructure-container-tools.templates index 13df6d0..c4fc677 100644 --- a/debian/open-infrastructure-container-tools.templates +++ b/debian/open-infrastructure-container-tools.templates @@ -41,6 +41,16 @@ _Description: debconf directory: If unsure, use /etc/container-tools/hooks (default) or /srv/container/hooks when using shared storage. +Template: open-infrastructure-container-tools/keys +Type: string +_Default: /etc/container-tools/keys +_Description: debconf directory: + Please specify the directory that will be used to store the container + keys for verifying container image downloads. + . + If unsure, use /etc/container-tools/keys (default) or + /srv/container/keys when using shared storage. + Template: open-infrastructure-container-tools/cache Type: string _Default: /var/cache/container-tools diff --git a/debian/po/fr.po b/debian/po/fr.po index 6161785..39c594e 100644 --- a/debian/po/fr.po +++ b/debian/po/fr.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: open-infrastructure-container-tools\n" "Report-Msgid-Bugs-To: open-infrastructure-container-tools@packages.debian." "org\n" -"POT-Creation-Date: 2016-12-30 20:10+0100\n" +"POT-Creation-Date: 2017-07-23 10:37+0200\n" "PO-Revision-Date: 2016-08-09 15:23+0100\n" "Last-Translator: Jean-Pierre Giraud \n" "Language-Team: French \n" @@ -46,8 +46,8 @@ msgstr "" #. Description #: ../open-infrastructure-container-tools.templates:2002 msgid "" -"If unsure, use /var/lib/machines (default) or /srv/container/system when using " -"shared storage." +"If unsure, use /var/lib/machines (default) or /srv/container/system when " +"using shared storage." msgstr "" "En cas de doute, utilisez /var/lib/machines (répertoire par défaut) ou /srv/" "container/system si vous utilisez un stockage partagé." @@ -82,8 +82,7 @@ msgid "" "config when using shared storage." msgstr "" "En cas de doute, utilisez /etc/container-tools/config (répertoire par " -"défaut) ou /srv/container/config si vous utilisez un " -"stockage partagé." +"défaut) ou /srv/container/config si vous utilisez un stockage partagé." #. Type: string #. Default @@ -95,8 +94,11 @@ msgstr "/etc/container-tools/debconf" #. Description #. Type: string #. Description +#. Type: string +#. Description #: ../open-infrastructure-container-tools.templates:4002 #: ../open-infrastructure-container-tools.templates:5002 +#: ../open-infrastructure-container-tools.templates:6002 msgid "debconf directory:" msgstr "Répertoire de la configuration Debian :" @@ -118,8 +120,7 @@ msgid "" "debconf when using shared storage." msgstr "" "En cas de doute, utilisez /etc/container-tools/debconf (répertoire par " -"défaut) ou /srv/container/debconf si vous utilisez un " -"stockage partagé." +"défaut) ou /srv/container/debconf si vous utilisez un stockage partagé." #. Type: string #. Default @@ -138,25 +139,55 @@ msgstr "" #. Description #: ../open-infrastructure-container-tools.templates:5002 msgid "" -"If unsure, use /etc/container-tools/hooks (default) or /srv/container/" -"hooks when using shared storage." +"If unsure, use /etc/container-tools/hooks (default) or /srv/container/hooks " +"when using shared storage." msgstr "" #. Type: string #. Default #: ../open-infrastructure-container-tools.templates:6001 +msgid "/etc/container-tools/keys" +msgstr "/etc/container-tools/keys" + +#. Type: string +#. Description +#: ../open-infrastructure-container-tools.templates:6002 +#, fuzzy +#| msgid "" +#| "Please specify the directory that will be used to store the container " +#| "configuration files." +msgid "" +"Please specify the directory that will be used to store the container keys " +"for verifying container image downloads." +msgstr "" +"Veuillez indiquer le répertoire qui sera utilisé pour stocker les fichiers " +"de configuration du conteneur." + +#. Type: string +#. Description +#: ../open-infrastructure-container-tools.templates:6002 +msgid "" +"If unsure, use /etc/container-tools/keys (default) or /srv/container/keys " +"when using shared storage." +msgstr "" +"En cas de doute, utilisez /etc/container-tools/keys (répertoire par " +"défaut) ou /srv/container/keys si vous utilisez un stockage partagé." + +#. Type: string +#. Default +#: ../open-infrastructure-container-tools.templates:7001 msgid "/var/cache/container-tools" msgstr "/var/cache/container-tools" #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:6002 +#: ../open-infrastructure-container-tools.templates:7002 msgid "cache directory:" msgstr "Répertoire cache :" #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:6002 +#: ../open-infrastructure-container-tools.templates:7002 msgid "" "Please specify the directory that will be used to cache files during " "creation of containers." @@ -166,29 +197,29 @@ msgstr "" #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:6002 +#: ../open-infrastructure-container-tools.templates:7002 msgid "" -"If unsure, use /var/cache/container-tools (default) or /srv/container/" -"cache when using shared storage." +"If unsure, use /var/cache/container-tools (default) or /srv/container/cache " +"when using shared storage." msgstr "" "En cas de doute, utilisez /var/cache/container-tools (répertoire par défaut) " "ou /srv/container/cache si vous utilisez un stockage partagé." #. Type: select #. Choices -#: ../open-infrastructure-container-tools.templates:7001 +#: ../open-infrastructure-container-tools.templates:8001 msgid "${SCRIPT_CHOICES}" msgstr "${SCRIPT_CHOICES}" #. Type: select #. Description -#: ../open-infrastructure-container-tools.templates:7002 +#: ../open-infrastructure-container-tools.templates:8002 msgid "create script:" msgstr "Créez un script :" #. Type: select #. Description -#: ../open-infrastructure-container-tools.templates:7002 +#: ../open-infrastructure-container-tools.templates:8002 msgid "" "Please select the script that will be used by default to create containers." msgstr "" @@ -197,19 +228,19 @@ msgstr "" #. Type: select #. Description -#: ../open-infrastructure-container-tools.templates:7002 +#: ../open-infrastructure-container-tools.templates:8002 msgid "If unsure, use debian (default)." msgstr "En cas de doute, utilisez debian (par défaut)." #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:8002 +#: ../open-infrastructure-container-tools.templates:9002 msgid "IRC notifications:" msgstr "" #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:8002 +#: ../open-infrastructure-container-tools.templates:9002 msgid "" "The container command can send IRC notifications via irker to one or more " "(whitespace separated) IRC channels." @@ -217,7 +248,7 @@ msgstr "" #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:8002 +#: ../open-infrastructure-container-tools.templates:9002 msgid "" "The following example will send IRC notifications to the open-infrastructure " "channel on irc.oftc.net:" @@ -225,12 +256,12 @@ msgstr "" #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:8002 +#: ../open-infrastructure-container-tools.templates:9002 msgid " irc://irc.oftc.net:6668/open-infrastructure" msgstr "" #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:8002 +#: ../open-infrastructure-container-tools.templates:9002 msgid "If unsure, leave empty (default)." msgstr "" diff --git a/debian/po/nl.po b/debian/po/nl.po index b20dfb7..66f91b4 100644 --- a/debian/po/nl.po +++ b/debian/po/nl.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: open-infrastructure-container-tools\n" "Report-Msgid-Bugs-To: open-infrastructure-container-tools@packages.debian." "org\n" -"POT-Creation-Date: 2016-12-30 20:10+0100\n" +"POT-Creation-Date: 2017-07-23 10:37+0200\n" "PO-Revision-Date: 2016-08-02 21:35+0200\n" "Last-Translator: Frans Spiesschaert \n" "Language-Team: Debian Dutch l10n Team \n" @@ -46,8 +46,8 @@ msgstr "" #. Description #: ../open-infrastructure-container-tools.templates:2002 msgid "" -"If unsure, use /var/lib/machines (default) or /srv/container/system when using " -"shared storage." +"If unsure, use /var/lib/machines (default) or /srv/container/system when " +"using shared storage." msgstr "" "Indien u twijfelt, gebruik dan /var/lib/machines (standaard) of /srv/" "container/system in het geval er gebruik gemaakt wordt van gedeelde opslag." @@ -82,8 +82,8 @@ msgid "" "config when using shared storage." msgstr "" "Indien u twijfelt, gebruik dan /etc/container-tools/config (standaard) of /" -"srv/container/config in het geval er gebruik gemaakt wordt " -"van gedeelde opslag." +"srv/container/config in het geval er gebruik gemaakt wordt van gedeelde " +"opslag." #. Type: string #. Default @@ -95,8 +95,11 @@ msgstr "/etc/container-tools/debconf" #. Description #. Type: string #. Description +#. Type: string +#. Description #: ../open-infrastructure-container-tools.templates:4002 #: ../open-infrastructure-container-tools.templates:5002 +#: ../open-infrastructure-container-tools.templates:6002 msgid "debconf directory:" msgstr "debconf-map:" @@ -118,8 +121,8 @@ msgid "" "debconf when using shared storage." msgstr "" "Indien u twijfelt, gebruik dan /etc/container-tools/debconf (standaard) of /" -"srv/container/debconf in het geval er gebruik gemaakt wordt " -"van gedeelde opslag." +"srv/container/debconf in het geval er gebruik gemaakt wordt van gedeelde " +"opslag." #. Type: string #. Default @@ -138,25 +141,56 @@ msgstr "" #. Description #: ../open-infrastructure-container-tools.templates:5002 msgid "" -"If unsure, use /etc/container-tools/hooks (default) or /srv/container/" -"hooks when using shared storage." +"If unsure, use /etc/container-tools/hooks (default) or /srv/container/hooks " +"when using shared storage." msgstr "" #. Type: string #. Default #: ../open-infrastructure-container-tools.templates:6001 +msgid "/etc/container-tools/keys" +msgstr "/etc/container-tools/keys" + +#. Type: string +#. Description +#: ../open-infrastructure-container-tools.templates:6002 +#, fuzzy +#| msgid "" +#| "Please specify the directory that will be used to store the container " +#| "configuration files." +msgid "" +"Please specify the directory that will be used to store the container keys " +"for verifying container image downloads." +msgstr "" +"Geef op welke map gebruikt zal worden om de configuratiebestanden van de " +"containers in op te slaan." + +#. Type: string +#. Description +#: ../open-infrastructure-container-tools.templates:6002 +msgid "" +"If unsure, use /etc/container-tools/keys (default) or /srv/container/keys " +"when using shared storage." +msgstr "" +"Indien u twijfelt, gebruik dan /etc/container-tools/keys (standaard) of /" +"srv/container/keys in het geval er gebruik gemaakt wordt van gedeelde " +"opslag." + +#. Type: string +#. Default +#: ../open-infrastructure-container-tools.templates:7001 msgid "/var/cache/container-tools" msgstr "/var/cache/container-tools" #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:6002 +#: ../open-infrastructure-container-tools.templates:7002 msgid "cache directory:" msgstr "cache-map:" #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:6002 +#: ../open-infrastructure-container-tools.templates:7002 msgid "" "Please specify the directory that will be used to cache files during " "creation of containers." @@ -166,30 +200,30 @@ msgstr "" #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:6002 +#: ../open-infrastructure-container-tools.templates:7002 msgid "" -"If unsure, use /var/cache/container-tools (default) or /srv/container/" -"cache when using shared storage." +"If unsure, use /var/cache/container-tools (default) or /srv/container/cache " +"when using shared storage." msgstr "" "Indien u twijfelt, gebruik dan /var/cache/container-tools (standaard) of /" -"srv/container/cache in het geval er gebruik gemaakt wordt " -"van gedeelde opslag." +"srv/container/cache in het geval er gebruik gemaakt wordt van gedeelde " +"opslag." #. Type: select #. Choices -#: ../open-infrastructure-container-tools.templates:7001 +#: ../open-infrastructure-container-tools.templates:8001 msgid "${SCRIPT_CHOICES}" msgstr "${SCRIPT_CHOICES}" #. Type: select #. Description -#: ../open-infrastructure-container-tools.templates:7002 +#: ../open-infrastructure-container-tools.templates:8002 msgid "create script:" msgstr "aanmaakscript:" #. Type: select #. Description -#: ../open-infrastructure-container-tools.templates:7002 +#: ../open-infrastructure-container-tools.templates:8002 msgid "" "Please select the script that will be used by default to create containers." msgstr "" @@ -197,19 +231,19 @@ msgstr "" #. Type: select #. Description -#: ../open-infrastructure-container-tools.templates:7002 +#: ../open-infrastructure-container-tools.templates:8002 msgid "If unsure, use debian (default)." msgstr "Indien u twijfelt, gebruik dan debian (standaard)." #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:8002 +#: ../open-infrastructure-container-tools.templates:9002 msgid "IRC notifications:" msgstr "" #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:8002 +#: ../open-infrastructure-container-tools.templates:9002 msgid "" "The container command can send IRC notifications via irker to one or more " "(whitespace separated) IRC channels." @@ -217,7 +251,7 @@ msgstr "" #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:8002 +#: ../open-infrastructure-container-tools.templates:9002 msgid "" "The following example will send IRC notifications to the open-infrastructure " "channel on irc.oftc.net:" @@ -225,12 +259,12 @@ msgstr "" #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:8002 +#: ../open-infrastructure-container-tools.templates:9002 msgid " irc://irc.oftc.net:6668/open-infrastructure" msgstr "" #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:8002 +#: ../open-infrastructure-container-tools.templates:9002 msgid "If unsure, leave empty (default)." msgstr "" diff --git a/debian/po/pt.po b/debian/po/pt.po index bacb764..9d744bb 100644 --- a/debian/po/pt.po +++ b/debian/po/pt.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: open-infrastructure-container-tools 20161101-lts2-2\n" "Report-Msgid-Bugs-To: open-infrastructure-container-tools@packages.debian." "org\n" -"POT-Creation-Date: 2016-12-30 20:10+0100\n" +"POT-Creation-Date: 2017-07-23 10:37+0200\n" "PO-Revision-Date: 2017-03-30 22:06+0000\n" "Last-Translator: Rui Branco \n" "Language-Team: Portuguese \n" @@ -47,11 +47,11 @@ msgstr "" #. Description #: ../open-infrastructure-container-tools.templates:2002 msgid "" -"If unsure, use /var/lib/machines (default) or /srv/container/system when using " -"shared storage." +"If unsure, use /var/lib/machines (default) or /srv/container/system when " +"using shared storage." msgstr "" -"Em caso de dúvida utilize /var/lib/machines (predefinido) ou /srv/container/system " -"quando utilizar armazenamento partilhado." +"Em caso de dúvida utilize /var/lib/machines (predefinido) ou /srv/container/" +"system quando utilizar armazenamento partilhado." #. Type: string #. Default @@ -95,8 +95,11 @@ msgstr "/etc/container-tools/debconf" #. Description #. Type: string #. Description +#. Type: string +#. Description #: ../open-infrastructure-container-tools.templates:4002 #: ../open-infrastructure-container-tools.templates:5002 +#: ../open-infrastructure-container-tools.templates:6002 msgid "debconf directory:" msgstr "Directório do debconf:" @@ -137,8 +140,8 @@ msgstr "" #. Description #: ../open-infrastructure-container-tools.templates:5002 msgid "" -"If unsure, use /etc/container-tools/hooks (default) or /srv/container/" -"hooks when using shared storage." +"If unsure, use /etc/container-tools/hooks (default) or /srv/container/hooks " +"when using shared storage." msgstr "" "Em caso de dúvida utilize /etc/container-tools/hooks (predefinido) ou /srv/" "container/hooks quando utilizar armazenamento partilhado." @@ -146,18 +149,48 @@ msgstr "" #. Type: string #. Default #: ../open-infrastructure-container-tools.templates:6001 +msgid "/etc/container-tools/keys" +msgstr "/etc/container-tools/keys" + +#. Type: string +#. Description +#: ../open-infrastructure-container-tools.templates:6002 +#, fuzzy +#| msgid "" +#| "Please specify the directory that will be used to store the container " +#| "configuration files." +msgid "" +"Please specify the directory that will be used to store the container keys " +"for verifying container image downloads." +msgstr "" +"Por favor especifique um directório que será usado para guardar os ficheiros " +"de configuração do 'container'." + +#. Type: string +#. Description +#: ../open-infrastructure-container-tools.templates:6002 +msgid "" +"If unsure, use /etc/container-tools/keys (default) or /srv/container/keys " +"when using shared storage." +msgstr "" +"Em caso de dúvida utilize /etc/container-tools/keys (predefinido) ou /srv/" +"container/keys quando utilizar armazenamento partilhado." + +#. Type: string +#. Default +#: ../open-infrastructure-container-tools.templates:7001 msgid "/var/cache/container-tools" msgstr "/var/cache/container-tools" #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:6002 +#: ../open-infrastructure-container-tools.templates:7002 msgid "cache directory:" msgstr "Directório de cache:" #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:6002 +#: ../open-infrastructure-container-tools.templates:7002 msgid "" "Please specify the directory that will be used to cache files during " "creation of containers." @@ -167,29 +200,29 @@ msgstr "" #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:6002 +#: ../open-infrastructure-container-tools.templates:7002 msgid "" -"If unsure, use /var/cache/container-tools (default) or /srv/container/" -"cache when using shared storage." +"If unsure, use /var/cache/container-tools (default) or /srv/container/cache " +"when using shared storage." msgstr "" "Em caso de dúvida utilize /var/cache/container-tools (predefinido) ou /srv/" "container/cache quando utilizar armazenamento partilhado." #. Type: select #. Choices -#: ../open-infrastructure-container-tools.templates:7001 +#: ../open-infrastructure-container-tools.templates:8001 msgid "${SCRIPT_CHOICES}" msgstr "${SCRIPT_CHOICES}" #. Type: select #. Description -#: ../open-infrastructure-container-tools.templates:7002 +#: ../open-infrastructure-container-tools.templates:8002 msgid "create script:" msgstr "Criar script:" #. Type: select #. Description -#: ../open-infrastructure-container-tools.templates:7002 +#: ../open-infrastructure-container-tools.templates:8002 msgid "" "Please select the script that will be used by default to create containers." msgstr "" @@ -198,19 +231,19 @@ msgstr "" #. Type: select #. Description -#: ../open-infrastructure-container-tools.templates:7002 +#: ../open-infrastructure-container-tools.templates:8002 msgid "If unsure, use debian (default)." msgstr "Em caso de dúvida utilize debian (predefinido)." #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:8002 +#: ../open-infrastructure-container-tools.templates:9002 msgid "IRC notifications:" msgstr "" #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:8002 +#: ../open-infrastructure-container-tools.templates:9002 msgid "" "The container command can send IRC notifications via irker to one or more " "(whitespace separated) IRC channels." @@ -218,7 +251,7 @@ msgstr "" #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:8002 +#: ../open-infrastructure-container-tools.templates:9002 msgid "" "The following example will send IRC notifications to the open-infrastructure " "channel on irc.oftc.net:" @@ -226,12 +259,12 @@ msgstr "" #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:8002 +#: ../open-infrastructure-container-tools.templates:9002 msgid " irc://irc.oftc.net:6668/open-infrastructure" msgstr "" #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:8002 +#: ../open-infrastructure-container-tools.templates:9002 msgid "If unsure, leave empty (default)." msgstr "" diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po index 5d11120..3f83533 100644 --- a/debian/po/pt_BR.po +++ b/debian/po/pt_BR.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: open-infrastructure-container-tools\n" "Report-Msgid-Bugs-To: open-infrastructure-container-tools@packages.debian." "org\n" -"POT-Creation-Date: 2016-12-30 20:10+0100\n" +"POT-Creation-Date: 2017-07-23 10:37+0200\n" "PO-Revision-Date: 2016-08-25 22:07-0300\n" "Last-Translator: Adriano Rafael Gomes \n" "Language-Team: Brazilian Portuguese \n" "Language-Team: LANGUAGE \n" @@ -88,8 +88,11 @@ msgstr "" #. Description #. Type: string #. Description +#. Type: string +#. Description #: ../open-infrastructure-container-tools.templates:4002 #: ../open-infrastructure-container-tools.templates:5002 +#: ../open-infrastructure-container-tools.templates:6002 msgid "debconf directory:" msgstr "" @@ -133,26 +136,48 @@ msgstr "" #. Type: string #. Default #: ../open-infrastructure-container-tools.templates:6001 -msgid "/var/cache/container-tools" +msgid "/etc/container-tools/keys" msgstr "" #. Type: string #. Description #: ../open-infrastructure-container-tools.templates:6002 -msgid "cache directory:" +msgid "" +"Please specify the directory that will be used to store the container keys " +"for verifying container image downloads." msgstr "" #. Type: string #. Description #: ../open-infrastructure-container-tools.templates:6002 msgid "" +"If unsure, use /etc/container-tools/keys (default) or /srv/container/keys " +"when using shared storage." +msgstr "" + +#. Type: string +#. Default +#: ../open-infrastructure-container-tools.templates:7001 +msgid "/var/cache/container-tools" +msgstr "" + +#. Type: string +#. Description +#: ../open-infrastructure-container-tools.templates:7002 +msgid "cache directory:" +msgstr "" + +#. Type: string +#. Description +#: ../open-infrastructure-container-tools.templates:7002 +msgid "" "Please specify the directory that will be used to cache files during " "creation of containers." msgstr "" #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:6002 +#: ../open-infrastructure-container-tools.templates:7002 msgid "" "If unsure, use /var/cache/container-tools (default) or /srv/container/cache " "when using shared storage." @@ -160,38 +185,38 @@ msgstr "" #. Type: select #. Choices -#: ../open-infrastructure-container-tools.templates:7001 +#: ../open-infrastructure-container-tools.templates:8001 msgid "${SCRIPT_CHOICES}" msgstr "" #. Type: select #. Description -#: ../open-infrastructure-container-tools.templates:7002 +#: ../open-infrastructure-container-tools.templates:8002 msgid "create script:" msgstr "" #. Type: select #. Description -#: ../open-infrastructure-container-tools.templates:7002 +#: ../open-infrastructure-container-tools.templates:8002 msgid "" "Please select the script that will be used by default to create containers." msgstr "" #. Type: select #. Description -#: ../open-infrastructure-container-tools.templates:7002 +#: ../open-infrastructure-container-tools.templates:8002 msgid "If unsure, use debian (default)." msgstr "" #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:8002 +#: ../open-infrastructure-container-tools.templates:9002 msgid "IRC notifications:" msgstr "" #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:8002 +#: ../open-infrastructure-container-tools.templates:9002 msgid "" "The container command can send IRC notifications via irker to one or more " "(whitespace separated) IRC channels." @@ -199,7 +224,7 @@ msgstr "" #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:8002 +#: ../open-infrastructure-container-tools.templates:9002 msgid "" "The following example will send IRC notifications to the open-infrastructure " "channel on irc.oftc.net:" @@ -207,12 +232,12 @@ msgstr "" #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:8002 +#: ../open-infrastructure-container-tools.templates:9002 msgid " irc://irc.oftc.net:6668/open-infrastructure" msgstr "" #. Type: string #. Description -#: ../open-infrastructure-container-tools.templates:8002 +#: ../open-infrastructure-container-tools.templates:9002 msgid "If unsure, leave empty (default)." msgstr "" -- cgit v1.2.3