2005-05-06 Chenthill Palanisamy <pchenthill@novell.com> Fixes #273063 * org-gnome-shared-folder-errors.xml: * org-gnome-shared-folder-errors.xml.h:Removed the unwanted tabs and new line characters. svn path=/trunk/; revision=29300
9 lines
469 B
C
9 lines
469 B
C
/* org.gnome.evolution.mail_shared_folder:invalid-user primary */
|
|
char *s = N_("Invalid user");
|
|
/* org.gnome.evolution.mail_shared_folder:invalid-user secondary */
|
|
char *s = N_("You cannot share folder with specified user \"{0}\"");
|
|
/* org.gnome.evolution.mail_shared_folder:no-user primary */
|
|
char *s = N_("Specify User");
|
|
/* org.gnome.evolution.mail_shared_folder:no-user secondary */
|
|
char *s = N_("You have to specify a user name whom you want to add to the list");
|