aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/proxy-login.c
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2006-06-29 21:36:38 +0800
committerAndre Klapper <aklapper@src.gnome.org>2006-06-29 21:36:38 +0800
commita8c59424de3e810ad937b1aa345ea9d62969cf05 (patch)
tree4e45bbf3761493b9774db40624e19b51f968226a /plugins/groupwise-features/proxy-login.c
parent31517cc2cfaa7fa1cad05952773e0d9a65810a64 (diff)
downloadgsoc2013-evolution-a8c59424de3e810ad937b1aa345ea9d62969cf05.tar
gsoc2013-evolution-a8c59424de3e810ad937b1aa345ea9d62969cf05.tar.gz
gsoc2013-evolution-a8c59424de3e810ad937b1aa345ea9d62969cf05.tar.bz2
gsoc2013-evolution-a8c59424de3e810ad937b1aa345ea9d62969cf05.tar.lz
gsoc2013-evolution-a8c59424de3e810ad937b1aa345ea9d62969cf05.tar.xz
gsoc2013-evolution-a8c59424de3e810ad937b1aa345ea9d62969cf05.tar.zst
gsoc2013-evolution-a8c59424de3e810ad937b1aa345ea9d62969cf05.zip
add translator comments to the string "Proxy login". Fixes bug #345055.
2006-06-29 Andre Klapper <a9016009@gmx.de> * proxy-login.c: add translator comments to the string "Proxy login". Fixes bug #345055. svn path=/trunk/; revision=32205
Diffstat (limited to 'plugins/groupwise-features/proxy-login.c')
-rw-r--r--plugins/groupwise-features/proxy-login.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/groupwise-features/proxy-login.c b/plugins/groupwise-features/proxy-login.c
index 5dd2bf0c3c..961c2b968a 100644
--- a/plugins/groupwise-features/proxy-login.c
+++ b/plugins/groupwise-features/proxy-login.c
@@ -511,6 +511,9 @@ org_gnome_proxy_account_login (EPopup *ep, EPopupItem *p, void *data)
}
static EPopupItem popup_items[] = {
+/* 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 */
{ E_POPUP_ITEM, "20.emc.04", N_("_Proxy Login..."), org_gnome_proxy_account_login, NULL, NULL, 0, EM_POPUP_FOLDER_STORE }
};