evolution r36522 - branches/gnome-2-24/plugins/groupwise-features



Author: kelemeng
Date: Wed Oct  1 09:52:24 2008
New Revision: 36522
URL: http://svn.gnome.org/viewvc/evolution?rev=36522&view=rev

Log:
2008-10-01  Gabor Kelemen  <kelemeng gnome hu>

	* 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

Modified:
   branches/gnome-2-24/plugins/groupwise-features/ChangeLog
   branches/gnome-2-24/plugins/groupwise-features/org-gnome-proxy-errors.xml
   branches/gnome-2-24/plugins/groupwise-features/org-gnome-proxy-login-errors.xml
   branches/gnome-2-24/plugins/groupwise-features/proxy-listing.glade
   branches/gnome-2-24/plugins/groupwise-features/proxy-login-dialog.glade
   branches/gnome-2-24/plugins/groupwise-features/proxy.c

Modified: branches/gnome-2-24/plugins/groupwise-features/org-gnome-proxy-errors.xml
==============================================================================
--- branches/gnome-2-24/plugins/groupwise-features/org-gnome-proxy-errors.xml	(original)
+++ branches/gnome-2-24/plugins/groupwise-features/org-gnome-proxy-errors.xml	Wed Oct  1 09:52:24 2008
@@ -2,6 +2,7 @@
 <error-list domain="org.gnome.evolution.proxy">
 <error id="invalid-user" type="error">
 <_primary>Invalid user</_primary>
+<!--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 -->
 <_secondary>
 Proxy access cannot be given to user &quot;{0}&quot; 
 </_secondary>
@@ -9,6 +10,7 @@
 
 <error id="no-user" type="error">
 <_primary>Specify User</_primary>
+<!--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 -->
 <_secondary>
 You have to specify a valid user name to give proxy rights.
 </_secondary>
@@ -16,6 +18,7 @@
 
 <error id="user-is-proxy" type="error">
 <_primary>Specify User</_primary>
+<!--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 -->
 <_secondary>
 You have already given proxy permissions to this user. 
 </_secondary>

Modified: branches/gnome-2-24/plugins/groupwise-features/org-gnome-proxy-login-errors.xml
==============================================================================
--- branches/gnome-2-24/plugins/groupwise-features/org-gnome-proxy-login-errors.xml	(original)
+++ branches/gnome-2-24/plugins/groupwise-features/org-gnome-proxy-login-errors.xml	Wed Oct  1 09:52:24 2008
@@ -3,6 +3,7 @@
 <error id="invalid-user" type="error">
 <_primary>Invalid user</_primary>
 <_secondary>
+<!--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-->
 Proxy login as &quot;{0}&quot; was unsuccessful. Please check your email address and try again. 
 </_secondary>
 </error>

Modified: branches/gnome-2-24/plugins/groupwise-features/proxy-listing.glade
==============================================================================
--- branches/gnome-2-24/plugins/groupwise-features/proxy-listing.glade	(original)
+++ branches/gnome-2-24/plugins/groupwise-features/proxy-listing.glade	Wed Oct  1 09:52:24 2008
@@ -169,7 +169,7 @@
 	  <child>
 	    <widget class="GtkLabel" id="label1">
 	      <property name="visible">True</property>
-	      <property name="label" translatable="yes">Proxy</property>
+	      <property name="label" translatable="yes" comment="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">Proxy</property>
 	      <property name="use_underline">False</property>
 	      <property name="use_markup">False</property>
 	      <property name="justify">GTK_JUSTIFY_LEFT</property>

Modified: branches/gnome-2-24/plugins/groupwise-features/proxy-login-dialog.glade
==============================================================================
--- branches/gnome-2-24/plugins/groupwise-features/proxy-login-dialog.glade	(original)
+++ branches/gnome-2-24/plugins/groupwise-features/proxy-login-dialog.glade	Wed Oct  1 09:52:24 2008
@@ -7,7 +7,7 @@
 <widget class="GtkDialog" id="proxy_login_dialog">
   <property name="visible">True</property>
   <property name="height_request">325</property>
-  <property name="title" translatable="yes">Proxy Login</property>
+  <property name="title" translatable="yes" comment="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">Proxy Login</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_NONE</property>
   <property name="modal">True</property>

Modified: branches/gnome-2-24/plugins/groupwise-features/proxy.c
==============================================================================
--- branches/gnome-2-24/plugins/groupwise-features/proxy.c	(original)
+++ branches/gnome-2-24/plugins/groupwise-features/proxy.c	Wed Oct  1 09:52:24 2008
@@ -688,15 +688,18 @@
 		} 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]