From 622a71a220a12c71f786cd05e4f2b21cd8a35cce Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 27 Jul 2011 16:58:39 +0000 Subject: [PATCH] Work on debian package --- build/deb/po/POTFILES.in | 1 + build/deb/po/templates.pot | 30 ++++++++++++++++++++++++++++++ build/deb/templates | 6 +++--- 3 files changed, 34 insertions(+), 3 deletions(-) create mode 100755 build/deb/po/POTFILES.in create mode 100755 build/deb/po/templates.pot diff --git a/build/deb/po/POTFILES.in b/build/deb/po/POTFILES.in new file mode 100755 index 00000000000..98e8416d9a3 --- /dev/null +++ b/build/deb/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] templates \ No newline at end of file diff --git a/build/deb/po/templates.pot b/build/deb/po/templates.pot new file mode 100755 index 00000000000..3e42b359ef9 --- /dev/null +++ b/build/deb/po/templates.pot @@ -0,0 +1,30 @@ +# Dolibarr po templates +# Copyright (C) 2011 +# This file is distributed under the same license as the PACKAGE package. +# Laurent Destailleur , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: isc-dhcp@packages.debian.org\n" +"POT-Creation-Date: 2010-07-07 18:58-0700\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +# +#. Description +#: ../templates:dolibarr/postrm +msgid "" +"Delete database and uploaded files ?" +msgstr "" + +# +#. Description +#: ../templates:dolibarr/postrm +msgid "" +"Answer if you want to removed the Dolibarr MySQL database and all other datas (datas related to this question are the Dolibarr DBMS account, all Dolibarr tables, and all uploaded files)." +msgstr "" diff --git a/build/deb/templates b/build/deb/templates index e45bca176b7..1903003a9f4 100644 --- a/build/deb/templates +++ b/build/deb/templates @@ -1,7 +1,7 @@ Template: dolibarr/postrm Type: boolean Default: true -Description: Delete database and uploaded files ? +Description: Delete database ? Answer if you want to removed the Dolibarr MySQL database and all - other datas (datas related to this question are the Dolibarr DBMS - account, all Dolibarr tables, and all uploaded files). + its datas (datas related to this quetion are the Dolibarr DBMS account + and all Dolibarr tables).