diff options
author | Not Zed <NotZed@Ximian.com> | 2005-05-16 14:18:58 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-05-16 14:18:58 +0800 |
commit | d7bec6f882964fd5c7da68213060ca301b383072 (patch) | |
tree | ff06319e70ac860a9a156b0eb088ff3dcc614304 /plugins/shared-folder/org-gnome-shared-folder-errors.xml.h | |
parent | 9c2dc6188551f97d7e0cf56d7cf43e5d94bac7a0 (diff) | |
download | gsoc2013-evolution-d7bec6f882964fd5c7da68213060ca301b383072.tar gsoc2013-evolution-d7bec6f882964fd5c7da68213060ca301b383072.tar.gz gsoc2013-evolution-d7bec6f882964fd5c7da68213060ca301b383072.tar.bz2 gsoc2013-evolution-d7bec6f882964fd5c7da68213060ca301b383072.tar.lz gsoc2013-evolution-d7bec6f882964fd5c7da68213060ca301b383072.tar.xz gsoc2013-evolution-d7bec6f882964fd5c7da68213060ca301b383072.tar.zst gsoc2013-evolution-d7bec6f882964fd5c7da68213060ca301b383072.zip |
moved e-error to e-util
2005-05-16 Not Zed <NotZed@Ximian.com>
* share-folder-common.c: moved e-error to e-util
* Makefile.am: error filename changes.
svn path=/trunk/; revision=29369
Diffstat (limited to 'plugins/shared-folder/org-gnome-shared-folder-errors.xml.h')
-rw-r--r-- | plugins/shared-folder/org-gnome-shared-folder-errors.xml.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/shared-folder/org-gnome-shared-folder-errors.xml.h b/plugins/shared-folder/org-gnome-shared-folder-errors.xml.h deleted file mode 100644 index bce204dca8..0000000000 --- a/plugins/shared-folder/org-gnome-shared-folder-errors.xml.h +++ /dev/null @@ -1,8 +0,0 @@ -/* 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"); |