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.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.h')
-rw-r--r-- | ui/evolution.h | 45 |
1 files changed, 22 insertions, 23 deletions
diff --git a/ui/evolution.h b/ui/evolution.h index 725f3ab882..6be17f5469 100644 --- a/ui/evolution.h +++ b/ui/evolution.h @@ -6,35 +6,34 @@ * POTFILES.in. DO NOT compile it as part of your application. */ -gchar *s = N_("Show the _Shortcut Bar"); -gchar *s = N_("Toggle whether to show the shortcut bar"); +gchar *s = N_("Create a new folder"); +gchar *s = N_("Display a different folder"); +gchar *s = N_("E_xit"); +gchar *s = N_("Evolution bar _shortcut"); +gchar *s = N_("Exit the program"); +gchar *s = N_("Getting _Started"); +gchar *s = N_("Show information about Evolution"); gchar *s = N_("Show the _Folder Bar"); +gchar *s = N_("Show the _Shortcut Bar"); +gchar *s = N_("Submit bug report using Bug Buddy"); gchar *s = N_("Toggle whether to show the folder bar"); -gchar *s = N_("_File"); -gchar *s = N_("_New"); -gchar *s = N_("_View"); -gchar *s = N_("_Folder"); -gchar *s = N_("Evolution bar _shortcut"); -gchar *s = N_("_Mail message (FIXME)"); +gchar *s = N_("Toggle whether to show the shortcut bar"); +gchar *s = N_("Using the C_ontact Manager"); +gchar *s = N_("Using the _Calendar"); +gchar *s = N_("Using the _Mailer"); +gchar *s = N_("_About Evolution..."); gchar *s = N_("_Appointment (FIXME)"); gchar *s = N_("_Contact (FIXME)"); -gchar *s = N_("_Task (FIXME)"); -gchar *s = N_("_Go to Folder..."); -gchar *s = N_("Display a different folder"); gchar *s = N_("_Create New Folder..."); -gchar *s = N_("Create a new folder"); -gchar *s = N_("E_xit"); -gchar *s = N_("Exit the program"); gchar *s = N_("_Edit"); -gchar *s = N_("_View"); -gchar *s = N_("_Settings"); +gchar *s = N_("_File"); +gchar *s = N_("_Folder"); +gchar *s = N_("_Go to Folder..."); gchar *s = N_("_Help"); gchar *s = N_("_Index"); -gchar *s = N_("Getting _Started"); -gchar *s = N_("Using the _Mailer"); -gchar *s = N_("Using the _Calendar"); -gchar *s = N_("Using the C_ontact Manager"); +gchar *s = N_("_Mail message (FIXME)"); +gchar *s = N_("_New"); +gchar *s = N_("_Settings"); gchar *s = N_("_Submit Bug Report"); -gchar *s = N_("Submit bug report using Bug Buddy"); -gchar *s = N_("_About Evolution..."); -gchar *s = N_("Show information about Evolution"); +gchar *s = N_("_Task (FIXME)"); +gchar *s = N_("_View"); |