| |||||||
| General Development (no feature request here!) You were able to fix an issue, or improved a feature? Post it here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal User Join Date: Oct 2006 Age: 31
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | Hello, guys! I want to create russian interface for mediaportal. As I've seen, I need only translate strings.xml file and put it into folder named "Russian". There is a few questions: 1. Can I use UTF-8 encoding? Will mediaportal and its plugins work correctly with this encoding? 2. Where should I put new strings.xml file to include it in stable tree? |
| | |
| | #2 (permalink) |
| Portal User Join Date: Oct 2006 Age: 35
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | 1. Да. string.xml должен начинаться с <?xml version="1.0" encoding="UTF-8"?> <strings> <characters>1279 </characters> 1279 - позволяет отображать русские буквы в именах файлов. |
| | |
| | #3 (permalink) |
| Portal Member Join Date: Aug 2006 Location: Kiev, Ukraine Age: 33
Posts: 42
Thanks: 1
Thanked 2 Times in 2 Posts
Country: | This header is also work fine for 1251 coded strings: Code: <?xml version="1.0" encoding="windows-1251"?> <strings> <characters>1250</characters> |
| | |
| | #5 (permalink) |
| Portal Member Join Date: Aug 2006 Location: Kiev, Ukraine Age: 33
Posts: 42
Thanks: 1
Thanked 2 Times in 2 Posts
Country: | <?xml version="1.0" encoding="windows-1251"?> It's standard XML header and "encoding" describe character set for XML file content - nothing more. Problem with cyrillic characters MediaPortal have because of method of fonts handling. MediaPortal prebuild bitmaps for the first N unicode characters in the font. By default N is 512 and it is not enough to display cyrillic characters. Value <characters>1250</characters> resolve this problem. BTW Refer this guide http://wiki.team-mediaportal.com/TranslatorGuide |
| | |
| | #7 (permalink) |
| Portal User Join Date: Oct 2006 Age: 35
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | Russian interface exists. In MediaPortal-update-0.2.0.4. Но он почему-то у меня не работает в версии 0.2.0.4. Там не проставлен "characters" и русские названия не отображаются. После установки правильного "characters", MediaPortal перестает грузится. Все начинает работать, если с этой руссификацией откатится к старой версии. |
| | |
| | #10 (permalink) |
| Portal User Join Date: Nov 2006 Location: Kemerovo Age: 29
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | i write in win1251, i see my posts ok, too see change code page on this page to win1251// а теперь можно по русски.. я из россии и смотрю нтв плюс.. все здорово но EPG засада... |
| | |
![]() |
| Bookmarks |
| Tags |
| language, russian |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hauppauge HVR-900 Analog Card | JoG | General Support | 9 | 2007-04-02 09:03 |
| Freezing when changing channel | petteram | The old Bugreport Forum | 5 | 2006-12-15 13:19 |
| no video from both DVD and TV | postema | Installation, configuration support | 17 | 2006-12-05 21:09 |
| Recording from TV | 'Arry | General Support | 2 | 2006-09-20 00:12 |
| [Last CVS] Plugin section messed up and error | ookmich | The old Bugreport Forum | 7 | 2006-03-04 18:01 |