summaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorJesus Bravo Alvarez <jesusb@src.gnome.org>2001-08-19 16:14:17 +0000
committerJesus Bravo Alvarez <jesusb@src.gnome.org>2001-08-19 16:14:17 +0000
commitea01081105670b834f0524b91be6a5ce8692eaad (patch)
tree71eaacc86afc48540c27f5b3a5ecc93c43baa2a4 /gui
parent883d7f673da0b494141c21902d3156767faf2585 (diff)
downloadgdm-ea01081105670b834f0524b91be6a5ce8692eaad.tar.gz
Added Galician and Brazilian Portuguese entries
Diffstat (limited to 'gui')
-rw-r--r--gui/gdmconfig-strings.c2
-rw-r--r--gui/gdmconfig.glade2
-rw-r--r--gui/gdmlanguages.c4
3 files changed, 8 insertions, 0 deletions
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 },