summaryrefslogtreecommitdiff
path: root/source3/po
AgeCommit message (Collapse)AuthorFilesLines
2001-10-11first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell1-3/+3
of gettext for internationalisation support. There is more to do (This used to be commit ab7f67677a1ade4669e5c2750d0a38422ea616a9)
2001-10-02Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison3-560/+573
other access. Problem was max time was being set to 0xffffffff, instead of 0x7fffffff. Jeremy. (This used to be commit 94403d841710391ec26539e4b4157439d5778ff7)
2001-09-29fixed in *BSDMotonobu Takahashi1-2/+2
(This used to be commit d3cb139aff9d232b4d70b197e806759b6fbada3b)
2001-09-29fixed not to install in *BSD, but perhaps on Solaris, cannot installMotonobu Takahashi1-2/+2
(This used to be commit a91777fb4711bfffafa96e0393ad8159b30a8853)
2001-09-29not to creat gmo files from po files during makingMotonobu Takahashi1-1/+3
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. (This used to be commit ca350fdf0343b0bc5e78a35a7a2345ada8aca410)
2001-09-25Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison4-708/+845
Jeremy. (This used to be commit 611bf806d569b70edabbc04a2f5408142370a550)
2001-09-24fixed a typo in installman.shMotonobu Takahashi1-1/+1
fixed a problem that source/install-sh is not executable (This used to be commit c2e256c18cbaa1145ab6ca8ad59baadca36abbdd)
2001-09-24fixed a typoMotonobu Takahashi1-1/+1
(This used to be commit 87a945f13d2f241facdd3a1bdc636193339f1697)
2001-09-24added files and directories to support gettext() featureMotonobu Takahashi16-0/+11065
Also added some po files to support: English, Japanese, Polish, Turlish (This used to be commit 736b713c49ebe45923169b70f5c47f5afda8d94a)