[Python-apps-commits] r1853 - in packages/planet/trunk/debian (5 files)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Wed Sep 24 19:52:52 UTC 2008
Date: Wednesday, September 24, 2008 @ 19:52:50
Author: arnau
Revision: 1853
* debian/po:
+ Add Brazilian Portuguese translation. Thanks to Adriano Rafael
Gomes. Closes: #487416.
* Add lintian override because planet ships its own version of
feedparser.
Added:
packages/planet/trunk/debian/binary.lintian-overrides
packages/planet/trunk/debian/po/pt_BR.po
Modified:
packages/planet/trunk/debian/changelog
packages/planet/trunk/debian/dirs
packages/planet/trunk/debian/rules
Added: packages/planet/trunk/debian/binary.lintian-overrides
===================================================================
--- packages/planet/trunk/debian/binary.lintian-overrides (rev 0)
+++ packages/planet/trunk/debian/binary.lintian-overrides 2008-09-24 19:52:50 UTC (rev 1853)
@@ -0,0 +1,2 @@
+# Planet ships its own version of feedparser
+planet: embedded-feedparser-library
Modified: packages/planet/trunk/debian/changelog
===================================================================
--- packages/planet/trunk/debian/changelog 2008-09-24 17:26:12 UTC (rev 1852)
+++ packages/planet/trunk/debian/changelog 2008-09-24 19:52:50 UTC (rev 1853)
@@ -1,3 +1,13 @@
+planet (2.0-14) unstable; urgency=low
+
+ * debian/po:
+ + Add Brazilian Portuguese translation. Thanks to Adriano Rafael
+ Gomes. Closes: #487416.
+ * Add lintian override because planet ships its own version of
+ feedparser.
+
+ -- Arnaud Fontaine <arnau at debian.org> Wed, 24 Sep 2008 19:25:20 +0100
+
planet (2.0-13) unstable; urgency=low
[ Arnaud Fontaine ]
Modified: packages/planet/trunk/debian/dirs
===================================================================
--- packages/planet/trunk/debian/dirs 2008-09-24 17:26:12 UTC (rev 1852)
+++ packages/planet/trunk/debian/dirs 2008-09-24 19:52:50 UTC (rev 1853)
@@ -4,3 +4,4 @@
var/lib/planet/www/
var/lib/planet/www/images/
etc/
+usr/share/lintian/overrides/
Added: packages/planet/trunk/debian/po/pt_BR.po
===================================================================
--- packages/planet/trunk/debian/po/pt_BR.po (rev 0)
+++ packages/planet/trunk/debian/po/pt_BR.po 2008-09-24 19:52:50 UTC (rev 1853)
@@ -0,0 +1,111 @@
+# planet Brazilian Portuguese translation
+# Copyright (C) 2008 THE planet'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the planet package.
+# Adriano Rafael Gomes <adrianorg at gmail.com>, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: planet 2.0-12\n"
+"Report-Msgid-Bugs-To: arnau at debian.org\n"
+"POT-Creation-Date: 2007-04-15 11:23+0200\n"
+"PO-Revision-Date: 2008-06-08 16:50-0300\n"
+"Last-Translator: Adriano Rafael Gomes <adrianorg at gmail.com>\n"
+"Language-Team: l10n Portuguese <debian-l10n-portuguese at lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"pt_BR utf-8\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid "Do you want to manage automatically the planet configuration?"
+msgstr "Você quer gerenciar automaticamente a configuração do planet?"
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid ""
+"You can manage automatically the configuration of planet, or manually edit /"
+"etc/planet.conf to suit your needs."
+msgstr ""
+"Você pode gerenciar automaticamente a configuração do planet, ou editar "
+"manualmente o arquivo /etc/planet.conf para atender às suas necessidades."
+
+#. Type: select
+#. Description
+#: ../templates:2001
+msgid "Template to use:"
+msgstr "Modelo a usar:"
+
+#. Type: select
+#. Description
+#: ../templates:2001
+msgid ""
+"You can choose between a basic and a fancy template for the output of "
+"planet. Fancy uses a CSS and images, whereas basic does not. Select the one "
+"you would like to have."
+msgstr ""
+"Você pode escolher entre um modelo básico e um elaborado (\"fancy\") para a "
+"saÃda produzida pelo planet. O modelo elaborado usa CSS e imagens, enquanto "
+"o básico não. Selecione qual você gostaria de usar."
+
+#. Type: string
+#. Description
+#: ../templates:3001
+msgid "Planet's name:"
+msgstr "Nome do planeta:"
+
+#. Type: string
+#. Description
+#: ../templates:3001
+msgid ""
+"Please enter the name you would like for your planet. `Planet "
+"'organization'' is usually a good choice."
+msgstr ""
+"Por favor, informe o nome que você gostaria de dar para o seu planeta. "
+"'Planeta 'organização'' é geralmente uma boa escolha."
+
+#. Type: string
+#. Description
+#: ../templates:4001
+msgid "Link to the planet main page:"
+msgstr "Link para a página principal do planeta:"
+
+#. Type: string
+#. Description
+#: ../templates:4001
+msgid "Please enter the URL where your planet will be available."
+msgstr "Por favor, informe a URL onde o seu planeta estará disponÃvel."
+
+#. Type: string
+#. Description
+#: ../templates:5001
+msgid "Owner's name:"
+msgstr "Nome do proprietário:"
+
+#. Type: string
+#. Description
+#: ../templates:5001
+msgid ""
+"Please enter the name and surname of the person to contact concerning "
+"problems about your planet."
+msgstr ""
+"Por favor, informe o nome e sobrenome da pessoa a ser contatada com relação "
+"a problemas sobre o seu planeta."
+
+#. Type: string
+#. Description
+#: ../templates:6001
+msgid "Owner's email:"
+msgstr "E-mail do proprietário:"
+
+#. Type: string
+#. Description
+#: ../templates:6001
+msgid ""
+"Please enter the email address to contact concerning problems about your "
+"planet."
+msgstr ""
+"Por favor, informe o endereço de e-mail a ser contatado com relação a "
+"problemas sobre o seu planeta."
Modified: packages/planet/trunk/debian/rules
===================================================================
--- packages/planet/trunk/debian/rules 2008-09-24 17:26:12 UTC (rev 1852)
+++ packages/planet/trunk/debian/rules 2008-09-24 19:52:50 UTC (rev 1853)
@@ -39,6 +39,10 @@
cp examples/fancy/index.html.tmpl \
debian/planet/usr/share/planet/templates/fancy.html.tmpl
+ cp debian/binary.lintian-overrides \
+ debian/planet/usr/share/lintian/overrides/planet
+
+
binary-predeb/planet::
chown -R www-data. ${WWW_PERM_PATH}
More information about the Python-apps-commits
mailing list