diff options
author | Dan Winship <danw@src.gnome.org> | 2003-04-08 00:11:57 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-04-08 00:11:57 +0800 |
commit | 5a05f43a6acc54ff74ce3dafb41e9a83246afc54 (patch) | |
tree | c970e3b04b2d6ca3e465ad34a626e7ef461f3778 /calendar/gui | |
parent | 8d745fc6f3a7bd560bf26cfdb04318953e2f6532 (diff) | |
download | gsoc2013-evolution-5a05f43a6acc54ff74ce3dafb41e9a83246afc54.tar.gz gsoc2013-evolution-5a05f43a6acc54ff74ce3dafb41e9a83246afc54.tar.zst gsoc2013-evolution-5a05f43a6acc54ff74ce3dafb41e9a83246afc54.zip |
Clean up server names
* gui/GNOME_Evolution_Calendar.server.in.in: Clean up server names
* gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in:
Likewise
* importers/GNOME_Evolution_Calendar_Importer.server.in.in:
Likewise. Also mark the evolution:menu_name for i18n
svn path=/trunk/; revision=20705
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.server.in.in | 26 | ||||
-rw-r--r-- | calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in | 8 |
2 files changed, 17 insertions, 17 deletions
diff --git a/calendar/gui/GNOME_Evolution_Calendar.server.in.in b/calendar/gui/GNOME_Evolution_Calendar.server.in.in index 8f0ed87967..801cada120 100644 --- a/calendar/gui/GNOME_Evolution_Calendar.server.in.in +++ b/calendar/gui/GNOME_Evolution_Calendar.server.in.in @@ -8,8 +8,8 @@ <item value="IDL:GNOME/ObjectFactory:1.0"/> </oaf_attribute> - <oaf_attribute name="description" type="string" - _value="Factory for the Evolution Calendar objects"/> + <oaf_attribute name="name" type="string" + _value="Evolution Calendar and Tasks"/> </oaf_server> @@ -28,7 +28,7 @@ </oaf_attribute> <oaf_attribute name="name" type="string" - _value="Evolution calendar iTip/iMip viewer"/> + _value="Evolution Calendar scheduling message viewer"/> </oaf_server> <oaf_server iid="OAFIID:GNOME_Evolution_Calendar_ShellComponent" @@ -39,8 +39,8 @@ <item value="IDL:GNOME/Evolution/ShellComponent:1.0"/> </oaf_attribute> - <oaf_attribute name="description" type="string" - _value="Evolution component for handling the calendar."/> + <oaf_attribute name="name" type="string" + _value="Evolution Calendar and Tasks component"/> <oaf_attribute name="evolution:shell_component_icon" type="string" value="evolution-calendar.png"/> @@ -62,8 +62,8 @@ <item value="text/calendar"/> </oaf_attribute> - <oaf_attribute name="description" type="string" - _value="A sample Bonobo control which displays an calendar."/> + <oaf_attribute name="name" type="string" + _value="Evolution Calendar viewer"/> </oaf_server> <oaf_server iid="OAFIID:GNOME_Evolution_Tasks_Control" @@ -80,8 +80,8 @@ <item value="text/calendar"/> </oaf_attribute> - <oaf_attribute name="description" type="string" - _value="A Bonobo control which displays a task list."/> + <oaf_attribute name="name" type="string" + _value="Evolution Tasks viewer"/> </oaf_server> <oaf_server iid="OAFIID:GNOME_Evolution_Calendar_CompEditorFactory" @@ -93,8 +93,8 @@ <item value="IDL:Bonobo/Unknown:1.0"/> </oaf_attribute> - <oaf_attribute name="description" type="string" - _value="Factory to centralize calendar component editor dialogs"/> + <oaf_attribute name="name" type="string" + _value="Evolution Calendar/Task editor"/> </oaf_server> <oaf_server iid="OAFIID:GNOME_Evolution_Calendar_ConfigControl" @@ -121,8 +121,8 @@ <oaf_attribute name="evolution:config_item:priority" type="string" value="-7"/> - <oaf_attribute name="description" type="string" - _value="Configuration control for the Evolution Calendar."/> + <oaf_attribute name="name" type="string" + _value="Evolution Calendar configuration control"/> </oaf_server> diff --git a/calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in b/calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in index c6cba0a7f9..4b34fbdc7b 100644 --- a/calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in +++ b/calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in @@ -8,8 +8,8 @@ <item value="IDL:GNOME/ObjectFactory:1.0"/> </oaf_attribute> - <oaf_attribute name="description" type="string" - _value="Factory for the alarm notification service"/> + <oaf_attribute name="name" type="string" + _value="Evolution Calendar alarm notification service"/> </oaf_server> @@ -17,8 +17,8 @@ type="factory" location="OAFIID:GNOME_Evolution_Calendar_AlarmNotify_Factory"> - <oaf_attribute name="description" type="string" - _value="Alarm notification service"/> + <oaf_attribute name="name" type="string" + _value="Evolution Calendar alarm notification service"/> </oaf_server> </oaf_info> |