Author: e2jk-guest Date: 2013-04-25 20:34:56 +0000 (Thu, 25 Apr 2013) New Revision: 13420
Added: trunk/packages/gnuhealth/trunk/debian/po/ trunk/packages/gnuhealth/trunk/debian/po/POTFILES.in trunk/packages/gnuhealth/trunk/debian/po/templates.pot Modified: trunk/packages/gnuhealth/trunk/debian/control trunk/packages/gnuhealth/trunk/debian/templates Log: Allow for translation of debconf messages Modified: trunk/packages/gnuhealth/trunk/debian/control =================================================================== --- trunk/packages/gnuhealth/trunk/debian/control 2013-04-25 20:15:12 UTC (rev 13419) +++ trunk/packages/gnuhealth/trunk/debian/control 2013-04-25 20:34:56 UTC (rev 13420) @@ -5,6 +5,7 @@ Uploaders: Andreas Tille <[email protected]>, Emilien Klein <[email protected]> Build-Depends: debhelper (>= 9), autotools-dev, + po-debconf, python | python-all | python-dev | python-all-dev, tryton-server (>= 2.6~), tryton-server (<< 2.7~) Standards-Version: 3.9.4 Added: trunk/packages/gnuhealth/trunk/debian/po/POTFILES.in =================================================================== --- trunk/packages/gnuhealth/trunk/debian/po/POTFILES.in (rev 0) +++ trunk/packages/gnuhealth/trunk/debian/po/POTFILES.in 2013-04-25 20:34:56 UTC (rev 13420) @@ -0,0 +1 @@ +[type: gettext/rfc822deb] templates Added: trunk/packages/gnuhealth/trunk/debian/po/templates.pot =================================================================== --- trunk/packages/gnuhealth/trunk/debian/po/templates.pot (rev 0) +++ trunk/packages/gnuhealth/trunk/debian/po/templates.pot 2013-04-25 20:34:56 UTC (rev 13420) @@ -0,0 +1,33 @@ +# 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@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: gnuhealth\n" +"Report-Msgid-Bugs-To: [email protected]\n" +"POT-Creation-Date: 2013-04-25 22:22+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <[email protected]>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../templates:1001 +msgid "Your GNU Health database needs to be manually updated" +msgstr "" + +#. Type: note +#. Description +#: ../templates:1001 +msgid "" +"It looks like you are not using the default 'gnuhealth' database. You will " +"need to update your database manually by executing the following command:\n" +" trytond --database=<your_database> --update=all" +msgstr "" Modified: trunk/packages/gnuhealth/trunk/debian/templates =================================================================== --- trunk/packages/gnuhealth/trunk/debian/templates 2013-04-25 20:15:12 UTC (rev 13419) +++ trunk/packages/gnuhealth/trunk/debian/templates 2013-04-25 20:34:56 UTC (rev 13420) @@ -1,6 +1,6 @@ Template: gnuhealth/manualupgrade Type: note -Description: Your GNU Health database needs to be manually updated +_Description: Your GNU Health database needs to be manually updated It looks like you are not using the default 'gnuhealth' database. You will need to update your database manually by executing the following command: _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
