View Single Post
  #2 (permalink)  
Old 04-27-2008, 03:59 PM
xiaNaix's Avatar
xiaNaix xiaNaix is offline
Administrator
 
Join Date: Jan 2002
Posts: 1,884
Default

Creating a translation file:
To translate the different messages, create a file in the directory lang.ini system \ config \ of the SD card. To translate the different messages, create a file in the directory lang.ini system \ config \ of the SD card. Here's an example: Here's an example:
Each line represents a message to translate. Each line represents a message to translate. Do not change the value following the signs' = '. Do not change the value following the signs' = '.

Creating a theme:
To create a theme, you just have to create different images in BMP 24 bits. To create a theme, you just have to create different images in BMP 24 bits. Each image corresponds to an element (see below). Each image corresponds to an element (see below). These files should be placed on the SD card in the directory system \ theme. These files should be placed on the SD card in the directory system \ theme. If a file does not exist, the image integrated elf will be used. If a file does not exist, the image integrated elf will be used.

bar.bmp: Bar at the bottom of the screen bar.bmp: Bar at the bottom of the screen
Bkgr.bmp: Font screen Bkgr.bmp: Font screen
Button1.bmp: Button not selected Button1.bmp: Button not selected
Button2.bmp: Button selected Button2.bmp: Button selected
Default.bmp: Icon chain default Default.bmp: Icon chain default
Empty.bmp: Icon empty string Empty.bmp: Icon empty string
Font.bmp: Character Font.bmp: Character
Right.bmp: Arrow right Right.bmp: Arrow right
Left.bmp: Arrow left Left.bmp: Arrow left
Select.bmp: Image selected channel Select.bmp: Image selected channel
Sprite.bmp: Mask to be applied to the icon chains Sprite.bmp: Mask to be applied to the icon chains

The bmp can be any size with the exception of files default.bmp and sprite.bmp which must dimensions 192 x 95 pixels The bmp can be any size with the exception of files and sprite.bmp which default.bmp must dimensions 192 x 95 pixels

The color transparency is magenta (R: 255 G: 0 B: 255) is applied across the bmp except default.bmp and Bkgr.bmp. The color transparency is magenta (R: 255 G: 0 B: 255) is applied across the bmp except default.bmp and Bkgr.bmp.

The screen can be of any dimension. The screen can be of any dimension. If the dimensions are smaller than the screen resolution, the image will be displayed mosaic. If the dimensions are smaller than the screen resolution, the image will be displayed mosaic.

Create a file called theme.ini in the same folder as bmp with this Create a file called theme.ini in the same folder that with this bmp
Reply With Quote