diff options
author | Rodney Dawes <dobey@ximian.com> | 2004-01-07 03:15:50 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-01-07 03:15:50 +0800 |
commit | 1da70124a0296306d7bc4b9ba7c1e5bccc539581 (patch) | |
tree | a6fb2455283f7f8b13affec3858908fa2e1b7427 /addressbook/gui/contact-editor | |
parent | 9651916bed76508a2cc6217f848276612af16b73 (diff) | |
download | gsoc2013-evolution-1da70124a0296306d7bc4b9ba7c1e5bccc539581.tar gsoc2013-evolution-1da70124a0296306d7bc4b9ba7c1e5bccc539581.tar.gz gsoc2013-evolution-1da70124a0296306d7bc4b9ba7c1e5bccc539581.tar.bz2 gsoc2013-evolution-1da70124a0296306d7bc4b9ba7c1e5bccc539581.tar.lz gsoc2013-evolution-1da70124a0296306d7bc4b9ba7c1e5bccc539581.tar.xz gsoc2013-evolution-1da70124a0296306d7bc4b9ba7c1e5bccc539581.tar.zst gsoc2013-evolution-1da70124a0296306d7bc4b9ba7c1e5bccc539581.zip |
Apply patch from Roozbeh Pournader to update countries list
2004-01-06 Rodney Dawes <dobey@ximian.com>
* gui/contact-editor/e-contact-editor-address.c: Apply
patch from Roozbeh Pournader to update countries list
Fixes #48151
svn path=/trunk/; revision=24076
Diffstat (limited to 'addressbook/gui/contact-editor')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor-address.c | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor-address.c b/addressbook/gui/contact-editor/e-contact-editor-address.c index 6ea61a105d..683fa12da0 100644 --- a/addressbook/gui/contact-editor/e-contact-editor-address.c +++ b/addressbook/gui/contact-editor/e-contact-editor-address.c @@ -183,7 +183,7 @@ static char * countries [] = { N_("Colombia"), N_("Comoros"), N_("Congo"), - N_("Congo"), + N_("Congo, The Democratic Republic Of The"), N_("Cook Islands"), N_("Costa Rica"), N_("Cote d'Ivoire"), @@ -195,7 +195,6 @@ static char * countries [] = { N_("Djibouti"), N_("Dominica"), N_("Dominican Republic"), - N_("East Timor"), N_("Ecuador"), N_("Egypt"), N_("El Salvador"), @@ -223,6 +222,7 @@ static char * countries [] = { N_("Guadeloupe"), N_("Guam"), N_("Guatemala"), + N_("Guernsey"), N_("Guinea"), N_("Guinea-bissau"), N_("Guyana"), @@ -235,15 +235,20 @@ static char * countries [] = { N_("Iceland"), N_("India"), N_("Indonesia"), + N_("Iran"), + N_("Iraq"), N_("Ireland"), + N_("Isle of Man"), N_("Israel"), N_("Italy"), N_("Jamaica"), N_("Japan"), + N_("Jersey"), N_("Jordan"), N_("Kazakhstan"), N_("Kenya"), N_("Kiribati"), + N_("Korea, Democratic People's Republic Of"), N_("Korea, Republic Of"), N_("Kuwait"), N_("Kyrgyzstan"), @@ -252,10 +257,11 @@ static char * countries [] = { N_("Lebanon"), N_("Lesotho"), N_("Liberia"), + N_("Libya"), N_("Liechtenstein"), N_("Lithuania"), N_("Luxembourg"), - N_("Macau"), + N_("Macao"), N_("Macedonia"), N_("Madagascar"), N_("Malawi"), @@ -317,6 +323,7 @@ static char * countries [] = { N_("Sao Tome And Principe"), N_("Saudi Arabia"), N_("Senegal"), + N_("Serbia And Montenegro"), N_("Seychelles"), N_("Sierra Leone"), N_("Singapore"), @@ -336,10 +343,12 @@ static char * countries [] = { N_("Swaziland"), N_("Sweden"), N_("Switzerland"), + N_("Syria"), N_("Taiwan"), N_("Tajikistan"), N_("Tanzania, United Republic Of"), N_("Thailand"), + N_("Timor-Leste"), N_("Togo"), N_("Tokelau"), N_("Tonga"), @@ -364,7 +373,6 @@ static char * countries [] = { N_("Wallis And Futuna Islands"), N_("Western Sahara"), N_("Yemen"), - N_("Yugoslavia"), N_("Zambia"), N_("Zimbabwe"), NULL |