-
Notifications
You must be signed in to change notification settings - Fork 0
/
Credits
executable file
·111 lines (87 loc) · 4.05 KB
/
Credits
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
#!/bin/sh
sed -n -e "s/^@.* <\([^ ]*@[^ ]*\)>.*$/\1, /p" <<EOF | sort | uniq | xargs echo mutt
This lists all active translator contacts with leading "@". You can execute
this as a shell script to create a mail command line text.
The translator contacts with leading "!" are not reachable any more.
=============================================================================
People who contributed to the Debian New Maintainers' Guide are:
=============================================================================
- Josip Rodin <[email protected]> (Original author)
- Osamu Aoki <[email protected]> (Care taker and recent author)
- Craig Small <[email protected]> (Major help for squeeze version)
- Raphaël Hertzog <[email protected]> (Major help for squeeze version)
=============================================================================
Notable Contributions:
=============================================================================
- Jaldhar Vyas <[email protected]>
- Will Lowe <[email protected]>
- Christophe Le Bars <[email protected]>
- Frédéric Dumont <[email protected]>
- Zygo Blaxell <[email protected]>
- James R. Van Zandt <[email protected]>
=============================================================================
TRANSLATOR's LIST
=============================================================================
This is the list of the translators who contributed to translation activities.
They are the ones who provided very precise review of the original English text
and also provided good improvements to the original text.
The package maintainer understands that the person with ** are the currently
active ones who cordinate translation of this document.
If you find any descrepancy from the reality, let the package maintainer know
the situation to update this list.
* Catalan:
@ Innocent De Marchi <[email protected]>,2010
@ Debian Catalan l10n team <[email protected]>
* German:
@ Tobias Quathamer <[email protected]>, 2010 **
- Frank Lichtenheld <[email protected]>
- Erik Schanze <[email protected]>, 2005.
- Eduard Bloch <[email protected]>, 2000, 2003, 2004.
@ Debian German l10n team <[email protected]>
* Spanish:
@ Javier Fernández-Sanguino Peña <[email protected]>, 2003-2010 **
- Innocent De Marchi <[email protected]>,2010
- David Martinez <[email protected]>
@ Debian Spanish l10n team <[email protected]>
* French:
@ David Prévot <[email protected]>, 2010 **
- Frédéric Dumont <[email protected]>, 1999-2005.
- Mohammed Adnène Trojette <[email protected]>, 2005.
- Paul Wise <[email protected]>
@ Debian French l10n team <[email protected]>
* Italian:
@ Calogero Lo Leggio <[email protected]>, 2010 **
@ Jacopo Reggiani <[email protected]>, 2010.
* Japanese :
- 八田真行, Masayuki Hatta <[email protected]>
- 佐野武俊, Taketoshi Sano <[email protected]>
@ Satoru KURASHIKI <[email protected]> **
- Takeshi Abe <[email protected]>
* Korean: (outdated and removed.)
! 류창우 <[email protected]>
! 양유성 <[email protected]>
* Polish: (outdated and removed.)
! Paweł Tęcza <[email protected]>
! Pawel Tecza <[email protected]>
@ Marcin Owsiany <[email protected]>
@ Wojciech Zaręba <[email protected]>
* Portuguese: (outdated and removed.)
! Mahdi <[email protected]>
! Priscilla Pimenta <[email protected]>
* Russian: (outdated and removed.)
@ Михаил Соболев <[email protected]>
! Алексей Выскубов <[email protected]>
* Chinese (zh_CN):
@ Aron Xu <[email protected]>
- Boyuan Yang <[email protected]>
- 李凌, Ling Li <[email protected]>
* 郑原真, <[email protected]>
@ Chinese (simplified) <[email protected]>
* Chinese (zh_TW):
[ Note: This is now created by the automatic conversion from zh_CN to zh_TW
using the external opencc program and the internal cn2tw.sed script.]
Chinese (zh_TW) conversion by:
@ 陳侃如 <[email protected]>
- 青木修 <[email protected]> (I do not speak chinese.)
EOF