From 09eddb5ec7dcf6f6af21efc6f98e784dc681ef0b Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Wed, 1 Oct 2008 09:54:29 +0000 Subject: Add translator comment to the occurrences of the Proxy term. Fixes bug 2008-10-01 Gabor Kelemen * org-gnome-proxy-errors.xml: * org-gnome-proxy-login-errors.xml: * proxy.c: * proxy-listing.glade: * proxy-login-dialog.glade: Add translator comment to the occurrences of the Proxy term. Fixes bug #554297 svn path=/trunk/; revision=36523 --- plugins/groupwise-features/ChangeLog | 9 +++++++++ plugins/groupwise-features/org-gnome-proxy-errors.xml | 3 +++ plugins/groupwise-features/org-gnome-proxy-login-errors.xml | 1 + plugins/groupwise-features/proxy-listing.glade | 2 +- plugins/groupwise-features/proxy-login-dialog.glade | 2 +- plugins/groupwise-features/proxy.c | 3 +++ 6 files changed, 18 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog index 01fe37d5ee..11ab46e089 100644 --- a/plugins/groupwise-features/ChangeLog +++ b/plugins/groupwise-features/ChangeLog @@ -1,3 +1,12 @@ +2008-10-01 Gabor Kelemen + + * org-gnome-proxy-errors.xml: + * org-gnome-proxy-login-errors.xml: + * proxy.c: + * proxy-listing.glade: + * proxy-login-dialog.glade: + Add translator comment to the occurrences of the Proxy term. Fixes bug #554297 + 2008-10-01 Milan Crha ** Fix for bug #511947 diff --git a/plugins/groupwise-features/org-gnome-proxy-errors.xml b/plugins/groupwise-features/org-gnome-proxy-errors.xml index b32164ccf9..dad6fbe8f1 100644 --- a/plugins/groupwise-features/org-gnome-proxy-errors.xml +++ b/plugins/groupwise-features/org-gnome-proxy-errors.xml @@ -2,6 +2,7 @@ <_primary>Invalid user + <_secondary> Proxy access cannot be given to user "{0}" @@ -9,6 +10,7 @@ Proxy access cannot be given to user "{0}" <_primary>Specify User + <_secondary> You have to specify a valid user name to give proxy rights. @@ -16,6 +18,7 @@ You have to specify a valid user name to give proxy rights. <_primary>Specify User + <_secondary> You have already given proxy permissions to this user. diff --git a/plugins/groupwise-features/org-gnome-proxy-login-errors.xml b/plugins/groupwise-features/org-gnome-proxy-login-errors.xml index 36d8527e49..fccddfd6c6 100644 --- a/plugins/groupwise-features/org-gnome-proxy-login-errors.xml +++ b/plugins/groupwise-features/org-gnome-proxy-login-errors.xml @@ -3,6 +3,7 @@ <_primary>Invalid user <_secondary> + Proxy login as "{0}" was unsuccessful. Please check your email address and try again. diff --git a/plugins/groupwise-features/proxy-listing.glade b/plugins/groupwise-features/proxy-listing.glade index dc4fd24820..984227c558 100644 --- a/plugins/groupwise-features/proxy-listing.glade +++ b/plugins/groupwise-features/proxy-listing.glade @@ -169,7 +169,7 @@ True - Proxy + Proxy False False GTK_JUSTIFY_LEFT diff --git a/plugins/groupwise-features/proxy-login-dialog.glade b/plugins/groupwise-features/proxy-login-dialog.glade index 25d6ced7f7..d2e0bc8fb0 100644 --- a/plugins/groupwise-features/proxy-login-dialog.glade +++ b/plugins/groupwise-features/proxy-login-dialog.glade @@ -7,7 +7,7 @@ True 325 - Proxy Login + Proxy Login GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE True diff --git a/plugins/groupwise-features/proxy.c b/plugins/groupwise-features/proxy.c index 9f4c114458..a7eed9b963 100644 --- a/plugins/groupwise-features/proxy.c +++ b/plugins/groupwise-features/proxy.c @@ -688,15 +688,18 @@ org_gnome_proxy (EPlugin *epl, EConfigHookItemFactoryData *data) } else if (account->enabled){ GtkWidget *label; priv->tab_dialog = gtk_vbox_new (TRUE, 10); + /*To Translators: In this case, Proxy does not mean something like 'HTTP Proxy', but a GroupWise feature by which one person can send/read mails/appointments using another person's identity without knowing his password, for example if that other person is on vacation*/ label = gtk_label_new (_("The Proxy tab will be available only when the account is online.")); gtk_box_pack_start ((GtkBox *)priv->tab_dialog, label, TRUE, TRUE, 10); } else { GtkWidget *label; priv->tab_dialog = gtk_vbox_new (TRUE, 10); + /*To Translators: In this case, Proxy does not mean something like 'HTTP Proxy', but a GroupWise feature by which one person can send/read mails/appointments using another person's identity without knowing his password, for example if that other person is on vacation*/ label = gtk_label_new (_("The Proxy tab will be available only when the account is enabled.")); gtk_box_pack_start ((GtkBox *)priv->tab_dialog, label, TRUE, TRUE, 10); } + /*To Translators: In this case, Proxy does not mean something like 'HTTP Proxy', but a GroupWise feature by which one person can send/read mails/appointments using another person's identity without knowing his password, for example if that other person is on vacation*/ gtk_notebook_append_page ((GtkNotebook *)(data->parent), (GtkWidget *)priv->tab_dialog, gtk_label_new("Proxy")); g_signal_connect ((GtkNotebook *)(data->parent), "switch-page", G_CALLBACK (proxy_page_changed_cb), account); pag_num = gtk_notebook_page_num ((GtkNotebook *)(data->parent), (GtkWidget *)priv->tab_dialog); -- cgit v1.2.3