CVS update: samba/source/web

tpot at samba.org tpot at samba.org
Thu Oct 9 16:10:52 EST 2003


Date:	Thu Oct  9 06:10:52 2003
Author:	tpot

Update of /data/cvs/samba/source/web
In directory dp.samba.org:/tmp/cvs-serv25550/source/web

Modified Files:
	statuspage.c swat.c 
Log Message:
Merge from 3.0:

>Moving towards better i18n support in SWAT.  This commit contains a
>bunch of updates to bug 413 from Monyo:
>
>1) pick up proper strings to call msg strings for example to add
>  strings in wizard menu in web/swat.c, web/statuspage.c and
>  param/loadparm.c.
>
>2) define N_() macro in include/intl.h to pick up some strings
>  in param/loadparm.c
>
>3) quote all name and value tag with '"'
>  For example in swat.c:720 the "Edit Parameter Values" string is
>  displayd only as "Edit" because value tag is not quoted like:
>  value=Edit Parameter Values
>  These tags should be quoted though it sometimes works well
>  without quotation.
>
>4) modify the msg strings not to contain HTML tags or other
>  non-message strings. For example
>  dprintf(_("test\n")); is modified to dprintf("%s\n", _("test"));


Revisions:
statuspage.c		1.36 => 1.37
	http://www.samba.org/cgi-bin/cvsweb/samba/source/web/statuspage.c.diff?r1=1.36&r2=1.37
swat.c		1.99 => 1.100
	http://www.samba.org/cgi-bin/cvsweb/samba/source/web/swat.c.diff?r1=1.99&r2=1.100



More information about the samba-cvs mailing list