diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2006-04-28 12:16:04 +0200 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2006-04-28 12:16:04 +0200 |
commit | 74606cfffbf79083902d79a330c00d46c12482e6 (patch) | |
tree | 963e2caf2609726f66e679961d0354395d4ec782 /FAQ | |
parent | 136ed36ec93e38a84f88dbcb40ee7e17cdffa003 (diff) | |
download | vdradmin-am-3.4.5rc.tar.gz vdradmin-am-3.4.5rc.tar.bz2 |
2006-04-28: 3.4.5rcv3.4.5rc
- Changed: request full "from" email address for sending emails instead of domain only (Requested by siryoda).
- Changed: no red background for inactive timers in prog_timeline (Requested by Zimbo).
- Changed: result of a search is ordered by the event's start time instead of channel id (Suggested by scorp).
- Fixed: crashes when sending emails (Thanks to Ville Skyttä for hints and siryoda for testing).
- Fixed: error page sets charset correct.
- Added: russian translation (Thanks to Oleg Roitburd and Allrussian-forum translation team)
- Fixed: lots of perl warnings.
- Updated: localization, French is again up-to-date (Thanks to Trois Six).
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ A: There are some things to check: - Check if "perl -V:d_setlocale" prints "d_setlocale='define';". If it doesn't contact your Linux distributor. - Run: echo -e "LANGUAGE=$LANGUAGE\nLANG=$LANG\nLC_ALL=$LC_ALL" - If LANGUAGE *must* be empty so that you can set the language + LANGUAGE *must* be empty so that you can set the language in VDRAdmin's configuration menu. If it's not empty VDRAdmin will *always* use that language if it supports it or English if it doesn't support it. |