diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | config/locale.alias | 2 | ||||
-rw-r--r-- | gui/gdmconfig-strings.c | 2 | ||||
-rw-r--r-- | gui/gdmconfig.glade | 2 | ||||
-rw-r--r-- | gui/gdmlanguages.c | 4 |
5 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2001-08-19 Jesus Bravo Alvarez <jba@pobox.com> + + * config/locale.alias, gui/gdmlanguages.c, gui/gdmconfig.glade, + gui/gdmconfig-strings.c: Added Galician (gl_ES) and Brazilian + Portuguese (pt_BR) entries. + Sat Aug 18 18:17:44 2001 George Lebl <jirka@5z.com> * daemon/gdm.[ch]: add some code for choosable servers (not diff --git a/config/locale.alias b/config/locale.alias index adce2a58..e47326f3 100644 --- a/config/locale.alias +++ b/config/locale.alias @@ -40,6 +40,7 @@ english.us en_US.ISO-8859-1 english.gb en_GB.ISO-8859-1 finnish fi_FI.ISO-8859-1 french fr_FR.ISO-8859-1 +galician gl_ES.ISO-8859-1 german de_DE.ISO-8859-1 greek el_GR.ISO-8859-7 hebrew iw_IL.ISO-8859-8 @@ -55,6 +56,7 @@ norwegian no_NO.ISO-8859-1 nynorsk nn_NO.ISO-8859-1 polish pl_PL.ISO-8859-2 portuguese pt_PT.ISO-8859-1 +portuguese.br pt_BR.ISO-8859-1 romanian ro_RO.ISO-8859-2 russian ru_RU.ISO-8859-5 slovak sk_SK.ISO-8859-2 diff --git a/gui/gdmconfig-strings.c b/gui/gdmconfig-strings.c index 07c9221e..5f45cffc 100644 --- a/gui/gdmconfig-strings.c +++ b/gui/gdmconfig-strings.c @@ -53,6 +53,7 @@ gchar *s = N_("en_US"); gchar *s = N_("en_UK"); gchar *s = N_("fi_FI"); gchar *s = N_("fr_FR"); +gchar *s = N_("gl_ES"); gchar *s = N_("de_DE"); gchar *s = N_("el_GR"); gchar *s = N_("iw_IL"); @@ -66,6 +67,7 @@ gchar *s = N_("nn_NO"); gchar *s = N_("no_NO"); gchar *s = N_("pl_PL"); gchar *s = N_("pt_PT"); +gchar *s = N_("pt_BR"); gchar *s = N_("ro_RO"); gchar *s = N_("ru_RU"); gchar *s = N_("sk_SK"); diff --git a/gui/gdmconfig.glade b/gui/gdmconfig.glade index a9986b94..9b5039f8 100644 --- a/gui/gdmconfig.glade +++ b/gui/gdmconfig.glade @@ -938,6 +938,7 @@ en_US en_UK fi_FI fr_FR +gl_ES de_DE el_GR iw_IL @@ -951,6 +952,7 @@ nn_NO no_NO pl_PL pt_PT +pt_BR ro_RO ru_RU sk_SK diff --git a/gui/gdmlanguages.c b/gui/gdmlanguages.c index f72e7698..7947a678 100644 --- a/gui/gdmlanguages.c +++ b/gui/gdmlanguages.c @@ -57,6 +57,8 @@ static Language languages [] = { /*Note translate the A-M to the A-M you used in the group label */ { N_("A-M|French"), "fr_FR", 0 }, /*Note translate the A-M to the A-M you used in the group label */ + { N_("A-M|Galician"), "gl_ES", 0 }, + /*Note translate the A-M to the A-M you used in the group label */ { N_("A-M|German"), "de_DE", 0 }, /*Note translate the A-M to the A-M you used in the group label */ { N_("A-M|Greek"), "el_GR", 0 }, @@ -83,6 +85,8 @@ static Language languages [] = { /*Note translate the N-Z to the N-Z you used in the group label */ { N_("N-Z|Portuguese"), "pt_PT", 0 }, /*Note translate the N-Z to the N-Z you used in the group label */ + { N_("N-Z|Brazilian Portuguese"), "pt_BR", 0 }, + /*Note translate the N-Z to the N-Z you used in the group label */ { N_("N-Z|Romanian"), "ro_RO", 0 }, /*Note translate the N-Z to the N-Z you used in the group label */ { N_("N-Z|Russian"), "ru_RU", 0 }, |