diff options
author | Andre Klapper <a9016009@gmx.de> | 2006-06-29 21:36:38 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-06-29 21:36:38 +0800 |
commit | a8c59424de3e810ad937b1aa345ea9d62969cf05 (patch) | |
tree | 4e45bbf3761493b9774db40624e19b51f968226a /plugins | |
parent | 31517cc2cfaa7fa1cad05952773e0d9a65810a64 (diff) | |
download | gsoc2013-evolution-a8c59424de3e810ad937b1aa345ea9d62969cf05.tar.gz 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')
-rw-r--r-- | plugins/groupwise-features/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/groupwise-features/proxy-login.c | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog index 78d904be7b..227dfce6f7 100644 --- a/plugins/groupwise-features/ChangeLog +++ b/plugins/groupwise-features/ChangeLog @@ -1,3 +1,8 @@ +2006-06-29 Andre Klapper <a9016009@gmx.de> + + * proxy-login.c: add translator comments to the string "Proxy + login". Fixes bug #345055. + 2006-06-12 Sankar P <psankar@novell.com> * proxy-login.c: org-gnome-proxy-login-errors.xml: 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 } }; |