aboutsummaryrefslogtreecommitdiffstats
path: root/po/it.po (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-08-16About to do a releasegnupg-2.0.6Werner Koch1-38/+34
2007-08-10Implemented the chain model for X.509 validation.Werner Koch1-445/+584
2007-07-05Fixed card key generation of gpg2.Werner Koch1-184/+184
Reveal less information about timings while generating a key.
2007-07-04Changed to GPLv3.Werner Koch1-1634/+1632
Removed intl/.
2007-06-15Build fixes for W32Werner Koch1-351/+358
2007-05-09Preparing 2.0.4gnupg-2.0.4Werner Koch1-70/+70
2007-05-07Upgraded gettext.Werner Koch1-335/+349
Fixed accidental dependency on libgcrypt 1.3.0.
2007-03-08Preparing the 2.0.3 releaseWerner Koch1-545/+585
2007-01-31Updated po files for the releaseWerner Koch1-13/+13
2007-01-31Included LIBICONV in all Makefiles.Werner Koch1-827/+899
g10/ * passphrase.c (passphrase_get): Set the cancel flag on all error from the agent. Fixes a bug reported by Tom Duerbusch. sm/ * gpgsm.c (main): Let --gen-key print a more informative error message.
2006-11-28The usual po file updates.gnupg-2.0.1Werner Koch1-14/+14
2006-11-23Preparing 2.0.1rc1Werner Koch1-29/+29
2006-11-21No more warnings for AMD64 (at least when cross-compiling). Thus tehre is aWerner Koch1-100/+98
good chance that gpg2 will now work. Other cleanups. Updated gettext.
2006-11-11.Werner Koch1-28/+28
2006-11-06Preparing another releasegnupg-1.9.95Werner Koch1-158/+168
2006-10-24Post release updateWerner Koch1-361/+361
2006-10-19FixesWerner Koch1-223/+223
2006-10-17Pth tweaks and improved estream.cWerner Koch1-179/+192
2006-10-11Preparing a releasegnupg-1.9.92Werner Koch1-146/+146
2006-10-10Various changesWerner Koch1-6/+6
2006-10-04Fix for make distcheckgnupg-1.9.91Werner Koch1-10/+10
2006-10-04Re-enabled --passphrase-fdWerner Koch1-215/+216
2006-10-04Fixed agent access for gpg.Werner Koch1-188/+187
2006-10-02Fix for bug 537Werner Koch1-41/+41
2006-09-25New "relax" option for trustlist.txtWerner Koch1-11/+11
2006-09-25Preparing a new releasegnupg-1.9.90Werner Koch1-1624/+3134
2006-09-25Added translations from gnupg 1.4.5Werner Koch1-0/+7228
2006-07-31Fixed bug 479. Not a real good fix but a reliable one which limits possibleWerner Koch1-1/+11
breakage of other partys of the code.
2006-07-26Fixed memory allocation bug and typos.Werner Koch1-95/+95
2006-06-25Ready for a releasegnupg-1.4.4Werner Koch1-500/+522
2006-04-03About to release 1.4.3gnupg-1.4.3Werner Koch1-385/+401
2006-03-09keep on walking towards rc3Werner Koch1-582/+597
2006-03-07More tests added; make distcheck worksWerner Koch1-300/+307
2006-02-14about to release 1.4.3rc1gnupg-1.4.3rc1Werner Koch1-721/+791
2005-12-20Finished PKA featureWerner Koch1-816/+1004
2005-10-05Renamed g10.c to gpg.cWerner Koch1-97/+102
Filelength fixes for W32.
2005-07-27Converted all m_free to xfree etc.Werner Koch1-27/+36
2005-07-26* passphrase.c (agent_get_passphrase): Make sure to release theWerner Koch1-493/+493
saved codeset. (agent_open): Add arg ORIG_CODESET and switch back to it in case of error. Changed all callers. * zh_TW.po, fr.po, cs.po: Updated.
2005-06-21Preparing a release candidateWerner Koch1-422/+454
2005-05-31 * keydb.h [!ENABLE_AGENT_SUPPORT]: Define dummy types.Werner Koch1-269/+262
* cardglue.c (assuan_strerror, assuan_transact): Dummy functions if not build with agent support. * zh_TW.po, zh_CN.po, es.po, ro.po: Updated. * tr.po: Updated from TP. Note: this is an exception in general translations from the Robot are not anymore accepted. * regcomp.c (MB_CUR_MAX) [_WIN32]: Define it only if not defined.
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1277/+1362
2005-03-15Preparing a releaseV1-4-1Werner Koch1-231/+231
2005-02-16about to release 1.4.1rc2RC-1-4-1rc2Werner Koch1-51/+51
2005-02-16* card-util.c (fetch_url): Fetch the key from the defaultWerner Koch1-418/+447
keyserver if no URL is available. * w32installer.nsi: Added page to select the language. * mk-w32-dist: Create the opt.ini using the available languages.
2005-02-03About to do a release candidateWerner Koch1-768/+891
2004-12-16About to release 1.4.0Werner Koch1-321/+326
2004-12-14Prepared for last 1.4 release candidateWerner Koch1-530/+454
2004-12-10* sv.po: Take the update done for 1.2.6.Werner Koch1-611/+756
* zh_CN.po, fr.po, cs.po, ja.po: Updated.
2004-10-28About to release 1.3.92Werner Koch1-232/+242
2004-10-27* dynload.h: Always use it for _WIN32.Werner Koch1-194/+185
* LINGUAS: Better don't have comments in this file. * mk-w32-dist: Use utf-8 encoding for all MO files. * simple-gettext.c: Removed windows.h. (get_string): On the fly translation from utf-8 to active character set. * strgutil.c (load_libiconv) [_WIN32]: new. (set_native_charset) [_WIN32]: Call it here and autodetect the used code page. (native_to_utf8, utf8_to_native): Reverted arguments for iconv_open. (handle_iconv_error): Made this function match iconv_open argumnet ordering. (utf8_to_native): Disable all quoting for DELIM == -1.