[med-svn] r5782 - in trunk/packages/ensembl/ensembl/57/debian: . po
Andreas Tille
tille at alioth.debian.org
Sat Jan 29 21:57:36 UTC 2011
Author: tille
Date: 2011-01-29 21:57:35 +0000 (Sat, 29 Jan 2011)
New Revision: 5782
Added:
trunk/packages/ensembl/ensembl/57/debian/po/
trunk/packages/ensembl/ensembl/57/debian/po/POTFILES.in
trunk/packages/ensembl/ensembl/57/debian/po/templates.pot
Modified:
trunk/packages/ensembl/ensembl/57/debian/ensembl.templates
trunk/packages/ensembl/ensembl/57/debian/rules
Log:
mv debian/templates debian/ensembl.templates to tell debhelper in what package it should move the template; be nice to translators and makr template descriptions as translatable; add debian/po directory for template translations
Modified: trunk/packages/ensembl/ensembl/57/debian/ensembl.templates
===================================================================
--- trunk/packages/ensembl/ensembl/57/debian/ensembl.templates 2011-01-29 21:54:57 UTC (rev 5781)
+++ trunk/packages/ensembl/ensembl/57/debian/ensembl.templates 2011-01-29 21:57:35 UTC (rev 5782)
@@ -1,54 +1,54 @@
Template: ensembl/port
Default: 80
Type: string
-Description: Port that Apache will listen on.
+_Description: Port that Apache will listen on.
Template: ensembl/webuserdbhost
Default: localhost
Type: string
-Description: MySQL server for web user db.
+_Description: MySQL server for web user db.
Template: ensembl/webuserdbport
Default: 3306
Type: string
-Description: MySQL port for web user db.
+_Description: MySQL port for web user db.
Template: ensembl/webuserdbname
Default: ensembl
Type: string
-Description: MySQL database name for web user db.
+_Description: MySQL database name for web user db.
Template: ensembl/webuserdbuser
Default: ensembl
Type: string
-Description: MySQL username for web user db.
+_Description: MySQL username for web user db.
Template: ensembl/webuserdbpwd
Default: ensembl
Type: string
-Description: MySQL password for web user db.
+_Description: MySQL password for web user db.
Template: ensembl/webuserdbexistyn
Default: false
Type: boolean
-Description: True if the web user db already exists.
+_Description: True if the web user db already exists.
Template: ensembl/webuserdbkeepyn
Default: true
Type: boolean
-Description: True if the web user db already exists and should be kept.
+_Description: True if the web user db already exists and should be kept.
Template: ensembl/mysqladminuser
Default: root
Type: string
-Description: MySQL admin user for creating the web user db if it doesn't exist.
+_Description: MySQL admin user for creating the web user db if it doesn't exist.
Template: ensembl/mysqladminpwd
Default:
Type: password
-Description: MySQL admin password for creating the web user db if it doesn't exist.
+_Description: MySQL admin password for creating the web user db if it doesn't exist.
Template: ensembl/webuserdbkeeptablesyn
Default: true
Type: boolean
-Description: True if the web user db already exists and the data in it should be kept.
+_Description: True if the web user db already exists and the data in it should be kept.
Added: trunk/packages/ensembl/ensembl/57/debian/po/POTFILES.in
===================================================================
--- trunk/packages/ensembl/ensembl/57/debian/po/POTFILES.in (rev 0)
+++ trunk/packages/ensembl/ensembl/57/debian/po/POTFILES.in 2011-01-29 21:57:35 UTC (rev 5782)
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] ensembl.templates
Added: trunk/packages/ensembl/ensembl/57/debian/po/templates.pot
===================================================================
--- trunk/packages/ensembl/ensembl/57/debian/po/templates.pot (rev 0)
+++ trunk/packages/ensembl/ensembl/57/debian/po/templates.pot 2011-01-29 21:57:35 UTC (rev 5782)
@@ -0,0 +1,85 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: ensembl at packages.debian.org\n"
+"POT-Creation-Date: 2011-01-29 22:38+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
+#: ../ensembl.templates:1001
+msgid "Port that Apache will listen on."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ensembl.templates:2001
+msgid "MySQL server for web user db."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ensembl.templates:3001
+msgid "MySQL port for web user db."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ensembl.templates:4001
+msgid "MySQL database name for web user db."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ensembl.templates:5001
+msgid "MySQL username for web user db."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ensembl.templates:6001
+msgid "MySQL password for web user db."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../ensembl.templates:7001
+msgid "True if the web user db already exists."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../ensembl.templates:8001
+msgid "True if the web user db already exists and should be kept."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ensembl.templates:9001
+msgid "MySQL admin user for creating the web user db if it doesn't exist."
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../ensembl.templates:10001
+msgid "MySQL admin password for creating the web user db if it doesn't exist."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../ensembl.templates:11001
+msgid ""
+"True if the web user db already exists and the data in it should be kept."
+msgstr ""
Modified: trunk/packages/ensembl/ensembl/57/debian/rules
===================================================================
--- trunk/packages/ensembl/ensembl/57/debian/rules 2011-01-29 21:54:57 UTC (rev 5781)
+++ trunk/packages/ensembl/ensembl/57/debian/rules 2011-01-29 21:57:35 UTC (rev 5782)
@@ -159,4 +159,8 @@
get-orig-source:
. debian/prepare_ensembl_source_packages.sh
+# To update po files as recommended in po-debconf(7)
+debian/po/templates.pot: debian/ensembl.templates
+ @debconf-updatepo
+
.PHONY: build clean binary-indep binary-arch binary configure build install
More information about the debian-med-commit
mailing list