diff options
author | Aaron Weber <aaron@helixcode.com> | 2000-10-26 06:17:03 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2000-10-26 06:17:03 +0800 |
commit | b271cff341184f785f263a82921d6b09d4401074 (patch) | |
tree | 6b7ded55651459df29eea64ee2cb9ed769afaa50 /ui/evolution-addressbook.h | |
parent | 76d0cad905e5cd00d5500a3e74a3c7d1d3fd8136 (diff) | |
download | gsoc2013-evolution-b271cff341184f785f263a82921d6b09d4401074.tar gsoc2013-evolution-b271cff341184f785f263a82921d6b09d4401074.tar.gz gsoc2013-evolution-b271cff341184f785f263a82921d6b09d4401074.tar.bz2 gsoc2013-evolution-b271cff341184f785f263a82921d6b09d4401074.tar.lz gsoc2013-evolution-b271cff341184f785f263a82921d6b09d4401074.tar.xz gsoc2013-evolution-b271cff341184f785f263a82921d6b09d4401074.tar.zst gsoc2013-evolution-b271cff341184f785f263a82921d6b09d4401074.zip |
Actions -> New Directory Server added.
2000-10-25 Aaron Weber <aaron@helixcode.com>
* C/menuref.sgml: Actions -> New Directory Server added.
* C/config-prefs.sgml: Actions -> New Directory Server added.
* C/usage-contact.sgml: Actions -> New Directory Server added.
* C/menuref.sgml: Added mail Settings->Manage Subscriptions menu.
* C/usage-mail.sgml: Subscriptions section added. Quite
incomplete, though.
svn path=/trunk/; revision=6179
Diffstat (limited to 'ui/evolution-addressbook.h')
-rw-r--r-- | ui/evolution-addressbook.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ui/evolution-addressbook.h b/ui/evolution-addressbook.h index 3128ccfb83..5c97aa9098 100644 --- a/ui/evolution-addressbook.h +++ b/ui/evolution-addressbook.h @@ -6,20 +6,20 @@ * POTFILES.in. DO NOT compile it as part of your application. */ -gchar *s = N_("_Print Contacts..."); gchar *s = N_("As _Table"); -gchar *s = N_("_New Contact"); -gchar *s = N_("_Tools"); -gchar *s = N_("_Search for contacts"); -gchar *s = N_("New"); gchar *s = N_("Create a new contact"); +gchar *s = N_("Delete"); +gchar *s = N_("Delete a contact"); gchar *s = N_("Find"); gchar *s = N_("Find a contact"); +gchar *s = N_("New"); gchar *s = N_("Print"); gchar *s = N_("Print contacts"); -gchar *s = N_("Delete"); -gchar *s = N_("Delete a contact"); -gchar *s = N_("View All"); -gchar *s = N_("View all contacts"); gchar *s = N_("Stop"); gchar *s = N_("Stop Loading"); +gchar *s = N_("View All"); +gchar *s = N_("View all contacts"); +gchar *s = N_("_New Contact"); +gchar *s = N_("_Print Contacts..."); +gchar *s = N_("_Search for contacts"); +gchar *s = N_("_Tools"); |