German language only on stats page descriptions (bug 1351)

So, let's try talking about this bug here. :) I have all of my OTRS interface set to English, but my stats page come up in German. I'm running OTRS 2.1.6, but this problem originally surfaced after my upgrade from 2.0.x to 2.1beta2. I'm running PostgreSQL as my database back-end, which may be related. Looking deeper, all the Description Content fields in the xml_storage table are German, there's no English: otrs=# select * from xml_storage where xml_content_key like '%Description%Content%'; xml_type | xml_key | xml_content_key | xml_content_value ----------+---------+---------------------------------------------------+------------------------------------------------------------------------------------------------------------------- Stats | 1 | [0]{'otrs_stats'}[1]{'Description'}[1]{'Content'} | Anzahl der neuen Tickets pro Tag und Queue die im letzten Monat in das System gelangt sind. Stats | 2 | [0]{'otrs_stats'}[1]{'Description'}[1]{'Content'} | Monatsauflistung, in der dargestellt wird, welche Statusver�nderung an den jeweiligen Monatstagen geschehen sind. Stats | 3 | [0]{'otrs_stats'}[1]{'Description'}[1]{'Content'} | Aktueller Status aller im System befindlicher Tickets ohne Zeitbeschr�nkung. (3 rows) What function inserts data into the xml_storage table? Is it the 2.1.x DB upgrade script, or something else? Thanks, Bryan

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Bryan,
What function inserts data into the xml_storage table? Is it the 2.1.x DB upgrade script, or something else?
I think it's done in Kernel/System/Stats.pm sub _AutomaticSampleImport. The texts which are imported seem to come from here: scripts/test/sample/Stats.* viele Gruesse, Torsten Thau - -- Torsten Thau, Dipl. Inform. c.a.p.e. IT Labs GbR - Annaberger Str. 240 - D-09125 Chemnitz phone: +49 371 5347 623 cell: +49 176 66 680 680 pgp-key: 0x292F987D fax: +49 371 5347 625 http://www.cape-it.de -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFF/qmnvXo8m5PgoXQRAlD0AKCMvtXx1W6qx5OaQAPs6xzdwiUHBwCbBmzh hsUh53894L/KP4m2AGAiWW0= =Pz6Y -----END PGP SIGNATURE-----
participants (2)
-
Bryan Fullerton
-
Torsten Thau