diff options
author | Werner Koch <[email protected]> | 2007-12-04 11:23:31 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-12-04 11:23:31 +0000 |
commit | 8c20500a5d26619ed63e1bcee4404453c90f4a03 (patch) | |
tree | 7fe5e8c1e07a6d6fc4e489a1148a796d5e4ce56e /doc/help.txt | |
parent | 2007-12-04 Marcus Brinkmann <[email protected]> (diff) | |
download | gnupg-8c20500a5d26619ed63e1bcee4404453c90f4a03.tar.gz gnupg-8c20500a5d26619ed63e1bcee4404453c90f4a03.zip |
Allow configuraton of pinentry tooltip.
Other minor buf fixes.
Diffstat (limited to 'doc/help.txt')
-rw-r--r-- | doc/help.txt | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/doc/help.txt b/doc/help.txt new file mode 100644 index 000000000..70f3ad6d2 --- /dev/null +++ b/doc/help.txt @@ -0,0 +1,68 @@ +# help.txt - English GnuPG online help +# Copyright (C) 2007 Free Software Foundation, Inc. +# +# This file is part of GnuPG. +# +# GnuPG is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# GnuPG is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see <http://www.gnu.org/licenses/>. + + +# Note that this help file needs to be UTF-8 encoded. When looking +# for a help item, GnuPG scans the help files in the following order +# (assuming a GNU or Unix system): +# +# /etc/gnupg/help.LL_TT.txt +# /etc/gnupg/help.LL.txt +# /etc/gnupg/help.txt +# /usr/share/gnupg/help.LL_TT.txt +# /usr/share/gnupg/help.LL.txt +# /usr/share/gnupg/help.txt +# +# Here LL_TT denotes the full name of the current locale with the +# territory (.e.g. "de_DE"), LL denotes just the locale name +# (e.g. "de"). The first matching item is returned. To put a dot or +# a hash mark at the beginning of a help text line, it needs to be +# prefixed with ". ". A single dot may be used to terminated ahelp +# entry. + +.#pinentry.qualitybar.tooltip +# [remove the hash mark from the key to enable this text] +# This entry is just an example on how to customize the tooltip shown +# when hovering over the quality bar of the pinentry. We don't +# install this text so that the hardcoded translation takes +# precedence. An administrator should write up a short help to tell +# the users about the configured passphrase constraints and save that +# to /etc/gnupg/help.txt. +This bar indicates the quality of the passphrase entered above. + +As long as the bar is shown in red, GnuPG considers the passphrase too +weak to accept. Please ask your administrator for details about the +configured passphrase constraints. +. + + + + + + + + + + + + + +# Local variables: +# mode: fundamental +# coding: utf-8 +# End: |