Author: osallou-guest Date: 2011-12-28 09:40:47 +0000 (Wed, 28 Dec 2011) New Revision: 9114
Modified: trunk/packages/biomaj-watcher/trunk/debian/po/templates.pot trunk/packages/biomaj-watcher/trunk/debian/templates Log: add extended description to templates Modified: trunk/packages/biomaj-watcher/trunk/debian/po/templates.pot =================================================================== --- trunk/packages/biomaj-watcher/trunk/debian/po/templates.pot 2011-12-28 08:57:00 UTC (rev 9113) +++ trunk/packages/biomaj-watcher/trunk/debian/po/templates.pot 2011-12-28 09:40:47 UTC (rev 9114) @@ -1,6 +1,6 @@ # Biomaj-watcher configuration. # Copyright (C) 2011 Olivier Sallou -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the biomaj-watcher package. # Olivier Sallou <[email protected]>, 2011. # msgid "" @@ -31,23 +31,23 @@ #. 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/templates =================================================================== --- trunk/packages/biomaj-watcher/trunk/debian/templates 2011-12-28 08:57:00 UTC (rev 9113) +++ trunk/packages/biomaj-watcher/trunk/debian/templates 2011-12-28 09:40:47 UTC (rev 9114) @@ -1,9 +1,9 @@ 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: + Login name to be use by the future administrator + of the web interface. #Template: biomaj/password #Type: password @@ -11,27 +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 ? + If LDAP authentication is needed, it is possible + to configure it right now. This is optional, and can + be done manually later on. Template: biomaj/ldap_server Type: string -# Hostname or IP address of the LDAP server to use -# for authentication. _Description: Enter LDAP server: + Hostname or IP address of the LDAP server to use + for authentication. 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: + LDAP DN to use to find a user in the LDAP database. + Example: ou=people,dc=mydomain,dc=org 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): + Optional filter to apply on a LDAP user to limit + the access to a set of users. + Example: (ou=myspecificgroup) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
