summaryrefslogtreecommitdiff
path: root/source3/po
AgeCommit message (Collapse)AuthorFilesLines
2008-04-01po/genmsg: be more portable, use 'printf "%s"' instead of 'echo -n'Michael Adam1-1/+1
Michael (This used to be commit 0bd50e450baf633ea9d653341f3ce9d81bfdd83f)
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell10-20/+10
(This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
2007-10-10r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison10-10/+10
Jeremy. (This used to be commit c2f7ab1c175ecff0cf44d0bbc4763ba9f7d7803f)
2007-10-10r20745: Commit Finnish transalation of SWAT after reviewSimo Sorce1-0/+611
(This used to be commit a971374117772ab0288faae6a33bce929ea117fa)
2007-10-10r3912: More fixes to have proper german in swat.Günther Deschner1-53/+53
(The new german orthography is another story...) Thanks to Reiner Klaproth and Björn Jacke <bjacke@sernet.de>. Guenther (This used to be commit 1680446ce2d75c7efc5f49d5157d092eccda4696)
2007-10-10r2732: Fixed typo.Günther Deschner1-2/+2
Guenther (This used to be commit 8521891ee87551e62fedecef2f5efa49f6c90a99)
2007-10-10r2715: Swat-i18n-Patch from Björn Jacke <bjacke@sernet.de>:Günther Deschner8-333/+333
"Unify charset-handling in Content-Type:-headers to UTF-8 (fixes #1766), making UTF-8 the only supported (but fully functional) charset. Also remove html-header-files for ja and tr that have become obsolete now. Reformat msgstr in msg-files to UTF-8." Guenther (This used to be commit 0f8e1a0d0083ffb25b1888f5cae2613f7a7dbc46)
2004-01-07There is a German translation of swat -- surprise :-)Volker Lendecke1-5/+5
Fix some msgs Volker (This used to be commit d42953681731d18aef740cd7dd9919e0f4715645)
2003-10-08Add Dutch swat translationJelmer Vernooij1-0/+593
(This used to be commit 8646f1014fae1e645179846feb3fbc2beeef58d4)
2003-10-07Add script to generate msg files from SWAT sources.Tim Potter8-10149/+2196
Re-generate msg files. Monyo has updated the Japanese translation. Others remain incomplete. (This used to be commit 9cf7021b88879d414abd4c58bb5e257a42f0cf4b)
2001-12-09added fr.msg from FanchMotonobu Takahashi1-0/+1709
(This used to be commit 3a3b3469e66e25531f4531dce8a1d7bc9c17896e)
2001-10-28added de.msg from Andreas MoroderMotonobu Takahashi1-0/+1707
(This used to be commit bc909797efcb9b13480d1a77e1429473bb107ed4)
2001-10-16added Italian message file from Simo SourceMotonobu Takahashi1-0/+1707
(This used to be commit 810272fe44e71706db4379a03c9f3766cfce3a68)
2001-10-15remove zh_CN.msg because there is no maintainer.Motonobu Takahashi2-1572/+13
and correct some strings in ja.msg (This used to be commit 77806c317801a5fd2148e033f6dac21944e37409)
2001-10-15updated copyright noticesAndrew Tridgell3-6/+30
(This used to be commit 1f4c8a1d9f0bf6ff615566d1a9c2f457278acd6b)
2001-10-15- renamed *.po message files to *.msgAndrew Tridgell5-0/+0
- 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. (This used to be commit 2fbeedeb1607957f1e48e66074445dc3bc5a16f7)
2001-10-15removed unused gettext codeAndrew Tridgell11-2658/+0
(This used to be commit aaa1e9315e5c8cc6ef4517aa9ec4f22fd2f0eb5c)
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)