Author: osallou-guest Date: 2011-12-28 08:51:33 +0000 (Wed, 28 Dec 2011) New Revision: 9112
Modified: trunk/packages/biomaj-watcher/trunk/debian/changelog trunk/packages/biomaj-watcher/trunk/debian/po/fr.po trunk/packages/biomaj-watcher/trunk/debian/po/templates.pot trunk/packages/biomaj-watcher/trunk/debian/templates Log: fix debconf typo Modified: trunk/packages/biomaj-watcher/trunk/debian/changelog =================================================================== --- trunk/packages/biomaj-watcher/trunk/debian/changelog 2011-12-28 08:39:08 UTC (rev 9111) +++ trunk/packages/biomaj-watcher/trunk/debian/changelog 2011-12-28 08:51:33 UTC (rev 9112) @@ -1,3 +1,9 @@ +biomaj-watcher (1.2.0-4) UNRELEASED; urgency=low + + * Fix debconf typo and add extended descriptions + + -- Olivier Sallou <[email protected]> Fri, 16 Dec 2011 15:53:41 +0100 + biomaj-watcher (1.2.0-3) unstable; urgency=low * Add debconf translation (Closes: #651682 #650871) Modified: trunk/packages/biomaj-watcher/trunk/debian/po/fr.po =================================================================== --- trunk/packages/biomaj-watcher/trunk/debian/po/fr.po 2011-12-28 08:39:08 UTC (rev 9111) +++ trunk/packages/biomaj-watcher/trunk/debian/po/fr.po 2011-12-28 08:51:33 UTC (rev 9112) @@ -3,7 +3,6 @@ # This file is distributed under the same license as the PACKAGE package. # Olivier Sallou <[email protected]>, 2011. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: biomaj-watcher 1.0\n" @@ -11,7 +10,7 @@ "POT-Creation-Date: 2011-01-06 14:55+0100\n" "PO-Revision-Date: 2011-01-06 14:55+0100\n" "Last-Translator: Olivier Sallou <[email protected]>\n" -"Language-Team: fr_FR <[email protected]>\n" +"Language-Team: French <[email protected]>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -30,24 +29,24 @@ #. Description #: ../templates:9001 msgid "Want to configure LDAP now ?" -msgstr "Souhaitez vous configurer le LDAP?" +msgstr "Souhaitez vous configurer le LDAP ?" #. Type: string #. Description #: ../templates:10001 msgid "Enter LDAP server:" -msgstr "Adresse du LDAP:" +msgstr "Adresse du LDAP :" #. Type: string #. Description #: ../templates:11001 msgid "Enter LDAP DN:" -msgstr "DN (directory name) du LDAP:" +msgstr "DN (directory name) du LDAP :" #. Type: string #. Description #: ../templates:12001 msgid "Enter LDAP filter (empty if not needed):" -msgstr "Filtre pour la recherche LDAP (vide si non nécessaire):" +msgstr "Filtre pour la recherche LDAP (vide si non nécessaire) :" Modified: trunk/packages/biomaj-watcher/trunk/debian/po/templates.pot =================================================================== --- trunk/packages/biomaj-watcher/trunk/debian/po/templates.pot 2011-12-28 08:39:08 UTC (rev 9111) +++ trunk/packages/biomaj-watcher/trunk/debian/po/templates.pot 2011-12-28 08:51:33 UTC (rev 9112) @@ -3,7 +3,6 @@ # This file is distributed under the same license as the PACKAGE package. # Olivier Sallou <[email protected]>, 2011. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: biomaj-watcher 1.0\n" @@ -11,7 +10,7 @@ "POT-Creation-Date: 2011-01-06 14:55+0100\n" "PO-Revision-Date: 2011-01-06 14:55+0100\n" "Last-Translator: Olivier Sallou <[email protected]>\n" -"Language-Team: fr_FR <[email protected]>\n" +"Language-Team: French <[email protected]>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" Modified: trunk/packages/biomaj-watcher/trunk/debian/templates =================================================================== --- trunk/packages/biomaj-watcher/trunk/debian/templates 2011-12-28 08:39:08 UTC (rev 9111) +++ trunk/packages/biomaj-watcher/trunk/debian/templates 2011-12-28 08:51:33 UTC (rev 9112) @@ -1,5 +1,7 @@ Template: biomaj/login Type: string +# Login name to be use by the future administrator +# of the web interface. Default: admin _Description: Administration interface admin login: @@ -9,17 +11,27 @@ Template: biomaj/ldap Type: boolean +# If LDAP authentication is needed, it is possible +# to configure it right now. This is optional, and can +# be done manually later on. _Description: Want to configure LDAP now ? Template: biomaj/ldap_server Type: string +# Hostname or IP address of the LDAP server to use +# for authentication. _Description: Enter LDAP server: Template: biomaj/ldap_dn Type: string +# LDAP DN to use to find a user in the LDAP database. +# Example: ou=people,dc=mydomain,dc=org _Description: Enter LDAP DN: Template: biomaj/ldap_filter Type: string +# Optional filter to apply on a LDAP user to limit +# the access to a set of users. +# Example: (ou=myspecificgroup) _Description: Enter LDAP filter (empty if not needed): _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
