Hi, Attached patch marks strings for translation that were left out.
The following new strings are marked. "Folder Name" "Folder Size" "Personal Folders" Thanks, Arunprakash.
Index: plugins/exchange-operations/ChangeLog =================================================================== RCS file: /cvs/gnome/evolution/plugins/exchange-operations/ChangeLog,v retrieving revision 1.41 diff -u -p -r1.41 ChangeLog --- plugins/exchange-operations/ChangeLog 3 Aug 2005 09:58:28 -0000 1.41 +++ plugins/exchange-operations/ChangeLog 5 Aug 2005 14:36:59 -0000 @@ -1,3 +1,10 @@ +2005-08-05 Arunprakash <[EMAIL PROTECTED]> + + * exchange-folder-size-display.c (exchange_folder_size_display) : + Marked strings for translation that were left out. + * exchange-operations.c (exchange_operations_cta_add_node_to_tree) + (exchange_operations_cta_select_node_from) : Same. + 2005-08-03 Shakti Sen <[EMAIL PROTECTED]> * exchange-folder.c (org_gnome_exchange_folder_ab_unsubscribe) Index: plugins/exchange-operations/exchange-folder-size-display.c =================================================================== RCS file: /cvs/gnome/evolution/plugins/exchange-operations/exchange-folder-size-display.c,v retrieving revision 1.5 diff -u -p -r1.5 exchange-folder-size-display.c --- plugins/exchange-operations/exchange-folder-size-display.c 25 Jul 2005 07:13:47 -0000 1.5 +++ plugins/exchange-operations/exchange-folder-size-display.c 5 Aug 2005 14:36:59 -0000 @@ -132,11 +132,11 @@ exchange_folder_size_display (GtkListSto gtk_tree_sortable_set_sort_column_id (sortable, COLUMN_SIZE, GTK_SORT_DESCENDING); column = gtk_tree_view_column_new_with_attributes ( - ("Folder Name"), gtk_cell_renderer_text_new (), "text", COLUMN_NAME, NULL); + _("Folder Name"), gtk_cell_renderer_text_new (), "text", COLUMN_NAME, NULL); gtk_tree_view_append_column (GTK_TREE_VIEW (table), column); - col_name = g_strdup_printf ("%s (KB)", ("Folder Size")); + col_name = g_strdup_printf ("%s (KB)", _("Folder Size")); column = gtk_tree_view_column_new_with_attributes ( col_name, gtk_cell_renderer_text_new (), "text", COLUMN_SIZE, NULL); g_free (col_name); Index: plugins/exchange-operations/exchange-operations.c =================================================================== RCS file: /cvs/gnome/evolution/plugins/exchange-operations/exchange-operations.c,v retrieving revision 1.8 diff -u -p -r1.8 exchange-operations.c --- plugins/exchange-operations/exchange-operations.c 3 Aug 2005 09:58:28 -0000 1.8 +++ plugins/exchange-operations/exchange-operations.c 5 Aug 2005 14:37:00 -0000 @@ -112,7 +112,7 @@ exchange_operations_cta_add_node_to_tree if (!strcmp (nodename, "personal") && !parent) { /* FIXME: Don't hardcode this */ - strcpy (nodename, "Personal Folders"); + strcpy (nodename, _("Personal Folders")); } found = FALSE; @@ -155,7 +155,7 @@ exchange_operations_cta_select_node_from if (!strcmp (nodename, "personal") && !parent) { /* FIXME: Don't hardcode this */ - strcpy (nodename, "Personal Folders"); + strcpy (nodename, _("Personal Folders")); } status = gtk_tree_model_iter_children (GTK_TREE_MODEL (store), &iter, parent);
_______________________________________________ gnome-i18n mailing list gnome-i18n@gnome.org http://mail.gnome.org/mailman/listinfo/gnome-i18n