diff src/gtkdialogs.c @ 12582:f75c0d35e032

[gaim-migrate @ 14910] 1 more update, and make past translators look like current ones do committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 20 Dec 2005 21:58:15 +0000
parents 1f3af98a7819
children e4e47871c373
line wrap: on
line diff
--- a/src/gtkdialogs.c	Tue Dec 20 21:41:08 2005 +0000
+++ b/src/gtkdialogs.c	Tue Dec 20 21:58:15 2005 +0000
@@ -127,7 +127,7 @@
 	{N_("Georgian"),            "ka", "Ubuntu Georgian Translators", "alexander.didebulidze@stusta.mhn.de"},
 	{N_("Korean"),              "ko", "Kyung-uk Son", "vvs740@chol.com"},
 	{N_("Kurdish"),             "ku", "Erdal Ronahi, Amed Ç. Jiyan", "erdal.ronahi@gmail.com,amedcj@hotmail.com"},
-	{N_("Lithuanian"),          "lt", "Gediminas Čičinskas", "gediminas@parok.lt"},
+	{N_("Lithuanian"),          "lt", "Andrius Štikonas", "a.stikonas@gmail.com"},
 	{N_("Macedonian"),          "mk", "Tomislav Markovski", "herrera@users.sf.net"},
 	{N_("Dutch, Flemish"),      "nl", "Vincent van Adrighem", "V.vanAdrighem@dirck.mine.nu"},
 	{N_("Norwegian"),           "no", "Petter Johan Olsen", "petter.olsen@cc.uit.no"},
@@ -152,26 +152,36 @@
 
 
 static struct translator past_translators[] = {
-	{N_("Amharic"),				"am", "Daniel Yacob", NULL},
-	{N_("Bulgarian"),			"bg", "Hristo Todorov", NULL},
-	{N_("Catalan"),				"ca", "JM Pérez Cáncer", NULL},
-	{N_("Catalan"),				"ca", "Robert Millan", NULL},
-	{N_("Czech"),				"cs", "Honza Král", NULL},
-	{N_("German"),				"de", "Daniel Seifert, Karsten Weiss", NULL},
-	{N_("Spanish"),				"es", "Amaya Rodrigo, Alejandro G Villar, Nicolás Lichtmaier, JM Pérez Cáncer", NULL},
-	{N_("Finnish"),				"fi", "Arto Alakulju, Tero Kuusela", NULL},
-	{N_("French"),				"fr", "Sébastien François, Stéphane Pontier, Stéphane Wirtel, Loïc Jeannin", NULL},
+	{N_("Amharic"),             "am", "Daniel Yacob", NULL},
+	{N_("Bulgarian"),           "bg", "Hristo Todorov", NULL},
+	{N_("Catalan"),             "ca", "JM Pérez Cáncer", NULL},
+	{N_("Catalan"),             "ca", "Robert Millan", NULL},
+	{N_("Czech"),               "cs", "Honza Král", NULL},
+	{N_("German"),              "de", "Daniel Seifert, Karsten Weiss", NULL},
+	{N_("Spanish"),             "es", "JM Pérez Cáncer", NULL},
+	{N_("Spanish"),             "es", "Nicolás Lichtmaier", NULL},
+	{N_("Spanish"),             "es", "Amaya Rodrigo", NULL},
+	{N_("Spanish"),				"es", "Alejandro G Villar", NULL},
+	{N_("Finnish"),             "fi", "Arto Alakulju", NULL},
+	{N_("Finnish"),             "fi", "Tero Kuusela", NULL},
+	{N_("French"),              "fr", "Sébastien François", NULL},
+	{N_("French"),              "fr", "Stéphane Pontier", NULL},
+	{N_("French"),              "fr", "Stéphane Wirtel", NULL},
+	{N_("French"),              "fr", "Loïc Jeannin", NULL},
 	{N_("Italian"),				"it", "Salvatore di Maggio", NULL},
-	{N_("Japanese"),			"ja", "Ryosuke Kutsuna, Taku Yasui, Junichi Uekawa", NULL},
-	{N_("Georgian"),            "ka", "Temuri Doghonadze", "admin@security.gov.ge"},
-	{N_("Korean"),				"ko", "Sang-hyun S, A Ho-seok Lee", NULL},
-	{N_("Polish"),				"pl", "Przemysław Sułek", NULL},
-	{N_("Russian"),				"ru", "Alexandre Prokoudine", NULL},
-	{N_("Russian"),				"ru", "Sergey Volozhanin", NULL},
-	{N_("Slovak"),				"sk", "Daniel Režný", NULL},
-	{N_("Swedish"),				"sv", "Christian Rose", NULL},
-	{N_("Simplified Chinese"),	"zh_CN", "Hashao, Rocky S. Lee", NULL},
-	{N_("Traditional Chinese"),	"zh_TW", "Hashao, Rocky S. Lee", NULL},
+	{N_("Japanese"),            "ja", "Ryosuke Kutsuna", NULL},
+	{N_("Japanese"),            "ja", "Taku Yasui", NULL},
+	{N_("Japanese"),            "ja", "Junichi Uekawa", NULL},
+	{N_("Georgian"),            "ka", "Temuri Doghonadze", NULL},
+	{N_("Korean"),              "ko", "Sang-hyun S, A Ho-seok Lee", NULL},
+	{N_("Lithuanian"),          "lt", "Gediminas Čičinskas", NULL},
+	{N_("Polish"),              "pl", "Przemysław Sułek", NULL},
+	{N_("Russian"),             "ru", "Alexandre Prokoudine", NULL},
+	{N_("Russian"),             "ru", "Sergey Volozhanin", NULL},
+	{N_("Slovak"),              "sk", "Daniel Režný", NULL},
+	{N_("Swedish"),             "sv", "Christian Rose", NULL},
+	{N_("Simplified Chinese"),  "zh_CN", "Hashao, Rocky S. Lee", NULL},
+	{N_("Traditional Chinese"), "zh_TW", "Hashao, Rocky S. Lee", NULL},
 	{NULL, NULL, NULL, NULL}
 };