annotate DOCS/tech/translations.txt @ 11809:26d4ace59761

MPlayer translation HOWTO
author diego
date Tue, 20 Jan 2004 04:43:00 +0000
parents
children c67c28e4992e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11809
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
1 ________________________________________
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
2 HOW TO DO A GOOD TRANSLATION FOR MPLAYER
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
4
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
5 We always welcome new translations, but please be aware that
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
6 translations are not just one time jobs. They have to be maintained
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
7 in order to be useful. Otherwise they quickly get outdated and become
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
8 obsolete, useless cruft. That said, we would be happy if you could
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
9 maintain a new documentation translation.
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
10
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
11 Documentation related discussions happen on the MPlayer-DOCS mailing list.
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
12 If you want to maintain a translation you should subscribe there, as all
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
13 documentation CVS changelogs are also sent there, which you need to keep
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
14 the translation up to date. You can subscribe here:
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
15
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
16 http://mplayerhq.hu/mailman/listinfo/mplayer-docs
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
17
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
18 Send updates and patches to this mailing list or directly to the documentation
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
19 or console message maintainers, see DOCS/tech/MAINTAINERS for details.
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
20
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
21 Translations of MPlayer documentation consist of 3 parts in descending
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
22 order of importance:
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
23
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
24 1) console messages (help/help_mp-XX.h)
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
25 2) man page
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
26 3) XML documentation
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
27
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
28 Please note that only doing 1) or 1) + 2) is perfectly fine.
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
29
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
30 You can find the latest versions of the help_mp-XX.h files in CVS or
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
31 here:
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
32
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
33 http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/help/
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
34
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
35 help_mp-en.h is the master file that you should use as a base for translations.
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
36 If you are adopting an already existing translation, please check it from top
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
37 to bottom once. Later it should suffice to just translate missing messages. If
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
38 you want to check for untranslated messages the help/help-diff.sh script comes
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
39 in handy:
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
40
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
41 help_diff.sh help_mp-XX.h < help_mp-en.h
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
42
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
43 will print untranslated messages to the screen, just substitute XX with your
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
44 language code. Additionally, please make sure that your translated messages fit
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
45 on an 80 character wide display to avoid overflowing output.
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
46
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
47 Translations are for documentation what porting is for code. Many more eyes
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
48 see it and get to find mistakes. If you stumble over mistakes, inaccuracies,
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
49 clumsy wording, spelling/grammar errors or if you notice that something is
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
50 incomplete, please let us know, we'll fix it. Patches are more than welcome,
26d4ace59761 MPlayer translation HOWTO
diego
parents:
diff changeset
51 of course.