Reply to sounds great, but... - FORCE_LOCALE / #4069

confChange('FORCE_LOCALE','C'); disabled that ugly warning.

If it reverts to old functionality, then it's OK, but we have to speak loud in docs and in release info what to do if web server doesn't return result of setlocale or doesn't properly sets locale.

We have to add to other languages proper translations. I updated Polish language at rev. 285.


Personally I don't like names of days and months in lists at all, so for Polish language I changed default strings to strictly numeric dates, these are perfectly what I like ;-)

Maybe we put those blocks to other languages instead of default English one?

from pl.inc.php

### ../render/render_misc.inc.php   ###
'%b %e, %Y|strftime format string'=>'%Y-%m-%d',  # line 579
'%I:%M%P|strftime format string'=>'%H:%M',  # line 592
'%a %b %e, %Y %I:%M%P|strftime format string'=>'%Y-%m-%d %H:%M',  # line 601
'%s min'                      =>'%s min',  # line 696
'%A, %B %e|strftime format string'=>'%Y-%m-%d',  # line 921