Hello,
On 2013-03-17 07:58, Frank Ellebrecht wrote:
- Although the status monitor page is shown in German, the daily
report
generated by daily-report.php is still in English. Am I missing
something?
it should work, just be sure set $config['DEFAULT_LANG'] to your
choice,
and enable it adding it to the $langs array in config.php, eg.
$config['DEFAULT_LANG'] = 'de';
$langs = array(
'hu',
'en',
'pt',
'de'
);
If you send me the translated messages.php, then I'll add it to the
list,
so you don't have to do it manually. Btw. please get the master branch,
and use language/en/messages.php. There're a couple of new variables at
the end.
- I think »Tag search results« should read »Tag selected messages« as
only selected messages will be tagged.
you are right, I'll fix it.
- In the search you can choose the date from a popup window. Is there
any way to translate the calendar (months, weekday shortcuts)? Can the
first day of a week be changed?
well, actually there is. The jquery-ui stuff should be edited.
Unfortunately
I couldn't switch from the default English text using the current
(1.10.1)
version. I'll give it another try. If you manage to fix it, then please
let
me know.
- Regarding the calendar, I noticed that there is no way to close it.
I
had to choose a date to close the applet and then delete the date
again.
just click outside, and it will close
- It would be nice if there were a setting in the web UI to change the
language per user.
you can set the default language (see above) which is used if the
browser
doesn't specify it. However most browsers present a set of language
preferences
to the website, including a language order. If you have 'en' and 'de'
enabled,
then it's up to your users in which order they define the preferred
order.
In firefox please check Edit -> Preferences -> Content -> Languages,
then
click on the 'Choose' button and set your preferred order.
Janos