aboutsummaryrefslogtreecommitdiffstats
path: root/po/gl.po
Commit message (Collapse)AuthorAgeFilesLines
* Import translations.Matthias Andree2011-08-211-3/+3
|
* Freeze strings for release.Matthias Andree2011-06-061-3/+3
|
* Freeze updated .po files for -rc3.Matthias Andree2011-05-291-1/+1
|
* Freeze strings for -rc2.Matthias Andree2011-05-261-134/+129
|
* Freeze line numbers in .po files.Matthias Andree2011-05-231-194/+200
|
* Get ready for 6.3.19 release.Matthias Andree2010-12-101-97/+118
|
* Update po/ files.Matthias Andree2010-10-101-63/+63
|
* Import updated translations.Matthias Andree2010-09-271-375/+425
|
* Get ready for 6.3.17 release.Matthias Andree2010-05-061-9/+9
|
* Update translations.Matthias Andree2010-05-061-412/+469
|
* Release 6.3.16.Matthias Andree2010-04-061-10/+10
|
* Record po files for 6.3.15 release.Matthias Andree2010-03-281-457/+486
|
* Update .po translations from TP.Matthias Andree2010-02-051-267/+282
| | | | svn path=/branches/BRANCH_6-3/; revision=5479
* Update po/ files for 6.3.12 release.Matthias Andree2009-10-051-6/+11
| | | | svn path=/branches/BRANCH_6-3/; revision=5438
* Mention that users should not make up information.Matthias Andree2009-08-241-22/+22
| | | | svn path=/branches/BRANCH_6-3/; revision=5427
* Bump version for security release.Matthias Andree2009-08-051-54/+66
| | | | svn path=/branches/BRANCH_6-3/; revision=5397
* Release 6.3.10.Matthias Andree2009-07-021-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5371
* Prepare 6.3.10 release.Matthias Andree2009-07-021-462/+497
| | | | svn path=/branches/BRANCH_6-3/; revision=5369
* Update po/.Matthias Andree2008-11-161-4/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=5241
* Run 'make update-po' on po/.Matthias Andree2008-11-041-572/+760
| | | | svn path=/branches/BRANCH_6-3/; revision=5233
* Documentation and program output now /consistently/ claim that theMatthias Andree2008-06-301-1/+1
| | | | | | | | | rcfile must not have more than 0700 (u=rwx,g=,o=) permissions, but fetchmail will still silently accept additional g=x permissions for compatibility with previous 6.2.X and 6.3.X versions. Inconsistency (program 0710, manpage 0600) reported by Petr Uzel. svn path=/branches/BRANCH_6-3/; revision=5211
* Snapshot for 6.2.9-rc9.Matthias Andree2005-11-181-778/+987
| | | | svn path=/trunk/; revision=4459
* (Automatically) updated line numbers in po filesRob Funk2004-06-181-273/+274
| | | | svn path=/trunk/; revision=3892
* Add files from ESR's dev directory that weren't under version controlRob Funk2004-06-081-0/+2912
svn path=/trunk/; revision=3881
ly prefer From: over envelope?!? - add code to allow safe authentication schemes if TLS fails - make APOP an authenticator, integrate with regular auto authentication but stuff it at the end - allow forcing RETR (RETR vs. TOP, fetchmail-users, drbob 2008-01-11) - CRYPTO: use SASL? - make logfile more useful (redirect not only in daemon mode) - for virtual mapping, we don't currently support local user aliases or regexp matching with replacement. This would be useful for hosting several virtual domains in one multidrop mailbox, as in qmail/courier's: @one.example:bob-one @two.example:bob-two Result: some@one.example maps to bob-one-some@serverdomain another@two.example maps to bob-two-example@serverdomain we can strip the bob-*, but but we don't support domain catchalls here, and we cannot currently delegate or rewrite the remaining one-* or two-* users in a useful way. All local parts of the upstream domains must be known and mapped in the configuration file. (See fetchmail-users, Michelle Konzack, 2009-05-03, "4 multidrop but one destination server" and followup) This probably entails some form of extended user mapping inside fetchmail, for map_name() in transact.c, and possibly find_server_names() ibidem. DOCUMENTATION: - Add info whether Keywords are global, server or user keywords - consolidate multidrop documentation