diff options
author | Ismael Olea <ismael@olea.org> | 2003-09-30 17:58:02 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-09-30 17:58:02 +0800 |
commit | 7d9119733aff6881400cb30c9f967727d232b3f5 (patch) | |
tree | 29f5c2079d69be2de7bd83fbf03b53dfbf57335a /shell/e-shell-about-box.c | |
parent | dbecfb231409fd9170147739862e8517a3d3979a (diff) | |
download | gsoc2013-evolution-7d9119733aff6881400cb30c9f967727d232b3f5.tar.gz gsoc2013-evolution-7d9119733aff6881400cb30c9f967727d232b3f5.tar.zst gsoc2013-evolution-7d9119733aff6881400cb30c9f967727d232b3f5.zip |
fixed encoding for Spanish translators.
2003-09-30 Ismael Olea <ismael@olea.org>
* e-shell-about-box.c: fixed encoding for Spanish translators.
svn path=/trunk/; revision=22769
Diffstat (limited to 'shell/e-shell-about-box.c')
-rw-r--r-- | shell/e-shell-about-box.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/shell/e-shell-about-box.c b/shell/e-shell-about-box.c index a046b2934f..85cc3ef921 100644 --- a/shell/e-shell-about-box.c +++ b/shell/e-shell-about-box.c @@ -46,8 +46,8 @@ static const char *text[] = { "", "Darin Adler", "Arturo Espinosa Aldama", - "H\xC3\xA9" "ctor Garc\xC3\xAD" "a Alvarez", - "Jesus Bravo Alvarez", + "H\xC3\xA9" "ctor Garc\xC3\xAD" "a \xC3\x81" "lvarez", + "Jes\xC3\xBA" "s Bravo \xC3\x81" "lvarez", "Seth Alves", "Marius Andreiana", "Sean Atkinson", @@ -83,6 +83,7 @@ static const char *text[] = { "Edd Dumbill", "Larry Ewing", "Gilbert Fang", + "Francisco Javier F. Serrador", "Nuno Ferreira", "Valek Filippov", "Nat Friedman", @@ -91,6 +92,7 @@ static const char *text[] = { "Nike Gerdts", "Grzegorz Goawski", "Jody Goldberg", + "Pablo Gonzalo del Campo", "Mark Gordon", "Kenny Graunke", "Alex Graveley", @@ -123,6 +125,7 @@ static const char *text[] = { "Tuomas Kuosmanen", "Mathieu Lacage", "Christopher J. Lahey", + "Eneko Lacunza", "Miles Lane", "Jason Leach", "Elliot Lee", @@ -151,6 +154,7 @@ static const char *text[] = { "Yukihiro Nakai", "Martin Norb\xC3\xA4" "ck", "Tomas Ogren", + "Ismael Olea", "Eskil Heyn Olsen", "Sergey Panov", "Gediminas Paulauskas", |