1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00

19 Commits

Author SHA1 Message Date
Volker Lendecke
d429536817 There is a German translation of swat -- surprise :-)
Fix some msgs

Volker
-
Jelmer Vernooij
8646f1014f Add Dutch swat translation -
Tim Potter
9cf7021b88 Add script to generate msg files from SWAT sources.
Re-generate msg files.  Monyo has updated the Japanese translation.
Others remain incomplete.
-
Motonobu Takahashi
3a3b3469e6 added fr.msg from Fanch -
Motonobu Takahashi
bc909797ef added de.msg from Andreas Moroder -
Motonobu Takahashi
810272fe44 added Italian message file from Simo Source -
Motonobu Takahashi
77806c3178 remove zh_CN.msg because there is no maintainer.
and correct some strings in ja.msg
-
Andrew Tridgell
1f4c8a1d9f updated copyright notices -
Andrew Tridgell
2fbeedeb16 - renamed *.po message files to *.msg
- fixed minor bug in lang_tdb.c

the msg files are still in a po/ directory, but unfortunately that is
not easy to fix given the terrible handling of directories in CVS.
-
Andrew Tridgell
aaa1e9315e removed unused gettext code -
Andrew Tridgell
ab7f67677a first step in converting the head branch to use lang_tdb.c instead
of gettext for internationalisation support. There is more to do
-
Jeremy Allison
94403d8417 Fixed the bug with member servers in a Samba PDC hosted domain not allowing
other access. Problem was max time was being set to 0xffffffff, instead of
0x7fffffff.
Jeremy.
-
Motonobu Takahashi
d3cb139aff fixed in *BSD -
Motonobu Takahashi
a91777fb47 fixed not to install in *BSD, but perhaps on Solaris, cannot install -
Motonobu Takahashi
ca350fdf03 not to creat gmo files from po files during making
this is because some platforms such as HP-UX do not have any msgfmt
command.

if someone updates po file,
then he has to update gmo files manually and commit.
-
Jeremy Allison
611bf806d5 Fixup passdb stuff to add new nisplus and ldap backends.
Jeremy.
-
Motonobu Takahashi
c2e256c18c fixed a typo in installman.sh
fixed a problem that source/install-sh is not executable
-
Motonobu Takahashi
87a945f13d fixed a typo -
Motonobu Takahashi
736b713c49 added files and directories to support gettext() feature
Also added some po files to support:
    English, Japanese, Polish, Turlish
-