aboutsummaryrefslogtreecommitdiffstats
path: root/po/POTFILES.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* card: Rename gpg-card-tool to gpg-card.Werner Koch2019-02-251-1/+4
| | | | | | | | | | | * tools/card-tool-keys.c: Rename to card-keys.c. * tools/card-tool-misc.c: Rename to card-misc.c. * tools/card-tool-yubikey.c: Rename to card-yubikey.c. * tools/card-tool.h: Rename to gpg-card.h. * tools/gpg-card-tool-w32info.rc: Rename to gpg-card-w32info.rc * doc/card-tool.texi: Rename top gpg-card.texi Signed-off-by: Werner Koch <[email protected]>
* card: Implement the bulk of OpenPGP stuff into gpg-card-tool.Werner Koch2019-01-271-1/+2
| | | | | | | | | | | | | | | | * tools/card-call-scd.c: New. * tools/card-tool.h: new. * tools/gpg-card-tool.c: Largely extended. -- gpg-card-tool will eventually replace the --card-edit command of gpg because it makes more sense to have a multi-protocol aware tool and not just one for OpenPGP cards. Most OpenPGP card things works now but a few, those which require close interaction with gpg, still need to be implemented. And of course the whole planned non-interactive stuff needs to be written. Signed-off-by: Werner Koch <[email protected]>
* po: Add flag options for xgettext.Werner Koch2018-07-051-1/+0
| | | | | | | | * po/Makevars (XGETTEXT_OPTIONS): Add --flag options. -- GnuPG-bug-id: 4053, 4054 Signed-off-by: Werner Koch <[email protected]>
* gpg: Remove MDC optionsWerner Koch2018-05-291-0/+2
| | | | | | | | | | | | | | | | * g10/gpg.c: Tuen options --force-mdc, --no-force-mdc, --disable-mdc and --no-disable-mdc into NOPs. * g10/encrypt.c (use_mdc): Simplify. MDC is now almost always used. (use_aead): Ignore MDC options. Print warning for missing MDC feature flags. * g10/pkclist.c (warn_missing_mdc_from_pklist): Rename to ... (warn_missing_aead_from_pklist): this and adjust. -- The MDC is now always used except with --rfc2440 which will lead to a a big fat warning. Signed-off-by: Werner Koch <[email protected]>
* po: Adjust POTFILES for renamed sm/base64.c.Werner Koch2017-02-161-1/+1
| | | | | | -- Signed-off-by: Werner Koch <[email protected]>
* po: Add init.c to POTFILES.inWerner Koch2016-08-181-1/+1
| | | | --
* g10: Improve strings printed by tofu.c.Werner Koch2016-01-181-0/+1
| | | | | | | | | | | | | | | | | | | * g10/tofu.c: Include ttyio.h. Change many strings to help translating. Make use of ngettext wehere needed. (CONTROL_L): New. (TIME_AGO_UNIT_SMALL_NAME): Remove this and all similar *_NAME macros. (time_ago_unit): Remove. (get_trust): Use tty_prints and cpr_get only for the actual prompt. Add Ctrl-L hack. (show_statistics): Use two English strings for singular and plural. * po/POTFILES.in: Add tofu.c. -- These changes are required for proper translation. More to changes may be needed, though. Signed-off-by: Werner Koch <[email protected]>
* Move http module from common/ to dirmngr/.Werner Koch2015-10-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * common/http.c: Move to ../dirmngr/. * common/http.h: Move to ../dirmngr/. * common/t-http.c: Move to ../dirmngr/. * common/tls-ca.pem: Move to ../dirmngr/. * common/Makefile.am: Do not build libcommontls.a libcommontlsnpth.a. Remove http.c related stuff. * po/POTFILES.in: Move http.c to dirmngr/. * dirmngr/Makefile.am (EXTRA_DIST): Add tls-ca.pem. (module_maint_tests): New. (noinst_PROGRAMS): Add module_maint_tests. (dirmngr_SOURCES): Add http.c and http.h. (dirmngr_LDADD): Remove libcommontlsnpth. (t_common_ldadd): Ditto. (t_http_SOURCES, t_http_CFLAGS, t_http_LDADD): New. (t_ldap_parse_uri_SOURCES): Add http.c. (t_ldap_parse_uri_CFLAGS): Build without npth. ($(PROGRAMS)): Do not require libcommontls.a libcommontlsnpth.a. * dirmngr/dirmngr.h, dirmngr/ks-engine.h: Fix include of http.h. -- All network access is done via dirmngr and thus http.c should be there. Signed-off-by: Werner Koch <[email protected]>
* po: Add lost translation of validity strings.Werner Koch2015-08-201-0/+1
| | | | | | | | | | * po/POTFILES.in (trust.c): Add missing file. * po/de.po: Changed German validity strings. * doc/help.de.txt: Ditto. -- Note that I replaced "uneingeschränkt" in de.po to "ultimativ" to make the output better readable.
* Update scripts etc.gnupg-2.1.0beta1gnupg-2.1-baseWerner Koch2010-10-261-1/+0
|
* Translate dirmngr stringsWerner Koch2010-10-211-0/+15
|
* Re-enabled german translationWerner Koch2010-10-181-0/+1
|
* More changes on the way to remove secring.gpg.Werner Koch2010-04-211-0/+1
|
* 2010-04-13 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-04-131-1/+3
| | | | | | | * POTFILES.in: Replace common/exechelp.c by common/exechelp-posix.c, common/exechelp-w32.c and common/exechelp-w32ce.c.
* Merged jnlib into common.Werner Koch2010-03-101-5/+6
|
* po/Marcus Brinkmann2009-10-161-2/+2
| | | | | | | | | | | | | | 2009-10-16 Marcus Brinkmann <[email protected]> * POTFILES.in: g10/encode.c was renamed to g10/encrypt.c, and encr-data.c was renamed to decrypt-data.c g13/ 2009-10-16 Marcus Brinkmann <[email protected]> * Makefile.am (AM_CFLAGS): Add $(KSBA_CFLAGS). (g13_LDADD): Add $(KSBA_LIBS).
* New gpgsm server option no-encrypt-to.Werner Koch2009-05-181-0/+1
| | | | | | Add caching for symkey encryption. Minor cleanups.
* Implement dotlocking for W32.Werner Koch2008-06-131-0/+1
|
* Doc fixes.Werner Koch2007-12-121-0/+7
| | | | | | Add more files to POTFILES. Protect against malloc bombs.
* Add more passphrase policy rules.Werner Koch2007-08-281-0/+1
| | | | | (--max-passphrase-days).
* Improved logging for error orginating from libgcrypt.Werner Koch2007-04-201-0/+1
|
* Added translations from gnupg 1.4.5Werner Koch2006-09-251-10/+67
|
* The big Assuan error code removal.Werner Koch2006-09-061-1/+1
|
* Preparing an interim releaseWerner Koch2005-11-281-0/+1
|
* Add translationsWerner Koch2005-11-231-0/+1
|
* Updated.Werner Koch2005-01-041-0/+1
|
* Compile fixes.Werner Koch2004-10-221-1/+0
|
* * de.po: Updated.Werner Koch2004-09-301-0/+2
| | | | | | | | | | | * POTFILES.in: Add more files. * app-openpgp.c (do_sign): Add the error string to the verify failed messages. * keylist.c (list_cert_colon): Make sure that the expired flag has a higher precedence than the invalid flag.
* * configure.ac: Require libgcrypt 1.1.94.Werner Koch2004-04-061-0/+3
| | | | | | | | | | Introduce PACKAGE_GT and set it to gnupg2. * gpg-agent.c (main): Use new libgcrypt thread library register scheme. * Makevars (DOMAIN): Init from PACKAGE_GT
* Adjusted for moved file.Werner Koch2004-02-181-1/+1
|
* Taken from NewPGWerner Koch2003-01-091-46/+29
|
* * POTFILES.in (hkp.c): Removed.V1-3-0Werner Koch2002-10-181-1/+0
|
* Update head to match stable 1.0David Shaw2002-06-291-10/+7
|
* Does now work with libgcryptWerner Koch2000-12-211-4/+3
|
* See ChangeLog: Mon Jul 17 16:35:47 CEST 2000 Werner KochWerner Koch2000-07-171-3/+6
|
* See ChangeLog: Mon Jan 31 16:37:34 CET 2000 Werner KochWerner Koch2000-01-311-1/+1
|
* See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner KochWerner Koch2000-01-241-2/+2
|
* *** empty log message ***Werner Koch1999-09-051-0/+1
|
* See ChangeLog: Sun Jan 17 11:04:33 CET 1999 Werner KochWerner Koch1999-01-171-0/+1
|
* See ChangeLog: Sat Jan 16 09:27:30 CET 1999 Werner KochWerner Koch1999-01-161-1/+1
|
* See ChangeLog: Fri Nov 27 12:39:29 CET 1998 Werner KochWerner Koch1998-11-271-0/+1
|
* *** empty log message ***Werner Koch1998-11-251-3/+1
|
* Some bug fixes of the last releaseWerner Koch1998-11-101-0/+7
|
* windoze version works againWerner Koch1998-10-061-0/+2
|
* *** empty log message ***Werner Koch1998-09-281-0/+2
|
* UpdatesWerner Koch1998-09-141-0/+2
|
* bug fix releaseV0-3-4Werner Koch1998-08-111-1/+2
|
* ready for a new releaseWerner Koch1998-08-081-0/+2
|
* fixed clearsig stuffWerner Koch1998-07-081-1/+20
|
* textual changesWerner Koch1998-06-291-1/+1
|