[Debian-l10n-commits] r2774 - in /pootle/trunk/debian: control po/ po/POTFILES.in po/templates.pot pootle.templates templates

themill-guest at users.alioth.debian.org themill-guest at users.alioth.debian.org
Wed Nov 16 16:08:32 UTC 2011


Author: themill-guest
Date: Wed Nov 16 16:08:31 2011
New Revision: 2774

URL: http://svn.debian.org/wsvn/?sc=1&rev=2774
Log:
Add i18n to debconf with po-debconf

* rename templates file so that debconf-updatepo is happy

Added:
    pootle/trunk/debian/po/
    pootle/trunk/debian/po/POTFILES.in
    pootle/trunk/debian/po/templates.pot
    pootle/trunk/debian/templates
      - copied, changed from r2773, pootle/trunk/debian/pootle.templates
Removed:
    pootle/trunk/debian/pootle.templates
Modified:
    pootle/trunk/debian/control

Modified: pootle/trunk/debian/control
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/control?rev=2774&op=diff
==============================================================================
--- pootle/trunk/debian/control (original)
+++ pootle/trunk/debian/control Wed Nov 16 16:08:31 2011
@@ -2,7 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Nicolas FRANCOIS (Nekral) <nicolas.francois at centraliens.net>
-Build-Depends-Indep: python (>= 2.6.6-3~)
+Build-Depends-Indep: python (>= 2.6.6-3~), po-debconf
 Build-Depends: debhelper (>= 7.0.50~)
 X-Python-Version: >= 2.4
 Standards-Version: 3.9.2

Added: pootle/trunk/debian/po/POTFILES.in
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/po/POTFILES.in?rev=2774&op=file
==============================================================================
--- pootle/trunk/debian/po/POTFILES.in (added)
+++ pootle/trunk/debian/po/POTFILES.in Wed Nov 16 16:08:31 2011
@@ -1,0 +1,1 @@
+[type: gettext/rfc822deb] templates

Added: pootle/trunk/debian/po/templates.pot
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/po/templates.pot?rev=2774&op=file
==============================================================================
--- pootle/trunk/debian/po/templates.pot (added)
+++ pootle/trunk/debian/po/templates.pot Wed Nov 16 16:08:31 2011
@@ -1,0 +1,69 @@
+# Translation of pootle debconf templates into LANGUAGE
+# Copyright (C) 2011 Stuart Prescott
+# This file is distributed under the same license as the pootle package.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: pootle at packages.debian.org\n"
+"POT-Creation-Date: 2011-10-25 23:49+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Username for po file ownership:"
+msgstr ""
+
+#. Type: string
+#. Description
+#. Type: string
+#. Description
+#: ../templates:1001 ../templates:2001
+msgid ""
+"The translation files that pootle is managing need to be writeable by the "
+"web server process."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"If you leave this field empty, the default username ('www-data') will be "
+"used."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:2001
+msgid "Group name for po file ownership:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:2001
+msgid ""
+"If you leave this field empty, the default group ('www-data') will be used."
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../templates:3001
+msgid "Web server to reconfigure automatically:"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../templates:3001
+msgid ""
+"Please choose the web server, if any, that should be automatically "
+"configured to run Pootle. Specify \"standalone\" to run the PootleServer on "
+"its own or \"none\" to perform manual configuration later."
+msgstr ""

Copied: pootle/trunk/debian/templates (from r2773, pootle/trunk/debian/pootle.templates)
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/templates?rev=2774&op=diff
==============================================================================
--- pootle/trunk/debian/pootle.templates (original)
+++ pootle/trunk/debian/templates Wed Nov 16 16:08:31 2011
@@ -1,7 +1,7 @@
 Template: pootle/server-username
 Type: string
 Default: www-data
-Description: Username for po file ownership:
+_Description: Username for po file ownership:
  The translation files that pootle is managing need to be writeable
  by the web server process.
  .
@@ -10,7 +10,7 @@
 Template: pootle/server-groupname
 Type: string
 Default: www-data
-Description: Group name for po file ownership:
+_Description: Group name for po file ownership:
  The translation files that pootle is managing need to be writeable
  by the web server process.
  .
@@ -19,7 +19,7 @@
 Template: pootle/webserver
 Type: select
 Choices: apache2, standalone, none
-Description: Web server to reconfigure automatically:
+_Description: Web server to reconfigure automatically:
  Please choose the web server, if any, that should be automatically configured
  to run Pootle. Specify "standalone" to run the PootleServer on its own or
  "none" to perform manual configuration later.




More information about the Debian-l10n-commits mailing list