aboutsummaryrefslogtreecommitdiffstats
path: root/po (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Generate the ChangeLog from commit logs.Werner Koch2011-12-011-0/+7
| | | | | | | | | | | | | * build-aux/gitlog-to-changelog: New script. Taken from gnulib. * build-aux/git-log-fix: New file. * build-aux/git-log-footer: New file. * doc/HACKING: New file. * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename all ChangeLog files to ChangeLog-2011.
* Make gpg-error-config and gpg-error.m4 more robust.Werner Koch2011-02-2312-2761/+190
| | | | | | | | | This is done by taking host prefixed config scripts names in account (as suggested by bug#1261) and adding a new config option --host to print a warning if the used config script was not built for the current host. Care has been taken not to mess things up if an old config script without the option is used or if AC_CANONICAL_HOST has not been used.
* Prepare 1.10libgpg-error-1.10Werner Koch2010-10-2611-675/+729
|
* Fix initialization of static libsWerner Koch2010-09-1611-70/+80
|
* Update pl.po.Werner Koch2010-09-1613-623/+758
| | | | | | Updated to gettext 0.1.17 Add a new error code.
* Add gpg_err_deinitlibgpg-error-1.9Werner Koch2010-07-2111-650/+795
| | | | | Prepare a new release.
* Add new error code.Werner Koch2010-06-181-160/+164
| | | | | Convert de.po to utf8
* prepare a releaselibgpg-error-1.8Werner Koch2010-05-065-88/+1161
|
* Made make distcheck work again.Werner Koch2010-02-1710-661/+750
|
* Add new translations.Werner Koch2009-08-204-3/+2143
|
* Fix octadecimal/octal where in some languages.Werner Koch2009-08-209-367/+400
|
* Update sv.poWerner Koch2009-08-202-14/+17
|
* Add Chinese translation. Minor fix to de.poWerner Koch2009-08-203-60/+1135
|
* 2009-03-29 Moritz <[email protected]>Moritz Schulte2009-03-292-2/+6
| | | | | | * de.po: Fixed typo.
* Add codes GPG_ERR_NO_PIN and GPG_ERR_NO_PASSPHRASE.Werner Koch2008-11-127-414/+475
|
* Fixed typo in de.po.Werner Koch2008-11-122-2/+6
|
* Add a new error code.Werner Koch2008-08-067-415/+448
|
* Fixed mingw build problems.Werner Koch2007-10-298-644/+810
| | | | | Updated some translations.
* Typo fixWerner Koch2007-08-232-2/+6
|
* UpdatedWerner Koch2007-02-262-3/+11
|
* Installed Swedish translationWerner Koch2006-12-222-0/+924
|
* * configure.ac: Set LT version to C3/A3/R1.libgpg-error-1.5Werner Koch2006-11-306-18/+18
| | | | | | | | | | | | | | | * README: Switch to tar.bz2 and sha1sum. * src/gpg-error.c (main): Add option --version. * autogen.sh (FORCE): Add option --force. * intl/: Removed. * Makefile.am (SUBDIRS): Removed intl. * configure.ac (AM_GNU_GETTEXT): Use external flag * src/Makefile.am: Removed -I../intl.
* Removed included gettext and updated latest gettextWerner Koch2006-11-302-17/+30
|
* Ready for a new releaselibgpg-error-1.4Werner Koch2006-09-147-250/+1021
|
* Updated.Werner Koch2006-09-082-60/+47
|
* 2006-03-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-03-149-65/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many files regenerated. * src/Makefile.am (gpg_error_CPPFLAGS, libgpg_error_la_CPPFLAGS): Add -I../intl. * Makefile.am (SUBDIRS): Add intl. * configure.ac (AC_CONFIG_FILES): Add intl/Makefile. (AM_GNU_GETTEXT_VERSION): Bump to 0.14.5. intl/ 2005-05-23 GNU <[email protected]> * Version 0.14.5 released. m4/ 2006-03-14 gettextize <[email protected]> * codeset.m4: Upgrade to gettext-0.14.5. * gettext.m4: Upgrade to gettext-0.14.5. * glibc2.m4: New file, from gettext-0.14.5. * glibc21.m4: Upgrade to gettext-0.14.5. * iconv.m4: Upgrade to gettext-0.14.5. * intdiv0.m4: Upgrade to gettext-0.14.5. * intmax.m4: New file, from gettext-0.14.5. * inttypes.m4: Upgrade to gettext-0.14.5. * inttypes_h.m4: Upgrade to gettext-0.14.5. * inttypes-pri.m4: Upgrade to gettext-0.14.5. * isc-posix.m4: Upgrade to gettext-0.14.5. * lcmessage.m4: Upgrade to gettext-0.14.5. * lib-ld.m4: Upgrade to gettext-0.14.5. * lib-link.m4: Upgrade to gettext-0.14.5. * lib-prefix.m4: Upgrade to gettext-0.14.5. * longdouble.m4: New file, from gettext-0.14.5. * longlong.m4: New file, from gettext-0.14.5. * nls.m4: Upgrade to gettext-0.14.5. * po.m4: Upgrade to gettext-0.14.5. * printf-posix.m4: New file, from gettext-0.14.5. * progtest.m4: Upgrade to gettext-0.14.5. * signed.m4: New file, from gettext-0.14.5. * size_max.m4: New file, from gettext-0.14.5. * stdint_h.m4: Upgrade to gettext-0.14.5. * uintmax_t.m4: Upgrade to gettext-0.14.5. * ulonglong.m4: Upgrade to gettext-0.14.5. * wchar_t.m4: New file, from gettext-0.14.5. * wint_t.m4: New file, from gettext-0.14.5. * xsize.m4: New file, from gettext-0.14.5. * Makefile.am (EXTRA_DIST): Add the new files. po/ 2006-03-14 gettextize <[email protected]> * Makefile.in.in: Upgrade to gettext-0.14.5. * Rules-quot: Upgrade to gettext-0.14.5.
* Add fileWerner Koch2006-01-241-0/+917
|
* Add Vietnamese translationWerner Koch2006-01-112-0/+6
|
* Use bzip2 for the dist target.Werner Koch2005-10-265-15/+15
|
* 2005-09-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-09-283-0/+928
| | | | | | * fr.po: New file. * LINGUAS: Add fr.
* Does now allow to build a W32 DLL.Werner Koch2005-08-191-33/+48
|
* Added Romanian translation and other collected changes.Werner Koch2005-07-046-99/+1059
|
* 2005-06-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-06-162-29/+33
| | | | | * de.po: Apply typo fixes from Debian #313977.
* Released 1.0libgpg-error-1-0Werner Koch2004-07-301-36/+51
|
* Bumbed version to 1.0, LT to C1/A1/R3.Werner Koch2004-07-302-88/+146
|
* 2004-04-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-04-224-0/+25
| | | | | | | * POTFILES.in: Add src/gpg-error.c. * pl.po: Add messages for gpg-error.c. * de.po: Likewise.
* 2004-04-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-04-222-8/+9
| | | | | * pl.po: Update.
* 2004-04-20 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-04-203-0/+896
| | | | | | * LINGUAS: Add pl. * pl.po: New file.
* Update to gettext 0.12.1Werner Koch2003-12-083-17/+74
|
* We better keep all these standard diles in the CVS.Werner Koch2003-12-088-0/+464
|
* New.Werner Koch2003-11-145-0/+1779
|
* 2003-05-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-05-154-0/+50
* Initial check-in.