4896: Remove the word "Gramplet" from gramplet names

svn: r17447
This commit is contained in:
Nick Hall
2011-05-07 18:42:31 +00:00
parent 5705d45122
commit ba8d8b582c
14 changed files with 182 additions and 182 deletions

View File

@@ -26,8 +26,8 @@
# #
#------------------------------------------------------------------------ #------------------------------------------------------------------------
register(GRAMPLET, register(GRAMPLET,
id="Person Details Gramplet", id="Person Details",
name=_("Person Details Gramplet"), name=_("Person Details"),
description = _("Gramplet showing details of a person"), description = _("Gramplet showing details of a person"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -40,8 +40,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Repository Details Gramplet", id="Repository Details",
name=_("Repository Details Gramplet"), name=_("Repository Details"),
description = _("Gramplet showing details of a repository"), description = _("Gramplet showing details of a repository"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -54,8 +54,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Place Details Gramplet", id="Place Details",
name=_("Place Details Gramplet"), name=_("Place Details"),
description = _("Gramplet showing details of a place"), description = _("Gramplet showing details of a place"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -68,8 +68,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Media Preview Gramplet", id="Media Preview",
name=_("Media Preview Gramplet"), name=_("Media Preview"),
description = _("Gramplet showing a preview of a media object"), description = _("Gramplet showing a preview of a media object"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -92,8 +92,8 @@ except:
if available: if available:
register(GRAMPLET, register(GRAMPLET,
id = "Metadata Viewer Gramplet", id = "Metadata Viewer",
name = _("Metadata Viewer Gramplet"), name = _("Metadata Viewer"),
description = _("Gramplet showing metadata for a media object"), description = _("Gramplet showing metadata for a media object"),
version = "1.0.0", version = "1.0.0",
gramps_target_version = "3.4", gramps_target_version = "3.4",
@@ -106,8 +106,8 @@ if available:
) )
register(GRAMPLET, register(GRAMPLET,
id="Person Residence Gramplet", id="Person Residence",
name=_("Person Residence Gramplet"), name=_("Person Residence"),
description = _("Gramplet showing residence events for a person"), description = _("Gramplet showing residence events for a person"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -120,8 +120,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Person Events Gramplet", id="Person Events",
name=_("Person Events Gramplet"), name=_("Person Events"),
description = _("Gramplet showing the events for a person"), description = _("Gramplet showing the events for a person"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -134,8 +134,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Family Events Gramplet", id="Family Events",
name=_("Family Events Gramplet"), name=_("Family Events"),
description = _("Gramplet showing the events for a family"), description = _("Gramplet showing the events for a family"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -148,8 +148,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Person Gallery Gramplet", id="Person Gallery",
name=_("Person Gallery Gramplet"), name=_("Person Gallery"),
description = _("Gramplet showing media objects for a person"), description = _("Gramplet showing media objects for a person"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -162,8 +162,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Family Gallery Gramplet", id="Family Gallery",
name=_("Family Gallery Gramplet"), name=_("Family Gallery"),
description = _("Gramplet showing media objects for a family"), description = _("Gramplet showing media objects for a family"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -176,8 +176,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Event Gallery Gramplet", id="Event Gallery",
name=_("Event Gallery Gramplet"), name=_("Event Gallery"),
description = _("Gramplet showing media objects for an event"), description = _("Gramplet showing media objects for an event"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -190,8 +190,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Place Gallery Gramplet", id="Place Gallery",
name=_("Place Gallery Gramplet"), name=_("Place Gallery"),
description = _("Gramplet showing media objects for a place"), description = _("Gramplet showing media objects for a place"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -204,8 +204,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Source Gallery Gramplet", id="Source Gallery",
name=_("Source Gallery Gramplet"), name=_("Source Gallery"),
description = _("Gramplet showing media objects for a source"), description = _("Gramplet showing media objects for a source"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -218,8 +218,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Person Attributes Gramplet", id="Person Attributes",
name=_("Person Attributes Gramplet"), name=_("Person Attributes"),
description = _("Gramplet showing the attributes of a person"), description = _("Gramplet showing the attributes of a person"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -232,8 +232,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Event Attributes Gramplet", id="Event Attributes",
name=_("Event Attributes Gramplet"), name=_("Event Attributes"),
description = _("Gramplet showing the attributes of an event"), description = _("Gramplet showing the attributes of an event"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -246,8 +246,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Family Attributes Gramplet", id="Family Attributes",
name=_("Family Attributes Gramplet"), name=_("Family Attributes"),
description = _("Gramplet showing the attributes of a family"), description = _("Gramplet showing the attributes of a family"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -260,8 +260,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Media Attributes Gramplet", id="Media Attributes",
name=_("Media Attributes Gramplet"), name=_("Media Attributes"),
description = _("Gramplet showing the attributes of a media object"), description = _("Gramplet showing the attributes of a media object"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -274,8 +274,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Person Notes Gramplet", id="Person Notes",
name=_("Person Notes Gramplet"), name=_("Person Notes"),
description = _("Gramplet showing the notes for a person"), description = _("Gramplet showing the notes for a person"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -288,8 +288,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Event Notes Gramplet", id="Event Notes",
name=_("Event Notes Gramplet"), name=_("Event Notes"),
description = _("Gramplet showing the notes for an event"), description = _("Gramplet showing the notes for an event"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -302,8 +302,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Family Notes Gramplet", id="Family Notes",
name=_("Family Notes Gramplet"), name=_("Family Notes"),
description = _("Gramplet showing the notes for a family"), description = _("Gramplet showing the notes for a family"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -316,8 +316,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Place Notes Gramplet", id="Place Notes",
name=_("Place Notes Gramplet"), name=_("Place Notes"),
description = _("Gramplet showing the notes for a place"), description = _("Gramplet showing the notes for a place"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -330,8 +330,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Source Notes Gramplet", id="Source Notes",
name=_("Source Notes Gramplet"), name=_("Source Notes"),
description = _("Gramplet showing the notes for a source"), description = _("Gramplet showing the notes for a source"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -344,8 +344,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Repository Notes Gramplet", id="Repository Notes",
name=_("Repository Notes Gramplet"), name=_("Repository Notes"),
description = _("Gramplet showing the notes for a repository"), description = _("Gramplet showing the notes for a repository"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -358,8 +358,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Media Notes Gramplet", id="Media Notes",
name=_("Media Notes Gramplet"), name=_("Media Notes"),
description = _("Gramplet showing the notes for a media object"), description = _("Gramplet showing the notes for a media object"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -372,8 +372,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Person Sources Gramplet", id="Person Sources",
name=_("Person Sources Gramplet"), name=_("Person Sources"),
description = _("Gramplet showing the sources for a person"), description = _("Gramplet showing the sources for a person"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -386,8 +386,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Event Sources Gramplet", id="Event Sources",
name=_("Event Sources Gramplet"), name=_("Event Sources"),
description = _("Gramplet showing the sources for an event"), description = _("Gramplet showing the sources for an event"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -400,8 +400,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Family Sources Gramplet", id="Family Sources",
name=_("Family Sources Gramplet"), name=_("Family Sources"),
description = _("Gramplet showing the sources for a family"), description = _("Gramplet showing the sources for a family"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -414,8 +414,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Place Sources Gramplet", id="Place Sources",
name=_("Place Sources Gramplet"), name=_("Place Sources"),
description = _("Gramplet showing the sources for a place"), description = _("Gramplet showing the sources for a place"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -428,8 +428,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Media Sources Gramplet", id="Media Sources",
name=_("Media Sources Gramplet"), name=_("Media Sources"),
description = _("Gramplet showing the sources for a media object"), description = _("Gramplet showing the sources for a media object"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -442,8 +442,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Person Children Gramplet", id="Person Children",
name=_("Person Children Gramplet"), name=_("Person Children"),
description = _("Gramplet showing the children of a person"), description = _("Gramplet showing the children of a person"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -456,8 +456,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Family Children Gramplet", id="Family Children",
name=_("Family Children Gramplet"), name=_("Family Children"),
description = _("Gramplet showing the children of a family"), description = _("Gramplet showing the children of a family"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -470,8 +470,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Person Backlinks Gramplet", id="Person Backlinks",
name=_("Person Backlinks Gramplet"), name=_("Person Backlinks"),
description = _("Gramplet showing the backlinks for a person"), description = _("Gramplet showing the backlinks for a person"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -484,8 +484,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Event Backlinks Gramplet", id="Event Backlinks",
name=_("Event Backlinks Gramplet"), name=_("Event Backlinks"),
description = _("Gramplet showing the backlinks for an event"), description = _("Gramplet showing the backlinks for an event"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -498,8 +498,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Family Backlinks Gramplet", id="Family Backlinks",
name=_("Family Backlinks Gramplet"), name=_("Family Backlinks"),
description = _("Gramplet showing the backlinks for a family"), description = _("Gramplet showing the backlinks for a family"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -512,8 +512,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Place Backlinks Gramplet", id="Place Backlinks",
name=_("Place Backlinks Gramplet"), name=_("Place Backlinks"),
description = _("Gramplet showing the backlinks for a place"), description = _("Gramplet showing the backlinks for a place"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -526,8 +526,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Source Backlinks Gramplet", id="Source Backlinks",
name=_("Source Backlinks Gramplet"), name=_("Source Backlinks"),
description = _("Gramplet showing the backlinks for a source"), description = _("Gramplet showing the backlinks for a source"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -540,8 +540,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Repository Backlinks Gramplet", id="Repository Backlinks",
name=_("Repository Backlinks Gramplet"), name=_("Repository Backlinks"),
description = _("Gramplet showing the backlinks for a repository"), description = _("Gramplet showing the backlinks for a repository"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -554,8 +554,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Media Backlinks Gramplet", id="Media Backlinks",
name=_("Media Backlinks Gramplet"), name=_("Media Backlinks"),
description = _("Gramplet showing the backlinks for a media object"), description = _("Gramplet showing the backlinks for a media object"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -568,8 +568,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Note Backlinks Gramplet", id="Note Backlinks",
name=_("Note Backlinks Gramplet"), name=_("Note Backlinks"),
description = _("Gramplet showing the backlinks for a note"), description = _("Gramplet showing the backlinks for a note"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -582,8 +582,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Person Filter Gramplet", id="Person Filter",
name=_("Person Filter Gramplet"), name=_("Person Filter"),
description = _("Gramplet providing a person filter"), description = _("Gramplet providing a person filter"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -596,8 +596,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Family Filter Gramplet", id="Family Filter",
name=_("Family Filter Gramplet"), name=_("Family Filter"),
description = _("Gramplet providing a family filter"), description = _("Gramplet providing a family filter"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -610,8 +610,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Event Filter Gramplet", id="Event Filter",
name=_("Event Filter Gramplet"), name=_("Event Filter"),
description = _("Gramplet providing an event filter"), description = _("Gramplet providing an event filter"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -624,8 +624,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Source Filter Gramplet", id="Source Filter",
name=_("Source Filter Gramplet"), name=_("Source Filter"),
description = _("Gramplet providing a source filter"), description = _("Gramplet providing a source filter"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -638,8 +638,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Place Filter Gramplet", id="Place Filter",
name=_("Place Filter Gramplet"), name=_("Place Filter"),
description = _("Gramplet providing a place filter"), description = _("Gramplet providing a place filter"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -652,8 +652,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Media Filter Gramplet", id="Media Filter",
name=_("Media Filter Gramplet"), name=_("Media Filter"),
description = _("Gramplet providing a media filter"), description = _("Gramplet providing a media filter"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -666,8 +666,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Repository Filter Gramplet", id="Repository Filter",
name=_("Repository Filter Gramplet"), name=_("Repository Filter"),
description = _("Gramplet providing a repository filter"), description = _("Gramplet providing a repository filter"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -680,8 +680,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Note Filter Gramplet", id="Note Filter",
name=_("Note Filter Gramplet"), name=_("Note Filter"),
description = _("Gramplet providing a note filter"), description = _("Gramplet providing a note filter"),
version="1.0.0", version="1.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",

View File

@@ -26,8 +26,8 @@
# #
#------------------------------------------------------------------------ #------------------------------------------------------------------------
register(GRAMPLET, register(GRAMPLET,
id="Age on Date Gramplet", id="Age on Date",
name=_("Age on Date Gramplet"), name=_("Age on Date"),
description = _("Gramplet showing ages of living people on a specific date"), description = _("Gramplet showing ages of living people on a specific date"),
version="2.0.0", version="2.0.0",
gramps_target_version="3.4", gramps_target_version="3.4",
@@ -39,8 +39,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id = "Age Stats Gramplet", id = "Age Stats",
name = _("Age Stats Gramplet"), name = _("Age Stats"),
description = _("Gramplet showing graphs of various ages"), description = _("Gramplet showing graphs of various ages"),
status = STABLE, status = STABLE,
fname="AgeStats.py", fname="AgeStats.py",
@@ -55,8 +55,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Attributes Gramplet", id="Attributes",
name=_("Attributes Gramplet"), name=_("Attributes"),
description = _("Gramplet showing active person's attributes"), description = _("Gramplet showing active person's attributes"),
status = STABLE, status = STABLE,
fname="AttributesGramplet.py", fname="AttributesGramplet.py",
@@ -72,8 +72,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Calendar Gramplet", id="Calendar",
name=_("Calendar Gramplet"), name=_("Calendar"),
description = _("Gramplet showing calendar and events on specific dates in history"), description = _("Gramplet showing calendar and events on specific dates in history"),
status = STABLE, status = STABLE,
fname="CalendarGramplet.py", fname="CalendarGramplet.py",
@@ -85,8 +85,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id = "Descendant Gramplet", id = "Descendant",
name=_("Descendant Gramplet"), name=_("Descendant"),
description = _("Gramplet showing active person's descendants"), description = _("Gramplet showing active person's descendants"),
status = STABLE, status = STABLE,
fname="DescendGramplet.py", fname="DescendGramplet.py",
@@ -102,8 +102,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id= "Fan Chart Gramplet", id= "Fan Chart",
name=_("Fan Chart Gramplet"), name=_("Fan Chart"),
description = _("Gramplet showing active person's direct ancestors as a fanchart"), description = _("Gramplet showing active person's direct ancestors as a fanchart"),
status = STABLE, status = STABLE,
fname="FanChartGramplet.py", fname="FanChartGramplet.py",
@@ -119,8 +119,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="FAQ Gramplet", id="FAQ",
name=_("FAQ Gramplet"), name=_("FAQ"),
description = _("Gramplet showing frequently asked questions"), description = _("Gramplet showing frequently asked questions"),
status = STABLE, status = STABLE,
fname="FaqGramplet.py", fname="FaqGramplet.py",
@@ -132,8 +132,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id= "Given Name Cloud Gramplet", id= "Given Name Cloud",
name=_("Given Name Cloud Gramplet"), name=_("Given Name Cloud"),
description = _("Gramplet showing all given names as a text cloud"), description = _("Gramplet showing all given names as a text cloud"),
status = STABLE, status = STABLE,
fname="GivenNameGramplet.py", fname="GivenNameGramplet.py",
@@ -146,8 +146,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Pedigree Gramplet", id="Pedigree",
name=_("Pedigree Gramplet"), name=_("Pedigree"),
description = _("Gramplet showing active person's ancestors"), description = _("Gramplet showing active person's ancestors"),
status = STABLE, status = STABLE,
fname="PedigreeGramplet.py", fname="PedigreeGramplet.py",
@@ -163,8 +163,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Plugin Manager Gramplet", id="Plugin Manager",
name=_("Plugin Manager Gramplet"), name=_("Plugin Manager"),
description = _("Gramplet showing available third-party plugins (addons)"), description = _("Gramplet showing available third-party plugins (addons)"),
status = STABLE, status = STABLE,
fname="PluginManagerGramplet.py", fname="PluginManagerGramplet.py",
@@ -177,8 +177,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Quick View Gramplet", id="Quick View",
name=_("Quick View Gramplet"), name=_("Quick View"),
description = _("Gramplet showing an active item Quick View"), description = _("Gramplet showing an active item Quick View"),
status = STABLE, status = STABLE,
fname="QuickViewGramplet.py", fname="QuickViewGramplet.py",
@@ -193,8 +193,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Relatives Gramplet", id="Relatives",
name=_("Relatives Gramplet"), name=_("Relatives"),
description = _("Gramplet showing active person's relatives"), description = _("Gramplet showing active person's relatives"),
status = STABLE, status = STABLE,
fname="RelativeGramplet.py", fname="RelativeGramplet.py",
@@ -209,8 +209,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Session Log Gramplet", id="Session Log",
name=_("Session Log Gramplet"), name=_("Session Log"),
description = _("Gramplet showing all activity for this session"), description = _("Gramplet showing all activity for this session"),
status = STABLE, status = STABLE,
fname="SessionLogGramplet.py", fname="SessionLogGramplet.py",
@@ -223,8 +223,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Statistics Gramplet", id="Statistics",
name=_("Statistics Gramplet"), name=_("Statistics"),
description = _("Gramplet showing summary data of the family tree"), description = _("Gramplet showing summary data of the family tree"),
status = STABLE, status = STABLE,
fname="StatsGramplet.py", fname="StatsGramplet.py",
@@ -237,8 +237,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id= "Surname Cloud Gramplet", id= "Surname Cloud",
name=_("Surname Cloud Gramplet"), name=_("Surname Cloud"),
description = _("Gramplet showing all surnames as a text cloud"), description = _("Gramplet showing all surnames as a text cloud"),
status = STABLE, status = STABLE,
fname="SurnameCloudGramplet.py", fname="SurnameCloudGramplet.py",
@@ -251,8 +251,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="TODO Gramplet", id="TODO",
name=_("TODO Gramplet"), name=_("TODO"),
description = _("Gramplet for generic notes"), description = _("Gramplet for generic notes"),
status = STABLE, status = STABLE,
fname="ToDoGramplet.py", fname="ToDoGramplet.py",
@@ -265,8 +265,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id= "Top Surnames Gramplet", id= "Top Surnames",
name=_("Top Surnames Gramplet"), name=_("Top Surnames"),
description = _("Gramplet showing most frequent surnames in this tree"), description = _("Gramplet showing most frequent surnames in this tree"),
status = STABLE, status = STABLE,
fname="TopSurnamesGramplet.py", fname="TopSurnamesGramplet.py",
@@ -278,8 +278,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id="Welcome Gramplet", id="Welcome",
name=_("Welcome Gramplet"), name=_("Welcome"),
description = _("Gramplet showing a welcome message"), description = _("Gramplet showing a welcome message"),
status = STABLE, status = STABLE,
fname="WelcomeGramplet.py", fname="WelcomeGramplet.py",
@@ -292,8 +292,8 @@ register(GRAMPLET,
) )
register(GRAMPLET, register(GRAMPLET,
id = "What's Next Gramplet", id = "What's Next",
name =_("What's Next Gramplet"), name =_("What's Next"),
description = _("Gramplet suggesting items to research"), description = _("Gramplet suggesting items to research"),
status = STABLE, status = STABLE,
fname="WhatsNext.py", fname="WhatsNext.py",

View File

@@ -445,12 +445,12 @@ class BasePersonView(ListView):
""" """
Define the default gramplets for the sidebar and bottombar. Define the default gramplets for the sidebar and bottombar.
""" """
return (("Person Filter Gramplet",), return (("Person Filter",),
("Person Details Gramplet", ("Person Details",
"Person Gallery Gramplet", "Person Gallery",
"Person Events Gramplet", "Person Events",
"Person Children Gramplet", "Person Children",
"Person Sources Gramplet", "Person Sources",
"Person Notes Gramplet", "Person Notes",
"Person Attributes Gramplet", "Person Attributes",
"Person Backlinks Gramplet")) "Person Backlinks"))

View File

@@ -425,12 +425,12 @@ class PlaceBaseView(ListView):
""" """
Define the default gramplets for the sidebar and bottombar. Define the default gramplets for the sidebar and bottombar.
""" """
return (("Place Filter Gramplet",), return (("Place Filter",),
("Place Details Gramplet", ("Place Details",
"Place Gallery Gramplet", "Place Gallery",
"Place Sources Gramplet", "Place Sources",
"Place Notes Gramplet", "Place Notes",
"Place Backlinks Gramplet")) "Place Backlinks"))
def make_callback(func, val): def make_callback(func, val):
return lambda x: func(val) return lambda x: func(val)

View File

@@ -289,9 +289,9 @@ class EventView(ListView):
""" """
Define the default gramplets for the sidebar and bottombar. Define the default gramplets for the sidebar and bottombar.
""" """
return (("Event Filter Gramplet",), return (("Event Filter",),
("Event Gallery Gramplet", ("Event Gallery",
"Event Sources Gramplet", "Event Sources",
"Event Notes Gramplet", "Event Notes",
"Event Attributes Gramplet", "Event Attributes",
"Event Backlinks Gramplet")) "Event Backlinks"))

View File

@@ -344,11 +344,11 @@ class FamilyView(ListView):
""" """
Define the default gramplets for the sidebar and bottombar. Define the default gramplets for the sidebar and bottombar.
""" """
return (("Family Filter Gramplet",), return (("Family Filter",),
("Family Gallery Gramplet", ("Family Gallery",
"Family Events Gramplet", "Family Events",
"Family Children Gramplet", "Family Children",
"Family Sources Gramplet", "Family Sources",
"Family Notes Gramplet", "Family Notes",
"Family Attributes Gramplet", "Family Attributes",
"Family Backlinks Gramplet")) "Family Backlinks"))

View File

@@ -384,5 +384,5 @@ class GeoEvents(GeoGraphyView):
""" """
Define the default gramplets for the sidebar and bottombar. Define the default gramplets for the sidebar and bottombar.
""" """
return (("Event Filter Gramplet",), return (("Event Filter",),
()) ())

View File

@@ -424,5 +424,5 @@ class GeoFamily(GeoGraphyView):
""" """
Define the default gramplets for the sidebar and bottombar. Define the default gramplets for the sidebar and bottombar.
""" """
return (("Family Filter Gramplet",), return (("Family Filter",),
()) ())

View File

@@ -489,7 +489,7 @@ class GeoPerson(GeoGraphyView):
""" """
Define the default gramplets for the sidebar and bottombar. Define the default gramplets for the sidebar and bottombar.
""" """
return (("Person Filter Gramplet",), return (("Person Filter",),
()) ())
def specific_options(self, configdialog): def specific_options(self, configdialog):

View File

@@ -328,5 +328,5 @@ class GeoPlaces(GeoGraphyView):
""" """
Define the default gramplets for the sidebar and bottombar. Define the default gramplets for the sidebar and bottombar.
""" """
return (("Place Filter Gramplet",), return (("Place Filter",),
()) ())

View File

@@ -423,10 +423,10 @@ class MediaView(ListView):
""" """
Define the default gramplets for the sidebar and bottombar. Define the default gramplets for the sidebar and bottombar.
""" """
return (("Media Filter Gramplet",), return (("Media Filter",),
("Media Preview Gramplet", ("Media Preview",
"Media Sources Gramplet", "Media Sources",
"Media Notes Gramplet", "Media Notes",
"Media Attributes Gramplet", "Media Attributes",
"Metadata Viewer Gramplet", "Metadata Viewer",
"Media Backlinks Gramplet")) "Media Backlinks"))

View File

@@ -299,5 +299,5 @@ class NoteView(ListView):
""" """
Define the default gramplets for the sidebar and bottombar. Define the default gramplets for the sidebar and bottombar.
""" """
return (("Note Filter Gramplet",), return (("Note Filter",),
("Note Backlinks Gramplet",)) ("Note Backlinks",))

View File

@@ -274,7 +274,7 @@ class RepositoryView(ListView):
""" """
Define the default gramplets for the sidebar and bottombar. Define the default gramplets for the sidebar and bottombar.
""" """
return (("Repository Filter Gramplet",), return (("Repository Filter",),
("Repository Details Gramplet", ("Repository Details",
"Repository Notes Gramplet", "Repository Notes",
"Repository Backlinks Gramplet")) "Repository Backlinks"))

View File

@@ -251,7 +251,7 @@ class SourceView(ListView):
""" """
Define the default gramplets for the sidebar and bottombar. Define the default gramplets for the sidebar and bottombar.
""" """
return (("Source Filter Gramplet",), return (("Source Filter",),
("Source Gallery Gramplet", ("Source Gallery",
"Source Notes Gramplet", "Source Notes",
"Source Backlinks Gramplet")) "Source Backlinks"))