aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-subscribe.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-10-26 08:10:30 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-10-26 08:10:30 +0800
commit4eeed4e227b3acd9dc3983427f7cfff775468e51 (patch)
tree7334da34b784383f3f4169afa8e8d78731216a04 /ui/evolution-subscribe.h
parent9f47d5df16cef14ada0725643256f76a8571de3e (diff)
downloadgsoc2013-evolution-4eeed4e227b3acd9dc3983427f7cfff775468e51.tar
gsoc2013-evolution-4eeed4e227b3acd9dc3983427f7cfff775468e51.tar.gz
gsoc2013-evolution-4eeed4e227b3acd9dc3983427f7cfff775468e51.tar.bz2
gsoc2013-evolution-4eeed4e227b3acd9dc3983427f7cfff775468e51.tar.lz
gsoc2013-evolution-4eeed4e227b3acd9dc3983427f7cfff775468e51.tar.xz
gsoc2013-evolution-4eeed4e227b3acd9dc3983427f7cfff775468e51.tar.zst
gsoc2013-evolution-4eeed4e227b3acd9dc3983427f7cfff775468e51.zip
Added a MessageApplyFilters menu item.
2000-10-25 Jeffrey Stedfast <fejj@helixcode.com> * evolution-mail.xml: Added a MessageApplyFilters menu item. * evolution-subscribe.xml: Don't have a Unselect All, use Invert Selection instead. svn path=/trunk/; revision=6189
Diffstat (limited to 'ui/evolution-subscribe.h')
-rw-r--r--ui/evolution-subscribe.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/ui/evolution-subscribe.h b/ui/evolution-subscribe.h
index 2fa6f489bd..408d33502c 100644
--- a/ui/evolution-subscribe.h
+++ b/ui/evolution-subscribe.h
@@ -6,17 +6,15 @@
* POTFILES.in. DO NOT compile it as part of your application.
*/
-gchar *s = N_("_File");
+gchar *s = N_("Add folder to your list of subscribed folders");
gchar *s = N_("Close");
-gchar *s = N_("_Edit");
-gchar *s = N_("Select _All");
-gchar *s = N_("_Unselect All");
gchar *s = N_("F_older");
-gchar *s = N_("Subscribe");
-gchar *s = N_("Unsubscribe");
-gchar *s = N_("Subscribe");
-gchar *s = N_("Add folder to your list of subscribed folders");
-gchar *s = N_("Unsubscribe");
-gchar *s = N_("Remove folder from your list of subscribed folders");
gchar *s = N_("Refresh List");
gchar *s = N_("Refresh List of Folders");
+gchar *s = N_("Remove folder from your list of subscribed folders");
+gchar *s = N_("Select _All");
+gchar *s = N_("Subscribe");
+gchar *s = N_("Unsubscribe");
+gchar *s = N_("_Edit");
+gchar *s = N_("_File");
+gchar *s = N_("_Invert Selection");