String changes in evolution-exchange-storage - Added mnemonics.

2006-02-13 Thread Sushma Rai
I have committed the patch with the string changes, attached to the bug http://bugzilla.gnome.org/show_bug.cgi?id=330504. Thanks, Sushma. ___ gnome-i18n mailing list gnome-i18n@gnome.org http://mail.gnome.org/mailman/listinfo/gnome-i18n

[Fwd: String Changes: Patch for adding Menomincs in exchange connector and handling it in Evolution]

2006-02-13 Thread Sushma Rai
The patch attached to the bug http://bugzilla.gnome.org/show_bug.cgi?id=330504, adds mnemonics to strings in exchange connector, has been committed to CVS head, after the review. Thanks, Sushma. Forwarded Message From: Sushma Rai <[EMAIL PROTECTED]> To: Evolution patche

New string in Evolution Exchange Plugin

2006-07-24 Thread Sushma Rai
Hi, I have added a new error string "Global Catalog Server is not reachable Please make sure the Global Catalog Sever name is correct." Patch is attached to the bug http://bugzilla.gnome.org/show_bug.cgi?id=234359 Thanks, Sushma. ___ gnome-i18n mail

String change in Evolution

2006-08-07 Thread Sushma Rai
Hi, I have committed a patch to handle in deleting contacts. This patch includes new strings. Patch is attached to the bug http://bugzilla.gnome.org/show_bug.cgi?id=260403 (comment #13) And also a patch to handle an error during Exchange user name is changed, which includes a new string. Patch i

String change in Evolution

2006-08-07 Thread Sushma Rai
Hi, I have corrected a spelling mistake in the error string. The patch is attached to the bug http://bugzilla.gnome.org/show_bug.cgi?id=350231 Thanks, Sushma. ___ gnome-i18n mailing list gnome-i18n@gnome.org http://mail.gnome.org/mailman/listinfo/gnome

Re: evolution-exchange string freeze breakage

2005-02-28 Thread Sushma Rai
t; > > "Server that appears to be disabled or blocked. (This is usually " > > "unintentional.) Your Exchange Administrator will need to enable this " > > "functionality in order for you to be able to use Ximian Connector.\n" > > "\n" &

Re: evolution-exchange string freeze breakage

2005-02-28 Thread Sushma Rai
I have reverted the patch and reopened the bug. Thanks, Sushma. >>> JP Rosevear <[EMAIL PROTECTED]> 02/28/05 11:55 AM >>> On Mon, 2005-02-28 at 00:08 -0500, Sushma Rai wrote: > Sorry for the string freeze break. > > Yes...URL was pointing to support.ximian.co

String change in Evolution.

2005-07-08 Thread Sushma Rai
Hi, I have changed an error string _("We were unable to open this addressbook. Please check that the " "path exists and that you have permission to access it."); to include the path in it. Patch is attached to the bug http://bugzilla.gnome.org/show_bug.cgi?id=309624 Thanks, Sushma.

String change in evolution-data-server

2005-07-22 Thread Sushma Rai
Hi, This is to inform about a change in a menu item. In the right-click menu of an e-mail address in To: filed of mail composer, instead of name, now having "Edit " Patch is attached to the bug http://bugzilla.gnome.org/show_bug.cgi?id=260851 Thanks, Sushma.

Exchange connector - expunge from all the folders (BUG #273546)

2006-01-03 Thread Sushma Rai
This patch removes an error string. Please review. Thanks, Sushma. ___ gnome-i18n mailing list gnome-i18n@gnome.org http://mail.gnome.org/mailman/listinfo/gnome-i18n

Re: [evolution-patches] Exchange connector - expunge from all the folders (BUG #273546)

2006-01-03 Thread Sushma Rai
Sorry, I think I forgot to attach the patch. Thanks, Sushma. On Wed, 2006-01-04 at 10:56 +0530, Sushma Rai wrote: > This patch removes an error string. > Please review. > > > Thanks, > Sushma. > ___ > Evolution-patches mailing

Exchange connector - fix for password expiry and quota handling.

2006-01-09 Thread Sushma Rai
ord_expiry (ExchangeAccount *account) { + E2kGlobalCatalogEntry *entry; + int max_pwd_age_days = -1; + g_return_val_if_fail (EXCHANGE_IS_ACCOUNT (account), 0); - return -1; + + max_pwd_age_days = find_passwd_exp_period (account, entry); + return max_pwd_age_days; } char * Index: evolution/pl