diff options
author | Tim Potter <tpot@samba.org> | 2003-10-03 01:42:53 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-10-03 01:42:53 +0000 |
commit | 635dff752869d8284386d9c4b84a87840868ecd6 (patch) | |
tree | 97053f5468833bd5c6e10b001adec87d28558e3c /packaging | |
parent | 89eb0f69188e6a536cfce02efb1a7256b53484f3 (diff) | |
download | samba-635dff752869d8284386d9c4b84a87840868ecd6.tar.gz samba-635dff752869d8284386d9c4b84a87840868ecd6.tar.bz2 samba-635dff752869d8284386d9c4b84a87840868ecd6.zip |
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"));
(This used to be commit 351d16956d8125bc689ca84adcb71e0a57d6b7cc)
Diffstat (limited to 'packaging')
0 files changed, 0 insertions, 0 deletions