[DRE-commits] [SCM] chef.git branch, master, updated. debian/0.10.10-1-5-gf24bcca

Tollef Fog Heen tfheen at debian.org
Tue Jun 5 17:10:58 UTC 2012


The following commit has been merged in the master branch:
commit 7c5e87b9449ba88272b3c83ec26c6b3c51b49837
Author: Tollef Fog Heen <tfheen at debian.org>
Date:   Tue Jun 5 17:56:06 2012 +0200

    Add Italian debconf translation.  Closes: #663430

diff --git a/debian/changelog b/debian/changelog
index 0b6b1a2..a900362 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ chef (0.10.10-2) unstable; urgency=low
   * Make conflicts/replaces on old packages be versioned.  Closes: #675370
   * Remove /var/lib/chef/cookbook_index on package removal.  Closes: #675365
   * Build-depend on po-debconf, incorporate translated templates.
+  * Add Italian debconf translation.  Closes: #663430
 
  -- Tollef Fog Heen <tfheen at debian.org>  Tue, 05 Jun 2012 17:45:30 +0200
 
diff --git a/debian/po/it.po b/debian/po/it.po
new file mode 100644
index 0000000..34e7e23
--- /dev/null
+++ b/debian/po/it.po
@@ -0,0 +1,94 @@
+# Italian translation of chef debconf messages.
+# Copyright (C) 2012, chef package copyright holder.
+# This file is distributed under the same license as the chef package.
+# Beatrice Torracca <beatricet at libero.it>, 2012.
+msgid ""
+msgstr ""
+"Project-Id-Version: chef 0.8.16-4.2\n"
+"Report-Msgid-Bugs-To: chef at packages.debian.org\n"
+"POT-Creation-Date: 2010-06-24 06:01+0200\n"
+"PO-Revision-Date: 2012-02-29 17:21+0200\n"
+"Last-Translator: Beatrice Torracca <beatricet at libero.it>\n"
+"Language-Team: Italian <debian-l10n-italian at lists.debian.org>\n"
+"Language: it\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Virtaal 0.7.1\n"
+
+#. Type: string
+#. Description
+#: ../chef.templates:2001
+msgid "Chef server URL:"
+msgstr "URL del server Chef:"
+
+#. Type: string
+#. Description
+#: ../chef.templates:2001
+msgid ""
+"Please specify the full URL that clients will use to connect to the Chef "
+"server (for instance \"http://chef.example.com:4000\")."
+msgstr ""
+"Specificare l'URL completo che i client useranno per connettersi al server "
+"Chef (ad esempio «http://chef.example.com:4000»)."
+
+#. Type: password
+#. Description
+#: ../chef-solr.templates:2001
+msgid "Password for the AMQP user \"chef\":"
+msgstr "Password per l'utente AMQP «chef»:"
+
+#. Type: password
+#. Description
+#: ../chef-solr.templates:2001
+msgid ""
+"Please choose a password for the default user (named \"chef\") in the AMQP "
+"server queue, under the default RabbitMQ vhost (also \"/chef\")."
+msgstr ""
+"Scegliere una password per l'utente predefinito (chiamato «chef») nella coda "
+"del server AMQP, nel vhost RabbitMQ predefinito («/chef»)."
+
+#. Type: password
+#. Description
+#: ../chef-solr.templates:2001
+msgid ""
+"RabbitMQ's rabbitmqctl program, which will be used to set this password, "
+"cannot read input from a file. Instead it will be passed as a command-line "
+"argument, so the password should not include any shell meta-characters that "
+"could cause errors, such as \"!\"."
+msgstr ""
+"Il programma rabbitmqctl di RabbitMQ, che sarà usato per impostare questa "
+"password, non può leggere l'input da un file. Sarà invece passata come "
+"argomento nella riga di comando, perciò la password non dovrebbe contenere "
+"alcun metacarattere della shell che potrebbe causare errori, come «!»."
+
+#. Type: password
+#. Description
+#: ../chef-server-webui.templates:2001
+msgid "Temporary password for the Chef server user \"admin\":"
+msgstr "Password temporanea per l'utente «admin» del server Chef:"
+
+#. Type: password
+#. Description
+#: ../chef-server-webui.templates:2001
+msgid ""
+"Please choose a temporary password for the first time the \"admin\" user "
+"logs into the Chef server web interface. It should be changed immediately "
+"after being used."
+msgstr ""
+"Scegliere una password temporanea per il primo login dell'utente «admin» "
+"nell'interfaccia web del server Chef. Dovrebbe essere cambiata "
+"immediatamente dopo essere stata usata."
+
+#. Type: password
+#. Description
+#: ../chef-server-webui.templates:2001
+msgid ""
+"This password must be at least six characters long. If no password is "
+"entered, a default value will be used which is displayed on the Chef server "
+"web interface home page."
+msgstr ""
+"Questa password deve essere lunga almeno sei caratteri. Se non viene "
+"inserita una password, verrà usato un valore predefinito che è mostrato "
+"nella pagina principale dell'interfaccia web del server Chef."

-- 
chef.git



More information about the Pkg-ruby-extras-commits mailing list