comparison DOCS/tech/translations.txt @ 19657:a75995bf41e6

Remove outdated references to CVS.
author diego
date Sun, 03 Sep 2006 19:30:57 +0000
parents 5a8e868772f3
children 5e98034a49ec
comparison
equal deleted inserted replaced
19656:ba131dd34f63 19657:a75995bf41e6
9 maintain a new documentation translation. 9 maintain a new documentation translation.
10 10
11 Documentation related discussions happen on the MPlayer-DOCS mailing list, 11 Documentation related discussions happen on the MPlayer-DOCS mailing list,
12 while documentation translation related discussions happen on the 12 while documentation translation related discussions happen on the
13 MPlayer-translations mailing list. If you want to maintain a translation 13 MPlayer-translations mailing list. If you want to maintain a translation
14 you should subscribe to both, as the English documentation CVS changelogs, 14 you should subscribe to both, as the English documentation Subversion
15 which you need to keep the translation up to date, are sent to MPlayer-DOCS. 15 changelogs, which you need to keep the translation up to date, are sent
16 You can subscribe here: 16 to MPlayer-DOCS. You can subscribe here:
17 17
18 http://mplayerhq.hu/mailman/listinfo/mplayer-docs 18 http://mplayerhq.hu/mailman/listinfo/mplayer-docs
19 http://mplayerhq.hu/mailman/listinfo/mplayer-translations 19 http://mplayerhq.hu/mailman/listinfo/mplayer-translations
20 20
21 Send updates and patches to this mailing list or directly to the documentation 21 Send updates and patches to this mailing list or directly to the documentation
28 2) man page 28 2) man page
29 3) XML documentation 29 3) XML documentation
30 30
31 Please note that only doing 1) or 1) + 2) is perfectly fine. 31 Please note that only doing 1) or 1) + 2) is perfectly fine.
32 32
33 You can find the latest versions of the help_mp-XX.h files in CVS or 33 You can find the latest versions of the help_mp-XX.h files in Subversion or
34 here: 34 here:
35 35
36 http://svn.mplayerhq.hu/mplayer/trunk/help/ 36 http://svn.mplayerhq.hu/mplayer/trunk/help/
37 37
38 help_mp-en.h is the master file that you should use as a base for translations. 38 help_mp-en.h is the master file that you should use as a base for translations.
74 clumsy wording, spelling/grammar errors or if you notice that something is 74 clumsy wording, spelling/grammar errors or if you notice that something is
75 incomplete, please let us know, we'll fix it. Patches are more than welcome, 75 incomplete, please let us know, we'll fix it. Patches are more than welcome,
76 of course. Do not, however, change the translation first, please get your 76 of course. Do not, however, change the translation first, please get your
77 update into the English version first. 77 update into the English version first.
78 78
79 If you have CVS access and commit a translation update file, use something like 79 If you have Subversion write access and commit a translation update file,
80 "synced with 1.XXX" as first line of the commit message so that it is possible 80 use something like "synced with 1.XXX" as first line of the commit message
81 to tell with a glance at the cvs log or viewcvs if the translation is outdated 81 so that it is possible to tell with a glance at the cvs log or viewcvs if
82 and which revision of the English master file it is equivalent to. 82 the translation is outdated and which revision of the English master file
83 it is equivalent to.