Personal Video Database alternate Forum

General Category => Development => Topic started by: Ivek23 on 9 02 February, 2021, 09:53:09 AM

Title: Translating Personal Video Database
Post by: Ivek23 on 9 02 February, 2021, 09:53:09 AM
Quote from: nostra« on: 05 December 2007, 04:58:34 »
Translating for all PVD users



Language files:












  English (http://www.videodb.info/bin/english.rc)

  German (http://www.videodb.info/bin/german.rc)

  Russian (http://www.videodb.info/bin/russian.rc)

  Serbien (http://www.videodb.info/bin/serbien.rc)

  Serbien (Cyrillic) (http://www.videodb.info/bin/serbien_cyr.rc)

  Slovenian (http://www.videodb.info/bin/slovenian.rc)


Old language files (not compatible with current version):












  Hungarian (http://www.videodb.info/bin/hungarian.rc)

  Ukrainian (http://www.videodb.info/bin/ukrainian.rc)

  Dutch (http://www.videodb.info/bin/dutch.rc)

  Spanish (http://www.videodb.info/bin/spanish.rc)

  Japanese (http://www.videodb.info/bin/japanese.rc)

  Italian (http://www.videodb.info/bin/italian.rc)

  French (http://www.videodb.info/bin/french.rc)

  Chinese (http://www.videodb.info/bin/chinese.rc)
* Languages marked red are to be updated!


Custom translations


From version 0.9.6.3 there is a possibility to create custom translations for the program. These translations are loaded from "custom.lng" file in program directory or from the file with the same name and location as a database file, but with .lng extension. Such translations could be used for example if you want to store some other kind of information in the database than movies and you want to change the texts to correspond your tasks.

The file format is very similar with .rc-files used for normal translation, with following exceptions:
1. There is no need in the first two lines:
STRINGTABLE
{

2. There is no need in the last line:
}
3. Indexes must always be from 100 to 3100
4. The string at index 100 must be the language id (ex.: 100, "$09" //English)

All the languages above can be downloaded as custom translations (http://www.videodb.info/bin/custom.zip). (you will need to rename the files and place them in the right location as described above to make them load)
Title: Re: Translating Personal Video Database
Post by: Ivek23 on 10 02 February, 2021, 10:09:30 AM
PVD 1.0.2.7 Custom_Langs is attached.