From: Rob F. <rob...@us...> - 2002-05-19 17:27:09
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv5656 Modified Files: configure.in configure.ac ChangeLog Log Message: Czech translation added. Index: configure.in =================================================================== RCS file: /cvsroot/gaim/gaim/configure.in,v retrieving revision 1.110 retrieving revision 1.111 diff -u -d -r1.110 -r1.111 --- configure.in 14 May 2002 18:24:30 -0000 1.110 +++ configure.in 19 May 2002 17:27:06 -0000 1.111 @@ -15,7 +15,7 @@ AC_PROG_INSTALL -ALL_LINGUAS="da de es fr ko ru zh_CN pl nl sv fi sk it ja bg hu zh_TW" +ALL_LINGUAS="da de es fr ko ru zh_CN pl nl sv fi sk it ja bg hu zh_TW cs" AM_GNU_GETTEXT AC_CYGWIN Index: configure.ac =================================================================== RCS file: /cvsroot/gaim/gaim/configure.ac,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- configure.ac 14 May 2002 18:24:30 -0000 1.66 +++ configure.ac 19 May 2002 17:27:06 -0000 1.67 @@ -15,7 +15,7 @@ AC_PROG_INSTALL -ALL_LINGUAS="da de es fr ko ru zh_CN pl nl sv fi sk it ja bg hu zh_TW" +ALL_LINGUAS="da de es fr ko ru zh_CN pl nl sv fi sk it ja bg hu zh_TW cs" AM_GNU_GETTEXT AC_CYGWIN Index: ChangeLog =================================================================== RCS file: /cvsroot/gaim/gaim/ChangeLog,v retrieving revision 1.485 retrieving revision 1.486 diff -u -d -r1.485 -r1.486 --- ChangeLog 19 May 2002 03:11:09 -0000 1.485 +++ ChangeLog 19 May 2002 17:27:06 -0000 1.486 @@ -5,6 +5,7 @@ * Swedish translation updated (Thanks, Christian Rose) * Spanish translation updated (Thanks, Alex) * Traditional Chinese translation updated (Thanks, Paladin Liu) + * Czech translation added (Thanks, Honza) * Squashed a bug in buddy right-click menu handling that crashed Gaim. In the process: found and eliminated some memory leaks. |