diff options
author | Dan Winship <danw@src.gnome.org> | 2003-04-08 00:10:08 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-04-08 00:10:08 +0800 |
commit | 8d745fc6f3a7bd560bf26cfdb04318953e2f6532 (patch) | |
tree | 9384d599a8db2de8fb58f11f1179e940ba8ffe9a /addressbook/gui | |
parent | 76d74ba347a69ecba86bed5b0ab5159eadcc4261 (diff) | |
download | gsoc2013-evolution-8d745fc6f3a7bd560bf26cfdb04318953e2f6532.tar.gz gsoc2013-evolution-8d745fc6f3a7bd560bf26cfdb04318953e2f6532.tar.zst gsoc2013-evolution-8d745fc6f3a7bd560bf26cfdb04318953e2f6532.zip |
Clean up server names.
* gui/component/GNOME_Evolution_Addressbook.server.in.in: Clean up
server names.
* gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.server.in.in:
Likewise
* backend/ebook/GNOME_Evolution_Addressbook_LDIF_Importer.server.in.in:
Likewise. Also mark the evolution:menu_name for i18n.
* backend/ebook/GNOME_Evolution_Addressbook_VCard_Importer.server.in.in:
Likewise
svn path=/trunk/; revision=20704
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in | 28 | ||||
-rw-r--r-- | addressbook/gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.server.in.in | 8 |
2 files changed, 17 insertions, 19 deletions
diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in b/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in index 384f89b40d..6d46c5fbbe 100644 --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.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 controls exported by the Evolution Addressbook"/> + <oaf_attribute name="name" type="string" + _value="Evolution Addressbook"/> </oaf_server> @@ -28,9 +28,7 @@ </oaf_attribute> <oaf_attribute name="name" type="string" - _value="Evolution Addressbook minicard viewer"/> - <oaf_attribute name="description" type="string" - _value="Control that displays an Evolution addressbook minicard."/> + _value="Evolution Addressbook card viewer"/> </oaf_server> @@ -43,8 +41,8 @@ <item value="IDL:GNOME/Control:1.0"/> </oaf_attribute> - <oaf_attribute name="description" type="string" - _value="A sample Bonobo control which displays an addressbook."/> + <oaf_attribute name="name" type="string" + _value="Evolution Addressbook folder viewer"/> </oaf_server> @@ -56,8 +54,8 @@ <item value="IDL:GNOME/Evolution/ShellComponent:1.0"/> </oaf_attribute> - <oaf_attribute name="description" type="string" - _value="Evolution component for handling contacts."/> + <oaf_attribute name="name" type="string" + _value="Evolution Addressbook component"/> <oaf_attribute name="evolution:shell_component_icon" type="string" value="evolution-contacts.png"/> @@ -75,8 +73,8 @@ <item value="IDL:GNOME/Control:1.0"/> </oaf_attribute> - <oaf_attribute name="description" type="string" - _value="A Bonobo control for displaying an address."/> + <oaf_attribute name="name" type="string" + _value="Evolution Addressbook address viewer"/> </oaf_server> @@ -89,8 +87,8 @@ <item value="IDL:GNOME/Control:1.0"/> </oaf_attribute> - <oaf_attribute name="description" type="string" - _value="A Bonobo control for an address popup."/> + <oaf_attribute name="name" type="string" + _value="Evolution Addressbook address pop-up"/> </oaf_server> @@ -117,8 +115,8 @@ <oaf_attribute name="evolution:config_item:priority" type="string" value="-6"/> - <oaf_attribute name="description" type="string" - _value="Configuration control for the Evolution Addressbook Storages."/> + <oaf_attribute name="name" type="string" + _value="Evolution Addressbook LDAP Configuration Control"/> </oaf_server> diff --git a/addressbook/gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.server.in.in b/addressbook/gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.server.in.in index 053d2dcddb..6e4d156051 100644 --- a/addressbook/gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.server.in.in +++ b/addressbook/gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.server.in.in @@ -9,8 +9,8 @@ <item value="IDL:GNOME/ObjectFactory:1.0"/> </oaf_attribute> - <oaf_attribute name="description" type="string" - _value="Factory for the Addressbook's name selection interface"/> + <oaf_attribute name="name" type="string" + _value="Evolution Addressbook name selection interface"/> </oaf_server> --> @@ -23,8 +23,8 @@ <item value="IDL:GNOME/Evolution/Addressbook/SelectNames"/> </oaf_attribute> - <oaf_attribute name="description" type="string" - _value="Evolution's addressbook name selection interface."/> + <oaf_attribute name="name" type="string" + _value="Evolution Addressbook name selection interface"/> </oaf_server> |