1
Users / Re: Widescreen Pal resolution
« on: May 15, 2008, 08:43:06 pm »
My tv is connected to the tv out of my nvidia card.... If it helps...
Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Hi, any translations need to go into the DB, so you will need to coordinate with "Programming Dev Wizards" but the actual translation can of course be done independently.
To see the strings in English type this on an LMCE core:
echo "SELECT PK_Text, Text.Description, Text_LS.Description AS TextToTranslate FROM Text, Text_LS WHERE Text_LS.FK_Language=1 AND PK_Text=FK_TEXT;" | mysql -uroot pluto_main
If you can hand the developers a text file with the PK_Text number followed by a translation of the TextToTranslate, then we can do the rest.