[Koha-cvs] CVS: koha/misc buildrelease,1.7,1.8 Install.pm,1.4,1.5

Paul POULAIN tipaul at users.sourceforge.net
Mon Jan 6 12:11:58 CET 2003


Update of /cvsroot/koha/koha/misc
In directory sc8-pr-cvs1:/tmp/cvs-serv10395

Modified Files:
	buildrelease Install.pm 
Log Message:
last commit before 1.3.3 ? 
small bugfix and polish opac language selection

Index: buildrelease
===================================================================
RCS file: /cvsroot/koha/koha/misc/buildrelease,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** buildrelease	3 Jan 2003 16:17:34 -0000	1.7
--- buildrelease	6 Jan 2003 11:11:56 -0000	1.8
***************
*** 352,356 ****
  chdir("/tmp");
  system("tar czf /tmp/koha-$releaseversion.tar.gz koha-".$releaseversion);
! #system("rm -rf $rootdir");
  
  print qq|
--- 352,356 ----
  chdir("/tmp");
  system("tar czf /tmp/koha-$releaseversion.tar.gz koha-".$releaseversion);
! system("rm -rf $rootdir");
  
  print qq|

Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/misc/Install.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** Install.pm	3 Jan 2003 16:17:34 -0000	1.4
--- Install.pm	6 Jan 2003 11:11:56 -0000	1.5
***************
*** 1219,1227 ****
  ====================
  This version of koha supports a few languages.
! Enter you languages preferences : either en, fr or es.
  Note that the en is always choosen when the system does not finds the
  language you choose in a specific screen.
  fr : opac is translated (except pictures)
  es : a few intranet is translated (including pictures)
  |;
  
--- 1219,1228 ----
  ====================
  This version of koha supports a few languages.
! Enter you languages preferences : either en, fr, es or pl.
  Note that the en is always choosen when the system does not finds the
  language you choose in a specific screen.
  fr : opac is translated (except pictures)
  es : a few intranet is translated (including pictures)
+ pl : opac is translated (UNTESTED in this release)
  |;
  





More information about the Koha-cvs mailing list