mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Add Christian Ridderstr��m (Swedish translation of the Windows installer) and Humberto Nicol��s Castej��n (Spanish translation) to our list of contributers.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10039 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2eb8bbef9c
commit
1f2d4919db
@ -40,6 +40,9 @@
|
||||
@bFrancesc Burrull i Mestres
|
||||
@iE-mail: fburrull@mat.upc.es
|
||||
Catalan translation
|
||||
@bHumberto Nicolás Castejón
|
||||
@iE-mail: beconico@gmail.com
|
||||
Spanish translation of the Windows installer
|
||||
@bMatej Cepl
|
||||
@iE-mail: matej@ceplovi.cz
|
||||
Improvements to the czech keymaps
|
||||
@ -215,6 +218,7 @@
|
||||
@bChristian Ridderström
|
||||
@iE-mail: christian.ridderstrom@home.se
|
||||
The driving force behind, and maintainer of, the LyX wiki wiki.
|
||||
Swedish translation of the Windows installer
|
||||
@bEulogio Serradilla Rodríguez
|
||||
@iE-mail: eulogio.sr@terra.es
|
||||
contribution to the spanish internationalization
|
||||
|
@ -59,7 +59,7 @@ class contributer:
|
||||
address = address.replace(" ! ", ".")
|
||||
contact = "%s@%s" % (ename, address)
|
||||
result.append('@iE-mail: %s\n' % contact)
|
||||
result.append(' %s\n' % self.credit)
|
||||
result.append(' %s\n' % self.credit.replace('\n', '\n '))
|
||||
return "".join(result)
|
||||
|
||||
|
||||
@ -420,6 +420,14 @@ contributers = [
|
||||
"",
|
||||
u"Catalan translation"),
|
||||
|
||||
contributer(u"Humberto Nicolás Castejón",
|
||||
"beconico () gmail ! com",
|
||||
"GPL",
|
||||
"Re: The LyX licence",
|
||||
"m=111833854105023",
|
||||
"9 June 2005",
|
||||
u"Spanish translation of the Windows installer"),
|
||||
|
||||
contributer(u"Matěj Cepl",
|
||||
"matej () ceplovi ! cz",
|
||||
"GPL",
|
||||
@ -906,7 +914,7 @@ contributers = [
|
||||
"Re: The LyX licence",
|
||||
"m=110910933124056",
|
||||
"22 February 2005",
|
||||
u"The driving force behind, and maintainer of, the LyX wiki wiki."),
|
||||
u"The driving force behind, and maintainer of, the LyX wiki wiki.\nSwedish translation of the Windows installer"),
|
||||
|
||||
contributer(u"Eulogio Serradilla Rodríguez",
|
||||
"eulogio.sr () terra ! es",
|
||||
|
Loading…
Reference in New Issue
Block a user