diff --git a/src/ChooseParents.py b/src/ChooseParents.py
index 646f8ec3d..1a19ecb77 100644
--- a/src/ChooseParents.py
+++ b/src/ChooseParents.py
@@ -38,7 +38,6 @@ from intl import gettext as _
# GTK/Gnome modules
#
#-------------------------------------------------------------------------
-import gobject
import gtk.glade
#-------------------------------------------------------------------------
@@ -51,11 +50,10 @@ import const
import Utils
import GrampsCfg
import ListModel
-
+import Date
_titles = [(_('Name'),3,200),(_('ID'),1,50),(_('Birth Date'),4,50),('',0,50),('',0,0)]
-
#-------------------------------------------------------------------------
#
# ChooseParents
@@ -83,7 +81,9 @@ class ChooseParents:
self.full_update = full_update
self.old_type = ""
self.type = ""
-
+
+ self.date = person.getBirth().getDateObj()
+
if self.family:
self.father = self.family.getFather()
self.mother = self.family.getMother()
@@ -102,9 +102,10 @@ class ChooseParents:
self.mother_list = self.glade.get_widget("mother_list")
self.flabel = self.glade.get_widget("flabel")
self.mlabel = self.glade.get_widget("mlabel")
+ self.showall = self.glade.get_widget('showall')
+
self.fcombo.set_popdown_strings(const.familyRelations)
-
self.fmodel = ListModel.ListModel(self.father_list, _titles,
self.father_list_select_row)
self.mmodel = ListModel.ListModel(self.mother_list, _titles,
@@ -132,6 +133,7 @@ class ChooseParents:
"on_save_parents_clicked" : self.save_parents_clicked,
"on_add_parent_clicked" : self.add_parent_clicked,
"on_prel_changed" : self.parent_relation_changed,
+ "on_showall_toggled" : self.showall_toggled,
"destroy_passed_object" : Utils.destroy_passed_object
})
@@ -155,12 +157,18 @@ class ChooseParents:
else:
mid = None
+ compare = self.date.isValid() and not self.showall.get_active()
+
for key in self.db.getPersonKeys():
if pkey == key:
continue
if gender == const.unknown:
continue
+ p = self.db.getPerson(key)
+ if compare and self.not_likely(p):
+ continue
+
d = self.db.getPersonDisplay(key)
info = [d[0],d[1],d[3],d[5],d[6]]
if self.type == "Partners":
@@ -178,12 +186,25 @@ class ChooseParents:
self.mlabel.set_label(_("Mother"))
self.flabel.set_label(_("Father"))
+ def not_likely(self,person):
+ """
+ Rough attempt to eliminate a few non-realistic relationships. If the person
+ was born after the primary person, he or she can't be a parent.
+ """
+ bdate = person.getBirth().getDateObj()
+ if bdate.isValid() and Date.compare_dates(self.date,bdate) < 1:
+ return 1
+ return 0
+
def parent_relation_changed(self,obj):
"""Called everytime the parent relationship information is changegd"""
self.old_type = self.type
self.type = const.save_frel(obj.get_text())
if self.old_type == "Partners" or self.type == "Partners":
self.redraw()
+
+ def showall_toggled(self,obj):
+ self.redraw()
def find_family(self,father,mother):
"""
diff --git a/src/config.glade b/src/config.glade
index bd4514600..f166d6e7a 100644
--- a/src/config.glade
+++ b/src/config.glade
@@ -1,843 +1,868 @@
-
+
-
+
-
- Getting Started - GRAMPS
- GTK_WINDOW_TOPLEVEL
- yes
- no
- yes
- GTK_WIN_POS_NONE
- yes
+
+ True
+ Getting Started - GRAMPS
+ GTK_WINDOW_TOPLEVEL
+ GTK_WIN_POS_NONE
+ True
+ True
+ False
+ gramps.png
-
-
- yes
+
+
+ 4
+ True
+ False
+
+
-
-
-
-
-
- Getting Started
- Welcome to GRAMPS, the Genealogical Research
+
+
+ True
+ GNOME_EDGE_START
+ Getting Started
+ Welcome to GRAMPS, the Genealogical Research
and Analysis Management Programming System.
Several options and information need to be gathered
before GRAMPS is ready to be used. Any of this
information can be changed in the future in the
Preferences dialog under the Settings menu.
- gramps.xpm
- splash.jpg
- GNOME_EDGE_START
- yes
- #7d684a
- #000000
- #e1dbc5
- #e1dcc5
- #ffffff
-
-
+ #7d7d68684a4a
+ #000000000000
+ #e1e1dbdbc5c5
+ #e1e1dcdcc5c5
+ #ffffffffffff
+
+
-
-
- Researcher Information
- gramps.xpm
- yes
- #7d684a
- #e1dcc5
- #e1dcc5
+
+
+ True
+ Researcher Information
+ #53e00817c71b
+ #53e00817e818
+ #d7a440c2e808
+ gramps.xpm
-
-
- no
- 0
- yes
+
+
+ 16
+ True
+ False
+ 0
-
-
- no
- 0
- yes
+
+
+ True
+ False
+ 0
-
-
- In order to create valid GEDCOM files, the following information
+
+
+ True
+ In order to create valid GEDCOM files, the following information
needs to be entered. If you do not plan to generate GEDCOM
files, you may leave it blank.
- GTK_JUSTIFY_LEFT
- no
- 0.5
- 0.5
- 0
- 0
- yes
-
-
- 5
- yes
- yes
-
-
+ False
+ False
+ GTK_JUSTIFY_LEFT
+ False
+ False
+ 0.5
+ 0.5
+ 0
+ 0
+
+
+ 5
+ True
+ True
+
+
-
-
- no
- 0
- 0
- 8
- 2
- yes
+
+
+ True
+ 8
+ 2
+ False
+ 0
+ 0
-
-
- Name
- GTK_JUSTIFY_CENTER
- no
- 1
- 0.5
- 5
- 0
- yes
-
-
- 0
- 1
- 0
- 1
- 0
- 0
- fill
-
-
-
+
+
+ True
+ Name
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0.5
+ 5
+ 0
+
+
+ 0
+ 1
+ 0
+ 1
+ fill
+
+
+
-
-
- Address
- GTK_JUSTIFY_CENTER
- no
- 1
- 0.5
- 5
- 0
- yes
-
-
- 0
- 1
- 1
- 2
- 0
- 0
- fill
-
-
-
+
+
+ True
+ Address
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0.5
+ 5
+ 0
+
+
+ 0
+ 1
+ 1
+ 2
+ fill
+
+
+
-
-
- City
- GTK_JUSTIFY_CENTER
- no
- 1
- 0.5
- 5
- 0
- yes
-
-
- 0
- 1
- 2
- 3
- 0
- 0
- fill
-
-
-
+
+
+ True
+ City
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0.5
+ 5
+ 0
+
+
+ 0
+ 1
+ 2
+ 3
+ fill
+
+
+
-
-
- State/Province
- GTK_JUSTIFY_CENTER
- no
- 1
- 0.5
- 5
- 0
- yes
-
-
- 0
- 1
- 3
- 4
- 0
- 0
- fill
-
-
-
+
+
+ True
+ State/Province
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0.5
+ 5
+ 0
+
+
+ 0
+ 1
+ 3
+ 4
+ fill
+
+
+
-
-
- Country
- GTK_JUSTIFY_CENTER
- no
- 1
- 0.5
- 5
- 0
- yes
-
-
- 0
- 1
- 4
- 5
- 0
- 0
- fill
-
-
-
+
+
+ True
+ Country
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0.5
+ 5
+ 0
+
+
+ 0
+ 1
+ 4
+ 5
+ fill
+
+
+
-
-
- email
- GTK_JUSTIFY_CENTER
- no
- 1
- 0.5
- 5
- 0
- yes
-
-
- 0
- 1
- 7
- 8
- 0
- 0
- fill
-
-
-
+
+
+ True
+ email
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0.5
+ 5
+ 0
+
+
+ 0
+ 1
+ 7
+ 8
+ fill
+
+
+
-
-
- ZIP/Postal Code
- GTK_JUSTIFY_CENTER
- no
- 1
- 0.5
- 5
- 0
- yes
-
-
- 0
- 1
- 5
- 6
- 0
- 0
- fill
-
-
-
+
+
+ True
+ ZIP/Postal Code
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0.5
+ 5
+ 0
+
+
+ 0
+ 1
+ 5
+ 6
+ fill
+
+
+
-
-
- Phone
- GTK_JUSTIFY_CENTER
- no
- 1
- 0.5
- 5
- 0
- yes
-
-
- 0
- 1
- 6
- 7
- 0
- 0
- fill
-
-
-
+
+
+ True
+ Phone
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0.5
+ 5
+ 0
+
+
+ 0
+ 1
+ 6
+ 7
+ fill
+
+
+
-
-
- yes
- yes
-
- 0
- yes
- yes
+
+
+ True
+ True
+ True
+ True
+ 0
+
+ True
+ *
+ False
+
+
+
+ 1
+ 2
+ 0
+ 1
+ 3
+ 3
+
+
+
-
-
-
- 1
- 2
- 0
- 1
- 3
- 3
- expand|fill
-
-
-
+
+
+ True
+ True
+ True
+ True
+ 0
+
+ True
+ *
+ False
+
+
+
+ 1
+ 2
+ 1
+ 2
+ 3
+ 3
+
+
+
-
-
- yes
- yes
-
- 0
- yes
- yes
+
+
+ True
+ True
+ True
+ True
+ 0
+
+ True
+ *
+ False
+
+
+
+ 1
+ 2
+ 2
+ 3
+ 3
+ 3
+
+
+
-
-
-
- 1
- 2
- 1
- 2
- 3
- 3
- expand|fill
-
-
-
+
+
+ True
+ True
+ True
+ True
+ 0
+
+ True
+ *
+ False
+
+
+
+ 1
+ 2
+ 3
+ 4
+ 3
+ 3
+
+
+
-
-
- yes
- yes
-
- 0
- yes
- yes
+
+
+ True
+ True
+ True
+ True
+ 0
+
+ True
+ *
+ False
+
+
+
+ 1
+ 2
+ 4
+ 5
+ 3
+ 3
+
+
+
-
-
-
- 1
- 2
- 2
- 3
- 3
- 3
- expand|fill
-
-
-
+
+
+ True
+ True
+ True
+ True
+ 0
+
+ True
+ *
+ False
+
+
+
+ 1
+ 2
+ 5
+ 6
+ 3
+ 3
+
+
+
-
-
- yes
- yes
-
- 0
- yes
- yes
+
+
+ True
+ True
+ True
+ True
+ 0
+
+ True
+ *
+ False
+
+
+
+ 1
+ 2
+ 6
+ 7
+ 3
+ 3
+
+
+
-
-
-
- 1
- 2
- 3
- 4
- 3
- 3
- expand|fill
-
-
-
+
+
+ True
+ True
+ True
+ True
+ 0
+
+ True
+ *
+ False
+
+
+
+ 1
+ 2
+ 7
+ 8
+ 3
+ 3
+
+
+
+
+
+ 0
+ True
+ True
+
+
+
+
+ 0
+ True
+ True
+
+
+
+
+
+
-
-
- yes
- yes
-
- 0
- yes
- yes
+
+
+ True
+ Numerical Date Formats
+ #53e00817c71b
+ #53e00817e818
+ #d7a440c2e808
+ gramps.xpm
-
-
-
- 1
- 2
- 4
- 5
- 3
- 3
- expand|fill
-
-
-
+
+
+ 16
+ True
+ False
+ 0
-
-
- yes
- yes
-
- 0
- yes
- yes
+
+
+ True
+ False
+ 0
-
-
-
- 1
- 2
- 5
- 6
- 3
- 3
- expand|fill
-
-
-
-
-
-
- yes
- yes
-
- 0
- yes
- yes
-
-
-
-
- 1
- 2
- 6
- 7
- 3
- 3
- expand|fill
-
-
-
-
-
-
- yes
- yes
-
- 0
- yes
- yes
-
-
-
-
- 1
- 2
- 7
- 8
- 3
- 3
- expand|fill
-
-
-
-
-
- 0
- yes
- yes
-
-
-
-
- 0
- yes
- yes
-
-
-
-
- 0
- yes
- yes
-
-
-
-
-
-
-
- Numerical Date Formats
- gramps.xpm
- yes
- #7d684a
- #e1dcc5
- #e1dcc5
-
-
-
- no
- 0
- yes
-
-
-
- no
- 0
- yes
-
-
-
- There are three common formats for entering dates in a numerical format.
+
+
+ True
+ There are three common formats for entering dates in a numerical format.
Without some type of indication, GRAMPS cannot correctly tell what
format you are using. Please indicate your preferred format for entering
numerical dates
- GTK_JUSTIFY_LEFT
- no
- 0.5
- 0.5
- 5
- 25
- yes
-
-
- 0
- no
- no
-
-
+ False
+ False
+ GTK_JUSTIFY_LEFT
+ False
+ False
+ 0.5
+ 0.5
+ 5
+ 25
+
+
+ 0
+ False
+ False
+
+
-
-
- yes
- 0
- yes
+
+
+ True
+ True
+ 0
-
-
-
+
+
+
-
-
- 20
- no
- 0
- yes
+
+
+ 20
+ True
+ False
+ 0
-
-
- yes
- MM/DD/YYYY (United States)
- no
- yes
- yes
-
-
- 0
- no
- no
-
-
+
+
+ True
+ True
+ MM/DD/YYYY (United States)
+ True
+ GTK_RELIEF_NORMAL
+ False
+ False
+ True
+
+
+ 0
+ False
+ False
+
+
-
-
- yes
- DD/MM/YYYY (European)
- no
- yes
- yes
- num_us
-
-
- 0
- no
- no
-
-
+
+
+ True
+ True
+ DD/MM/YYYY (European)
+ True
+ GTK_RELIEF_NORMAL
+ False
+ False
+ True
+ num_us
+
+
+ 0
+ False
+ False
+
+
-
-
- yes
- YYYY-MM-DD (ISO)
- no
- yes
- yes
- num_us
-
-
- 0
- no
- no
-
-
-
-
- 0
- no
- no
-
-
+
+
+ True
+ True
+ YYYY-MM-DD (ISO)
+ True
+ GTK_RELIEF_NORMAL
+ False
+ False
+ True
+ num_us
+
+
+ 0
+ False
+ False
+
+
+
+
+ 0
+ False
+ False
+
+
-
-
-
-
-
- 0
- yes
- yes
-
-
-
-
- 0
- yes
- yes
-
-
-
-
- 0
- yes
- yes
-
-
-
-
+
+
+
+
+
+ 0
+ True
+ True
+
+
+
+
+ 0
+ True
+ True
+
+
+
+
+
+
-
-
- Alternate Calendar Support
- gramps.xpm
- yes
- #7d684a
- #e1dcc5
- #e1dcc5
+
+
+ True
+ Alternate Calendar Support
+ #53e00817c71b
+ #53e00817e818
+ #d7a440c2e808
+ gramps.xpm
-
-
- no
- 0
- yes
+
+
+ 16
+ True
+ False
+ 0
-
-
- no
- 0
- yes
+
+
+ True
+ False
+ 0
-
-
- By default, all dates stored by GRAMPS use the Gregorian calendar. This
+
+
+ True
+ By default, all dates stored by GRAMPS use the Gregorian calendar. This
is normally sufficient for most users. Support may be enabled for the Julian,
French Republican, and Hebrew calendar. If you believe that you will need one or
more of these alternate calendars, enable alternate calendar support.
- GTK_JUSTIFY_CENTER
- no
- 0.5
- 0.5
- 0
- 25
- yes
-
-
- 0
- no
- no
-
-
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 0.5
+ 0.5
+ 0
+ 25
+
+
+ 0
+ False
+ False
+
+
-
-
- no
- 0
- yes
+
+
+ True
+ False
+ 0
-
-
-
+
+
+
-
-
- 20
- yes
- Enable support for alternate calendars
- no
- yes
- yes
-
-
- 0
- yes
- no
-
-
+
+
+ 20
+ True
+ True
+ Enable support for alternate calendars
+ True
+ GTK_RELIEF_NORMAL
+ False
+ False
+ True
+
+
+ 0
+ True
+ False
+
+
-
-
-
-
-
- 0
- no
- no
-
-
-
-
- 0
- yes
- yes
-
-
-
-
- 0
- yes
- yes
-
-
-
-
+
+
+
+
+
+ 0
+ False
+ False
+
+
+
+
+ 0
+ True
+ True
+
+
+
+
+
+
-
-
- LDS Extensions
- gramps.xpm
- yes
- #7d684a
- #e1dcc5
- #e1dcc5
+
+
+ True
+ LDS Extensions
+ #53e00817c71b
+ #53e00817e818
+ #d7a440c2e808
+ gramps.xpm
-
-
- no
- 0
- yes
+
+
+ 16
+ True
+ False
+ 0
-
-
- no
- 0
- yes
+
+
+ True
+ False
+ 0
-
-
- GRAMPS has support for LDS Ordinances, which are special
+
+
+ True
+ GRAMPS has support for LDS Ordinances, which are special
event types related to the Church of Jesus Christ of Latter Day Saints.
You may choose to either enable or disable this support. You may
change this option in the future in the Preferences dialog.
- GTK_JUSTIFY_FILL
- no
- 0.5
- 0.5
- 5
- 25
- yes
-
-
- 0
- no
- no
-
-
+ False
+ False
+ GTK_JUSTIFY_FILL
+ False
+ False
+ 0.5
+ 0.5
+ 5
+ 25
+
+
+ 0
+ False
+ False
+
+
-
-
- no
- 0
- yes
+
+
+ True
+ False
+ 0
-
-
-
+
+
+
-
-
- 20
- yes
- Enable LDS Ordinance Support
- no
- yes
- yes
-
-
- 50
- yes
- no
-
-
+
+
+ 20
+ True
+ True
+ Enable LDS Ordinance Support
+ True
+ GTK_RELIEF_NORMAL
+ False
+ False
+ True
+
+
+ 50
+ True
+ False
+
+
-
-
-
-
-
- 0
- no
- no
-
-
-
-
- 0
- yes
- yes
-
-
-
-
- 0
- yes
- yes
-
-
-
-
+
+
+
+
+
+ 0
+ False
+ False
+
+
+
+
+ 0
+ True
+ True
+
+
+
+
+
+
-
-
- Complete
- GRAMPS is an Open Source project. Its success
+
+
+ True
+ GNOME_EDGE_FINISH
+ Complete
+ GRAMPS is an Open Source project. Its success
depends on the users. User feedback is important.
Please join the mailing lists, submit bug reports,
suggest improvements, and see how you can
contribute.
Please enjoy using GRAMPS.
- gramps.xpm
- splash.jpg
- GNOME_EDGE_FINISH
- yes
- #7d684a
- #000000
- #e1dcc5
- #e1dcc5
- #ffffff
+ #7d7d68684a4a
+ #000000000000
+ #e1e1dcdcc5c5
+ #e1e1dcdcc5c5
+ #ffffffffffff
+
+
+
+
+
+
-
-
-
-
-
-
diff --git a/src/const.py.in b/src/const.py.in
index f90cab1f7..1607e46c4 100644
--- a/src/const.py.in
+++ b/src/const.py.in
@@ -81,7 +81,6 @@ revisionFile = "%s/revision.glade" % rootDir
srcselFile = "%s/srcsel.glade" % rootDir
findFile = "%s/find.glade" % rootDir
mergeFile = "%s/mergedata.glade" % rootDir
-traceFile = "%s/trace.glade" % rootDir
filterFile = "%s/rule.glade" % rootDir
pluginsDir = "%s/plugins" % rootDir
@@ -101,7 +100,7 @@ startup = 1
#-------------------------------------------------------------------------
progName = "GRAMPS"
version = "@VERSIONSTRING@"
-copyright = "© 2001-2002 Donald N. Allingham"
+copyright = "© 2001-2003 Donald N. Allingham"
authors = ["Donald N. Allingham", "David Hampton","Donald A. Peterson"]
comments = _("GRAMPS (Genealogical Research and Analysis "
"Management Programming System) is a personal "
diff --git a/src/dialog.glade b/src/dialog.glade
index 124c31218..0706b7eec 100644
--- a/src/dialog.glade
+++ b/src/dialog.glade
@@ -11,6 +11,7 @@
False
True
False
+ gramps.png
True
@@ -692,6 +693,7 @@
False
True
False
+ gramps.png
True
@@ -1150,6 +1152,7 @@
False
True
False
+ gramps.png
True
@@ -1506,6 +1509,7 @@
False
True
False
+ gramps.png
True
@@ -2193,6 +2197,7 @@
False
True
False
+ gramps.png
True
@@ -2443,6 +2448,7 @@
False
True
False
+ gramps.png
True
diff --git a/src/edit_person.glade b/src/edit_person.glade
index 3ef1a8920..d56921e86 100644
--- a/src/edit_person.glade
+++ b/src/edit_person.glade
@@ -13,6 +13,7 @@
False
True
False
+ gramps.png
True
diff --git a/src/gramps.glade b/src/gramps.glade
index 5d8824850..e3489ff64 100644
--- a/src/gramps.glade
+++ b/src/gramps.glade
@@ -2776,6 +2776,7 @@
400
True
False
+ gramps.png
True
@@ -3059,6 +3060,7 @@
500
True
False
+ gramps.png
True
@@ -3128,7 +3130,7 @@
0
- 0
+ 5
False
False
@@ -3192,232 +3194,6 @@
True
-
-
-
- 3
- True
- False
- 0
-
-
-
- True
- Relationship to child
- False
- False
- GTK_JUSTIFY_CENTER
- False
- False
- 0.5
- 0.5
- 5
- 0
-
-
- 5
- False
- False
-
-
-
-
-
- True
- True
- False
- True
- True
- False
-
-
-
- True
- True
- True
- True
- 0
-
- True
- *
- False
-
-
-
-
-
- True
- GTK_SELECTION_BROWSE
-
-
-
- True
-
-
-
- True
- Birth
- False
- False
- GTK_JUSTIFY_LEFT
- False
- False
- 0
- 0.5
- 0
- 0
-
-
-
-
-
-
-
- True
-
-
-
- True
- Adopted
- False
- False
- GTK_JUSTIFY_LEFT
- False
- False
- 0
- 0.5
- 0
- 0
-
-
-
-
-
-
-
- True
-
-
-
- True
- Stepchild
- False
- False
- GTK_JUSTIFY_LEFT
- False
- False
- 0
- 0.5
- 0
- 0
-
-
-
-
-
-
-
- True
-
-
-
- True
- Foster
- False
- False
- GTK_JUSTIFY_LEFT
- False
- False
- 0
- 0.5
- 0
- 0
-
-
-
-
-
-
-
- True
-
-
-
- True
- None
- False
- False
- GTK_JUSTIFY_LEFT
- False
- False
- 0
- 0.5
- 0
- 0
-
-
-
-
-
-
-
- True
-
-
-
- True
- Unknown
- False
- False
- GTK_JUSTIFY_LEFT
- False
- False
- 0
- 0.5
- 0
- 0
-
-
-
-
-
-
-
- True
-
-
-
- True
-
- False
- False
- GTK_JUSTIFY_LEFT
- False
- False
- 0
- 0.5
- 0
- 0
-
-
-
-
-
-
-
-
- 5
- True
- True
-
-
-
-
- 0
- False
- True
-
-
@@ -3487,232 +3263,6 @@
True
-
-
-
- 3
- True
- False
- 0
-
-
-
- True
- Relationship to child
- False
- False
- GTK_JUSTIFY_CENTER
- False
- False
- 0.5
- 0.5
- 5
- 0
-
-
- 5
- False
- False
-
-
-
-
-
- True
- True
- False
- True
- True
- False
-
-
-
- True
- True
- True
- True
- 0
-
- True
- *
- False
-
-
-
-
-
- True
- GTK_SELECTION_BROWSE
-
-
-
- True
-
-
-
- True
- Birth
- False
- False
- GTK_JUSTIFY_LEFT
- False
- False
- 0
- 0.5
- 0
- 0
-
-
-
-
-
-
-
- True
-
-
-
- True
- Adopted
- False
- False
- GTK_JUSTIFY_LEFT
- False
- False
- 0
- 0.5
- 0
- 0
-
-
-
-
-
-
-
- True
-
-
-
- True
- Stepchild
- False
- False
- GTK_JUSTIFY_LEFT
- False
- False
- 0
- 0.5
- 0
- 0
-
-
-
-
-
-
-
- True
-
-
-
- True
- Foster
- False
- False
- GTK_JUSTIFY_LEFT
- False
- False
- 0
- 0.5
- 0
- 0
-
-
-
-
-
-
-
- True
-
-
-
- True
- None
- False
- False
- GTK_JUSTIFY_LEFT
- False
- False
- 0
- 0.5
- 0
- 0
-
-
-
-
-
-
-
- True
-
-
-
- True
- Unknown
- False
- False
- GTK_JUSTIFY_LEFT
- False
- False
- 0
- 0.5
- 0
- 0
-
-
-
-
-
-
-
- True
-
-
-
- True
-
- False
- False
- GTK_JUSTIFY_LEFT
- False
- False
- 0
- 0.5
- 0
- 0
-
-
-
-
-
-
-
-
- 5
- True
- True
-
-
-
-
- 0
- False
- True
-
-
@@ -3741,6 +3291,582 @@
True
+
+
+
+ True
+ 0
+ 0.5
+ GTK_SHADOW_ETCHED_IN
+
+
+
+ True
+ 3
+ 2
+ False
+ 0
+ 0
+
+
+
+ True
+ Father's relationship to child
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0.5
+ 5
+ 0
+
+
+ 0
+ 1
+ 0
+ 1
+ 3
+ 3
+ fill
+
+
+
+
+
+
+ True
+ Mother's relationship to child
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0.5
+ 5
+ 0
+
+
+ 0
+ 1
+ 1
+ 2
+ 3
+ 3
+ fill
+
+
+
+
+
+
+ True
+ Parents' relationship to each other
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0.5
+ 0
+ 0
+
+
+ 0
+ 1
+ 2
+ 3
+ 3
+ 3
+ fill
+
+
+
+
+
+
+ True
+ True
+ False
+ True
+ True
+ False
+
+
+
+ True
+ True
+ True
+ True
+ 0
+
+ True
+ *
+ False
+
+
+
+
+
+ True
+ GTK_SELECTION_BROWSE
+
+
+
+ True
+
+
+
+ True
+ Birth
+ False
+ False
+ GTK_JUSTIFY_LEFT
+ False
+ False
+ 0
+ 0.5
+ 0
+ 0
+
+
+
+
+
+
+
+ True
+
+
+
+ True
+ Adopted
+ False
+ False
+ GTK_JUSTIFY_LEFT
+ False
+ False
+ 0
+ 0.5
+ 0
+ 0
+
+
+
+
+
+
+
+ True
+
+
+
+ True
+ Stepchild
+ False
+ False
+ GTK_JUSTIFY_LEFT
+ False
+ False
+ 0
+ 0.5
+ 0
+ 0
+
+
+
+
+
+
+
+ True
+
+
+
+ True
+ Foster
+ False
+ False
+ GTK_JUSTIFY_LEFT
+ False
+ False
+ 0
+ 0.5
+ 0
+ 0
+
+
+
+
+
+
+
+ True
+
+
+
+ True
+ None
+ False
+ False
+ GTK_JUSTIFY_LEFT
+ False
+ False
+ 0
+ 0.5
+ 0
+ 0
+
+
+
+
+
+
+
+ True
+
+
+
+ True
+ Unknown
+ False
+ False
+ GTK_JUSTIFY_LEFT
+ False
+ False
+ 0
+ 0.5
+ 0
+ 0
+
+
+
+
+
+
+
+ True
+
+
+
+ True
+
+ False
+ False
+ GTK_JUSTIFY_LEFT
+ False
+ False
+ 0
+ 0.5
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 1
+ 2
+ 0
+ 1
+ 3
+ 3
+
+
+
+
+
+
+ True
+ True
+ False
+ True
+ True
+ False
+
+
+
+ True
+ True
+ True
+ True
+ 0
+
+ True
+ *
+ False
+
+
+
+
+
+ True
+ GTK_SELECTION_BROWSE
+
+
+
+ True
+
+
+
+ True
+ Birth
+ False
+ False
+ GTK_JUSTIFY_LEFT
+ False
+ False
+ 0
+ 0.5
+ 0
+ 0
+
+
+
+
+
+
+
+ True
+
+
+
+ True
+ Adopted
+ False
+ False
+ GTK_JUSTIFY_LEFT
+ False
+ False
+ 0
+ 0.5
+ 0
+ 0
+
+
+
+
+
+
+
+ True
+
+
+
+ True
+ Stepchild
+ False
+ False
+ GTK_JUSTIFY_LEFT
+ False
+ False
+ 0
+ 0.5
+ 0
+ 0
+
+
+
+
+
+
+
+ True
+
+
+
+ True
+ Foster
+ False
+ False
+ GTK_JUSTIFY_LEFT
+ False
+ False
+ 0
+ 0.5
+ 0
+ 0
+
+
+
+
+
+
+
+ True
+
+
+
+ True
+ None
+ False
+ False
+ GTK_JUSTIFY_LEFT
+ False
+ False
+ 0
+ 0.5
+ 0
+ 0
+
+
+
+
+
+
+
+ True
+
+
+
+ True
+ Unknown
+ False
+ False
+ GTK_JUSTIFY_LEFT
+ False
+ False
+ 0
+ 0.5
+ 0
+ 0
+
+
+
+
+
+
+
+ True
+
+
+
+ True
+
+ False
+ False
+ GTK_JUSTIFY_LEFT
+ False
+ False
+ 0
+ 0.5
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 1
+ 2
+ 1
+ 2
+ 3
+ 3
+
+
+
+
+
+
+ True
+ True
+ True
+ False
+ True
+ False
+
+
+
+ True
+ True
+ False
+ True
+ 0
+
+ True
+ *
+ False
+
+
+
+
+
+
+ True
+ GTK_SELECTION_BROWSE
+
+
+
+ True
+
+
+
+ True
+
+ False
+ False
+ GTK_JUSTIFY_LEFT
+ False
+ False
+ 0
+ 0.5
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 1
+ 2
+ 2
+ 3
+ 3
+ 3
+
+
+
+
+
+
+
+
+ True
+ <b>Relationships</b>
+ False
+ True
+ GTK_JUSTIFY_LEFT
+ False
+ False
+ 0.5
+ 0.5
+ 0
+ 0
+
+
+ label_item
+
+
+
+
+ 0
+ False
+ False
+
+
0
@@ -3750,122 +3876,49 @@
-
- True
- GTK_BUTTONBOX_DEFAULT_STYLE
- 30
-
-
-
- True
- True
- Add New Person
- True
- GTK_RELIEF_NORMAL
-
-
-
-
-
- 0
- False
- True
-
-
-
-
-
- True
-
-
- 10
- False
- True
-
-
-
-
-
+
True
False
0
-
+
True
- Parent Relationship
- False
- False
- GTK_JUSTIFY_CENTER
- False
- False
- 0.5
- 0.5
- 0
- 0
+ True
+ Show all people
+ True
+ GTK_RELIEF_NORMAL
+ False
+ False
+ True
+
- 5
- False
+ 0
+ True
False
-
+
True
- True
- True
- False
- True
- False
+ GTK_BUTTONBOX_DEFAULT_STYLE
+ 30
-
-
+
+
True
True
- False
- True
- 0
-
- True
- *
- False
-
-
-
-
-
-
- True
- GTK_SELECTION_BROWSE
-
-
-
- True
-
-
-
- True
-
- False
- False
- GTK_JUSTIFY_LEFT
- False
- False
- 0
- 0.5
- 0
- 0
-
-
-
-
+ Add New Person
+ True
+ GTK_RELIEF_NORMAL
+
- 5
+ 0
True
True
@@ -3898,6 +3951,7 @@
400
True
False
+ gramps.png
True
@@ -4500,6 +4554,7 @@
True
True
False
+ gramps.png
True
@@ -4662,6 +4717,7 @@
350
True
False
+ gramps.png
True
@@ -5160,6 +5216,7 @@
True
True
False
+ gramps.png
True
@@ -5499,6 +5556,7 @@
200
True
False
+ gramps.png
True
@@ -5662,6 +5720,7 @@
False
True
False
+ gramps.png
True
@@ -5816,6 +5875,7 @@ or create a new relationship.
475
True
False
+ gramps.png
True
diff --git a/src/imagesel.glade b/src/imagesel.glade
index 30019b6ac..f01628045 100644
--- a/src/imagesel.glade
+++ b/src/imagesel.glade
@@ -13,6 +13,7 @@
400
True
False
+ gramps.png
True
@@ -366,6 +367,7 @@
450
True
False
+ gramps.png
True
@@ -1291,6 +1293,7 @@
400
True
False
+ gramps.png
True
diff --git a/src/marriage.glade b/src/marriage.glade
index 36d7ab658..e3c1e8885 100644
--- a/src/marriage.glade
+++ b/src/marriage.glade
@@ -13,6 +13,7 @@
550
True
False
+ gramps.png
True
diff --git a/src/mergedata.glade b/src/mergedata.glade
index 8d7831c7f..3dd6228c7 100644
--- a/src/mergedata.glade
+++ b/src/mergedata.glade
@@ -1,1756 +1,1776 @@
-
+
-
- Merge Places - GRAMPS
- GTK_WINDOW_TOPLEVEL
- yes
- no
- yes
- 400
- yes
- GTK_WIN_POS_NONE
-
-
-
- no
- 8
- yes
-
-
-
- GTK_BUTTONBOX_END
- 8
- 400
- yes
-
-
-
- yes
- yes
- yes
- gtk-ok
- yes
- yes
-
-
-
-
-
-
-
- yes
- yes
- yes
- gtk-cancel
- yes
- yes
-
-
-
-
-
-
- 0
- no
- yes
- GTK_PACK_END
-
-
-
-
-
- no
- 0
- yes
-
-
-
- Select the title for the merged place
- GTK_JUSTIFY_CENTER
- no
- 0.5
- 0.5
- 0
- 0
- yes
-
-
- 0
- no
- no
-
-
-
-
-
- yes
-
-
- 10
- no
- yes
-
-
-
-
-
- no
- 0
- 0
- 3
- 2
- yes
-
-
-
- yes
- yes
-
- 0
- yes
- yes
-
-
- 1
- 2
- 2
- 3
- 0
- 0
- expand|fill
-
-
-
-
-
-
-
- GTK_JUSTIFY_CENTER
- no
- 0
- 0.5
- 0
- 0
- yes
-
-
- 1
- 2
- 0
- 1
- 0
- 0
- fill
-
-
-
-
-
-
-
- GTK_JUSTIFY_CENTER
- no
- 0
- 0.5
- 0
- 0
- yes
-
-
- 1
- 2
- 1
- 2
- 0
- 0
- fill
-
-
-
-
-
-
- yes
- Place 1
- yes
- yes
- yes
-
-
- 0
- 1
- 0
- 1
- 5
- 5
- fill
-
-
-
-
-
-
- yes
- Place 2
- no
- yes
- yes
- title1
-
-
- 0
- 1
- 1
- 2
- 5
- 5
- fill
-
-
-
-
-
-
- yes
- Other
- no
- yes
- yes
- title1
-
-
- 0
- 1
- 2
- 3
- 5
- 5
- fill
-
-
-
-
-
- 0
- yes
- yes
-
-
-
-
- 0
- yes
- yes
-
-
-
-
- 4
- yes
- yes
-
-
-
-
- Merge People - GRAMPS
- GTK_WINDOW_TOPLEVEL
- yes
- no
- yes
- yes
- GTK_WIN_POS_NONE
-
-
-
- no
- 8
- yes
-
-
-
- GTK_BUTTONBOX_END
- 8
- yes
-
-
-
- yes
- yes
- Merge and Close
- yes
-
-
-
-
-
-
-
- yes
- yes
- Merge and Edit
- yes
-
-
-
-
-
-
-
- yes
- yes
- yes
- gtk-cancel
- yes
- yes
-
-
-
-
-
-
- 0
- no
- yes
- GTK_PACK_END
-
-
-
-
-
- no
- 0
- 620
- yes
-
-
-
- Merge People
- GTK_JUSTIFY_CENTER
- no
- 0.5
- 0.5
- 0
- 0
- yes
-
-
- 10
- no
- no
-
-
-
-
-
- yes
- 0
- yes
-
-
-
- First Person
- 0
- 300
- GTK_SHADOW_ETCHED_IN
- yes
-
-
-
- no
- 0
- 2
- 14
- 3
- yes
-
-
-
- yes
-
- no
- yes
- yes
-
-
- 2
- 3
- 0
- 1
- 0
- 0
- shrink
-
-
-
-
-
-
- Birth Date
- GTK_JUSTIFY_CENTER
- no
- 1
- 0.5
- 5
- 0
- yes
-
-
- 0
- 1
- 4
- 5
- 0
- 0
- fill
-
-
-
-
-
-
- Death Date
- GTK_JUSTIFY_CENTER
- no
- 1
- 0.5
- 5
- 0
- yes
-
-
- 0
- 1
- 7
- 8
- 0
- 0
- fill
-
-
-
-
-
-
- Mother
- GTK_JUSTIFY_CENTER
- no
- 1
- 0.5
- 5
- 0
- yes
-
-
- 0
- 1
- 11
- 12
- 0
- 0
- fill
-
-
-
-
-
-
- Name
- GTK_JUSTIFY_CENTER
- no
- 1
- 0.5
- 5
- 0
- yes
-
-
- 0
- 1
- 0
- 1
- 0
- 0
- fill
-
-
-
-
-
-
- Birth Place
- GTK_JUSTIFY_CENTER
- no
- 1
- 0.5
- 5
- 0
- yes
-
-
- 0
- 1
- 5
- 6
- 0
- 0
- fill
-
-
-
-
-
-
- Death Place
- GTK_JUSTIFY_CENTER
- no
- 1
- 0.5
- 5
- 0
- yes
-
-
- 0
- 1
- 8
- 9
- 0
- 0
- fill
-
-
-
-
-
-
- yes
- no
-
- 0
- yes
- yes
-
-
- 1
- 2
- 4
- 5
- 0
- 0
- expand|fill
-
-
-
-
-
-
- yes
- no
-
- 0
- yes
- yes
-
-
- 1
- 2
- 5
- 6
- 0
- 0
- expand|fill
-
-
-
-
-
-
- yes
- no
-
- 0
- yes
- yes
-
-
- 1
- 2
- 7
- 8
- 0
- 0
- expand|fill
-
-
-
-
-
-
- yes
- no
-
- 0
- yes
- yes
-
-
- 1
- 2
- 8
- 9
- 0
- 0
- expand|fill
-
-
-
-
-
-
- yes
- no
-
- 0
- yes
- yes
-
-
- 1
- 2
- 10
- 11
- 0
- 0
- expand|fill
-
-
-
-
-
-
- yes
- no
-
- 0
- yes
- yes
-
-
- 1
- 2
- 11
- 12
- 0
- 0
- expand|fill
-
-
-
-
-
-
- Father
- GTK_JUSTIFY_CENTER
- no
- 1
- 0.5
- 5
- 0
- yes
-
-
- 0
- 1
- 10
- 11
- 0
- 0
- fill
-
-
-
-
-
-
- yes
-
-
- 0
- 3
- 9
- 10
- 0
- 5
- fill
- fill
-
-
-
-
-
- yes
-
-
- 0
- 3
- 12
- 13
- 0
- 5
- fill
- fill
-
-
-
-
-
- GTK_POLICY_NEVER
- GTK_POLICY_AUTOMATIC
- GTK_SHADOW_IN
- yes
-
-
-
- yes
- no
- yes
-
-
-
- CList:title
-
- GTK_JUSTIFY_CENTER
- no
- 0.5
- 0.5
- 0
- 0
- yes
-
-
-
-
-
-
-
- GTK_UPDATE_CONTINUOUS
- yes
-
-
-
-
-
- GTK_UPDATE_CONTINUOUS
- yes
-
-
-
-
- 1
- 3
- 13
- 14
- 0
- 0
- fill
- fill
-
-
-
-
-
- Spouses
- GTK_JUSTIFY_CENTER
- no
- 1
- 0
- 5
- 0
- yes
-
-
- 0
- 1
- 13
- 14
- 0
- 0
- fill
- expand|fill
-
-
-
-
-
- yes
-
-
- 0
- 3
- 6
- 7
- 0
- 0
- fill
- expand|fill
-
-
-
-
-
- yes
-
-
- 0
- 3
- 3
- 4
- 0
- 0
- fill
- expand|fill
-
-
-
-
-
- yes
-
- no
- yes
- yes
-
-
- 2
- 3
- 10
- 12
- 0
- 0
- shrink
-
-
-
-
-
-
- yes
-
- yes
- yes
- yes
-
-
- 2
- 3
- 7
- 9
- 0
- 0
- shrink
- shrink
-
-
-
-
-
- yes
-
- no
- yes
- yes
-
-
- 2
- 3
- 4
- 6
- 0
- 0
- shrink
- shrink
-
-
-
-
-
- ID
- GTK_JUSTIFY_CENTER
- no
- 1
- 0.5
- 5
- 0
- yes
-
-
- 0
- 1
- 2
- 3
- 0
- 0
- fill
-
-
-
-
-
-
- yes
- no
-
- 0
- yes
- yes
-
-
- 1
- 2
- 2
- 3
- 0
- 0
- expand|fill
-
-
-
-
-
-
- yes
- no
-
- 0
- yes
- yes
-
-
- 1
- 2
- 0
- 1
- 0
- 0
- expand|fill
-
-
-
-
-
-
- yes
-
- no
- yes
- yes
-
-
- 2
- 3
- 2
- 3
- 0
- 0
- fill
-
-
-
-
-
-
- yes
-
-
- 0
- 3
- 1
- 2
- 0
- 0
- fill
- expand|fill
-
-
-
-
-
-
- 2
- yes
- yes
-
-
-
-
-
- Second Person
- 0
- 300
- GTK_SHADOW_ETCHED_IN
- yes
-
-
-
- no
- 0
- 2
- 14
- 3
- yes
-
-
-
- Death Date
- GTK_JUSTIFY_CENTER
- no
- 1
- 0.5
- 5
- 0
- yes
-
-
- 0
- 1
- 7
- 8
- 0
- 0
- fill
-
-
-
-
-
-
- Mother
- GTK_JUSTIFY_CENTER
- no
- 1
- 0.5
- 5
- 0
- yes
-
-
- 0
- 1
- 11
- 12
- 0
- 0
- fill
-
-
-
-
-
-
- Birth Place
- GTK_JUSTIFY_CENTER
- no
- 1
- 0.5
- 5
- 0
- yes
-
-
- 0
- 1
- 5
- 6
- 0
- 0
- fill
-
-
-
-
-
-
- Birth Date
- GTK_JUSTIFY_CENTER
- no
- 1
- 0.5
- 5
- 0
- yes
-
-
- 0
- 1
- 4
- 5
- 0
- 0
- fill
-
-
-
-
-
-
- Death Place
- GTK_JUSTIFY_CENTER
- no
- 1
- 0.5
- 5
- 0
- yes
-
-
- 0
- 1
- 8
- 9
- 0
- 0
- fill
-
-
-
-
-
-
- yes
- no
-
- 0
- yes
- yes
-
-
- 1
- 2
- 0
- 1
- 0
- 0
- expand|fill
-
-
-
-
-
-
- yes
- no
-
- 0
- yes
- yes
-
-
- 1
- 2
- 4
- 5
- 0
- 0
- expand|fill
-
-
-
-
-
-
- yes
- no
-
- 0
- yes
- yes
-
-
- 1
- 2
- 5
- 6
- 0
- 0
- expand|fill
-
-
-
-
-
-
- yes
- no
-
- 0
- yes
- yes
-
-
- 1
- 2
- 7
- 8
- 0
- 0
- expand|fill
-
-
-
-
-
-
- yes
- no
-
- 0
- yes
- yes
-
-
- 1
- 2
- 8
- 9
- 0
- 0
- expand|fill
-
-
-
-
-
-
- yes
- no
-
- 0
- yes
- yes
-
-
- 1
- 2
- 10
- 11
- 0
- 0
- expand|fill
-
-
-
-
-
-
- yes
- no
-
- 0
- yes
- yes
-
-
- 1
- 2
- 11
- 12
- 0
- 0
- expand|fill
-
-
-
-
-
-
- Spouses
- GTK_JUSTIFY_CENTER
- no
- 1
- 0
- 5
- 0
- yes
-
-
- 0
- 1
- 13
- 14
- 0
- 0
- fill
- expand|fill
-
-
-
-
-
- Father
- GTK_JUSTIFY_CENTER
- no
- 1
- 0.5
- 5
- 0
- yes
-
-
- 0
- 1
- 10
- 11
- 0
- 0
- fill
-
-
-
-
-
-
- yes
-
-
- 0
- 3
- 9
- 10
- 0
- 5
- fill
- fill
-
-
-
-
-
- yes
-
-
- 0
- 3
- 12
- 13
- 0
- 5
- fill
- fill
-
-
-
-
-
- GTK_POLICY_NEVER
- GTK_POLICY_AUTOMATIC
- GTK_SHADOW_IN
- yes
-
-
-
- yes
- no
- yes
-
-
-
- CList:title
-
- GTK_JUSTIFY_CENTER
- no
- 0.5
- 0.5
- 0
- 0
- yes
-
-
-
-
-
-
-
- GTK_UPDATE_CONTINUOUS
- yes
-
-
-
-
-
- GTK_UPDATE_CONTINUOUS
- yes
-
-
-
-
- 1
- 3
- 13
- 14
- 0
- 0
- fill
- fill
-
-
-
-
-
- yes
-
-
- 0
- 3
- 3
- 4
- 0
- 0
- fill
- expand|fill
-
-
-
-
-
- yes
-
-
- 0
- 3
- 6
- 7
- 0
- 0
- fill
- expand|fill
-
-
-
-
-
- yes
-
- no
- yes
- yes
- bbirth1
-
-
- 2
- 3
- 4
- 6
- 0
- 0
- shrink
-
-
-
-
-
-
- yes
-
- no
- yes
- yes
- death1
-
-
- 2
- 3
- 7
- 9
- 0
- 0
- shrink
-
-
-
-
-
-
- yes
-
- no
- yes
- yes
- bfather1
-
-
- 2
- 3
- 10
- 12
- 0
- 0
- shrink
-
-
-
-
-
-
- Name
- GTK_JUSTIFY_CENTER
- no
- 1
- 0.5
- 5
- 0
- yes
-
-
- 0
- 1
- 0
- 1
- 0
- 0
- fill
-
-
-
-
-
-
- ID
- GTK_JUSTIFY_CENTER
- no
- 1
- 0.5
- 5
- 0
- yes
-
-
- 0
- 1
- 2
- 3
- 0
- 0
- fill
-
-
-
-
-
-
- yes
- no
-
- 0
- yes
- yes
-
-
- 1
- 2
- 2
- 3
- 0
- 0
- expand|fill
-
-
-
-
-
-
- yes
-
- no
- yes
- yes
- bname1
-
-
- 2
- 3
- 0
- 1
- 0
- 0
- shrink
-
-
-
-
-
-
- yes
-
- no
- yes
- yes
- id1
-
-
- 2
- 3
- 2
- 3
- 0
- 0
- fill
-
-
-
-
-
-
- yes
-
-
- 0
- 3
- 1
- 2
- 0
- 0
- fill
- expand|fill
-
-
-
-
-
-
- 2
- yes
- yes
-
-
-
-
- 0
- yes
- yes
-
-
-
-
-
- no
- 0
- yes
-
-
-
-
- GTK_JUSTIFY_CENTER
- no
- 0.5
- 0.5
- 0
- 0
- yes
-
-
- 0
- yes
- yes
-
-
-
-
-
- no
- 0
- yes
-
-
-
- yes
- Keep other name as an alternate name
- no
- yes
- yes
-
-
- 0
- no
- no
-
-
-
-
-
- yes
- Keep other birth event as an alternate birth event
- no
- yes
- yes
-
-
- 0
- no
- no
-
-
-
-
-
- yes
- Keep other death event as an alternate death event
- no
- yes
- yes
-
-
- 0
- no
- no
-
-
-
-
- 0
- no
- no
-
-
-
-
-
-
- GTK_JUSTIFY_CENTER
- no
- 0.5
- 0.5
- 0
- 0
- yes
-
-
- 0
- yes
- yes
-
-
-
-
- 3
- no
- yes
-
-
-
-
- 0
- yes
- yes
-
-
-
-
- 4
- yes
- yes
-
-
-
+
+
+ True
+ Merge Places - GRAMPS
+ GTK_WINDOW_TOPLEVEL
+ GTK_WIN_POS_NONE
+ True
+ True
+ False
+ gramps.png
+ True
+
+
+
+ True
+ False
+ 8
+
+
+
+ True
+ GTK_BUTTONBOX_END
+
+
+
+ True
+ True
+ True
+ gtk-ok
+ True
+ GTK_RELIEF_NORMAL
+ 0
+
+
+
+
+
+
+ True
+ True
+ True
+ gtk-cancel
+ True
+ GTK_RELIEF_NORMAL
+ 0
+
+
+
+
+
+ 0
+ False
+ True
+ GTK_PACK_END
+
+
+
+
+
+ True
+ False
+ 0
+
+
+
+ True
+ Select the title for the merged place
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 0.5
+ 0.5
+ 0
+ 0
+
+
+ 0
+ False
+ False
+
+
+
+
+
+ True
+
+
+ 10
+ False
+ True
+
+
+
+
+
+ True
+ 3
+ 2
+ False
+ 0
+ 0
+
+
+
+ True
+ True
+ True
+ True
+ 0
+
+ True
+ *
+ False
+
+
+ 1
+ 2
+ 2
+ 3
+
+
+
+
+
+
+ True
+
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 0
+ 0.5
+ 0
+ 0
+
+
+ 1
+ 2
+ 0
+ 1
+ fill
+
+
+
+
+
+
+ True
+
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 0
+ 0.5
+ 0
+ 0
+
+
+ 1
+ 2
+ 1
+ 2
+ fill
+
+
+
+
+
+
+ True
+ True
+ Place 1
+ True
+ GTK_RELIEF_NORMAL
+ True
+ False
+ True
+
+
+ 0
+ 1
+ 0
+ 1
+ 5
+ 5
+ fill
+
+
+
+
+
+
+ True
+ True
+ Place 2
+ True
+ GTK_RELIEF_NORMAL
+ False
+ False
+ True
+ title1
+
+
+ 0
+ 1
+ 1
+ 2
+ 5
+ 5
+ fill
+
+
+
+
+
+
+ True
+ True
+ Other
+ True
+ GTK_RELIEF_NORMAL
+ False
+ False
+ True
+ title1
+
+
+ 0
+ 1
+ 2
+ 3
+ 5
+ 5
+ fill
+
+
+
+
+
+ 0
+ True
+ True
+
+
+
+
+ 0
+ True
+ True
+
+
+
+
+
+
+
+ True
+ Merge People - GRAMPS
+ GTK_WINDOW_TOPLEVEL
+ GTK_WIN_POS_NONE
+ True
+ True
+ False
+ gramps.png
+ True
+
+
+
+ True
+ False
+ 8
+
+
+
+ True
+ GTK_BUTTONBOX_END
+
+
+
+ True
+ True
+ True
+ Merge and Close
+ True
+ GTK_RELIEF_NORMAL
+ 0
+
+
+
+
+
+
+ True
+ True
+ True
+ Merge and Edit
+ True
+ GTK_RELIEF_NORMAL
+ 0
+
+
+
+
+
+
+ True
+ True
+ True
+ gtk-cancel
+ True
+ GTK_RELIEF_NORMAL
+ 0
+
+
+
+
+
+ 0
+ False
+ True
+ GTK_PACK_END
+
+
+
+
+
+ True
+ False
+ 0
+
+
+
+ True
+ Merge People
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 0.5
+ 0.5
+ 0
+ 0
+
+
+ 10
+ False
+ False
+
+
+
+
+
+ True
+ True
+ 0
+
+
+
+ True
+ 0
+ 0.5
+ GTK_SHADOW_ETCHED_IN
+
+
+
+ True
+ 14
+ 3
+ False
+ 0
+ 2
+
+
+
+ True
+ True
+
+ True
+ GTK_RELIEF_NORMAL
+ False
+ False
+ True
+
+
+ 2
+ 3
+ 0
+ 1
+ shrink
+
+
+
+
+
+
+ True
+ Birth Date
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0.5
+ 5
+ 0
+
+
+ 0
+ 1
+ 4
+ 5
+ fill
+
+
+
+
+
+
+ True
+ Death Date
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0.5
+ 5
+ 0
+
+
+ 0
+ 1
+ 7
+ 8
+ fill
+
+
+
+
+
+
+ True
+ Mother
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0.5
+ 5
+ 0
+
+
+ 0
+ 1
+ 11
+ 12
+ fill
+
+
+
+
+
+
+ True
+ Name
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0.5
+ 5
+ 0
+
+
+ 0
+ 1
+ 0
+ 1
+ fill
+
+
+
+
+
+
+ True
+ Birth Place
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0.5
+ 5
+ 0
+
+
+ 0
+ 1
+ 5
+ 6
+ fill
+
+
+
+
+
+
+ True
+ Death Place
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0.5
+ 5
+ 0
+
+
+ 0
+ 1
+ 8
+ 9
+ fill
+
+
+
+
+
+
+ True
+ True
+ False
+ True
+ 0
+
+ True
+ *
+ False
+
+
+ 1
+ 2
+ 4
+ 5
+
+
+
+
+
+
+ True
+ True
+ False
+ True
+ 0
+
+ True
+ *
+ False
+
+
+ 1
+ 2
+ 5
+ 6
+
+
+
+
+
+
+ True
+ True
+ False
+ True
+ 0
+
+ True
+ *
+ False
+
+
+ 1
+ 2
+ 7
+ 8
+
+
+
+
+
+
+ True
+ True
+ False
+ True
+ 0
+
+ True
+ *
+ False
+
+
+ 1
+ 2
+ 8
+ 9
+
+
+
+
+
+
+ True
+ True
+ False
+ True
+ 0
+
+ True
+ *
+ False
+
+
+ 1
+ 2
+ 10
+ 11
+
+
+
+
+
+
+ True
+ True
+ False
+ True
+ 0
+
+ True
+ *
+ False
+
+
+ 1
+ 2
+ 11
+ 12
+
+
+
+
+
+
+ True
+ Father
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0.5
+ 5
+ 0
+
+
+ 0
+ 1
+ 10
+ 11
+ fill
+
+
+
+
+
+
+ True
+
+
+ 0
+ 3
+ 9
+ 10
+ 5
+ fill
+ fill
+
+
+
+
+
+ True
+
+
+ 0
+ 3
+ 12
+ 13
+ 5
+ fill
+ fill
+
+
+
+
+
+ True
+ GTK_POLICY_NEVER
+ GTK_POLICY_AUTOMATIC
+ GTK_SHADOW_IN
+ GTK_CORNER_TOP_LEFT
+
+
+
+ True
+ True
+ True
+ False
+ False
+ True
+
+
+
+
+ 1
+ 3
+ 13
+ 14
+ fill
+ fill
+
+
+
+
+
+ True
+ Spouses
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0
+ 5
+ 0
+
+
+ 0
+ 1
+ 13
+ 14
+ fill
+
+
+
+
+
+ True
+
+
+ 0
+ 3
+ 6
+ 7
+ fill
+
+
+
+
+
+ True
+
+
+ 0
+ 3
+ 3
+ 4
+ fill
+
+
+
+
+
+ True
+ True
+
+ True
+ GTK_RELIEF_NORMAL
+ False
+ False
+ True
+ bname1
+
+
+ 2
+ 3
+ 10
+ 12
+ shrink
+
+
+
+
+
+
+ True
+ True
+
+ True
+ GTK_RELIEF_NORMAL
+ True
+ False
+ True
+ bname1
+
+
+ 2
+ 3
+ 7
+ 9
+ shrink
+ shrink
+
+
+
+
+
+ True
+ True
+
+ True
+ GTK_RELIEF_NORMAL
+ False
+ False
+ True
+ bname1
+
+
+ 2
+ 3
+ 4
+ 6
+ shrink
+ shrink
+
+
+
+
+
+ True
+ ID
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0.5
+ 5
+ 0
+
+
+ 0
+ 1
+ 2
+ 3
+ fill
+
+
+
+
+
+
+ True
+ True
+ False
+ True
+ 0
+
+ True
+ *
+ False
+
+
+ 1
+ 2
+ 2
+ 3
+
+
+
+
+
+
+ True
+ True
+ False
+ True
+ 0
+
+ True
+ *
+ False
+
+
+ 1
+ 2
+ 0
+ 1
+
+
+
+
+
+
+ True
+ True
+
+ True
+ GTK_RELIEF_NORMAL
+ False
+ False
+ True
+ bname1
+
+
+ 2
+ 3
+ 2
+ 3
+ fill
+
+
+
+
+
+
+ True
+
+
+ 0
+ 3
+ 1
+ 2
+ fill
+
+
+
+
+
+
+
+ True
+ First Person
+ False
+ False
+ GTK_JUSTIFY_LEFT
+ False
+ False
+ 0.5
+ 0.5
+ 0
+ 0
+
+
+ label_item
+
+
+
+
+ 2
+ True
+ True
+
+
+
+
+
+ True
+ 0
+ 0.5
+ GTK_SHADOW_ETCHED_IN
+
+
+
+ True
+ 14
+ 3
+ False
+ 0
+ 2
+
+
+
+ True
+ Death Date
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0.5
+ 5
+ 0
+
+
+ 0
+ 1
+ 7
+ 8
+ fill
+
+
+
+
+
+
+ True
+ Mother
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0.5
+ 5
+ 0
+
+
+ 0
+ 1
+ 11
+ 12
+ fill
+
+
+
+
+
+
+ True
+ Birth Place
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0.5
+ 5
+ 0
+
+
+ 0
+ 1
+ 5
+ 6
+ fill
+
+
+
+
+
+
+ True
+ Birth Date
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0.5
+ 5
+ 0
+
+
+ 0
+ 1
+ 4
+ 5
+ fill
+
+
+
+
+
+
+ True
+ Death Place
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0.5
+ 5
+ 0
+
+
+ 0
+ 1
+ 8
+ 9
+ fill
+
+
+
+
+
+
+ True
+ True
+ False
+ True
+ 0
+
+ True
+ *
+ False
+
+
+ 1
+ 2
+ 0
+ 1
+
+
+
+
+
+
+ True
+ True
+ False
+ True
+ 0
+
+ True
+ *
+ False
+
+
+ 1
+ 2
+ 4
+ 5
+
+
+
+
+
+
+ True
+ True
+ False
+ True
+ 0
+
+ True
+ *
+ False
+
+
+ 1
+ 2
+ 5
+ 6
+
+
+
+
+
+
+ True
+ True
+ False
+ True
+ 0
+
+ True
+ *
+ False
+
+
+ 1
+ 2
+ 7
+ 8
+
+
+
+
+
+
+ True
+ True
+ False
+ True
+ 0
+
+ True
+ *
+ False
+
+
+ 1
+ 2
+ 8
+ 9
+
+
+
+
+
+
+ True
+ True
+ False
+ True
+ 0
+
+ True
+ *
+ False
+
+
+ 1
+ 2
+ 10
+ 11
+
+
+
+
+
+
+ True
+ True
+ False
+ True
+ 0
+
+ True
+ *
+ False
+
+
+ 1
+ 2
+ 11
+ 12
+
+
+
+
+
+
+ True
+ Spouses
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0
+ 5
+ 0
+
+
+ 0
+ 1
+ 13
+ 14
+ fill
+
+
+
+
+
+ True
+ Father
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0.5
+ 5
+ 0
+
+
+ 0
+ 1
+ 10
+ 11
+ fill
+
+
+
+
+
+
+ True
+
+
+ 0
+ 3
+ 9
+ 10
+ 5
+ fill
+ fill
+
+
+
+
+
+ True
+
+
+ 0
+ 3
+ 12
+ 13
+ 5
+ fill
+ fill
+
+
+
+
+
+ True
+ GTK_POLICY_NEVER
+ GTK_POLICY_AUTOMATIC
+ GTK_SHADOW_IN
+ GTK_CORNER_TOP_LEFT
+
+
+
+ True
+ True
+ True
+ False
+ False
+ True
+
+
+
+
+ 1
+ 3
+ 13
+ 14
+ fill
+ fill
+
+
+
+
+
+ True
+
+
+ 0
+ 3
+ 3
+ 4
+ fill
+
+
+
+
+
+ True
+
+
+ 0
+ 3
+ 6
+ 7
+ fill
+
+
+
+
+
+ True
+ True
+
+ True
+ GTK_RELIEF_NORMAL
+ False
+ False
+ True
+ bname1
+
+
+ 2
+ 3
+ 4
+ 6
+ shrink
+
+
+
+
+
+
+ True
+ True
+
+ True
+ GTK_RELIEF_NORMAL
+ False
+ False
+ True
+ bname1
+
+
+ 2
+ 3
+ 7
+ 9
+ shrink
+
+
+
+
+
+
+ True
+ True
+
+ True
+ GTK_RELIEF_NORMAL
+ False
+ False
+ True
+ bname1
+
+
+ 2
+ 3
+ 10
+ 12
+ shrink
+
+
+
+
+
+
+ True
+ Name
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0.5
+ 5
+ 0
+
+
+ 0
+ 1
+ 0
+ 1
+ fill
+
+
+
+
+
+
+ True
+ ID
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 1
+ 0.5
+ 5
+ 0
+
+
+ 0
+ 1
+ 2
+ 3
+ fill
+
+
+
+
+
+
+ True
+ True
+ False
+ True
+ 0
+
+ True
+ *
+ False
+
+
+ 1
+ 2
+ 2
+ 3
+
+
+
+
+
+
+ True
+ True
+
+ True
+ GTK_RELIEF_NORMAL
+ False
+ False
+ True
+ bname1
+
+
+ 2
+ 3
+ 0
+ 1
+ shrink
+
+
+
+
+
+
+ True
+ True
+
+ True
+ GTK_RELIEF_NORMAL
+ False
+ False
+ True
+ bname1
+
+
+ 2
+ 3
+ 2
+ 3
+ fill
+
+
+
+
+
+
+ True
+
+
+ 0
+ 3
+ 1
+ 2
+ fill
+
+
+
+
+
+
+
+ True
+ Second Person
+ False
+ False
+ GTK_JUSTIFY_LEFT
+ False
+ False
+ 0.5
+ 0.5
+ 0
+ 0
+
+
+ label_item
+
+
+
+
+ 2
+ True
+ True
+
+
+
+
+ 0
+ True
+ True
+
+
+
+
+
+ True
+ False
+ 0
+
+
+
+ True
+
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 0.5
+ 0.5
+ 0
+ 0
+
+
+ 0
+ True
+ True
+
+
+
+
+
+ True
+ False
+ 0
+
+
+
+ True
+ True
+ Keep other name as an alternate name
+ True
+ GTK_RELIEF_NORMAL
+ False
+ False
+ True
+
+
+ 0
+ False
+ False
+
+
+
+
+
+ True
+ True
+ Keep other birth event as an alternate birth event
+ True
+ GTK_RELIEF_NORMAL
+ False
+ False
+ True
+
+
+ 0
+ False
+ False
+
+
+
+
+
+ True
+ True
+ Keep other death event as an alternate death event
+ True
+ GTK_RELIEF_NORMAL
+ False
+ False
+ True
+
+
+ 0
+ False
+ False
+
+
+
+
+ 0
+ False
+ False
+
+
+
+
+
+ True
+
+ False
+ False
+ GTK_JUSTIFY_CENTER
+ False
+ False
+ 0.5
+ 0.5
+ 0
+ 0
+
+
+ 0
+ True
+ True
+
+
+
+
+ 3
+ False
+ True
+
+
+
+
+ 0
+ True
+ True
+
+
+
+
+
+
diff --git a/src/places.glade b/src/places.glade
index b9cf0b4c7..8f01f23d8 100644
--- a/src/places.glade
+++ b/src/places.glade
@@ -14,6 +14,7 @@
450
True
False
+ gramps.png
True
diff --git a/src/plugins.glade b/src/plugins.glade
index 2e3ad5e93..3d8947f2c 100644
--- a/src/plugins.glade
+++ b/src/plugins.glade
@@ -13,6 +13,7 @@
350
True
False
+ gramps.png
True
@@ -292,7 +293,7 @@
False
True
False
- gramps.xpm
+ gramps.png
True
diff --git a/src/po/template.po b/src/po/template.po
index af24d394a..17e6fe593 100644
--- a/src/po/template.po
+++ b/src/po/template.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: Mon Aug 5 07:44:19 2002\n"
+"POT-Creation-Date: Sun Jan 19 20:28:56 2003\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -15,798 +15,446 @@ msgstr ""
"Generated-By: pygettext.py 1.4\n"
-#: AddMedia.py:105
+#: AddMedia.py:103
msgid "%s is not a valid file name or does not exist."
msgstr ""
-#: AddSpouse.py:95 AddSpouse.py:260
-msgid "Choose Spouse/Partner of %s"
-msgstr ""
-
-#: AddSpouse.py:108 AddSpouse.py:271 const.py:399 const.py:407
-#: plugins/FamilyGroup.py:289 plugins/FamilyGroup.py:291
-msgid "Married"
-msgstr ""
-
-#: AddSpouse.py:201 AddSpouse.py:337 const.py:401 const.py:409
-msgid "Partners"
-msgstr ""
-
-#: AddrEdit.py:80
-msgid "Address Editor for %s"
-msgstr ""
-
-#: AttrEdit.py:90
-msgid "Attribute Editor for %s"
-msgstr ""
-
-#: Bookmarks.py:93 Bookmarks.py:98
-msgid "Edit Bookmarks"
-msgstr ""
-
-#: Bookmarks.py:110
-msgid "Up"
-msgstr ""
-
-#: Bookmarks.py:111
-msgid "Down"
-msgstr ""
-
-#: Bookmarks.py:112 EditPerson.glade:2162 EditPerson.glade:2936
-#: EditPerson.glade:3449 EditPerson.glade:4352 EditPerson.glade:4954
-#: dialog.glade:733 dialog.glade:1311 dialog.glade:2491 dialog.glade:3499
-#: gramps.glade:1758 gramps.glade:2254 imagesel.glade:1285 imagesel.glade:2286
-#: marriage.glade:1016 marriage.glade:1505 places.glade:1216 places.glade:1721
-#: rule.glade:456 rule.glade:854 srcsel.glade:972 styles.glade:247
-msgid "Delete"
-msgstr ""
-
-#: ChooseParents.py:123 ChooseParents.py:124 EditPerson.glade:161
-#: SelectChild.py:101 SelectChild.py:102 SelectChild.py:276 SelectChild.py:277
-#: const.py:122 gramps.glade:5294 gramps.glade:5314 gramps.glade:5553
-#: gramps.glade:5573 gramps.glade:5969 gramps.glade:5990 gramps.glade:6034
-#: gramps.glade:6064 gramps.glade:7011 gramps.glade:7041 gramps.glade:7058
-#: gramps.glade:7088 plugins/EventCmp.py:286 plugins/FamilyGroup.py:139
-#: plugins/GraphViz.py:323 plugins/GraphViz.py:333
-msgid "Birth"
-msgstr ""
-
-#: ChooseParents.py:143
-msgid "Choose the Parents of %s"
-msgstr ""
-
-#: ChooseParents.py:212 ChooseParents.py:213 gramps_main.py:1461
-#: gramps_main.py:1462
-msgid "Parent"
-msgstr ""
-
-#: ChooseParents.py:215 gramps.glade:1900 gramps.glade:5325
-#: gramps_main.py:1465 mergedata.glade:518 mergedata.glade:1180
-#: plugins/FamilyGroup.py:198 plugins/IndivComplete.py:198
-#: plugins/IndivComplete.py:200 plugins/IndivComplete.py:411
-#: plugins/IndivSummary.py:283 plugins/WebPage.py:263 plugins/WebPage.py:266
-msgid "Mother"
-msgstr ""
-
-#: ChooseParents.py:216 gramps.glade:1809 gramps.glade:5065
-#: gramps_main.py:1464 mergedata.glade:766 mergedata.glade:1478
-#: plugins/FamilyGroup.py:185 plugins/IndivComplete.py:190
-#: plugins/IndivComplete.py:192 plugins/IndivComplete.py:406
-#: plugins/IndivSummary.py:269 plugins/WebPage.py:262 plugins/WebPage.py:265
-msgid "Father"
-msgstr ""
-
-#: Date.py:88
-msgid "April"
-msgstr ""
-
-#: Date.py:88
-msgid "February"
-msgstr ""
-
-#: Date.py:88
-msgid "January"
-msgstr ""
-
-#: Date.py:88
-msgid "March"
-msgstr ""
-
-#: Date.py:89
-msgid "August"
-msgstr ""
-
-#: Date.py:89
-msgid "July"
-msgstr ""
-
-#: Date.py:89
-msgid "June"
-msgstr ""
-
-#: Date.py:89
-msgid "May"
-msgstr ""
-
-#: Date.py:90
-msgid "December"
-msgstr ""
-
-#: Date.py:90
-msgid "November"
-msgstr ""
-
-#: Date.py:90
-msgid "October"
-msgstr ""
-
-#: Date.py:90
-msgid "September"
-msgstr ""
-
-#: Date.py:119
-msgid "(from|between|bet|bet.)"
-msgstr ""
-
-#: Date.py:120
-msgid "(and|to|-)"
-msgstr ""
-
-#: Date.py:261 Date.py:287 Date.py:300
-msgid "from"
-msgstr ""
-
-#: Date.py:261 Date.py:287 Date.py:300 plugins/changetype.glade:152
-msgid "to"
-msgstr ""
-
-#: Date.py:270 EventEdit.py:141 dialog.glade:409 dialog.glade:2215
-msgid "Julian"
-msgstr ""
-
-#: Date.py:272 EventEdit.py:141 dialog.glade:409 dialog.glade:2215
-msgid "Hebrew"
-msgstr ""
-
-#: Date.py:274 dialog.glade:409 dialog.glade:2215
-msgid "French"
-msgstr ""
-
-#: Date.py:355 Date.py:373 Date.py:534 Date.py:767
-msgid "about"
-msgstr ""
-
-#: Date.py:355 Date.py:563
-msgid "abt"
-msgstr ""
-
-#: Date.py:356
-msgid "abt."
-msgstr ""
-
-#: Date.py:356
-msgid "est"
-msgstr ""
-
-#: Date.py:357
-msgid "est."
-msgstr ""
-
-#: Date.py:357 Date.py:375
-msgid "circa"
-msgstr ""
-
-#: Date.py:358 Date.py:376
-msgid "around"
-msgstr ""
-
-#: Date.py:358 Date.py:377 Date.py:536 Date.py:565 Date.py:769
-msgid "before"
-msgstr ""
-
-#: Date.py:359
-msgid "bef"
-msgstr ""
-
-#: Date.py:359
-msgid "bef."
-msgstr ""
-
-#: Date.py:360
-msgid "aft."
-msgstr ""
-
-#: Date.py:360 Date.py:378 Date.py:538 Date.py:567 Date.py:771
-msgid "after"
-msgstr ""
-
-#: Date.py:361
-msgid "aft"
-msgstr ""
-
-#: Date.py:372
-msgid "abt\\.?"
-msgstr ""
-
-#: Date.py:374
-msgid "est\\.?"
-msgstr ""
-
-#: Date.py:379
-msgid "aft\\.?"
-msgstr ""
-
-#: Date.py:380
-msgid "bef\\.?"
-msgstr ""
-
-#: Date.py:593 Date.py:621 Date.py:648 Date.py:677 Date.py:716
-msgid "ABOUT"
-msgstr ""
-
-#: Date.py:595 Date.py:623 Date.py:650 Date.py:680 Date.py:718
-msgid "BEFORE"
-msgstr ""
-
-#: Date.py:597 Date.py:625 Date.py:652 Date.py:682 Date.py:720
-msgid "AFTER"
-msgstr ""
-
-#: DbPrompter.py:100 gramps_main.py:788 gramps_main.py:1164
-#: gramps_main.py:1176
-msgid "No Comment Provided"
-msgstr ""
-
-#: DisplayTrace.py:57
-msgid ""
-"GRAMPS has encountered an internal error.\n"
-"Please copy the message below and post a bug report at http://sourceforge.net/projects/gramps or send an email message to gramps-users@lists.sourceforge.net\n"
-"\n"
-msgstr ""
-
-#: DisplayTrace.py:67
-msgid "Internal Error - GRAMPS"
-msgstr ""
-
-#: EditPerson.glade:27
-msgid "Edit Person - GRAMPS"
-msgstr ""
-
-#: EditPerson.glade:69
-msgid "Accept changes and close dialog"
-msgstr ""
-
-#: EditPerson.glade:100
-msgid "New Person"
-msgstr ""
-
-#: EditPerson.glade:117
-msgid "Select information source"
-msgstr ""
-
-#: EditPerson.glade:243 EditPerson.glade:539 EditPerson.glade:2234
-#: EditPerson.glade:2838 EditPerson.glade:3589 EditPerson.glade:4254
-#: EditPerson.glade:5006 EditPerson.glade:5278 EditPerson.glade:5550
-#: GenericFilter.py:274 GenericFilter.py:312 GenericFilter.py:401
-#: GenericFilter.py:433 dialog.glade:180 dialog.glade:1886 filters/After.py:56
-#: filters/Before.py:56 marriage.glade:349 marriage.glade:921
-#: marriage.glade:1920 revision.glade:351 srcsel.glade:507
-msgid "Date"
-msgstr ""
-
-#: EditPerson.glade:269 EditPerson.glade:513 EditPerson.glade:2260
-#: EditPerson.glade:2851 EditPerson.glade:5058 EditPerson.glade:5330
-#: EditPerson.glade:5628 GenericFilter.py:274 GenericFilter.py:312
-#: GenericFilter.py:401 GenericFilter.py:433 ImageSelect.py:670
-#: dialog.glade:232 filters/EventPlace.py:70 marriage.glade:375
-#: marriage.glade:934 marriage.glade:1946 preferences.glade:2783
-msgid "Place"
-msgstr ""
-
-#: EditPerson.glade:320
-msgid "Invoke birth event editor"
-msgstr ""
-
-#: EditPerson.glade:328 EditPerson.glade:574 EditPerson.glade:2145
-#: EditPerson.glade:2919 EditPerson.glade:3432 EditPerson.glade:4335
-#: EditPerson.glade:4937 dialog.glade:718 dialog.glade:1296 dialog.glade:2476
-#: dialog.glade:3484 imagesel.glade:1269 imagesel.glade:2270
-#: marriage.glade:1000 marriage.glade:1489 rule.glade:441 rule.glade:838
-#: srcsel.glade:957 styles.glade:232
-msgid "Edit"
-msgstr ""
-
-#: EditPerson.glade:407 plugins/EventCmp.py:286 plugins/FamilyGroup.py:157
-msgid "Death"
-msgstr ""
-
-#: EditPerson.glade:566
-msgid "Invoke death event editor"
-msgstr ""
-
-#: EditPerson.glade:653 gramps.glade:1104 gramps.glade:2536 gramps.glade:7228
-#: gramps.glade:7434 plugins/IndivComplete.py:382 plugins/IndivSummary.py:236
-#: plugins/WebPage.py:256 plugins/WebPage.py:258
-msgid "Gender"
-msgstr ""
-
-#: EditPerson.glade:681 const.py:111 gramps.glade:7121 gramps.glade:7507
-msgid "male"
-msgstr ""
-
-#: EditPerson.glade:696 const.py:112 gramps.glade:7141 gramps.glade:7522
-msgid "female"
-msgstr ""
-
-#: EditPerson.glade:711 EditPerson.py:431 const.py:113 gramps.glade:7161
-#: plugins/FamilyGroup.py:380 plugins/IndivComplete.py:260
-#: plugins/IndivSummary.py:161 plugins/WebPage.py:522
-msgid "unknown"
-msgstr ""
-
-#: EditPerson.glade:727
-msgid "Preferred Name"
-msgstr ""
-
-#: EditPerson.glade:757 EditPerson.glade:1436 GenericFilter.py:511
-#: dialog.glade:2953 gramps.glade:7176 gramps.glade:7537
-msgid "Given Name"
-msgstr ""
-
-#: EditPerson.glade:783 EditPerson.glade:1462 GenericFilter.py:511
-#: dialog.glade:3005
-msgid "Suffix"
-msgstr ""
-
-#: EditPerson.glade:809 EditPerson.glade:1618 GenericFilter.py:511
-#: dialog.glade:639 dialog.glade:1217 dialog.glade:2397 dialog.glade:3186
-#: dialog.glade:3405 gramps.glade:2831 gramps.glade:4040 gramps.glade:4179
-#: gramps.glade:6383 imagesel.glade:235 imagesel.glade:792 imagesel.glade:1765
-#: imagesel.glade:2383 places.glade:168 srcsel.glade:208 srcsel.glade:878
-msgid "Title"
-msgstr ""
-
-#: EditPerson.glade:835
-msgid "Nick Name"
-msgstr ""
-
-#: EditPerson.glade:861 EditPerson.glade:1410 GenericFilter.py:511
-#: dialog.glade:2979 filters/MatchSndEx.py:45 gramps.glade:7202
-#: gramps.glade:7408
-msgid "Surname"
-msgstr ""
-
-#: EditPerson.glade:996
-msgid "Select source for this name information"
-msgstr ""
-
-#: EditPerson.glade:1004 ImageSelect.py:663 Utils.py:194 Utils.py:196
-#: places.glade:350 preferences.glade:2809
-msgid "Source"
-msgstr ""
-
-#: EditPerson.glade:1049
-msgid "Enter/modify notes regarding this name"
-msgstr ""
-
-#: EditPerson.glade:1057 EditPerson.glade:5185 EditPerson.glade:5480
-#: EditPerson.glade:5778 Utils.py:189 dialog.glade:775 dialog.glade:1353
-#: dialog.glade:2533 dialog.glade:3541 gramps.glade:6566 marriage.glade:1873
-#: places.glade:1256
-msgid "Note"
-msgstr ""
-
-#: EditPerson.glade:1078 EditPerson.glade:1644 EditPerson.glade:2077
-#: dialog.glade:3122 gramps.glade:3962 gramps.glade:4291 imagesel.glade:2357
-msgid "Type"
-msgstr ""
-
-#: EditPerson.glade:1143
-msgid "Image"
-msgstr ""
-
-#: EditPerson.glade:1170
-msgid "Identification"
-msgstr ""
-
-#: EditPerson.glade:1226 marriage.glade:230
-msgid "GRAMPS ID"
-msgstr ""
-
-#: EditPerson.glade:1359 GrampsCfg.py:95 GrampsCfg.py:101 dialog.glade:495
-#: dialog.glade:1073 dialog.glade:2253 dialog.glade:3261 gramps.glade:6536
-#: imagesel.glade:1882 places.glade:649 plugins/verify.glade:165
-msgid "General"
-msgstr ""
-
-#: EditPerson.glade:1389
-msgid "No Alternate Names"
-msgstr ""
-
-#: EditPerson.glade:1696 EditPerson.glade:2468 EditPerson.glade:3087
-#: EditPerson.glade:4005 marriage.glade:427 marriage.glade:1103
-msgid "Primary Source"
-msgstr ""
-
-#: EditPerson.glade:1852 EditPerson.glade:2624 EditPerson.glade:3139
-#: EditPerson.glade:4083 marriage.glade:765 marriage.glade:1233
-#: srcsel.glade:585
-msgid "Confidence"
-msgstr ""
-
-#: EditPerson.glade:2064 config.glade:130 gramps.glade:966 gramps.glade:2422
-#: gramps.glade:4719 gramps.glade:5132 gramps.glade:5391 gramps.glade:5839
-#: mergedata.glade:544 mergedata.glade:1699 plugins/IndivComplete.py:371
-#: plugins/IndivSummary.py:222 plugins/WebPage.py:246
-#: plugins/relcalc.glade:157 plugins/soundex.glade:143 preferences.glade:1763
-#: rule.glade:140 rule.glade:772
+#: AddSpouse.py:85 ChooseParents.py:55 EditPerson.py:200 FamilyView.py:139
+#: SelectChild.py:107 gramps_main.py:91 plugins/FilterEditor.py:123
+#: plugins/IndivComplete.py:368 plugins/IndivSummary.py:209
+#: plugins/RelCalc.py:322 plugins/WebPage.py:274
msgid "Name"
msgstr ""
-#: EditPerson.glade:2090 EditPerson.glade:2864 EditPerson.glade:3377
-#: EditPerson.glade:4280 gramps.glade:2644 gramps.glade:3806 gramps.glade:4385
-#: imagesel.glade:985 imagesel.glade:1215 imagesel.glade:1985
-#: imagesel.glade:2216 marriage.glade:947 marriage.glade:1435
-msgid "Details"
+#: AddSpouse.py:85 ChooseParents.py:55 FamilyView.py:139 GenericFilter.py:133
+#: GenericFilter.py:166 GenericFilter.py:193 GenericFilter.py:229
+#: GenericFilter.py:256 ImageSelect.py:807 MediaView.py:59 PlaceView.py:48
+#: SelectChild.py:107 SourceView.py:54 Sources.py:70 Sources.py:140
+#: gramps_main.py:91 plugins/RelCalc.py:322
+msgid "ID"
msgstr ""
-#: EditPerson.glade:2119
-msgid "Create an alternate name for this person"
+#: AddSpouse.py:85 ChooseParents.py:55 FamilyView.py:140 SelectChild.py:107
+#: gramps_main.py:92
+msgid "Birth Date"
msgstr ""
-#: EditPerson.glade:2128 EditPerson.glade:2902 EditPerson.glade:3415
-#: EditPerson.glade:4318 EditPerson.glade:4920 dialog.glade:703
-#: dialog.glade:1281 dialog.glade:2461 dialog.glade:3469 gramps.glade:1730
-#: imagesel.glade:1253 imagesel.glade:2254 marriage.glade:984
-#: marriage.glade:1473 places.glade:1186 places.glade:1691 rule.glade:426
-#: rule.glade:822 srcsel.glade:942 styles.glade:217
-msgid "Add"
+#: AddSpouse.py:95
+msgid "Choose Spouse/Partner of %s"
msgstr ""
-#: EditPerson.glade:2136
-msgid "Modify the selected name"
+#: AddSpouse.py:105 const.py:408 const.py:416 plugins/FamilyGroup.py:297
+#: plugins/FamilyGroup.py:299
+msgid "Married"
msgstr ""
-#: EditPerson.glade:2153
-msgid "Delete selected name"
+#: AddSpouse.py:201 const.py:410 const.py:418
+msgid "Partners"
msgstr ""
-#: EditPerson.glade:2172
-msgid "Names"
+#: AddrEdit.py:79
+msgid "Address Editor for %s"
msgstr ""
-#: EditPerson.glade:2213 marriage.glade:328
-msgid "No Events"
+#: AttrEdit.py:89
+msgid "Attribute Editor for %s"
msgstr ""
-#: EditPerson.glade:2286 EditPerson.glade:2825 EditPerson.glade:4573
-#: EditPerson.glade:4882 GenericFilter.py:274 GenericFilter.py:312
-#: GenericFilter.py:401 GenericFilter.py:433 const.py:321 dialog.glade:206
-#: dialog.glade:2700 gramps.glade:6739 marriage.glade:401 places.glade:1422
-#: places.glade:1654 plugins/pafexport.glade:241
+#: Bookmarks.py:90 Bookmarks.py:94
+msgid "Edit Bookmarks"
+msgstr ""
+
+#: Calendar.py:51
+msgid "abt\\.?"
+msgstr ""
+
+#: Calendar.py:52 Calendar.py:113 Calendar.py:130
+msgid "about"
+msgstr ""
+
+#: Calendar.py:53
+msgid "est\\.?"
+msgstr ""
+
+#: Calendar.py:54 Calendar.py:115
+msgid "circa"
+msgstr ""
+
+#: Calendar.py:55 Calendar.py:116
+msgid "around"
+msgstr ""
+
+#: Calendar.py:56 Calendar.py:116 Calendar.py:131
+msgid "before"
+msgstr ""
+
+#: Calendar.py:57 Calendar.py:118 Calendar.py:132
+msgid "after"
+msgstr ""
+
+#: Calendar.py:58
+msgid "aft\\.?"
+msgstr ""
+
+#: Calendar.py:59
+msgid "bef\\.?"
+msgstr ""
+
+#: Calendar.py:99
+msgid "April"
+msgstr ""
+
+#: Calendar.py:99
+msgid "February"
+msgstr ""
+
+#: Calendar.py:99
+msgid "January"
+msgstr ""
+
+#: Calendar.py:99
+msgid "March"
+msgstr ""
+
+#: Calendar.py:100
+msgid "August"
+msgstr ""
+
+#: Calendar.py:100
+msgid "July"
+msgstr ""
+
+#: Calendar.py:100
+msgid "June"
+msgstr ""
+
+#: Calendar.py:100
+msgid "May"
+msgstr ""
+
+#: Calendar.py:101
+msgid "December"
+msgstr ""
+
+#: Calendar.py:101
+msgid "November"
+msgstr ""
+
+#: Calendar.py:101
+msgid "October"
+msgstr ""
+
+#: Calendar.py:101
+msgid "September"
+msgstr ""
+
+#: Calendar.py:113
+msgid "abt"
+msgstr ""
+
+#: Calendar.py:114
+msgid "abt."
+msgstr ""
+
+#: Calendar.py:114
+msgid "est"
+msgstr ""
+
+#: Calendar.py:115
+msgid "est."
+msgstr ""
+
+#: Calendar.py:117
+msgid "bef"
+msgstr ""
+
+#: Calendar.py:117
+msgid "bef."
+msgstr ""
+
+#: Calendar.py:118
+msgid "aft."
+msgstr ""
+
+#: Calendar.py:119
+msgid "aft"
+msgstr ""
+
+#: Calendar.py:141
+msgid "Undefined Calendar"
+msgstr ""
+
+#: ChooseParents.py:121 ChooseParents.py:122 ChooseParents.py:366
+#: ChooseParents.py:367 SelectChild.py:103 SelectChild.py:105 const.py:131
+#: plugins/EventCmp.py:288 plugins/FamilyGroup.py:147 plugins/GraphViz.py:334
+#: plugins/GraphViz.py:335
+msgid "Birth"
+msgstr ""
+
+#: ChooseParents.py:140
+msgid "Choose the Parents of %s"
+msgstr ""
+
+#: ChooseParents.py:183 ChooseParents.py:184 ChooseParents.py:386
+#: ChooseParents.py:387
+msgid "Parent"
+msgstr ""
+
+#: ChooseParents.py:186 ChooseParents.py:389 FamilyView.py:349
+#: plugins/FamilyGroup.py:206 plugins/IndivComplete.py:195
+#: plugins/IndivComplete.py:197 plugins/IndivComplete.py:408
+#: plugins/IndivSummary.py:270 plugins/WebPage.py:293 plugins/WebPage.py:296
+msgid "Mother"
+msgstr ""
+
+#: ChooseParents.py:187 ChooseParents.py:390 FamilyView.py:348
+#: plugins/FamilyGroup.py:193 plugins/IndivComplete.py:187
+#: plugins/IndivComplete.py:189 plugins/IndivComplete.py:403
+#: plugins/IndivSummary.py:256 plugins/WebPage.py:292 plugins/WebPage.py:295
+msgid "Father"
+msgstr ""
+
+#: ChooseParents.py:381
+msgid "Modify the Parents of %s"
+msgstr ""
+
+#: Date.py:76
+msgid "(from|between|bet|bet.)"
+msgstr ""
+
+#: Date.py:77
+msgid "(and|to|-)"
+msgstr ""
+
+#: Date.py:228 Date.py:241
+msgid "from %(start_date)s to %(stop_date)s"
+msgstr ""
+
+#: DbPrompter.py:99 gramps_main.py:730 gramps_main.py:983 gramps_main.py:995
+msgid "No Comment Provided"
+msgstr ""
+
+#: DisplayTrace.py:67
+msgid ""
+"GRAMPS has encountered an internal error.\n"
+"Please copy the message below and post a bug report\n"
+"at http://sourceforge.net/projects/gramps or send an\n"
+"email message to gramps-bugs@lists.sourceforge.net\n"
+"\n"
+msgstr ""
+
+#: DisplayTrace.py:92
+msgid "Internal Error - GRAMPS"
+msgstr ""
+
+#: EditPerson.py:180 EditPerson.py:206 EditPlace.py:99 GenericFilter.py:310
+#: GenericFilter.py:348 GenericFilter.py:437 GenericFilter.py:469 const.py:330
msgid "Description"
msgstr ""
-#: EditPerson.glade:2390 dialog.glade:301 marriage.glade:583
-msgid "Cause"
-msgstr ""
-
-#: EditPerson.glade:2812 filters/EventType.py:42 marriage.glade:908
+#: EditPerson.py:180 Marriage.py:138 filters/EventType.py:41
msgid "Event"
msgstr ""
-#: EditPerson.glade:2893
-msgid "Create a new event from the above data"
+#: EditPerson.py:181 EditPerson.py:194 GenericFilter.py:310
+#: GenericFilter.py:348 GenericFilter.py:437 GenericFilter.py:469
+#: Marriage.py:138 filters/After.py:55 filters/Before.py:55
+msgid "Date"
msgstr ""
-#: EditPerson.glade:2910
-msgid "Update the selected event with the above data"
+#: EditPerson.py:181 GenericFilter.py:310 GenericFilter.py:348
+#: GenericFilter.py:437 GenericFilter.py:469 ImageSelect.py:828
+#: Marriage.py:138 filters/EventPlace.py:69
+msgid "Place"
msgstr ""
-#: EditPerson.glade:2927
-msgid "Delete the selected event"
-msgstr ""
-
-#: EditPerson.glade:2947 marriage.glade:1026
-msgid "Events"
-msgstr ""
-
-#: EditPerson.glade:2988 imagesel.glade:912 imagesel.glade:1912
-#: marriage.glade:1056
-msgid "No Attributes"
-msgstr ""
-
-#: EditPerson.glade:3009 EditPerson.glade:3364 GenericFilter.py:465
-#: GenericFilter.py:486 dialog.glade:955 imagesel.glade:933
-#: imagesel.glade:1202 imagesel.glade:1933 imagesel.glade:2203
-#: marriage.glade:1077 marriage.glade:1422
+#: EditPerson.py:188 GenericFilter.py:501 GenericFilter.py:522
+#: ImageSelect.py:592 ImageSelect.py:724 ImageSelect.py:807 Marriage.py:139
+#: plugins/FilterEditor.py:123
msgid "Value"
msgstr ""
-#: EditPerson.glade:3351 dialog.glade:929 imagesel.glade:1189
-#: imagesel.glade:2190 marriage.glade:1409
+#: EditPerson.py:188 ImageSelect.py:592 ImageSelect.py:724 Marriage.py:139
msgid "Attribute"
msgstr ""
-#: EditPerson.glade:3406
-msgid "Create a new attribute from the above data"
-msgstr ""
-
-#: EditPerson.glade:3423
-msgid "Update the selected attribute with the above data"
-msgstr ""
-
-#: EditPerson.glade:3440 imagesel.glade:1276 imagesel.glade:2277
-#: marriage.glade:1496
-msgid "Delete the selected attribute"
-msgstr ""
-
-#: EditPerson.glade:3460 imagesel.glade:1295 imagesel.glade:2296
-#: marriage.glade:1515
-msgid "Attributes"
-msgstr ""
-
-#: EditPerson.glade:3490
-msgid "No Addresses"
-msgstr ""
-
-#: EditPerson.glade:3511 config.glade:234 dialog.glade:1546 dialog.glade:2038
-#: gramps.glade:3477 places.glade:272 places.glade:793 places.glade:1149
-#: preferences.glade:1867
-msgid "Country"
-msgstr ""
-
-#: EditPerson.glade:3537 dialog.glade:1962
-msgid "City/County"
-msgstr ""
-
-#: EditPerson.glade:3563 config.glade:156 dialog.glade:1912
-#: preferences.glade:1789
+#: EditPerson.py:194
msgid "Address"
msgstr ""
-#: EditPerson.glade:3615 config.glade:208 dialog.glade:2012
-#: preferences.glade:1841
-msgid "State/Province"
+#: EditPerson.py:200 ImageSelect.py:807 MediaView.py:59
+msgid "Type"
msgstr ""
-#: EditPerson.glade:3641 config.glade:286 dialog.glade:2064
-#: preferences.glade:1893
-msgid "ZIP/Postal Code"
+#: EditPerson.py:206 EditPlace.py:99
+msgid "Path"
msgstr ""
-#: EditPerson.glade:4267
-msgid "Location"
-msgstr ""
-
-#: EditPerson.glade:4309
-msgid "Create a new address from the above data"
-msgstr ""
-
-#: EditPerson.glade:4326
-msgid "Update the selected address with the above data"
-msgstr ""
-
-#: EditPerson.glade:4343
-msgid "Delete the selected address"
-msgstr ""
-
-#: EditPerson.glade:4363
-msgid "Addresses"
-msgstr ""
-
-#: EditPerson.glade:4383
-msgid "Enter miscellaneous relevant data and documentation"
-msgstr ""
-
-#: EditPerson.glade:4394 imagesel.glade:882 imagesel.glade:2326
-#: marriage.glade:1546 plugins/IndivComplete.py:150 plugins/WebPage.py:438
-msgid "Notes"
-msgstr ""
-
-#: EditPerson.glade:4471 gramps.glade:6642 marriage.glade:1624
-msgid "Place new media object in this gallery"
-msgstr ""
-
-#: EditPerson.glade:4480 gramps.glade:4434 gramps.glade:6651
-#: marriage.glade:1633 places.glade:1340
-msgid "Add Media Object"
-msgstr ""
-
-#: EditPerson.glade:4487 gramps.glade:6658 marriage.glade:1640
-msgid "Remove selected object from this gallery only"
-msgstr ""
-
-#: EditPerson.glade:4496 gramps.glade:4463 gramps.glade:6667
-#: marriage.glade:1649 places.glade:1355
-msgid "Delete Media Object"
-msgstr ""
-
-#: EditPerson.glade:4503 gramps.glade:6674 marriage.glade:1656
-msgid "Modify selected object"
-msgstr ""
-
-#: EditPerson.glade:4512 gramps.glade:6683 marriage.glade:1665
-#: places.glade:1370
-msgid "Edit Properties"
-msgstr ""
-
-#: EditPerson.glade:4522 gramps.glade:6695 marriage.glade:1675
-#: places.glade:1382 plugins/WebPage.py:325
-msgid "Gallery"
-msgstr ""
-
-#: EditPerson.glade:4552 places.glade:1401
-msgid "Internet Addresses"
-msgstr ""
-
-#: EditPerson.glade:4599 EditPerson.glade:4869 dialog.glade:2674
-#: places.glade:1448 places.glade:1641
-msgid "Web Address"
-msgstr ""
-
-#: EditPerson.glade:4688
-msgid "Go to this web page"
-msgstr ""
-
-#: EditPerson.glade:4696 places.glade:1544
-msgid "Go"
-msgstr ""
-
-#: EditPerson.glade:4911
-msgid "Add an internet reference about this person"
-msgstr ""
-
-#: EditPerson.glade:4928
-msgid "Modify selected reference"
-msgstr ""
-
-#: EditPerson.glade:4945
-msgid "Delete selected reference"
-msgstr ""
-
-#: EditPerson.glade:4964 places.glade:1731
-msgid "Internet"
-msgstr ""
-
-#: EditPerson.glade:4984
-msgid "LDS Baptism"
-msgstr ""
-
-#: EditPerson.glade:5032 EditPerson.glade:5304 EditPerson.glade:5576
-#: marriage.glade:1894
-msgid "Temple"
-msgstr ""
-
-#: EditPerson.glade:5157 EditPerson.glade:5452 EditPerson.glade:5750
-#: dialog.glade:743 dialog.glade:1321 dialog.glade:2501 dialog.glade:3509
-#: gramps.glade:655 gramps.glade:3071 marriage.glade:1846
-#: plugins/IndivComplete.py:300 plugins/WebPage.py:178
-#: plugins/gedcomexport.glade:437 plugins/pkgexport.glade:266
-msgid "Sources"
-msgstr ""
-
-#: EditPerson.glade:5256
-msgid "Endowment"
-msgstr ""
-
-#: EditPerson.glade:5528
-msgid "Sealed to Parents"
-msgstr ""
-
-#: EditPerson.glade:5602 gramps.glade:1770
-msgid "Parents"
-msgstr ""
-
-#: EditPerson.glade:5851 marriage.glade:1976
-msgid "LDS"
-msgstr ""
-
-#: EditPerson.py:406 GrampsCfg.py:61 const.py:126 gramps.glade:5294
-#: gramps.glade:5553 gramps.glade:5969 gramps.glade:6034 gramps.glade:7011
-#: gramps.glade:7058
+#: EditPerson.py:389 GrampsCfg.py:62 const.py:135
msgid "None"
msgstr ""
-#: EditPerson.py:423 EditSource.py:140
+#: EditPerson.py:406 EditSource.py:136
msgid "%(father)s and %(mother)s"
msgstr ""
-#: EditPerson.py:742 EditPerson.py:744 EditPerson.py:754 EditPerson.py:756
-#: Marriage.py:355 Marriage.py:358 gramps_main.py:405 gramps_main.py:409
-#: gramps_main.py:1117
+#: EditPerson.py:414 const.py:122 plugins/FamilyGroup.py:383
+#: plugins/IndivComplete.py:257 plugins/IndivSummary.py:153
+#: plugins/WebPage.py:537
+msgid "unknown"
+msgstr ""
+
+#: EditPerson.py:802 EditPerson.py:813 Marriage.py:399 gramps_main.py:497
+#: gramps_main.py:943
msgid "Abandon Changes"
msgstr ""
-#: EditPerson.py:743 EditPerson.py:755
+#: EditPerson.py:803 EditPerson.py:814
msgid "Are you sure you want to abandon your changes?"
msgstr ""
-#: EditPerson.py:746 EditPerson.py:758 Marriage.py:359
-msgid "Continue Editing"
-msgstr ""
-
-#: EditPerson.py:1085
+#: EditPerson.py:1126
msgid "Make the selected name the preferred name"
msgstr ""
-#: EditPerson.py:1146 Marriage.py:378
+#: EditPerson.py:1189 Marriage.py:421
msgid "GRAMPS ID value was not changed."
msgstr ""
-#: EditPerson.py:1147
+#: EditPerson.py:1190
msgid "%(grampsid)s is already used by %(person)s"
msgstr ""
-#: EditPerson.py:1250
+#: EditPerson.py:1298
msgid ""
"Changing the gender caused problems with marriage information.\n"
"Please check the person's marriages."
msgstr ""
-#: EditPlace.py:267 EditPlace.py:291
+#: EditPlace.py:115 PlaceView.py:50
+msgid "City"
+msgstr ""
+
+#: EditPlace.py:115 PlaceView.py:51
+msgid "County"
+msgstr ""
+
+#: EditPlace.py:116 PlaceView.py:52
+msgid "State"
+msgstr ""
+
+#: EditPlace.py:116 PlaceView.py:53
+msgid "Country"
+msgstr ""
+
+#: EditPlace.py:283 EditPlace.py:307
msgid "Internet Address Editor for %s"
msgstr ""
-#: EditPlace.py:269 EditPlace.py:293 dialog.glade:2633
+#: EditPlace.py:285 EditPlace.py:309
msgid "Internet Address Editor"
msgstr ""
-#: EditPlace.py:341 gramps.glade:608 plugins/gedcomexport.glade:489
-#: plugins/pkgexport.glade:318
+#: EditPlace.py:354
msgid "People"
msgstr ""
-#: EditPlace.py:343 EditPlace.py:352
+#: EditPlace.py:356 EditPlace.py:364
msgid ""
"%s [%s]: event %s\n"
msgstr ""
-#: EditPlace.py:350 plugins/gedcomexport.glade:463 plugins/pkgexport.glade:292
+#: EditPlace.py:362
msgid "Families"
msgstr ""
-#: EditSource.py:159
+#: EditSource.py:155
msgid "Individual Events"
msgstr ""
-#: EditSource.py:163
+#: EditSource.py:159
msgid "Individual Attributes"
msgstr ""
-#: EditSource.py:167
+#: EditSource.py:163
msgid "Individual Names"
msgstr ""
-#: EditSource.py:170
+#: EditSource.py:166
msgid "Family Events"
msgstr ""
-#: EditSource.py:174
+#: EditSource.py:170
msgid "Family Attributes"
msgstr ""
-#: EditSource.py:178 GrampsCfg.py:97 plugins/Summary.py:118
+#: EditSource.py:174 GrampsCfg.py:97 plugins/Summary.py:117
msgid "Media Objects"
msgstr ""
-#: EditSource.py:181 gramps.glade:672 gramps.glade:3658
+#: EditSource.py:177
msgid "Places"
msgstr ""
-#: EventEdit.py:141 dialog.glade:409 dialog.glade:2215
-msgid "Gregorian"
+#: FamilyView.py:139 PlaceView.py:54 PlaceView.py:55 PlaceView.py:56
+#: PlaceView.py:57 PlaceView.py:58 PlaceView.py:59
+msgid ""
+msgstr ""
+
+#: FamilyView.py:140 gramps_main.py:91 plugins/IndivComplete.py:379
+#: plugins/IndivSummary.py:223 plugins/WebPage.py:284 plugins/WebPage.py:286
+#: plugins/WebPage.py:288
+msgid "Gender"
+msgstr ""
+
+#: FamilyView.py:141
+msgid "Status"
+msgstr ""
+
+#: FamilyView.py:219
+msgid "Delete Spouse"
+msgstr ""
+
+#: FamilyView.py:220
+msgid "Do you wish to remove %s as a spouse?"
+msgstr ""
+
+#: FamilyView.py:365
+msgid ""
+"%s: %s\n"
+"\tRelationship: %s"
+msgstr ""
+
+#: FamilyView.py:367
+msgid "%s: unknown"
+msgstr ""
+
+#: FamilyView.py:404 Plugins.py:400 Plugins.py:411 const.py:136 const.py:411
+#: const.py:419 gramps_main.py:1156 plugins/WebPage.py:288
+msgid "Unknown"
+msgstr ""
+
+#: FamilyView.py:450 FamilyView.py:460
+msgid "Delete Parents"
+msgstr ""
+
+#: FamilyView.py:451 FamilyView.py:461
+msgid "Do you wish to remove the selected parents?"
+msgstr ""
+
+#: FamilyView.py:552
+msgid "Invalid move. Children must be ordered by birth date."
msgstr ""
#: Filter.py:73
msgid "All people"
msgstr ""
-#: Filter.py:73 Filter.py:80 gramps.glade:816
+#: Filter.py:73 Filter.py:80
msgid "Qualifier"
msgstr ""
-#: Filter.py:82 VersionControl.py:271
+#: Filter.py:82 VersionControl.py:270
msgid "No description"
msgstr ""
@@ -814,231 +462,249 @@ msgstr ""
msgid "Failed to load the module: %s"
msgstr ""
-#: Find.py:156
+#: Find.py:155
msgid "Find Person"
msgstr ""
-#: Find.py:181
+#: Find.py:180
msgid "Find Place"
msgstr ""
-#: Find.py:204
+#: Find.py:203
msgid "Find Source"
msgstr ""
-#: Find.py:227
+#: Find.py:226
msgid "Find Media Object"
msgstr ""
-#: GenericFilter.py:135 GenericFilter.py:168 GenericFilter.py:195
-#: GenericFilter.py:231 dialog.glade:569 dialog.glade:1147 dialog.glade:2327
-#: dialog.glade:3335 gramps.glade:1034 gramps.glade:2479 gramps.glade:2887
-#: gramps.glade:3192 gramps.glade:3988 gramps.glade:4235 gramps.glade:5865
-#: imagesel.glade:613 imagesel.glade:1507 imagesel.glade:2370
-#: mergedata.glade:1013 mergedata.glade:1725 plugins/relcalc.glade:170
-#: srcsel.glade:808
-msgid "ID"
+#: FrenchRepublic.py:69
+msgid "French Republican"
msgstr ""
-#: GenericFilter.py:274 plugins/FilterEditor.py:40
+#: GenericFilter.py:310 plugins/FilterEditor.py:37
msgid "Personal Event"
msgstr ""
-#: GenericFilter.py:312 plugins/FilterEditor.py:41
+#: GenericFilter.py:348 plugins/FilterEditor.py:38
msgid "Family Event"
msgstr ""
-#: GenericFilter.py:351
+#: GenericFilter.py:387
msgid "Number of Relationships"
msgstr ""
-#: GenericFilter.py:352 gramps.glade:4875 marriage.glade:161
-#: plugins/FilterEditor.py:44
+#: GenericFilter.py:388 plugins/FilterEditor.py:41
msgid "Relationship Type"
msgstr ""
-#: GenericFilter.py:353 const.py:363
+#: GenericFilter.py:389 const.py:372
msgid "Number of Children"
msgstr ""
-#: GenericFilter.py:465 plugins/FilterEditor.py:42
+#: GenericFilter.py:501 plugins/FilterEditor.py:39
msgid "Personal Attribute"
msgstr ""
-#: GenericFilter.py:486 plugins/FilterEditor.py:43
+#: GenericFilter.py:522 plugins/FilterEditor.py:40
msgid "Family Attribute"
msgstr ""
-#: GenericFilter.py:539
+#: GenericFilter.py:547
+msgid "Given Name"
+msgstr ""
+
+#: GenericFilter.py:547
+msgid "Suffix"
+msgstr ""
+
+#: GenericFilter.py:547 MediaView.py:59 SourceView.py:54 Sources.py:70
+#: Sources.py:140
+msgid "Title"
+msgstr ""
+
+#: GenericFilter.py:547 filters/MatchSndEx.py:44
+msgid "Surname"
+msgstr ""
+
+#: GenericFilter.py:575
msgid "Filter Name"
msgstr ""
-#: GenericFilter.py:677
+#: GenericFilter.py:716
msgid "Everyone"
msgstr ""
-#: GenericFilter.py:678
+#: GenericFilter.py:717
msgid "Has the Id"
msgstr ""
-#: GenericFilter.py:679
+#: GenericFilter.py:718
msgid "Has a name"
msgstr ""
-#: GenericFilter.py:680
+#: GenericFilter.py:719
msgid "Has the relationships"
msgstr ""
-#: GenericFilter.py:681
+#: GenericFilter.py:720
msgid "Has the death"
msgstr ""
-#: GenericFilter.py:682
+#: GenericFilter.py:721
msgid "Has the birth"
msgstr ""
-#: GenericFilter.py:683
+#: GenericFilter.py:722
msgid "Is a descendant of"
msgstr ""
-#: GenericFilter.py:684
+#: GenericFilter.py:723
msgid "Is a descendant family member of"
msgstr ""
-#: GenericFilter.py:685
+#: GenericFilter.py:724
msgid "Is an ancestor of"
msgstr ""
-#: GenericFilter.py:686
+#: GenericFilter.py:725
+msgid "Has a common ancestor with"
+msgstr ""
+
+#: GenericFilter.py:726
msgid "Is a female"
msgstr ""
-#: GenericFilter.py:687
+#: GenericFilter.py:727
msgid "Is a male"
msgstr ""
-#: GenericFilter.py:688
+#: GenericFilter.py:728
msgid "Has the personal event"
msgstr ""
-#: GenericFilter.py:689
+#: GenericFilter.py:729
msgid "Has the family event"
msgstr ""
-#: GenericFilter.py:690
+#: GenericFilter.py:730
msgid "Has the personal attribute"
msgstr ""
-#: GenericFilter.py:691
+#: GenericFilter.py:731
msgid "Has the family attribute"
msgstr ""
-#: GenericFilter.py:692
+#: GenericFilter.py:732
msgid "Matches the filter named"
msgstr ""
-#: GenericFilter.py:840
+#: GenericFilter.py:838
+msgid "class"
+msgstr ""
+
+#: GenericFilter.py:880
msgid "Local Filters"
msgstr ""
-#: GenericFilter.py:855
+#: GenericFilter.py:895
msgid "System Filters"
msgstr ""
-#: GenericFilter.py:870
+#: GenericFilter.py:910
msgid "Custom Filters"
msgstr ""
-#: GrampsCfg.py:60
+#: GrampsCfg.py:61
msgid "Father's surname"
msgstr ""
-#: GrampsCfg.py:62
+#: GrampsCfg.py:63
msgid "Combination of mother's and father's surname"
msgstr ""
-#: GrampsCfg.py:63
+#: GrampsCfg.py:64
msgid "Icelandic style"
msgstr ""
-#: GrampsCfg.py:67
+#: GrampsCfg.py:68
msgid "Month Day, Year"
msgstr ""
-#: GrampsCfg.py:68
+#: GrampsCfg.py:69
msgid "MON Day, Year"
msgstr ""
-#: GrampsCfg.py:69
+#: GrampsCfg.py:70
msgid "Day MON Year"
msgstr ""
-#: GrampsCfg.py:70
+#: GrampsCfg.py:71
msgid "MM/DD/YYYY"
msgstr ""
-#: GrampsCfg.py:71
+#: GrampsCfg.py:72
msgid "MM-DD-YYYY"
msgstr ""
-#: GrampsCfg.py:72
+#: GrampsCfg.py:73
msgid "DD/MM/YYYY"
msgstr ""
-#: GrampsCfg.py:73
+#: GrampsCfg.py:74
msgid "DD-MM-YYYY"
msgstr ""
-#: GrampsCfg.py:74
+#: GrampsCfg.py:75
msgid "MM.DD.YYYY"
msgstr ""
-#: GrampsCfg.py:75
+#: GrampsCfg.py:76
msgid "DD.MM.YYYY"
msgstr ""
-#: GrampsCfg.py:76
+#: GrampsCfg.py:77
msgid "DD. Month Year"
msgstr ""
-#: GrampsCfg.py:77
+#: GrampsCfg.py:78
msgid "YYYY/MM/DD"
msgstr ""
-#: GrampsCfg.py:78
+#: GrampsCfg.py:79
msgid "YYYY-MM-DD"
msgstr ""
-#: GrampsCfg.py:79
+#: GrampsCfg.py:80
msgid "YYYY.MM.DD"
msgstr ""
-#: GrampsCfg.py:83
+#: GrampsCfg.py:84
msgid "MM/DD/YYYY, MM.DD.YYYY, or MM-DD-YYYY"
msgstr ""
-#: GrampsCfg.py:84
+#: GrampsCfg.py:85
msgid "DD/MM/YYYY, DD.MM.YYYY, or DD-MM-YYYY"
msgstr ""
-#: GrampsCfg.py:85
+#: GrampsCfg.py:86
msgid "YYYY/MM/DD, YYYY.MM.DD, or YYYY-MM-DD"
msgstr ""
-#: GrampsCfg.py:89
+#: GrampsCfg.py:90
msgid "Firstname Surname"
msgstr ""
-#: GrampsCfg.py:90
+#: GrampsCfg.py:91
msgid "Surname, Firstname"
msgstr ""
-#: GrampsCfg.py:94 preferences.glade:310 revision.glade:140
+#: GrampsCfg.py:95
msgid "Database"
msgstr ""
-#: GrampsCfg.py:96
-msgid "Dates and Calendars"
+#: GrampsCfg.py:96 GrampsCfg.py:101
+msgid "General"
msgstr ""
#: GrampsCfg.py:98
@@ -1049,31 +715,31 @@ msgstr ""
msgid "Revision Control"
msgstr ""
-#: GrampsCfg.py:100 preferences.glade:900
+#: GrampsCfg.py:100
msgid "Display"
msgstr ""
#: GrampsCfg.py:102
-msgid "Tool and Status Bars"
+msgid "Dates and Calendars"
msgstr ""
#: GrampsCfg.py:103
-msgid "List Colors"
+msgid "Tool and Status Bars"
msgstr ""
#: GrampsCfg.py:104
msgid "Usage"
msgstr ""
-#: GrampsCfg.py:105 preferences.glade:663
+#: GrampsCfg.py:105
msgid "Find"
msgstr ""
-#: GrampsCfg.py:106 preferences.glade:2234
+#: GrampsCfg.py:106
msgid "Report Preferences"
msgstr ""
-#: GrampsCfg.py:107 config.glade:65 preferences.glade:1742
+#: GrampsCfg.py:107
msgid "Researcher Information"
msgstr ""
@@ -1081,461 +747,480 @@ msgstr ""
msgid "Data Guessing"
msgstr ""
-#: GrampsCfg.py:697 GrampsCfg.py:712
+#: GrampsCfg.py:627 GrampsCfg.py:642
msgid "No default format"
msgstr ""
-#: ImageSelect.py:140
+#: Gregorian.py:53
+msgid "Gregorian"
+msgstr ""
+
+#: Hebrew.py:89
+msgid "Hebrew"
+msgstr ""
+
+#: ImageSelect.py:143
msgid "That is not a valid file name."
msgstr ""
-#: ImageSelect.py:285 MediaView.py:293 plugins/ReadGedcom.py:864
-#: plugins/ReadGedcom.py:899 plugins/ReadGedcom.py:934
+#: ImageSelect.py:424 MediaView.py:330 plugins/ReadGedcom.py:897
+#: plugins/ReadGedcom.py:932 plugins/ReadGedcom.py:967
msgid "Could not import %s"
msgstr ""
-#: ImageSelect.py:391 MediaView.py:122
-msgid "View in the default viewer"
+#: ImageSelect.py:527
+msgid "Open in %s"
msgstr ""
-#: ImageSelect.py:395 MediaView.py:124
+#: ImageSelect.py:530 MediaView.py:171
msgid "Edit with the GIMP"
msgstr ""
-#: ImageSelect.py:397 MediaView.py:126
+#: ImageSelect.py:532 MediaView.py:173
msgid "Edit Object Properties"
msgstr ""
-#: ImageSelect.py:400 MediaView.py:129
+#: ImageSelect.py:535 MediaView.py:176
msgid "Convert to local copy"
msgstr ""
-#: ImageSelect.py:650 gramps.glade:1358 gramps.glade:1424
-#: plugins/EventCmp.py:286 preferences.glade:2731
+#: ImageSelect.py:814 plugins/EventCmp.py:288
msgid "Person"
msgstr ""
-#: ImageSelect.py:656 gramps.glade:626 gramps.glade:2722
-#: preferences.glade:2757
+#: ImageSelect.py:818
msgid "Family"
msgstr ""
-#: LocEdit.py:66
+#: ImageSelect.py:823 Utils.py:181 Utils.py:183
+msgid "Source"
+msgstr ""
+
+#: Julian.py:52
+msgid "Julian"
+msgstr ""
+
+#: LocEdit.py:59
msgid "Location Editor for %s"
msgstr ""
-#: LocEdit.py:68 dialog.glade:1453
+#: LocEdit.py:61
msgid "Location Editor"
msgstr ""
-#: Marriage.py:105 Marriage.py:502 Marriage.py:520 Utils.py:135
+#: Marriage.py:104 Marriage.py:556 Marriage.py:574 Utils.py:132
#: plugins/Check.py:161 plugins/Check.py:180
msgid "%s and %s"
msgstr ""
-#: Marriage.py:356
+#: Marriage.py:400
msgid "Data was modified. Are you sure you want to abandon your changes?"
msgstr ""
-#: MediaView.py:103
+#: MediaView.py:147
msgid "The file no longer exists"
msgstr ""
-#: MediaView.py:220 MediaView.py:223
+#: MediaView.py:169
+msgid "View in the default viewer"
+msgstr ""
+
+#: MediaView.py:259
msgid "Delete Object"
msgstr ""
-#: MediaView.py:221
+#: MediaView.py:260
msgid "This media object is currently being used. Delete anyway?"
msgstr ""
-#: MediaView.py:224
-msgid "Keep Object"
-msgstr ""
-
-#: NameEdit.py:78
+#: NameEdit.py:77
msgid "Alternate Name Editor for %s"
msgstr ""
-#: NoteEdit.py:56 NoteEdit.py:63
+#: NoteEdit.py:50 NoteEdit.py:57
msgid "Edit Note"
msgstr ""
-#: PaperMenu.py:59
+#: PaperMenu.py:83
msgid "Portrait"
msgstr ""
-#: PaperMenu.py:64
+#: PaperMenu.py:88
msgid "Landscape"
msgstr ""
-#: PedView.py:348
-msgid "Doubleclick to edit, Shift-Doubleclick to make the active person"
-msgstr ""
-
#: PedView.py:364
msgid "Double clicking will make %s the active person"
msgstr ""
-#: PlaceView.py:125
+#: PlaceView.py:47
+msgid "Place Name"
+msgstr ""
+
+#: PlaceView.py:49
+msgid "Church Parish"
+msgstr ""
+
+#: PlaceView.py:135
msgid "Exactly two places must be selected to perform a merge"
msgstr ""
-#: PlaceView.py:178
-msgid "Currently, you can only delete one place at a time"
-msgstr ""
-
-#: PlaceView.py:209 PlaceView.py:211 gramps.glade:3648
+#: PlaceView.py:190
msgid "Delete Place"
msgstr ""
-#: PlaceView.py:210
-msgid "This place is currently being used. Delete anyway?"
+#: PlaceView.py:191
+msgid ""
+"%s is currently being used.\n"
+"Delete anyway?"
msgstr ""
-#: PlaceView.py:212
-msgid "Keep Place"
-msgstr ""
-
-#: PlaceView.py:221
-msgid "You requested too many places to edit at the same time"
-msgstr ""
-
-#: Plugins.py:77
+#: Plugins.py:80
msgid "No description was provided"
msgstr ""
-#: Plugins.py:83
-msgid "Missing Libraries"
-msgstr ""
-
-#: Plugins.py:216 plugins.glade:193
+#: Plugins.py:233
msgid "Report Selection"
msgstr ""
-#: Plugins.py:232
+#: Plugins.py:249
msgid "Tool Selection"
msgstr ""
-#: Plugins.py:251
+#: Plugins.py:271
msgid "The following modules could not be loaded:"
msgstr ""
-#: Plugins.py:375 Plugins.py:386
+#: Plugins.py:397 Plugins.py:408
msgid "Uncategorized"
msgstr ""
-#: Plugins.py:378 Plugins.py:389 const.py:127 const.py:402 const.py:410
-#: gramps.glade:5294 gramps.glade:5553 gramps.glade:5969 gramps.glade:6034
-#: gramps.glade:7011 gramps.glade:7058 gramps_main.py:1351 gramps_main.py:1554
-msgid "Unknown"
+#: QuestionDialog.py:64 QuestionDialog.py:108
+msgid "Error"
msgstr ""
-#: ReadXML.py:89 ReadXML.py:92 ReadXML.py:144 ReadXML.py:148
-#: plugins/ReadGedcom.py:131 plugins/ReadGedcom.py:135
+#: QuestionDialog.py:86
+msgid "Warning"
+msgstr ""
+
+#: ReadXML.py:84 ReadXML.py:87 ReadXML.py:153 ReadXML.py:157
+#: plugins/ReadGedcom.py:132 plugins/ReadGedcom.py:136
+#: plugins/ReadGedcom.py:144
msgid ""
"%s could not be opened\n"
msgstr ""
-#: ReadXML.py:98 ReadXML.py:154 ReadXML.py:160 ReadXML.py:188
+#: ReadXML.py:93 ReadXML.py:98 ReadXML.py:163 ReadXML.py:169 ReadXML.py:197
msgid "Error reading %s"
msgstr ""
-#: ReadXML.py:183
+#: ReadXML.py:99
+msgid "The file is probably either corrupt or not a valid GRAMPS database."
+msgstr ""
+
+#: ReadXML.py:103
+msgid ""
+"Your database has encountered an error in the library that compresses the data.\n"
+"Your data should be okay, but you may want to consider disabling compression.\n"
+"This can be disabled in the Properties dialog."
+msgstr ""
+
+#: ReadXML.py:192
msgid "%s (revision %s)"
msgstr ""
-#: RelImage.py:58
+#: RelImage.py:56
msgid ""
"Could not import %s\n"
"The file has been moved or deleted"
msgstr ""
-#: RelImage.py:74 RelImage.py:77 RelImage.py:142 RelImage.py:145
-#: gramps_main.py:809 gramps_main.py:813 gramps_main.py:821
-#: plugins/WriteGedcom.py:428 plugins/WriteGedcom.py:433
+#: RelImage.py:72 RelImage.py:75 RelImage.py:137 RelImage.py:140
+#: gramps_main.py:751 gramps_main.py:755 gramps_main.py:763
+#: plugins/AncestorChart.py:112 plugins/DesGraph.py:209
+#: plugins/DesGraph.py:218 plugins/WriteGedcom.py:473
+#: plugins/WriteGedcom.py:478
msgid "Could not create %s"
msgstr ""
-#: RelImage.py:84
+#: RelImage.py:82
msgid "Error creating the thumbnail : %s"
msgstr ""
-#: RelImage.py:90 docgen/OpenOfficeDoc.py:508
+#: RelImage.py:88
msgid "Error copying %s"
msgstr ""
-#: RelImage.py:112 RelImage.py:122
+#: RelImage.py:108 RelImage.py:119
msgid "Could not load image file %s"
msgstr ""
-#: RelImage.py:152
+#: RelImage.py:147
msgid "Could not replace %s"
msgstr ""
-#: RelImage.py:157
+#: RelImage.py:152
msgid ""
"Could not create a thumbnail for %s\n"
"The file has been moved or deleted"
msgstr ""
-#: RelImage.py:165
+#: RelImage.py:160
msgid "Could not create a thumbnail for %s"
msgstr ""
-#: Report.py:76
+#: Report.py:74
msgid "Default Template"
msgstr ""
-#: Report.py:77
+#: Report.py:75
msgid "User Defined Template"
msgstr ""
-#: Report.py:92
+#: Report.py:109
msgid "First"
msgstr ""
-#: Report.py:93
+#: Report.py:110
msgid "Second"
msgstr ""
-#: Report.py:94
+#: Report.py:111
msgid "Third"
msgstr ""
-#: Report.py:95
+#: Report.py:112
msgid "Fourth"
msgstr ""
-#: Report.py:96
+#: Report.py:113
msgid "Fifth"
msgstr ""
-#: Report.py:97
+#: Report.py:114
msgid "Sixth"
msgstr ""
-#: Report.py:98
+#: Report.py:115
msgid "Seventh"
msgstr ""
-#: Report.py:99
+#: Report.py:116
msgid "Eighth"
msgstr ""
-#: Report.py:100
+#: Report.py:117
msgid "Ninth"
msgstr ""
-#: Report.py:101
+#: Report.py:118
msgid "Tenth"
msgstr ""
-#: Report.py:102
+#: Report.py:119
msgid "Eleventh"
msgstr ""
-#: Report.py:103
+#: Report.py:120
msgid "Twelfth"
msgstr ""
-#: Report.py:104
+#: Report.py:121
msgid "Thirteenth"
msgstr ""
-#: Report.py:105
+#: Report.py:122
msgid "Fourteenth"
msgstr ""
-#: Report.py:106
+#: Report.py:123
msgid "Fifteenth"
msgstr ""
-#: Report.py:107
+#: Report.py:124
msgid "Sixteenth"
msgstr ""
-#: Report.py:108
+#: Report.py:125
msgid "Seventeenth"
msgstr ""
-#: Report.py:109
+#: Report.py:126
msgid "Eighteenth"
msgstr ""
-#: Report.py:110
+#: Report.py:127
msgid "Nineteenth"
msgstr ""
-#: Report.py:111
+#: Report.py:128
msgid "Twentieth"
msgstr ""
-#: Report.py:112
+#: Report.py:129
msgid "Twenty-first"
msgstr ""
-#: Report.py:113
+#: Report.py:130
msgid "Twenty-second"
msgstr ""
-#: Report.py:114
+#: Report.py:131
msgid "Twenty-third"
msgstr ""
-#: Report.py:115
+#: Report.py:132
msgid "Twenty-fourth"
msgstr ""
-#: Report.py:116
+#: Report.py:133
msgid "Twenty-fifth"
msgstr ""
-#: Report.py:117
+#: Report.py:134
msgid "Twenty-sixth"
msgstr ""
-#: Report.py:118
+#: Report.py:135
msgid "Twenty-seventh"
msgstr ""
-#: Report.py:119
+#: Report.py:136
msgid "Twenty-eighth"
msgstr ""
-#: Report.py:120
+#: Report.py:137
msgid "Twenty-ninth"
msgstr ""
-#: Report.py:126
+#: Report.py:143
msgid "Progress Report - GRAMPS"
msgstr ""
-#: Report.py:126
+#: Report.py:143
msgid "Working"
msgstr ""
-#: Report.py:144
-msgid "%v of %u (%P%%)"
-msgstr ""
-
-#: Report.py:238
+#: Report.py:255
msgid "Base Report - GRAMPS"
msgstr ""
-#: Report.py:252
+#: Report.py:269
msgid "Save Report As - GRAMPS"
msgstr ""
-#: Report.py:476 Report.py:481
+#: Report.py:493 Report.py:498
msgid "Save As"
msgstr ""
-#: Report.py:488
+#: Report.py:504
msgid "Directory"
msgstr ""
-#: Report.py:490
+#: Report.py:506
msgid "Filename"
msgstr ""
-#: Report.py:523
+#: Report.py:537
msgid "Output Format"
msgstr ""
-#: Report.py:536
+#: Report.py:550
msgid "Styles"
msgstr ""
-#: Report.py:541 styles.glade:343
+#: Report.py:555
msgid "Style Editor"
msgstr ""
-#: Report.py:567 Report.py:569
+#: Report.py:581 Report.py:583
msgid "Paper Options"
msgstr ""
-#: Report.py:570 Report.py:572
+#: Report.py:584 Report.py:586
msgid "HTML Options"
msgstr ""
-#: Report.py:589 styles.glade:537
+#: Report.py:603
msgid "Size"
msgstr ""
-#: Report.py:594
+#: Report.py:608
msgid "Orientation"
msgstr ""
-#: Report.py:606
+#: Report.py:620
msgid "Page Count"
msgstr ""
-#: Report.py:626 plugins/eventcmp.glade:225
+#: Report.py:640
msgid "Template"
msgstr ""
-#: Report.py:647
+#: Report.py:661
msgid "User Template"
msgstr ""
-#: Report.py:649
-msgid "HTML Template"
+#: Report.py:663
+msgid "HTML_Template"
msgstr ""
-#: Report.py:650
+#: Report.py:664
msgid "Choose File"
msgstr ""
-#: Report.py:689 Report.py:696
+#: Report.py:703 Report.py:710
msgid "Report Options"
msgstr ""
-#: Report.py:702 gramps.glade:772 plugins/eventcmp.glade:542
-#: plugins/gedcomexport.glade:155 plugins/pafexport.glade:155
+#: Report.py:716 plugins/FilterEditor.py:66
msgid "Filter"
msgstr ""
-#: Report.py:722
+#: Report.py:736
msgid "Generations"
msgstr ""
-#: Report.py:731
+#: Report.py:745
msgid "Page break between generations"
msgstr ""
-#: Report.py:814
+#: Report.py:828
msgid ""
"The filename that you gave is a directory.\n"
"You need to provide a valid filename."
msgstr ""
-#: SelectChild.py:81 SelectChild.py:86 SelectChild.py:90 SelectChild.py:258
-#: SelectChild.py:263 SelectChild.py:267 plugins/RelCalc.py:305
+#: SelectChild.py:83 SelectChild.py:88 SelectChild.py:92
+#: plugins/RelCalc.py:319
msgid "Relationship to %s"
msgstr ""
-#: SourceView.py:126 SourceView.py:128 gramps.glade:3061
+#: SourceView.py:54
+msgid "Author"
+msgstr ""
+
+#: SourceView.py:128
msgid "Delete Source"
msgstr ""
-#: SourceView.py:127
+#: SourceView.py:129
msgid "This source is currently being used. Delete anyway?"
msgstr ""
-#: SourceView.py:129
-msgid "Keep Source"
+#: Utils.py:176
+msgid "Note"
msgstr ""
-#: Utils.py:199 Utils.py:201 imagesel.glade:770
+#: Utils.py:186 Utils.py:188
msgid "Private"
msgstr ""
-#: Utils.py:542
+#: Utils.py:524
msgid "default"
msgstr ""
-#: VersionControl.py:263 preferences.glade:561
+#: VersionControl.py:262
msgid "RCS"
msgstr ""
@@ -1543,1662 +1228,680 @@ msgstr ""
msgid "Failure writing %s, original file restored"
msgstr ""
-#: config.glade:18
-msgid "Getting Started - GRAMPS"
+#: calendars/Islamic.py:70
+msgid "Islamic"
msgstr ""
-#: config.glade:45
-msgid "Getting Started"
+#: calendars/Persian.py:68
+msgid "Persian"
msgstr ""
-#: config.glade:52
-msgid ""
-"Welcome to GRAMPS, the Genealogical Research\n"
-"and Analysis Management Programming System.\n"
-"\n"
-"Several options and information need to be gathered\n"
-"before GRAMPS is ready to be used. Any of this\n"
-"information can be changed in the future in the \n"
-"Preferences dialog under the Settings menu."
-msgstr ""
-
-#: config.glade:99
-msgid ""
-"In order to create valid GEDCOM files, the following information\n"
-"needs to be entered. If you do not plan to generate GEDCOM \n"
-"files, you may leave it blank."
-msgstr ""
-
-#: config.glade:182 dialog.glade:1494 gramps.glade:3306 places.glade:194
-#: places.glade:715 places.glade:1110 preferences.glade:1815
-msgid "City"
-msgstr ""
-
-#: config.glade:260 preferences.glade:1945
-msgid "email"
-msgstr ""
-
-#: config.glade:312 preferences.glade:1919
-msgid "Phone"
-msgstr ""
-
-#: config.glade:574
-msgid "Numerical Date Formats"
-msgstr ""
-
-#: config.glade:609
-msgid ""
-"There are three common formats for entering dates in a numerical format.\n"
-"Without some type of indication, GRAMPS cannot correctly tell what\n"
-"format you are using. Please indicate your preferred format for entering\n"
-"numerical dates"
-msgstr ""
-
-#: config.glade:654
-msgid "MM/DD/YYYY (United States)"
-msgstr ""
-
-#: config.glade:669
-msgid "DD/MM/YYYY (European)"
-msgstr ""
-
-#: config.glade:684
-msgid "YYYY-MM-DD (ISO)"
-msgstr ""
-
-#: config.glade:707
-msgid "Alternate Calendar Support"
-msgstr ""
-
-#: config.glade:742
-msgid ""
-"By default, all dates stored by GRAMPS use the Gregorian calendar. This\n"
-"is normally sufficient for most users. Support may be enabled for the Julian,\n"
-"French Republican, and Hebrew calendar. If you believe that you will need one or\n"
-"more of these alternate calendars, enable alternate calendar support."
-msgstr ""
-
-#: config.glade:776
-msgid "Enable support for alternate calendars"
-msgstr ""
-
-#: config.glade:797
-msgid "LDS Extensions"
-msgstr ""
-
-#: config.glade:833
-msgid ""
-"GRAMPS has support for LDS Ordinances, which are special\n"
-"event types related to the Church of Jesus Christ of Latter Day Saints.\n"
-"\n"
-"You may choose to either enable or disable this support. You may\n"
-"change this option in the future in the Preferences dialog."
-msgstr ""
-
-#: config.glade:867
-msgid "Enable LDS Ordinance Support"
-msgstr ""
-
-#: config.glade:894
-msgid "Complete"
-msgstr ""
-
-#: config.glade:901
-msgid ""
-"GRAMPS is an Open Source project. Its success \n"
-"depends on the users. User feedback is important. \n"
-"Please join the mailing lists, submit bug reports,\n"
-"suggest improvements, and see how you can \n"
-"contribute.\n"
-"\n"
-"Please enjoy using GRAMPS."
-msgstr ""
-
-#: const.py:98
+#: const.py:106
msgid "GRAMPS (Genealogical Research and Analysis Management Programming System) is a personal genealogy program."
msgstr ""
-#: const.py:123 const.py:241 gramps.glade:5294 gramps.glade:5553
-#: gramps.glade:5969 gramps.glade:6034 gramps.glade:7011 gramps.glade:7058
+#: const.py:120
+msgid "male"
+msgstr ""
+
+#: const.py:121
+msgid "female"
+msgstr ""
+
+#: const.py:132 const.py:250
msgid "Adopted"
msgstr ""
-#: const.py:124 gramps.glade:5294 gramps.glade:5553 gramps.glade:5969
-#: gramps.glade:6034 gramps.glade:7011 gramps.glade:7058
+#: const.py:133
msgid "Stepchild"
msgstr ""
-#: const.py:125 gramps.glade:5294 gramps.glade:5553
+#: const.py:134
msgid "Foster"
msgstr ""
-#: const.py:128 const.py:403 const.py:411 mergedata.glade:268
+#: const.py:137 const.py:412 const.py:420
msgid "Other"
msgstr ""
-#: const.py:137 srcsel.glade:617
+#: const.py:146
msgid "Very Low"
msgstr ""
-#: const.py:138 plugins/Merge.py:88 srcsel.glade:617
+#: const.py:147 plugins/Merge.py:107
msgid "Low"
msgstr ""
-#: const.py:139 srcsel.glade:617
+#: const.py:148
msgid "Normal"
msgstr ""
-#: const.py:140 plugins/Merge.py:96 srcsel.glade:617
+#: const.py:149 plugins/Merge.py:115
msgid "High"
msgstr ""
-#: const.py:141 srcsel.glade:617
+#: const.py:150
msgid "Very High"
msgstr ""
-#: const.py:161
+#: const.py:170
msgid "Annulment"
msgstr ""
-#: const.py:162 const.py:256
+#: const.py:171 const.py:265
msgid "Divorce Filing"
msgstr ""
-#: const.py:163
+#: const.py:172
msgid "Divorce"
msgstr ""
-#: const.py:164
+#: const.py:173
msgid "Engagement"
msgstr ""
-#: const.py:165
+#: const.py:174
msgid "Marriage Contract"
msgstr ""
-#: const.py:166
+#: const.py:175
msgid "Marriage License"
msgstr ""
-#: const.py:167
+#: const.py:176
msgid "Marriage Settlement"
msgstr ""
-#: const.py:168
+#: const.py:177
msgid "Marriage"
msgstr ""
-#: const.py:242
+#: const.py:251
msgid "Alternate Birth"
msgstr ""
-#: const.py:243
+#: const.py:252
msgid "Alternate Death"
msgstr ""
-#: const.py:244
+#: const.py:253
msgid "Adult Christening"
msgstr ""
-#: const.py:245
+#: const.py:254
msgid "Baptism"
msgstr ""
-#: const.py:246
+#: const.py:255
msgid "Bar Mitzvah"
msgstr ""
-#: const.py:247
+#: const.py:256
msgid "Bas Mitzvah"
msgstr ""
-#: const.py:248
+#: const.py:257
msgid "Blessing"
msgstr ""
-#: const.py:249
+#: const.py:258
msgid "Burial"
msgstr ""
-#: const.py:250
+#: const.py:259
msgid "Cause Of Death"
msgstr ""
-#: const.py:251
+#: const.py:260
msgid "Census"
msgstr ""
-#: const.py:252
+#: const.py:261
msgid "Christening"
msgstr ""
-#: const.py:253
+#: const.py:262
msgid "Confirmation"
msgstr ""
-#: const.py:254
+#: const.py:263
msgid "Cremation"
msgstr ""
-#: const.py:255
+#: const.py:264
msgid "Degree"
msgstr ""
-#: const.py:257
+#: const.py:266
msgid "Education"
msgstr ""
-#: const.py:258
+#: const.py:267
msgid "Elected"
msgstr ""
-#: const.py:259
+#: const.py:268
msgid "Emigration"
msgstr ""
-#: const.py:260
+#: const.py:269
msgid "First Communion"
msgstr ""
-#: const.py:261
+#: const.py:270
msgid "Immigration"
msgstr ""
-#: const.py:262
+#: const.py:271
msgid "Graduation"
msgstr ""
-#: const.py:263
+#: const.py:272
msgid "Medical Information"
msgstr ""
-#: const.py:264
+#: const.py:273
msgid "Military Service"
msgstr ""
-#: const.py:265
+#: const.py:274
msgid "Naturalization"
msgstr ""
-#: const.py:266
+#: const.py:275
msgid "Nobility Title"
msgstr ""
-#: const.py:267
+#: const.py:276
msgid "Number of Marriages"
msgstr ""
-#: const.py:268
+#: const.py:277
msgid "Occupation"
msgstr ""
-#: const.py:269
+#: const.py:278
msgid "Ordination"
msgstr ""
-#: const.py:270
+#: const.py:279
msgid "Probate"
msgstr ""
-#: const.py:271
+#: const.py:280
msgid "Property"
msgstr ""
-#: const.py:272
+#: const.py:281
msgid "Religion"
msgstr ""
-#: const.py:273
+#: const.py:282
msgid "Residence"
msgstr ""
-#: const.py:274
+#: const.py:283
msgid "Retirement"
msgstr ""
-#: const.py:275
+#: const.py:284
msgid "Will"
msgstr ""
-#: const.py:320
+#: const.py:329
msgid "Caste"
msgstr ""
-#: const.py:322
+#: const.py:331
msgid "Identification Number"
msgstr ""
-#: const.py:323
+#: const.py:332
msgid "National Origin"
msgstr ""
-#: const.py:324
+#: const.py:333
msgid "Social Security Number"
msgstr ""
-#: const.py:399
+#: const.py:408
msgid "A legal or common-law relationship between a husband and wife"
msgstr ""
-#: const.py:400
+#: const.py:409
msgid "No legal or common-law relationship between man and woman"
msgstr ""
-#: const.py:400 const.py:408
+#: const.py:409 const.py:417
msgid "Unmarried"
msgstr ""
-#: const.py:401
+#: const.py:410
msgid "An established relationship between members of the same sex"
msgstr ""
-#: const.py:402
+#: const.py:411
msgid "Unknown relationship between a man and woman"
msgstr ""
-#: const.py:403
+#: const.py:412
msgid "An unspecified relationship between a man and woman"
msgstr ""
-#: const.py:427
+#: const.py:436
msgid "No definition available"
msgstr ""
-#: const.py:868
+#: const.py:877
msgid "Also Known As"
msgstr ""
-#: const.py:869
+#: const.py:878
msgid "Birth Name"
msgstr ""
-#: const.py:870
+#: const.py:879
msgid "Married Name"
msgstr ""
-#: const.py:871
+#: const.py:880
msgid "Other Name"
msgstr ""
-#: dialog.glade:18 dialog.glade:1369
-msgid "Event Editor - GRAMPS"
-msgstr ""
-
-#: dialog.glade:101
-msgid "Event Editor"
-msgstr ""
-
-#: dialog.glade:154
-msgid "Event Type"
-msgstr ""
-
-#: dialog.glade:398 dialog.glade:2209
-msgid "Selects the calendar format for display"
-msgstr ""
-
-#: dialog.glade:471 dialog.glade:1049 dialog.glade:2229 dialog.glade:2771
-#: dialog.glade:3237
-msgid "Private Record"
-msgstr ""
-
-#: dialog.glade:791
-msgid "Attribute Editor - GRAMPS"
-msgstr ""
-
-#: dialog.glade:874
-msgid "Attribute Editor"
-msgstr ""
-
-#: dialog.glade:1520 gramps.glade:3363 places.glade:246 places.glade:689
-#: places.glade:1123
-msgid "County"
-msgstr ""
-
-#: dialog.glade:1572 gramps.glade:3420 places.glade:220 places.glade:767
-#: places.glade:1136
-msgid "State"
-msgstr ""
-
-#: dialog.glade:1695 gramps.glade:3249 places.glade:597 places.glade:1001
-msgid "Church Parish"
-msgstr ""
-
-#: dialog.glade:1749
-msgid "Address Editor - GRAMPS"
-msgstr ""
-
-#: dialog.glade:1791 dialog.glade:2591 dialog.glade:2857 gramps.glade:6275
-#: marriage.glade:66
-msgid "Accept and close"
-msgstr ""
-
-#: dialog.glade:1833
-msgid "Address Editor"
-msgstr ""
-
-#: dialog.glade:2549
-msgid "Internet Address Editor - GRAMPS"
-msgstr ""
-
-#: dialog.glade:2815
-msgid "Alternate Name Editor - GRAMPS"
-msgstr ""
-
-#: dialog.glade:2873 gramps.glade:6291 marriage.glade:82
-msgid "Reject changes and close"
-msgstr ""
-
-#: dialog.glade:2900
-msgid "Alternate Name Editor"
-msgstr ""
-
-#: docgen/AbiWordDoc.py:322
+#: docgen/AbiWordDoc.py:321
msgid "AbiWord"
msgstr ""
-#: docgen/HtmlDoc.py:148 docgen/HtmlDoc.py:173
+#: docgen/HtmlDoc.py:147 docgen/HtmlDoc.py:172
msgid "The marker '' was not in the template"
msgstr ""
-#: docgen/HtmlDoc.py:184 docgen/HtmlDoc.py:191
+#: docgen/HtmlDoc.py:183 docgen/HtmlDoc.py:190
msgid ""
"Could not open %s\n"
"Using the default template"
msgstr ""
-#: docgen/HtmlDoc.py:395 docgen/HtmlDrawDoc.py:153 plugins/eventcmp.glade:195
+#: docgen/HtmlDoc.py:397
msgid "HTML"
msgstr ""
-#: docgen/KwordDoc.py:478
+#: docgen/KwordDoc.py:429
msgid "KWord"
msgstr ""
-#: docgen/LaTeXDoc.py:387
+#: docgen/LaTeXDoc.py:393
msgid "LaTeX"
msgstr ""
-#: docgen/OpenDrawDoc.py:449 docgen/OpenOfficeDoc.py:576
+#: docgen/OpenDrawDoc.py:453 docgen/OpenOfficeDoc.py:570
msgid "OpenOffice/StarOffice 6"
msgstr ""
-#: docgen/PSDrawDoc.py:167
+#: docgen/PSDrawDoc.py:169
msgid "PostScript"
msgstr ""
-#: docgen/PdfDoc.py:46 docgen/PdfDrawDoc.py:35
+#: docgen/PdfDoc.py:46 docgen/PdfDrawDoc.py:36
msgid "The ReportLab modules are not installed"
msgstr ""
-#: docgen/PdfDoc.py:302 docgen/PdfDrawDoc.py:160
+#: docgen/PdfDoc.py:302 docgen/PdfDrawDoc.py:161
msgid "PDF"
msgstr ""
-#: docgen/RTFDoc.py:516
+#: docgen/RTFDoc.py:366
msgid "Rich Text Format (RTF)"
msgstr ""
-#: docgen/SvgDrawDoc.py:128
+#: docgen/SvgDrawDoc.py:132
msgid "SVG (Scalable Vector Graphics)"
msgstr ""
-#: filters/After.py:55
+#: filters/After.py:54
msgid "People with an event after ..."
msgstr ""
-#: filters/AltFam.py:36
+#: filters/AltFam.py:37
msgid "People who were adopted"
msgstr ""
-#: filters/Before.py:55
+#: filters/Before.py:54
msgid "People with an event before ..."
msgstr ""
-#: filters/Disconnected.py:39 plugins/Summary.py:113
+#: filters/Disconnected.py:38 plugins/Summary.py:112
msgid "Disconnected individuals"
msgstr ""
-#: filters/EventPlace.py:69
+#: filters/EventPlace.py:68
msgid "People with an event location of ..."
msgstr ""
-#: filters/EventType.py:41
+#: filters/EventType.py:40
msgid "People who have an event type of ..."
msgstr ""
-#: filters/Females.py:40 plugins/Summary.py:110
+#: filters/Females.py:39 plugins/Summary.py:109
msgid "Females"
msgstr ""
-#: filters/HavePhotos.py:39
+#: filters/HavePhotos.py:38
msgid "People who have images"
msgstr ""
-#: filters/IncompleteNames.py:41
+#: filters/IncompleteNames.py:39
msgid "People with incomplete names"
msgstr ""
-#: filters/Males.py:40 plugins/Summary.py:109
+#: filters/Males.py:39 plugins/Summary.py:108
msgid "Males"
msgstr ""
-#: filters/MatchSndEx.py:44
+#: filters/MatchSndEx.py:43
msgid "Names with same SoundEx code as ..."
msgstr ""
-#: filters/MatchSndEx2.py:40
+#: filters/MatchSndEx2.py:39
msgid "Names with the specified SoundEx code"
msgstr ""
-#: filters/MatchSndEx2.py:41 plugins/soundex.glade:169
+#: filters/MatchSndEx2.py:40
msgid "SoundEx Code"
msgstr ""
-#: filters/MutlipleMarriages.py:39
+#: filters/MutlipleMarriages.py:38
msgid "People with multiple marriage records"
msgstr ""
-#: filters/NeverMarried.py:39
+#: filters/NeverMarried.py:38
msgid "People with no marriage records"
msgstr ""
-#: filters/NoBirthdate.py:39
+#: filters/NoBirthdate.py:38
msgid "People without a birth date"
msgstr ""
-#: filters/NoChildren.py:44
+#: filters/NoChildren.py:43
msgid "People with children"
msgstr ""
-#: filters/RegExMatch.py:52
+#: filters/RegExMatch.py:51
msgid "Names that match a regular expression"
msgstr ""
-#: filters/RegExMatch.py:53 filters/SubString.py:44 srcsel.glade:533
+#: filters/RegExMatch.py:52 filters/SubString.py:43
msgid "Text"
msgstr ""
-#: filters/SubString.py:43
+#: filters/SubString.py:42
msgid "Names that contain a substring"
msgstr ""
-#: gramps.glade:35 preferences.glade:173
-msgid "GRAMPS"
-msgstr ""
-
-#: gramps.glade:93
-msgid "_New Database"
-msgstr ""
-
-#: gramps.glade:121
-msgid "Revert to last saved database"
-msgstr ""
-
-#: gramps.glade:127
-msgid "_Revert"
-msgstr ""
-
-#: gramps.glade:135
-msgid "_Import"
-msgstr ""
-
-#: gramps.glade:153
-msgid "_Export"
-msgstr ""
-
-#: gramps.glade:165
-msgid "Reload Plugins"
-msgstr ""
-
-#: gramps.glade:192
-msgid "_Edit"
-msgstr ""
-
-#: gramps.glade:212
-msgid "_Find..."
-msgstr ""
-
-#: gramps.glade:225
-msgid "_Merge"
-msgstr ""
-
-#: gramps.glade:249
-msgid "_People"
-msgstr ""
-
-#: gramps.glade:261
-msgid "_Family"
-msgstr ""
-
-#: gramps.glade:273
-msgid "Pe_digree"
-msgstr ""
-
-#: gramps.glade:285
-msgid "_Sources"
-msgstr ""
-
-#: gramps.glade:297
-msgid "P_laces"
-msgstr ""
-
-#: gramps.glade:309
-msgid "_Media"
-msgstr ""
-
-#: gramps.glade:318
-msgid "_Bookmarks"
-msgstr ""
-
-#: gramps.glade:338
-msgid "_Add Bookmark"
-msgstr ""
-
-#: gramps.glade:356
-msgid "_Edit Bookmarks"
-msgstr ""
-
-#: gramps.glade:370
-msgid "Go to Bookmark"
-msgstr ""
-
-#: gramps.glade:379
-msgid "_Reports"
-msgstr ""
-
-#: gramps.glade:386
-msgid "_Tools"
-msgstr ""
-
-#: gramps.glade:413
-msgid "Make the active person the default person"
-msgstr ""
-
-#: gramps.glade:419
-msgid "_Default Person"
-msgstr ""
-
-#: gramps.glade:443
-msgid "_User's Manual"
-msgstr ""
-
-#: gramps.glade:456
-msgid "_Writing Extensions"
-msgstr ""
-
-#: gramps.glade:469
-msgid "GRAMPS _Home Page"
-msgstr ""
-
-#: gramps.glade:477
-msgid "Subscribe to mailing lists or browse archives"
-msgstr ""
-
-#: gramps.glade:483
-msgid "GRAMPS _Mailing Lists"
-msgstr ""
-
-#: gramps.glade:491
-msgid "Report a bug to the GRAMPS bug tracking system"
-msgstr ""
-
-#: gramps.glade:497
-msgid "_Report a bug"
-msgstr ""
-
-#: gramps.glade:504
-msgid "Shows the status of plugins that failed to load"
-msgstr ""
-
-#: gramps.glade:510
-msgid "_Show Plugin Status"
-msgstr ""
-
-#: gramps.glade:559
-msgid "Open File"
-msgstr ""
-
-#: gramps.glade:565
-msgid "Open"
-msgstr ""
-
-#: gramps.glade:573
-msgid "Save File"
-msgstr ""
-
-#: gramps.glade:579
-msgid "Save"
-msgstr ""
-
-#: gramps.glade:587
-msgid "Make the default person the active person"
-msgstr ""
-
-#: gramps.glade:593
-msgid "Home"
-msgstr ""
-
-#: gramps.glade:601
-msgid "Display the list of people"
-msgstr ""
-
-#: gramps.glade:619
-msgid "Display active person's family relationships"
-msgstr ""
-
-#: gramps.glade:634
-msgid "Show active person's anscestors"
-msgstr ""
-
-#: gramps.glade:641 gramps.glade:2761
-msgid "Pedigree"
-msgstr ""
-
-#: gramps.glade:649
-msgid "Display the list of sources"
-msgstr ""
-
-#: gramps.glade:666
-msgid "Display the list of places"
-msgstr ""
-
-#: gramps.glade:680
-msgid "Display the list of media objects"
-msgstr ""
-
-#: gramps.glade:686 gramps.glade:4473
-msgid "Media"
-msgstr ""
-
-#: gramps.glade:694
-msgid "Generate reports"
-msgstr ""
-
-#: gramps.glade:700
-msgid "Reports"
-msgstr ""
-
-#: gramps.glade:711
-msgid "Run a tool"
-msgstr ""
-
-#: gramps.glade:717
-msgid "Tools"
-msgstr ""
-
-#: gramps.glade:866
-msgid "Show persons that do not match the filtering rule"
-msgstr ""
-
-#: gramps.glade:868 rule.glade:318
-msgid "Invert"
-msgstr ""
-
-#: gramps.glade:1162 gramps.glade:2593 gramps.glade:4775 gramps.glade:5188
-#: gramps.glade:5447 gramps.glade:5852 mergedata.glade:466
-#: mergedata.glade:1232
-msgid "Birth Date"
-msgstr ""
-
-#: gramps.glade:1219 mergedata.glade:492 mergedata.glade:1154
+#: gramps_main.py:92
msgid "Death Date"
msgstr ""
-#: gramps.glade:1320 gramps.glade:7367
-msgid "Add Person"
-msgstr ""
-
-#: gramps.glade:1334
-msgid "Edit/View Person"
-msgstr ""
-
-#: gramps.glade:1348 gramps_main.py:905 gramps_main.py:906
-msgid "Delete Person"
-msgstr ""
-
-#: gramps.glade:1399
-msgid "Active Person"
-msgstr ""
-
-#: gramps.glade:1452
-msgid "Exchange active person and displayed spouse"
-msgstr ""
-
-#: gramps.glade:1517 gramps_main.py:1409 gramps_main.py:1434
-#: gramps_main.py:1795
-msgid "Relationship"
-msgstr ""
-
-#: gramps.glade:1556 plugins/FamilyGroup.py:278 plugins/FamilyGroup.py:382
-msgid "Spouse"
-msgstr ""
-
-#: gramps.glade:1608
-msgid "Make this the preferred spouse"
-msgstr ""
-
-#: gramps.glade:1744 places.glade:1201 places.glade:1706
-msgid "Edit/View"
-msgstr ""
-
-#: gramps.glade:1854
-msgid "Make the current father the active person"
-msgstr ""
-
-#: gramps.glade:1945
-msgid "Make the current mother the active person"
-msgstr ""
-
-#: gramps.glade:2005 gramps.glade:2060
-msgid "Related by:"
-msgstr ""
-
-#: gramps.glade:2115
-msgid "Select the previous parents"
-msgstr ""
-
-#: gramps.glade:2146
-msgid "Select the next parents"
-msgstr ""
-
-#: gramps.glade:2209
-msgid "Make these the preferred parents"
-msgstr ""
-
-#: gramps.glade:2240
-msgid "Add/Edit/View"
-msgstr ""
-
-#: gramps.glade:2265 plugins/FamilyGroup.py:312 plugins/IndivComplete.py:272
-#: plugins/IndivSummary.py:174 plugins/WebPage.py:538
-msgid "Children"
-msgstr ""
-
-#: gramps.glade:2308
-msgid "Make the selected child the active person"
-msgstr ""
-
-#: gramps.glade:2358
-msgid "Click column headers to sort. When sorted by birth date, drag and drop to reorder children."
-msgstr ""
-
-#: gramps.glade:2631
-msgid "Status"
-msgstr ""
-
-#: gramps.glade:2674
-msgid "Choose child from the database"
-msgstr ""
-
-#: gramps.glade:2682
-msgid "Add Existing Child"
-msgstr ""
-
-#: gramps.glade:2689
-msgid "Add new person to database (and this family)"
-msgstr ""
-
-#: gramps.glade:2697 gramps.glade:6884
-msgid "Add New Child"
-msgstr ""
-
-#: gramps.glade:2704
-msgid "Remove selected child from this family"
-msgstr ""
-
-#: gramps.glade:2712
-msgid "Remove Child"
-msgstr ""
-
-#: gramps.glade:2943 gramps.glade:6409 srcsel.glade:182
-msgid "Author"
-msgstr ""
-
-#: gramps.glade:3031
-msgid "Add Source"
-msgstr ""
-
-#: gramps.glade:3046
-msgid "Edit/View Source"
-msgstr ""
-
-#: gramps.glade:3136
-msgid "Place Name"
-msgstr ""
-
-#: gramps.glade:3618
-msgid "Add Place"
-msgstr ""
-
-#: gramps.glade:3633
-msgid "Edit/View Place"
-msgstr ""
-
-#: gramps.glade:3687 imagesel.glade:157
-msgid "Preview"
-msgstr ""
-
-#: gramps.glade:3707 plugins/pafexport.glade:179
-msgid "Information"
-msgstr ""
-
-#: gramps.glade:3936 gramps.glade:4347 imagesel.glade:508 imagesel.glade:1585
-msgid "Path"
-msgstr ""
-
-#: gramps.glade:4448
-msgid "Edit Media Object"
-msgstr ""
-
-#: gramps.glade:4512
-msgid "Select File - GRAMPS"
-msgstr ""
-
-#: gramps.glade:4533
-msgid "OK"
-msgstr ""
-
-#: gramps.glade:4549
-msgid "Cancel"
-msgstr ""
-
-#: gramps.glade:4557
-msgid "Choose Spouse - GRAMPS"
-msgstr ""
-
-#: gramps.glade:4627
-msgid "Choose Spouse/Partner"
-msgstr ""
-
-#: gramps.glade:4865
-msgid "Add new person"
-msgstr ""
-
-#: gramps.glade:4932
-msgid "Relationship definition"
-msgstr ""
-
-#: gramps.glade:4953
-msgid "Choose Parents - GRAMPS"
-msgstr ""
-
-#: gramps.glade:5037
-msgid "Choose Parents"
-msgstr ""
-
-#: gramps.glade:5266 gramps.glade:5525
-msgid "Relationship to child"
-msgstr ""
-
-#: gramps.glade:5605
-msgid "Add New Person"
-msgstr ""
-
-#: gramps.glade:5634
-msgid "Parent Relationship"
-msgstr ""
-
-#: gramps.glade:5693
-msgid "Add Child - GRAMPS"
-msgstr ""
-
-#: gramps.glade:5776
-msgid "Add Children"
-msgstr ""
-
-#: gramps.glade:5886
-msgid "Hide people not likely to be a child of this family"
-msgstr ""
-
-#: gramps.glade:5913 gramps.glade:6925
-msgid "Relationship to Father"
-msgstr ""
-
-#: gramps.glade:5998 gramps.glade:7254
-msgid "Relationship to Mother"
-msgstr ""
-
-#: gramps.glade:6075
-msgid "Marriage Editor - GRAMPS"
-msgstr ""
-
-#: gramps.glade:6158
-msgid "Marriage Editor"
-msgstr ""
-
-#: gramps.glade:6186
-msgid "Edit marriage information"
-msgstr ""
-
-#: gramps.glade:6201
-msgid "Add a new spouse"
-msgstr ""
-
-#: gramps.glade:6216
-msgid "Remove current spouse"
-msgstr ""
-
-#: gramps.glade:6233
-msgid "Source Editor - GRAMPS"
-msgstr ""
-
-#: gramps.glade:6323
-msgid "Source Editor"
-msgstr ""
-
-#: gramps.glade:6435
-msgid "Publication Info"
-msgstr ""
-
-#: gramps.glade:6726
-msgid "Category"
-msgstr ""
-
-#: gramps.glade:6752
-msgid "Item"
-msgstr ""
-
-#: gramps.glade:6767 imagesel.glade:2398 places.glade:1761
-msgid "References"
-msgstr ""
-
-#: gramps.glade:6783
-msgid "Add New Child - GRAMPS"
-msgstr ""
-
-#: gramps.glade:6825
-msgid "Creates the new child and adds him or her as a child of the family"
-msgstr ""
-
-#: gramps.glade:6841
-msgid "Adds the new person as a child of the family and displays the standard person dialog to allow for more data to be entered"
-msgstr ""
-
-#: gramps.glade:6850
-msgid "Add Data"
-msgstr ""
-
-#: gramps.glade:7284
-msgid "Add Person - GRAMPS"
-msgstr ""
-
-#: gramps.glade:7614
-msgid "Open a Database - GRAMPS"
-msgstr ""
-
-#: gramps.glade:7698
-msgid "Open a Database"
-msgstr ""
-
-#: gramps.glade:7727
-msgid "Open an Existing Database"
-msgstr ""
-
-#: gramps.glade:7743
-msgid "Create a New XML Database"
-msgstr ""
-
-#: gramps.glade:7760
-msgid "Create a New ZODB Database"
-msgstr ""
-
-#: gramps.glade:7777
-msgid "Question - GRAMPS"
-msgstr ""
-
-#: gramps.glade:7826
-msgid "Choose Spouse"
-msgstr ""
-
-#: gramps.glade:7839
-msgid "New Relationship"
-msgstr ""
-
-#: gramps.glade:7870
-msgid "Add a Spouse or Create a New Relationhip"
-msgstr ""
-
-#: gramps.glade:7911
-msgid ""
-"No spouse has been defined for the current relationship.\n"
-"\n"
-"You can either define the spouse of the current relationship\n"
-"or create a new relationship."
-msgstr ""
-
-#: gramps_main.py:112
+#: gramps_main.py:118
msgid ""
"You are running GRAMPS as the 'root' user.\n"
"This account is not meant for normal application use."
msgstr ""
-#: gramps_main.py:383
+#: gramps_main.py:476
msgid "Exactly two people must be selected to perform a merge"
msgstr ""
-#: gramps_main.py:406
+#: gramps_main.py:498
msgid ""
"Unsaved changes exist in the current database\n"
"Do you wish to save the changes?"
msgstr ""
-#: gramps_main.py:408
-msgid "Save Changes"
-msgstr ""
-
-#: gramps_main.py:603
+#: gramps_main.py:547
msgid "Do you want to close the current database and create a new one?"
msgstr ""
-#: gramps_main.py:604
+#: gramps_main.py:548
msgid "New Database"
msgstr ""
-#: gramps_main.py:605
-msgid "Close Current Database"
-msgstr ""
-
-#: gramps_main.py:606
-msgid "Return to Current Database"
-msgstr ""
-
-#: gramps_main.py:733
+#: gramps_main.py:676
msgid ""
"An autosave file exists for %s.\n"
"Should this be loaded instead of the last saved version?"
msgstr ""
-#: gramps_main.py:738
+#: gramps_main.py:681
msgid "Autosave File"
msgstr ""
-#: gramps_main.py:739
-msgid "Load Autosave File"
-msgstr ""
-
-#: gramps_main.py:740
-msgid "Load Last Saved File"
-msgstr ""
-
-#: gramps_main.py:767 gramps_main.py:803
+#: gramps_main.py:709 gramps_main.py:745
msgid "%s is not a directory"
msgstr ""
-#: gramps_main.py:770
+#: gramps_main.py:712
msgid "Loading %s ..."
msgstr ""
-#: gramps_main.py:796
+#: gramps_main.py:738
msgid "Saving %s ..."
msgstr ""
-#: gramps_main.py:856
+#: gramps_main.py:797
msgid "autosaving..."
msgstr ""
-#: gramps_main.py:859
+#: gramps_main.py:800
msgid "autosave complete"
msgstr ""
-#: gramps_main.py:861
+#: gramps_main.py:802
msgid "autosave failed"
msgstr ""
-#: gramps_main.py:870
-msgid "You requested too many people to edit at the same time"
-msgstr ""
-
-#: gramps_main.py:903
+#: gramps_main.py:829
msgid "Do you really wish to delete %s?"
msgstr ""
-#: gramps_main.py:907
-msgid "Keep Person"
+#: gramps_main.py:831
+msgid "Delete Person"
msgstr ""
-#: gramps_main.py:909
-msgid "Currently, you can only delete one person at a time"
-msgstr ""
-
-#: gramps_main.py:1066
-msgid "Invalid move. Children must be ordered by birth date."
-msgstr ""
-
-#: gramps_main.py:1114
+#: gramps_main.py:940
msgid "Do you wish to abandon your changes and revert to the last saved database?"
msgstr ""
-#: gramps_main.py:1118
-msgid "Revert to Last Database"
-msgstr ""
-
-#: gramps_main.py:1119
-msgid "Continue with Current Database"
-msgstr ""
-
-#: gramps_main.py:1121
+#: gramps_main.py:945
msgid "Cannot revert to a previous database, since one does not exist"
msgstr ""
-#: gramps_main.py:1407 gramps_main.py:1793
-msgid "Preferred Relationship"
+#: gramps_main.py:1247
+msgid "Loading %s..."
msgstr ""
-#: gramps_main.py:1443
-msgid "No Relationship"
-msgstr ""
-
-#: gramps_main.py:1473
-msgid "Preferred Parents (%d of %d)"
-msgstr ""
-
-#: gramps_main.py:1475
-msgid "Preferred Parents"
-msgstr ""
-
-#: gramps_main.py:1478
-msgid "Alternate Parents (%d of %d)"
-msgstr ""
-
-#: gramps_main.py:1481
-msgid "No Parents"
-msgstr ""
-
-#: gramps_main.py:1729
+#: gramps_main.py:1342
msgid "No default/home person has been set"
msgstr ""
-#: gramps_main.py:1735
+#: gramps_main.py:1348
msgid "%s has been bookmarked"
msgstr ""
-#: gramps_main.py:1738
+#: gramps_main.py:1351
msgid "Bookmark could not be set because no one was selected"
msgstr ""
-#: gramps_main.py:1750
+#: gramps_main.py:1363
msgid "Do you wish to set %s as the home person?"
msgstr ""
-#: gramps_main.py:1752
+#: gramps_main.py:1365
msgid "Set Home Person"
msgstr ""
-#: gramps_main.py:1753
-msgid "Set as Home Person"
-msgstr ""
-
-#: gramps_main.py:1754
-msgid "Do not change Home Person"
-msgstr ""
-
-#: imagesel.glade:18
-msgid "Select a Media Object - GRAMPS"
-msgstr ""
-
-#: imagesel.glade:102
-msgid "Select a Media Object"
-msgstr ""
-
-#: imagesel.glade:209 plugins/gedcomimport.glade:77
-msgid "File"
-msgstr ""
-
-#: imagesel.glade:286
-msgid "Do not make a local copy"
-msgstr ""
-
-#: imagesel.glade:311
-msgid "Select an image"
-msgstr ""
-
-#: imagesel.glade:355
-msgid "Change Local Media Object Properties - GRAMPS"
-msgstr ""
-
-#: imagesel.glade:438
-msgid "Change Local Media Object Properties"
-msgstr ""
-
-#: imagesel.glade:665 imagesel.glade:1663
-msgid "Object Type"
-msgstr ""
-
-#: imagesel.glade:1244
-msgid "Creates a new object attribute from the above data"
-msgstr ""
-
-#: imagesel.glade:1260
-msgid "Updates the selected object attribute with the above data"
-msgstr ""
-
-#: imagesel.glade:1311
-msgid "Change Global Media Object Properties - GRAMPS"
-msgstr ""
-
-#: imagesel.glade:1408
-msgid "Change Global Media Object Properties"
-msgstr ""
-
-#: imagesel.glade:1486
-msgid "General Information"
-msgstr ""
-
-#: imagesel.glade:1843
-msgid "Copies the object into the database"
-msgstr ""
-
-#: imagesel.glade:1850
-msgid "Make Local Copy"
-msgstr ""
-
-#: imagesel.glade:2245
-msgid "Creates a new attribute from the above data"
-msgstr ""
-
-#: imagesel.glade:2261
-msgid "Updates the selected attribute with the above data"
-msgstr ""
-
-#: marriage.glade:23
-msgid "Marriage/Relationship Editor - GRAMPS"
-msgstr ""
-
-#: marriage.glade:109
-msgid "Marriage/Relationship Editor"
-msgstr ""
-
-#: marriage.glade:975
-msgid "Add new event for this marriage"
-msgstr ""
-
-#: marriage.glade:991
-msgid "Modify the selected event"
-msgstr ""
-
-#: marriage.glade:1007
-msgid "Delete selected event"
-msgstr ""
-
-#: marriage.glade:1464
-msgid "Create a new attribute for this marriage"
-msgstr ""
-
-#: marriage.glade:1480
-msgid "Modify the selected attribute"
-msgstr ""
-
-#: marriage.glade:1694
-msgid "Spouse Sealing"
-msgstr ""
-
-#: mergedata.glade:19
-msgid "Merge Places - GRAMPS"
-msgstr ""
-
-#: mergedata.glade:102
-msgid "Select the title for the merged place"
-msgstr ""
-
-#: mergedata.glade:220
-msgid "Place 1"
-msgstr ""
-
-#: mergedata.glade:244
-msgid "Place 2"
-msgstr ""
-
-#: mergedata.glade:295 plugins/merge.glade:18 plugins/merge.glade:298
-msgid "Merge People - GRAMPS"
-msgstr ""
-
-#: mergedata.glade:345
-msgid "Merge and Close"
-msgstr ""
-
-#: mergedata.glade:359
-msgid "Merge and Edit"
-msgstr ""
-
-#: mergedata.glade:392 plugins/merge.glade:380
-msgid "Merge People"
-msgstr ""
-
-#: mergedata.glade:421
-msgid "First Person"
-msgstr ""
-
-#: mergedata.glade:570 mergedata.glade:1206
-msgid "Birth Place"
-msgstr ""
-
-#: mergedata.glade:596 mergedata.glade:1258
-msgid "Death Place"
-msgstr ""
-
-#: mergedata.glade:877 mergedata.glade:1452
-msgid "Spouses"
-msgstr ""
-
-#: mergedata.glade:1133
-msgid "Second Person"
-msgstr ""
-
-#: mergedata.glade:1885
-msgid "Keep other name as an alternate name"
-msgstr ""
-
-#: mergedata.glade:1899
-msgid "Keep other birth event as an alternate birth event"
-msgstr ""
-
-#: mergedata.glade:1913
-msgid "Keep other death event as an alternate death event"
-msgstr ""
-
-#: places.glade:20
-msgid "Place Editor - GRAMPS"
-msgstr ""
-
-#: places.glade:108
-msgid "Place Editor"
-msgstr ""
-
-#: places.glade:298
-msgid "Longitude"
-msgstr ""
-
-#: places.glade:324
-msgid "Latitude"
-msgstr ""
-
-#: places.glade:576
-msgid "Select"
-msgstr ""
-
-#: places.glade:668 places.glade:1226
-msgid "Other Names"
-msgstr ""
-
-#: plugins.glade:18
-msgid "Report Selection - GRAMPS"
-msgstr ""
-
-#: plugins.glade:239
-msgid "Select a report from those available on the left."
-msgstr ""
-
-#: plugins.glade:268
-msgid "Report Status"
-msgstr ""
-
-#: plugins.glade:307
-msgid "Plugin Status - GRAMPS"
-msgstr ""
-
-#: plugins/AncestorChart.py:103 plugins/AncestorChart.py:122
-msgid "Document write failure"
-msgstr ""
-
-#: plugins/AncestorChart.py:228 plugins/AncestorChart.py:443
+#: plugins/AncestorChart.py:216 plugins/AncestorChart.py:421
msgid "Ancestor Chart"
msgstr ""
-#: plugins/AncestorChart.py:228 plugins/AncestorChart.py:444
-#: plugins/DesGraph.py:302 plugins/DesGraph.py:451 plugins/GraphViz.py:64
-#: plugins/GraphViz.py:394
+#: plugins/AncestorChart.py:216 plugins/AncestorChart.py:422
+#: plugins/DesGraph.py:307 plugins/DesGraph.py:456 plugins/FullFamily.py:105
+#: plugins/FullFamily.py:170 plugins/GraphViz.py:77 plugins/GraphViz.py:446
msgid "Graphical Reports"
msgstr ""
-#: plugins/AncestorChart.py:232
+#: plugins/AncestorChart.py:220
msgid "Ancestor Chart for %s"
msgstr ""
-#: plugins/AncestorChart.py:237
+#: plugins/AncestorChart.py:225
msgid "Save Ancestor Chart"
msgstr ""
-#: plugins/AncestorChart.py:249 plugins/DesGraph.py:319
+#: plugins/AncestorChart.py:237 plugins/DesGraph.py:324
+#: plugins/FullFamily.py:126
msgid "Display Format"
msgstr ""
-#: plugins/AncestorChart.py:250 plugins/DesGraph.py:320
+#: plugins/AncestorChart.py:238 plugins/DesGraph.py:325
+#: plugins/FullFamily.py:127
msgid "Allows you to customize the data in the boxes in the report"
msgstr ""
-#: plugins/AncestorChart.py:445 plugins/AncestorReport.py:383
-#: plugins/DescendReport.py:285 plugins/DetAncestralReport.py:822
-#: plugins/DetDescendantReport.py:895 plugins/FamilyGroup.py:551
-#: plugins/GraphViz.py:393 plugins/IndivComplete.py:657
-#: plugins/IndivSummary.py:521 plugins/Summary.py:147 plugins/WebPage.py:1249
+#: plugins/AncestorChart.py:423 plugins/AncestorReport.py:395
+#: plugins/DescendReport.py:277 plugins/DetAncestralReport.py:819
+#: plugins/DetDescendantReport.py:892 plugins/FamilyGroup.py:554
+#: plugins/FullFamily.py:171 plugins/GraphViz.py:445
+#: plugins/IndivComplete.py:654 plugins/IndivSummary.py:488
+#: plugins/Summary.py:146 plugins/WebPage.py:1249
msgid "Beta"
msgstr ""
-#: plugins/AncestorChart.py:446
+#: plugins/AncestorChart.py:424 plugins/FullFamily.py:172
msgid "Produces a graphical ancestral tree graph"
msgstr ""
-#: plugins/AncestorReport.py:55 plugins/DetAncestralReport.py:63
-#: plugins/DetDescendantReport.py:64
+#: plugins/AncestorReport.py:67 plugins/DetAncestralReport.py:60
+#: plugins/DetDescendantReport.py:61
msgid "Could not open %s"
msgstr ""
-#: plugins/AncestorReport.py:73 plugins/AncestorReport.py:227
+#: plugins/AncestorReport.py:85 plugins/AncestorReport.py:239
msgid "Ahnentafel Report for %s"
msgstr ""
-#: plugins/AncestorReport.py:86 plugins/DetAncestralReport.py:623
-#: plugins/DetDescendantReport.py:652
+#: plugins/AncestorReport.py:98 plugins/DetAncestralReport.py:620
+#: plugins/DetDescendantReport.py:649
msgid "%s Generation"
msgstr ""
-#: plugins/AncestorReport.py:115
+#: plugins/AncestorReport.py:127
msgid "%s was born on %s in %s. "
msgstr ""
-#: plugins/AncestorReport.py:118
+#: plugins/AncestorReport.py:130
msgid "%s was born on %s. "
msgstr ""
-#: plugins/AncestorReport.py:122
+#: plugins/AncestorReport.py:134
msgid "%s was born in the year %s in %s. "
msgstr ""
-#: plugins/AncestorReport.py:125
+#: plugins/AncestorReport.py:137
msgid "%s was born in the year %s. "
msgstr ""
-#: plugins/AncestorReport.py:150
+#: plugins/AncestorReport.py:162
msgid "He died on %s in %s"
msgstr ""
-#: plugins/AncestorReport.py:153
+#: plugins/AncestorReport.py:165
msgid "He died on %s"
msgstr ""
-#: plugins/AncestorReport.py:156
+#: plugins/AncestorReport.py:168
msgid "She died on %s in %s"
msgstr ""
-#: plugins/AncestorReport.py:159
+#: plugins/AncestorReport.py:171
msgid "She died on %s"
msgstr ""
-#: plugins/AncestorReport.py:163
+#: plugins/AncestorReport.py:175
msgid "He died in the year %s in %s"
msgstr ""
-#: plugins/AncestorReport.py:166
+#: plugins/AncestorReport.py:178
msgid "He died in the year %s"
msgstr ""
-#: plugins/AncestorReport.py:169
+#: plugins/AncestorReport.py:181
msgid "She died in the year %s in %s"
msgstr ""
-#: plugins/AncestorReport.py:172
+#: plugins/AncestorReport.py:184
msgid "She died in the year %s"
msgstr ""
-#: plugins/AncestorReport.py:185
+#: plugins/AncestorReport.py:197
msgid ", and was buried on %s in %s."
msgstr ""
-#: plugins/AncestorReport.py:188
+#: plugins/AncestorReport.py:200
msgid ", and was buried on %s."
msgstr ""
-#: plugins/AncestorReport.py:192
+#: plugins/AncestorReport.py:204
msgid ", and was buried in the year %s in %s."
msgstr ""
-#: plugins/AncestorReport.py:195
+#: plugins/AncestorReport.py:207
msgid ", and was buried in the year %s."
msgstr ""
-#: plugins/AncestorReport.py:198
+#: plugins/AncestorReport.py:210
msgid " and was buried in %s."
msgstr ""
-#: plugins/AncestorReport.py:223 plugins/AncestorReport.py:381
+#: plugins/AncestorReport.py:235 plugins/AncestorReport.py:393
msgid "Ahnentafel Report"
msgstr ""
-#: plugins/AncestorReport.py:223 plugins/AncestorReport.py:382
-#: plugins/DescendReport.py:129 plugins/DescendReport.py:284
-#: plugins/DetAncestralReport.py:823 plugins/DetDescendantReport.py:896
-#: plugins/FamilyGroup.py:339 plugins/FamilyGroup.py:550
-#: plugins/IndivComplete.py:447 plugins/IndivComplete.py:658
-#: plugins/IndivSummary.py:332 plugins/IndivSummary.py:522
+#: plugins/AncestorReport.py:235 plugins/AncestorReport.py:394
+#: plugins/DescendReport.py:121 plugins/DescendReport.py:276
+#: plugins/DetAncestralReport.py:820 plugins/DetDescendantReport.py:893
+#: plugins/FamilyGroup.py:342 plugins/FamilyGroup.py:553
+#: plugins/IndivComplete.py:444 plugins/IndivComplete.py:655
+#: plugins/IndivSummary.py:315 plugins/IndivSummary.py:489
msgid "Text Reports"
msgstr ""
-#: plugins/AncestorReport.py:232 plugins/DetAncestralReport.py:671
+#: plugins/AncestorReport.py:244 plugins/DetAncestralReport.py:668
msgid "Save Ancestor Report"
msgstr ""
-#: plugins/AncestorReport.py:384
+#: plugins/AncestorReport.py:396
msgid "Produces a textual ancestral report"
msgstr ""
-#: plugins/ChangeTypes.py:77
+#: plugins/ChangeTypes.py:76
msgid "1 event record was modified"
msgstr ""
-#: plugins/ChangeTypes.py:79
+#: plugins/ChangeTypes.py:78
msgid "%d event records were modified"
msgstr ""
-#: plugins/ChangeTypes.py:93
+#: plugins/ChangeTypes.py:92
msgid "Rename personal event types"
msgstr ""
-#: plugins/ChangeTypes.py:94 plugins/Check.py:225 plugins/Merge.py:528
-#: plugins/PatchNames.py:128 plugins/ReorderIds.py:124
+#: plugins/ChangeTypes.py:93 plugins/Check.py:225 plugins/Merge.py:546
+#: plugins/PatchNames.py:152 plugins/ReorderIds.py:122
msgid "Database Processing"
msgstr ""
-#: plugins/ChangeTypes.py:95
+#: plugins/ChangeTypes.py:94
msgid "Allows all the events of a certain name to be renamed to a new name"
msgstr ""
@@ -3278,1070 +1981,1138 @@ msgstr ""
msgid "Checks the database for integrity problems, fixing the problems that it can"
msgstr ""
-#: plugins/DesGraph.py:302 plugins/DesGraph.py:450
+#: plugins/DesGraph.py:307 plugins/DesGraph.py:455
msgid "Descendant Graph"
msgstr ""
-#: plugins/DesGraph.py:305
+#: plugins/DesGraph.py:310
msgid "Descendant Graph for %s"
msgstr ""
-#: plugins/DesGraph.py:308
+#: plugins/DesGraph.py:313
msgid "Save Descendant Graph"
msgstr ""
-#: plugins/DesGraph.py:452 plugins/DescendReport.py:286
+#: plugins/DesGraph.py:457 plugins/DescendReport.py:278
msgid "Generates a list of descendants of the active person"
msgstr ""
-#: plugins/DesGraph.py:453
+#: plugins/DesGraph.py:458
msgid "Alpha"
msgstr ""
-#: plugins/Desbrowser.py:112
+#: plugins/Desbrowser.py:116
msgid "Interactive descendant browser"
msgstr ""
-#: plugins/Desbrowser.py:113 plugins/EventCmp.py:332
+#: plugins/Desbrowser.py:117 plugins/EventCmp.py:335
msgid "Analysis and Exploration"
msgstr ""
-#: plugins/Desbrowser.py:114
+#: plugins/Desbrowser.py:118
msgid "Provides a browsable hierarchy based on the active person"
msgstr ""
-#: plugins/DescendReport.py:87 plugins/GraphViz.py:89
-#: plugins/IndivComplete.py:476 plugins/WriteGedcom.py:336
-#: plugins/WritePafPalm.py:570
+#: plugins/DescendReport.py:84 plugins/GraphViz.py:102
+#: plugins/IndivComplete.py:473 plugins/WriteGedcom.py:369
msgid "Descendants of %s"
msgstr ""
-#: plugins/DescendReport.py:129 plugins/DescendReport.py:283
+#: plugins/DescendReport.py:121 plugins/DescendReport.py:275
msgid "Descendant Report"
msgstr ""
-#: plugins/DescendReport.py:133 plugins/DetDescendantReport.py:638
+#: plugins/DescendReport.py:125 plugins/DetDescendantReport.py:635
msgid "Descendant Report for %s"
msgstr ""
-#: plugins/DescendReport.py:138 plugins/DetDescendantReport.py:699
+#: plugins/DescendReport.py:130 plugins/DetDescendantReport.py:696
msgid "Save Descendant Report"
msgstr ""
-#: plugins/DetAncestralReport.py:113 plugins/DetDescendantReport.py:124
+#: plugins/DetAncestralReport.py:110 plugins/DetDescendantReport.py:121
msgid "Child of %s and %s is:"
msgstr ""
-#: plugins/DetAncestralReport.py:114 plugins/DetDescendantReport.py:125
+#: plugins/DetAncestralReport.py:111 plugins/DetDescendantReport.py:122
msgid "Children of %s and %s are:"
msgstr ""
-#: plugins/DetAncestralReport.py:133 plugins/DetDescendantReport.py:144
+#: plugins/DetAncestralReport.py:130 plugins/DetDescendantReport.py:141
msgid "- %s Born: %s %s Died: %s %s"
msgstr ""
-#: plugins/DetAncestralReport.py:137 plugins/DetAncestralReport.py:141
-#: plugins/DetDescendantReport.py:148 plugins/DetDescendantReport.py:152
-#: plugins/DetDescendantReport.py:182
+#: plugins/DetAncestralReport.py:134 plugins/DetAncestralReport.py:138
+#: plugins/DetDescendantReport.py:145 plugins/DetDescendantReport.py:149
+#: plugins/DetDescendantReport.py:179
msgid "- %s Born: %s %s Died: %s"
msgstr ""
-#: plugins/DetAncestralReport.py:144 plugins/DetDescendantReport.py:155
+#: plugins/DetAncestralReport.py:141 plugins/DetDescendantReport.py:152
msgid "- %s Born: %s %s"
msgstr ""
-#: plugins/DetAncestralReport.py:149 plugins/DetAncestralReport.py:164
-#: plugins/DetDescendantReport.py:160 plugins/DetDescendantReport.py:175
+#: plugins/DetAncestralReport.py:146 plugins/DetAncestralReport.py:161
+#: plugins/DetDescendantReport.py:157 plugins/DetDescendantReport.py:172
msgid "- %s Born: %s Died: %s %s"
msgstr ""
-#: plugins/DetAncestralReport.py:153 plugins/DetAncestralReport.py:156
-#: plugins/DetAncestralReport.py:168 plugins/DetAncestralReport.py:171
-#: plugins/DetDescendantReport.py:164 plugins/DetDescendantReport.py:167
-#: plugins/DetDescendantReport.py:179
+#: plugins/DetAncestralReport.py:150 plugins/DetAncestralReport.py:153
+#: plugins/DetAncestralReport.py:165 plugins/DetAncestralReport.py:168
+#: plugins/DetDescendantReport.py:161 plugins/DetDescendantReport.py:164
+#: plugins/DetDescendantReport.py:176
msgid "- %s Born: %s Died: %s"
msgstr ""
-#: plugins/DetAncestralReport.py:158 plugins/DetAncestralReport.py:173
-#: plugins/DetDescendantReport.py:169 plugins/DetDescendantReport.py:184
+#: plugins/DetAncestralReport.py:155 plugins/DetAncestralReport.py:170
+#: plugins/DetDescendantReport.py:166 plugins/DetDescendantReport.py:181
msgid "- %s Born: %s"
msgstr ""
-#: plugins/DetAncestralReport.py:178 plugins/DetDescendantReport.py:189
+#: plugins/DetAncestralReport.py:175 plugins/DetDescendantReport.py:186
msgid "- %s Died: %s %s"
msgstr ""
-#: plugins/DetAncestralReport.py:181 plugins/DetAncestralReport.py:184
-#: plugins/DetDescendantReport.py:192 plugins/DetDescendantReport.py:195
+#: plugins/DetAncestralReport.py:178 plugins/DetAncestralReport.py:181
+#: plugins/DetDescendantReport.py:189 plugins/DetDescendantReport.py:192
msgid "- %s Died: %s"
msgstr ""
-#: plugins/DetAncestralReport.py:186 plugins/DetDescendantReport.py:197
+#: plugins/DetAncestralReport.py:183 plugins/DetDescendantReport.py:194
msgid "- %s"
msgstr ""
-#: plugins/DetAncestralReport.py:204 plugins/DetAncestralReport.py:446
-#: plugins/DetAncestralReport.py:513 plugins/DetDescendantReport.py:215
-#: plugins/DetDescendantReport.py:457 plugins/DetDescendantReport.py:525
+#: plugins/DetAncestralReport.py:201 plugins/DetAncestralReport.py:443
+#: plugins/DetAncestralReport.py:510 plugins/DetDescendantReport.py:212
+#: plugins/DetDescendantReport.py:454 plugins/DetDescendantReport.py:522
msgid "He"
msgstr ""
-#: plugins/DetAncestralReport.py:206 plugins/DetAncestralReport.py:452
-#: plugins/DetAncestralReport.py:515 plugins/DetDescendantReport.py:217
-#: plugins/DetDescendantReport.py:463 plugins/DetDescendantReport.py:527
+#: plugins/DetAncestralReport.py:203 plugins/DetAncestralReport.py:449
+#: plugins/DetAncestralReport.py:512 plugins/DetDescendantReport.py:214
+#: plugins/DetDescendantReport.py:460 plugins/DetDescendantReport.py:524
msgid "She"
msgstr ""
-#: plugins/DetAncestralReport.py:219 plugins/DetDescendantReport.py:230
+#: plugins/DetAncestralReport.py:216 plugins/DetDescendantReport.py:227
msgid " is the same person as [%s]."
msgstr ""
-#: plugins/DetAncestralReport.py:237 plugins/DetDescendantReport.py:248
+#: plugins/DetAncestralReport.py:234 plugins/DetDescendantReport.py:245
msgid "Notes for %s"
msgstr ""
-#: plugins/DetAncestralReport.py:274 plugins/DetDescendantReport.py:285
+#: plugins/DetAncestralReport.py:271 plugins/DetDescendantReport.py:282
msgid " was born on %s in %s."
msgstr ""
-#: plugins/DetAncestralReport.py:276 plugins/DetDescendantReport.py:287
+#: plugins/DetAncestralReport.py:273 plugins/DetDescendantReport.py:284
msgid " was born on %s."
msgstr ""
-#: plugins/DetAncestralReport.py:278 plugins/DetDescendantReport.py:289
+#: plugins/DetAncestralReport.py:275 plugins/DetDescendantReport.py:286
msgid " was born in the year %s in %s."
msgstr ""
-#: plugins/DetAncestralReport.py:281 plugins/DetDescendantReport.py:292
+#: plugins/DetAncestralReport.py:278 plugins/DetDescendantReport.py:289
msgid " was born in the year %s."
msgstr ""
-#: plugins/DetAncestralReport.py:283 plugins/DetDescendantReport.py:294
+#: plugins/DetAncestralReport.py:280 plugins/DetDescendantReport.py:291
msgid " in %s."
msgstr ""
-#: plugins/DetAncestralReport.py:285 plugins/DetAncestralReport.py:288
-#: plugins/DetDescendantReport.py:296 plugins/DetDescendantReport.py:299
+#: plugins/DetAncestralReport.py:282 plugins/DetAncestralReport.py:285
+#: plugins/DetDescendantReport.py:293 plugins/DetDescendantReport.py:296
msgid "."
msgstr ""
-#: plugins/DetAncestralReport.py:339 plugins/DetDescendantReport.py:350
+#: plugins/DetAncestralReport.py:336 plugins/DetDescendantReport.py:347
msgid " %s died on %s in %s"
msgstr ""
-#: plugins/DetAncestralReport.py:340 plugins/DetDescendantReport.py:351
+#: plugins/DetAncestralReport.py:337 plugins/DetDescendantReport.py:348
msgid " %s died on %s"
msgstr ""
-#: plugins/DetAncestralReport.py:343 plugins/DetDescendantReport.py:354
+#: plugins/DetAncestralReport.py:340 plugins/DetDescendantReport.py:351
msgid " %s died in %s in %s"
msgstr ""
-#: plugins/DetAncestralReport.py:344 plugins/DetAncestralReport.py:346
-#: plugins/DetDescendantReport.py:355 plugins/DetDescendantReport.py:357
+#: plugins/DetAncestralReport.py:341 plugins/DetAncestralReport.py:343
+#: plugins/DetDescendantReport.py:352 plugins/DetDescendantReport.py:354
msgid " %s died in %s"
msgstr ""
-#: plugins/DetAncestralReport.py:374 plugins/DetDescendantReport.py:385
+#: plugins/DetAncestralReport.py:371 plugins/DetDescendantReport.py:382
msgid " And %s was buried on %s in %s."
msgstr ""
-#: plugins/DetAncestralReport.py:376 plugins/DetDescendantReport.py:387
+#: plugins/DetAncestralReport.py:373 plugins/DetDescendantReport.py:384
msgid " And %s was buried on %s."
msgstr ""
-#: plugins/DetAncestralReport.py:378 plugins/DetDescendantReport.py:389
+#: plugins/DetAncestralReport.py:375 plugins/DetDescendantReport.py:386
msgid " And %s was buried in %s."
msgstr ""
-#: plugins/DetAncestralReport.py:408 plugins/DetDescendantReport.py:419
+#: plugins/DetAncestralReport.py:405 plugins/DetDescendantReport.py:416
msgid " %s was the son of %s and %s."
msgstr ""
-#: plugins/DetAncestralReport.py:411 plugins/DetAncestralReport.py:414
-#: plugins/DetDescendantReport.py:422 plugins/DetDescendantReport.py:425
+#: plugins/DetAncestralReport.py:408 plugins/DetAncestralReport.py:411
+#: plugins/DetDescendantReport.py:419 plugins/DetDescendantReport.py:422
msgid " %s was the son of %s."
msgstr ""
-#: plugins/DetAncestralReport.py:419 plugins/DetDescendantReport.py:430
+#: plugins/DetAncestralReport.py:416 plugins/DetDescendantReport.py:427
msgid " %s was the daughter of %s and %s."
msgstr ""
-#: plugins/DetAncestralReport.py:422 plugins/DetAncestralReport.py:425
-#: plugins/DetDescendantReport.py:433 plugins/DetDescendantReport.py:436
+#: plugins/DetAncestralReport.py:419 plugins/DetAncestralReport.py:422
+#: plugins/DetDescendantReport.py:430 plugins/DetDescendantReport.py:433
msgid " %s was the daughter of %s."
msgstr ""
-#: plugins/DetAncestralReport.py:448 plugins/DetAncestralReport.py:454
-#: plugins/DetDescendantReport.py:459 plugins/DetDescendantReport.py:465
+#: plugins/DetAncestralReport.py:445 plugins/DetAncestralReport.py:451
+#: plugins/DetDescendantReport.py:456 plugins/DetDescendantReport.py:462
msgid ","
msgstr ""
-#: plugins/DetAncestralReport.py:449 plugins/DetDescendantReport.py:460
+#: plugins/DetAncestralReport.py:446 plugins/DetDescendantReport.py:457
msgid "and he"
msgstr ""
-#: plugins/DetAncestralReport.py:455 plugins/DetDescendantReport.py:466
+#: plugins/DetAncestralReport.py:452 plugins/DetDescendantReport.py:463
msgid "and she"
msgstr ""
-#: plugins/DetAncestralReport.py:481 plugins/DetDescendantReport.py:492
+#: plugins/DetAncestralReport.py:478 plugins/DetDescendantReport.py:489
msgid " %s married %s"
msgstr ""
-#: plugins/DetAncestralReport.py:483 plugins/DetDescendantReport.py:494
+#: plugins/DetAncestralReport.py:480 plugins/DetDescendantReport.py:491
msgid " %s married %s in %s"
msgstr ""
-#: plugins/DetAncestralReport.py:485 plugins/DetDescendantReport.py:496
+#: plugins/DetAncestralReport.py:482 plugins/DetDescendantReport.py:493
msgid " %s married %s on %s"
msgstr ""
-#: plugins/DetAncestralReport.py:486 plugins/DetDescendantReport.py:497
+#: plugins/DetAncestralReport.py:483 plugins/DetDescendantReport.py:494
msgid " %s married %s on %s in %s"
msgstr ""
-#: plugins/DetAncestralReport.py:490 plugins/DetDescendantReport.py:501
+#: plugins/DetAncestralReport.py:487 plugins/DetDescendantReport.py:498
msgid " %s married"
msgstr ""
-#: plugins/DetAncestralReport.py:492 plugins/DetDescendantReport.py:503
+#: plugins/DetAncestralReport.py:489 plugins/DetDescendantReport.py:500
msgid " %s married in %s"
msgstr ""
-#: plugins/DetAncestralReport.py:494 plugins/DetDescendantReport.py:505
+#: plugins/DetAncestralReport.py:491 plugins/DetDescendantReport.py:502
msgid " %s married on %s"
msgstr ""
-#: plugins/DetAncestralReport.py:495 plugins/DetDescendantReport.py:506
+#: plugins/DetAncestralReport.py:492 plugins/DetDescendantReport.py:503
msgid " %s married on %s in %s"
msgstr ""
-#: plugins/DetAncestralReport.py:609 plugins/DetAncestralReport.py:666
+#: plugins/DetAncestralReport.py:606 plugins/DetAncestralReport.py:663
msgid "Detailed Ancestral Report for %s"
msgstr ""
-#: plugins/DetAncestralReport.py:662 plugins/DetDescendantReport.py:690
+#: plugins/DetAncestralReport.py:659 plugins/DetDescendantReport.py:687
msgid "Gramps - Ahnentafel Report"
msgstr ""
-#: plugins/DetAncestralReport.py:821
+#: plugins/DetAncestralReport.py:818
msgid "Detailed Ancestral Report"
msgstr ""
-#: plugins/DetAncestralReport.py:824
+#: plugins/DetAncestralReport.py:821
msgid "Produces a detailed ancestral report"
msgstr ""
-#: plugins/DetAncestralReport.py:930 plugins/DetDescendantReport.py:999
+#: plugins/DetAncestralReport.py:927 plugins/DetDescendantReport.py:996
msgid " at the age of %d %s"
msgstr ""
-#: plugins/DetDescendantReport.py:694
+#: plugins/DetDescendantReport.py:691
msgid "Detailed Descendant Report for %s"
msgstr ""
-#: plugins/DetDescendantReport.py:775
+#: plugins/DetDescendantReport.py:772
msgid "Use first names instead of pronouns"
msgstr ""
-#: plugins/DetDescendantReport.py:779
+#: plugins/DetDescendantReport.py:776
msgid "Use full dates instead of only the year"
msgstr ""
-#: plugins/DetDescendantReport.py:783
+#: plugins/DetDescendantReport.py:780
msgid "List children"
msgstr ""
-#: plugins/DetDescendantReport.py:894
+#: plugins/DetDescendantReport.py:891
msgid "Detailed Descendant Report"
msgstr ""
-#: plugins/DetDescendantReport.py:897
+#: plugins/DetDescendantReport.py:894
msgid "Produces a detailed descendant report"
msgstr ""
-#: plugins/EventCmp.py:131 plugins/GraphViz.py:85 plugins/IndivComplete.py:484
-#: plugins/WebPage.py:910 plugins/WriteGedcom.py:332
-#: plugins/WritePafPalm.py:561
+#: plugins/EventCmp.py:141 plugins/GraphViz.py:98 plugins/IndivComplete.py:481
+#: plugins/WebPage.py:920 plugins/WriteGedcom.py:365
msgid "Entire Database"
msgstr ""
-#: plugins/EventCmp.py:144
+#: plugins/EventCmp.py:154
msgid "No matches were found"
msgstr ""
-#: plugins/EventCmp.py:331
+#: plugins/EventCmp.py:288 plugins/FamilyGroup.py:165
+msgid "Death"
+msgstr ""
+
+#: plugins/EventCmp.py:334
msgid "Compare individual events"
msgstr ""
-#: plugins/EventCmp.py:333
+#: plugins/EventCmp.py:336
msgid "Aids in the analysis of data by allowing the development of custom filters that can be applied to the database to find similar events"
msgstr ""
-#: plugins/FamilyGroup.py:107 plugins/FamilyGroup.py:339
-#: plugins/FamilyGroup.py:549
+#: plugins/FamilyGroup.py:115 plugins/FamilyGroup.py:342
+#: plugins/FamilyGroup.py:552
msgid "Family Group Report"
msgstr ""
-#: plugins/FamilyGroup.py:119
+#: plugins/FamilyGroup.py:127
msgid "Husband"
msgstr ""
-#: plugins/FamilyGroup.py:121
+#: plugins/FamilyGroup.py:129
msgid "Wife"
msgstr ""
-#: plugins/FamilyGroup.py:343
+#: plugins/FamilyGroup.py:286 plugins/FamilyGroup.py:385
+msgid "Spouse"
+msgstr ""
+
+#: plugins/FamilyGroup.py:320 plugins/IndivComplete.py:269
+#: plugins/IndivSummary.py:166 plugins/WebPage.py:553
+msgid "Children"
+msgstr ""
+
+#: plugins/FamilyGroup.py:346
msgid "Family Group Report for %s"
msgstr ""
-#: plugins/FamilyGroup.py:348
+#: plugins/FamilyGroup.py:351
msgid "Save Family Group Report"
msgstr ""
-#: plugins/FamilyGroup.py:552
+#: plugins/FamilyGroup.py:555
msgid "Creates a family group report, showing information on a set of parents and their children."
msgstr ""
-#: plugins/FilterEditor.py:380
+#: plugins/FilterEditor.py:66
+msgid "Comment"
+msgstr ""
+
+#: plugins/FilterEditor.py:372
msgid "Custom Filter Editor"
msgstr ""
-#: plugins/FilterEditor.py:381 plugins/FilterEditor.py:394
-#: plugins/RelCalc.py:437 plugins/Verify.py:306 plugins/soundgen.py:91
+#: plugins/FilterEditor.py:373 plugins/FilterEditor.py:386
+#: plugins/RelCalc.py:447 plugins/Verify.py:291 plugins/soundgen.py:87
msgid "Utilities"
msgstr ""
-#: plugins/FilterEditor.py:382
+#: plugins/FilterEditor.py:374
msgid "The Custom Filter Editor builds custom filters that can be used to select people included in reports, exports, and other utilities."
msgstr ""
-#: plugins/FilterEditor.py:393
+#: plugins/FilterEditor.py:385
msgid "System Filter Editor"
msgstr ""
-#: plugins/FilterEditor.py:395
+#: plugins/FilterEditor.py:387
msgid "The System Filter Editor builds custom filters that can be used by anyone on the system to select people included in reports, exports, and other utilities."
msgstr ""
-#: plugins/Graph.py:209
-msgid "Quit"
+#: plugins/FullFamily.py:105 plugins/FullFamily.py:169
+msgid "Full Family Chart"
msgstr ""
-#: plugins/GraphViz.py:42 plugins/GraphViz.py:73
+#: plugins/FullFamily.py:109
+msgid "Full Family Chart for %s"
+msgstr ""
+
+#: plugins/FullFamily.py:114
+msgid "Save Full Famly Chart"
+msgstr ""
+
+#: plugins/GraphViz.py:59 plugins/GraphViz.py:86
msgid "Single (scaled)"
msgstr ""
-#: plugins/GraphViz.py:43
+#: plugins/GraphViz.py:60
msgid "Single"
msgstr ""
-#: plugins/GraphViz.py:44
+#: plugins/GraphViz.py:61
msgid "Multiple"
msgstr ""
-#: plugins/GraphViz.py:63 plugins/GraphViz.py:392
+#: plugins/GraphViz.py:76 plugins/GraphViz.py:444
msgid "Relationship Graph"
msgstr ""
-#: plugins/GraphViz.py:69
+#: plugins/GraphViz.py:82
msgid "Graphviz File"
msgstr ""
-#: plugins/GraphViz.py:93 plugins/IndivComplete.py:480 plugins/WebPage.py:922
-#: plugins/WriteGedcom.py:340 plugins/WritePafPalm.py:566
+#: plugins/GraphViz.py:106 plugins/IndivComplete.py:477 plugins/WebPage.py:932
+#: plugins/WriteGedcom.py:373
msgid "Ancestors of %s"
msgstr ""
-#: plugins/GraphViz.py:102
+#: plugins/GraphViz.py:110 plugins/WriteGedcom.py:377
+msgid "People with common ancestor with %s"
+msgstr ""
+
+#: plugins/GraphViz.py:119
msgid "Descendants <- Ancestors"
msgstr ""
-#: plugins/GraphViz.py:107
+#: plugins/GraphViz.py:124
msgid "Descendants -> Ancestors"
msgstr ""
-#: plugins/GraphViz.py:112
+#: plugins/GraphViz.py:129
msgid "Descendants <-> Ancestors"
msgstr ""
-#: plugins/GraphViz.py:117
+#: plugins/GraphViz.py:134
msgid "Descendants - Ancestors"
msgstr ""
-#: plugins/GraphViz.py:126 plugins/GraphViz.py:134 plugins/GraphViz.py:142
-#: plugins/GraphViz.py:152 plugins/GraphViz.py:162 plugins/GraphViz.py:176
-#: plugins/GraphViz.py:179 plugins/GraphViz.py:189 plugins/GraphViz.py:196
+#: plugins/GraphViz.py:143 plugins/GraphViz.py:151 plugins/GraphViz.py:159
+#: plugins/GraphViz.py:169 plugins/GraphViz.py:179 plugins/GraphViz.py:187
+#: plugins/GraphViz.py:201 plugins/GraphViz.py:204 plugins/GraphViz.py:214
+#: plugins/GraphViz.py:221
msgid "GraphViz Options"
msgstr ""
-#: plugins/GraphViz.py:127
+#: plugins/GraphViz.py:144
msgid "Arrowhead Options"
msgstr ""
-#: plugins/GraphViz.py:129
+#: plugins/GraphViz.py:146
msgid "Choose the direction that the arrows point."
msgstr ""
-#: plugins/GraphViz.py:131
+#: plugins/GraphViz.py:148
msgid "Include Birth and Death Dates"
msgstr ""
-#: plugins/GraphViz.py:136
+#: plugins/GraphViz.py:153
msgid "Include the years that the individual was born and/or died in the graph node labels."
msgstr ""
-#: plugins/GraphViz.py:140
+#: plugins/GraphViz.py:157
msgid "Include URLs"
msgstr ""
-#: plugins/GraphViz.py:144
+#: plugins/GraphViz.py:161
msgid "Include a URL in each graph node so that PDF and imagemap files can be generated that contain active links to the files generated by the 'Generate Web Site' report."
msgstr ""
-#: plugins/GraphViz.py:150
+#: plugins/GraphViz.py:167
msgid "Colorize Graph"
msgstr ""
-#: plugins/GraphViz.py:155
+#: plugins/GraphViz.py:172
msgid "Males will be outlined in blue, females will be outlined in pink. If the sex of an individual is unknown it will be outlined in black."
msgstr ""
-#: plugins/GraphViz.py:160
+#: plugins/GraphViz.py:177
msgid "Indicate non-birth relationships with dashed lines"
msgstr ""
-#: plugins/GraphViz.py:165
+#: plugins/GraphViz.py:182
msgid "Non-birth relationships will show up as dashed lines in the graph."
msgstr ""
-#: plugins/GraphViz.py:177
-msgid "Top & Bottom Margins"
-msgstr ""
-
-#: plugins/GraphViz.py:180
-msgid "Left & Right Margins"
+#: plugins/GraphViz.py:185
+msgid "Show family nodes"
msgstr ""
#: plugins/GraphViz.py:190
+msgid "Families will show up as circles, linked to parents and children."
+msgstr ""
+
+#: plugins/GraphViz.py:202
+msgid "Top & Bottom Margins"
+msgstr ""
+
+#: plugins/GraphViz.py:205
+msgid "Left & Right Margins"
+msgstr ""
+
+#: plugins/GraphViz.py:215
msgid "Number of Horizontal Pages"
msgstr ""
-#: plugins/GraphViz.py:192
+#: plugins/GraphViz.py:217
msgid "GraphViz can create very large graphs by spreading the graph across a rectangular array of pages. This controls the number pages in the array horizontally."
msgstr ""
-#: plugins/GraphViz.py:197
+#: plugins/GraphViz.py:222
msgid "Number of Vertical Pages"
msgstr ""
-#: plugins/GraphViz.py:199
+#: plugins/GraphViz.py:224
msgid "GraphViz can create very large graphs by spreading the graph across a rectangular array of pages. This controls the number pages in the array vertically."
msgstr ""
-#: plugins/GraphViz.py:377
+#: plugins/GraphViz.py:429
msgid "Generates relationship graphs, currently only in GraphViz format. GraphViz (dot) can transform the graph into postscript, jpeg, png, vrml, svg, and many other formats. For more information or to get a copy of GraphViz, goto http://www.graphviz.org"
msgstr ""
-#: plugins/IndivComplete.py:118
+#: plugins/IndivComplete.py:115
msgid "%(date)s in %(place)s."
msgstr ""
-#: plugins/IndivComplete.py:177
+#: plugins/IndivComplete.py:147 plugins/WebPage.py:463
+msgid "Notes"
+msgstr ""
+
+#: plugins/IndivComplete.py:174
msgid "Alternate Parents"
msgstr ""
-#: plugins/IndivComplete.py:215
+#: plugins/IndivComplete.py:212
msgid "Alternate Names"
msgstr ""
-#: plugins/IndivComplete.py:244 plugins/IndivSummary.py:145
-#: plugins/WebPage.py:501
+#: plugins/IndivComplete.py:241 plugins/IndivSummary.py:137
+#: plugins/WebPage.py:516
msgid "Marriages/Children"
msgstr ""
-#: plugins/IndivComplete.py:318 plugins/IndivSummary.py:302
+#: plugins/IndivComplete.py:297 plugins/WebPage.py:204
+msgid "Sources"
+msgstr ""
+
+#: plugins/IndivComplete.py:315 plugins/IndivSummary.py:289
msgid "Individual Facts"
msgstr ""
-#: plugins/IndivComplete.py:354 plugins/IndivSummary.py:203
-#: plugins/WebPage.py:98 plugins/WebPage.py:221
+#: plugins/IndivComplete.py:351 plugins/IndivSummary.py:190
+#: plugins/WebPage.py:122 plugins/WebPage.py:249
msgid "Summary of %s"
msgstr ""
-#: plugins/IndivComplete.py:384 plugins/IndivSummary.py:243
-#: plugins/WebPage.py:256
+#: plugins/IndivComplete.py:381 plugins/IndivSummary.py:230
+#: plugins/WebPage.py:284
msgid "Male"
msgstr ""
-#: plugins/IndivComplete.py:386 plugins/IndivSummary.py:245
-#: plugins/WebPage.py:258
+#: plugins/IndivComplete.py:383 plugins/IndivSummary.py:232
+#: plugins/WebPage.py:286
msgid "Female"
msgstr ""
-#: plugins/IndivComplete.py:436
+#: plugins/IndivComplete.py:433
msgid "Include Source Information"
msgstr ""
-#: plugins/IndivComplete.py:447 plugins/IndivComplete.py:451
-#: plugins/IndivComplete.py:656
+#: plugins/IndivComplete.py:444 plugins/IndivComplete.py:448
+#: plugins/IndivComplete.py:653
msgid "Complete Individual Report"
msgstr ""
-#: plugins/IndivComplete.py:456
+#: plugins/IndivComplete.py:453
msgid "Save Complete Individual Report"
msgstr ""
-#: plugins/IndivComplete.py:659
+#: plugins/IndivComplete.py:656
msgid "Produces a complete report on the selected people."
msgstr ""
-#: plugins/IndivSummary.py:332 plugins/IndivSummary.py:520
+#: plugins/IndivSummary.py:315 plugins/IndivSummary.py:487
msgid "Individual Summary"
msgstr ""
-#: plugins/IndivSummary.py:336
+#: plugins/IndivSummary.py:319
msgid "Individual Summary for %s"
msgstr ""
-#: plugins/IndivSummary.py:341
+#: plugins/IndivSummary.py:324
msgid "Save Individual Summary"
msgstr ""
-#: plugins/IndivSummary.py:523
+#: plugins/IndivSummary.py:490
msgid "Produces a detailed report on the selected person."
msgstr ""
-#: plugins/Merge.py:92
+#: plugins/Merge.py:111
msgid "Medium"
msgstr ""
-#: plugins/Merge.py:527
+#: plugins/Merge.py:215
+msgid "First Person"
+msgstr ""
+
+#: plugins/Merge.py:215
+msgid "Rating"
+msgstr ""
+
+#: plugins/Merge.py:216
+msgid "Second Person"
+msgstr ""
+
+#: plugins/Merge.py:545
msgid "Find possible duplicate people"
msgstr ""
-#: plugins/Merge.py:529
+#: plugins/Merge.py:547
msgid "Searches the entire database, looking for individual entries that may represent the same person."
msgstr ""
-#: plugins/PatchNames.py:77
+#: plugins/PatchNames.py:101
msgid ""
"%s will be extracted as a nickname from %s\n"
msgstr ""
-#: plugins/PatchNames.py:82
+#: plugins/PatchNames.py:106
msgid ""
"%s will be extracted as a title from %s\n"
msgstr ""
-#: plugins/PatchNames.py:95
+#: plugins/PatchNames.py:119
msgid "No titles or nicknames were found"
msgstr ""
-#: plugins/PatchNames.py:127
+#: plugins/PatchNames.py:151
msgid "Extract information from names"
msgstr ""
-#: plugins/PatchNames.py:129
+#: plugins/PatchNames.py:153
msgid "Searches the entire database and attempts to extract titles and nicknames that may be embedded in a person's given name field."
msgstr ""
-#: plugins/ReadGedcom.py:284 plugins/ReadGedcom.py:295
+#: plugins/ReadGedcom.py:289
+msgid "GEDCOM file ended unexpectedly"
+msgstr ""
+
+#: plugins/ReadGedcom.py:305 plugins/ReadGedcom.py:317
msgid "Warning: line %d was not understood, so it was ignored."
msgstr ""
-#: plugins/ReadGedcom.py:329
+#: plugins/ReadGedcom.py:363
msgid "Import Complete: %d seconds"
msgstr ""
-#: plugins/ReadGedcom.py:1659 plugins/ReadGedcom.py:1689
+#: plugins/ReadGedcom.py:1694 plugins/ReadGedcom.py:1737
msgid "Import from GEDCOM"
msgstr ""
-#: plugins/ReadNative.py:57 plugins/ReadNative.py:85
+#: plugins/ReadNative.py:47 plugins/ReadNative.py:55 plugins/ReadNative.py:58
+#: plugins/ReadNative.py:94
msgid "Import from GRAMPS"
msgstr ""
-#: plugins/RelCalc.py:60
+#: plugins/RelCalc.py:74
msgid "%(p1)s is the first cousin of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:63
+#: plugins/RelCalc.py:77
msgid "%(p1)s is the first cousin once removed of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:66
+#: plugins/RelCalc.py:80
msgid "%(p1)s is the first cousin twice removed of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:69
+#: plugins/RelCalc.py:83
msgid "%(p1)s is the first cousin %(removed)d times removed of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:73
+#: plugins/RelCalc.py:87
msgid "%(p1)s is the second cousin of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:76
+#: plugins/RelCalc.py:90
msgid "%(p1)s is the second cousin once removed of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:79
+#: plugins/RelCalc.py:93
msgid "%(p1)s is the second cousin twice removed of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:82
+#: plugins/RelCalc.py:96
msgid "%(p1)s is the second cousin %(removed)d times removed of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:86
+#: plugins/RelCalc.py:100
msgid "%(p1)s is the third cousin of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:89
+#: plugins/RelCalc.py:103
msgid "%(p1)s is the third cousin once removed of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:92
+#: plugins/RelCalc.py:106
msgid "%(p1)s is the third cousin twice removed of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:95
+#: plugins/RelCalc.py:109
msgid "%(p1)s is the third cousin %(removed)d times removed of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:99
+#: plugins/RelCalc.py:113
msgid "%(p1)s is the %(level)dth cousin of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:102
+#: plugins/RelCalc.py:116
msgid "%(p1)s is the %(level)dth cousin once removed of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:105
+#: plugins/RelCalc.py:119
msgid "%(p1)s is the %(level)dth cousin twice removed of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:108
+#: plugins/RelCalc.py:122
msgid "%(p1)s is the %(level)dth cousin %(removed)d times removed of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:113
+#: plugins/RelCalc.py:127
msgid "%(p1)s is the father of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:116
+#: plugins/RelCalc.py:130
msgid "%(p1)s is the grandfather of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:119
+#: plugins/RelCalc.py:133
msgid "%(p1)s is the great grandfather of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:122
+#: plugins/RelCalc.py:136
msgid "%(p1)s is the second great grandfather of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:125
+#: plugins/RelCalc.py:139
msgid "%(p1)s is the third great grandfather of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:128
+#: plugins/RelCalc.py:142
msgid "%(p1)s is the %(level)dth great grandfather of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:133
+#: plugins/RelCalc.py:147
msgid "%(p1)s is the son of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:136
+#: plugins/RelCalc.py:150
msgid "%(p1)s is the grandson of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:139
+#: plugins/RelCalc.py:153
msgid "%(p1)s is the great grandson of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:142
+#: plugins/RelCalc.py:156
msgid "%(p1)s is the second great grandson of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:145
+#: plugins/RelCalc.py:159
msgid "%(p1)s is the third great grandson of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:148
+#: plugins/RelCalc.py:162
msgid "%(p1)s is the %(level)dth great grandson of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:153
+#: plugins/RelCalc.py:167
msgid "%(p1)s is the mother of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:156
+#: plugins/RelCalc.py:170
msgid "%(p1)s is the grandmother of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:159
+#: plugins/RelCalc.py:173
msgid "%(p1)s is the great grandmother of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:162
+#: plugins/RelCalc.py:176
msgid "%(p1)s is the second great grandmother of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:165
+#: plugins/RelCalc.py:179
msgid "%(p1)s is the third great grandmother of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:168
+#: plugins/RelCalc.py:182
msgid "%(p1)s is the %(level)dth great grandmother of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:173
+#: plugins/RelCalc.py:187
msgid "%(p1)s is the daughter of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:176
+#: plugins/RelCalc.py:190
msgid "%(p1)s is the granddaughter of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:179
+#: plugins/RelCalc.py:193
msgid "%(p1)s is the great granddaughter of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:182
+#: plugins/RelCalc.py:196
msgid "%(p1)s is the second great granddaughter of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:185
+#: plugins/RelCalc.py:199
msgid "%(p1)s is the third great granddaughter of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:188
+#: plugins/RelCalc.py:202
msgid "%(p1)s is the %(level)dth great granddaughter of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:193
+#: plugins/RelCalc.py:207
msgid "%(p1)s is the sister of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:196
+#: plugins/RelCalc.py:210
msgid "%(p1)s is the aunt of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:199
+#: plugins/RelCalc.py:213
msgid "%(p1)s is the grandaunt of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:202
+#: plugins/RelCalc.py:216
msgid "%(p1)s is the great grandaunt of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:205
+#: plugins/RelCalc.py:219
msgid "%(p1)s is the second great grandaunt of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:208
+#: plugins/RelCalc.py:222
msgid "%(p1)s is the third great grandaunt of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:211
+#: plugins/RelCalc.py:225
msgid "%(p1)s is the %(level)dth great grandaunt of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:216
+#: plugins/RelCalc.py:230
msgid "%(p1)s is the brother of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:219
+#: plugins/RelCalc.py:233
msgid "%(p1)s is the uncle of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:222
+#: plugins/RelCalc.py:236
msgid "%(p1)s is the granduncle of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:225
+#: plugins/RelCalc.py:239
msgid "%(p1)s is the great granduncle of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:228
+#: plugins/RelCalc.py:242
msgid "%(p1)s is the second great granduncle of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:231
+#: plugins/RelCalc.py:245
msgid "%(p1)s is the third great granduncle of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:234
+#: plugins/RelCalc.py:248
msgid "%(p1)s is the %(level)dth great granduncle of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:239
+#: plugins/RelCalc.py:253
msgid "%(p1)s is the nephew of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:242
+#: plugins/RelCalc.py:256
msgid "%(p1)s is the grandnephew of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:245
+#: plugins/RelCalc.py:259
msgid "%(p1)s is the great grandnephew of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:248
+#: plugins/RelCalc.py:262
msgid "%(p1)s is the second great grandnephew of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:251
+#: plugins/RelCalc.py:265
msgid "%(p1)s is the third great grandnephew of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:254
+#: plugins/RelCalc.py:268
msgid "%(p1)s is the %(level)dth great grandnephew of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:259
+#: plugins/RelCalc.py:273
msgid "%(p1)s is the niece of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:262
+#: plugins/RelCalc.py:276
msgid "%(p1)s is the grandniece of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:265
+#: plugins/RelCalc.py:279
msgid "%(p1)s is the great grandniece of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:268
+#: plugins/RelCalc.py:282
msgid "%(p1)s is the second great grandniece of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:271
+#: plugins/RelCalc.py:285
msgid "%(p1)s is the third great grandniece of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:274
+#: plugins/RelCalc.py:288
msgid "%(p1)s is the %(level)dth great grandniece of %(p2)s."
msgstr ""
-#: plugins/RelCalc.py:363
+#: plugins/RelCalc.py:323
+msgid "Birthday"
+msgstr ""
+
+#: plugins/RelCalc.py:377
msgid "Their common ancestor is %s."
msgstr ""
-#: plugins/RelCalc.py:369
+#: plugins/RelCalc.py:383
msgid "Their common ancestors are %s and %s."
msgstr ""
-#: plugins/RelCalc.py:374
+#: plugins/RelCalc.py:388
msgid "Their common ancestors are : "
msgstr ""
-#: plugins/RelCalc.py:387
+#: plugins/RelCalc.py:401
msgid "There is no relationship between %s and %s."
msgstr ""
-#: plugins/RelCalc.py:391
+#: plugins/RelCalc.py:405
msgid "%s and %s are the same person."
msgstr ""
-#: plugins/RelCalc.py:436
+#: plugins/RelCalc.py:446
msgid "Relationship calculator"
msgstr ""
-#: plugins/RelCalc.py:438
+#: plugins/RelCalc.py:448
msgid "Calculates the relationship between two people"
msgstr ""
-#: plugins/ReorderIds.py:123
+#: plugins/ReorderIds.py:121
msgid "Reorder gramps IDs"
msgstr ""
-#: plugins/ReorderIds.py:125
+#: plugins/ReorderIds.py:123
msgid "Reorders the gramps IDs according to gramps' default rules."
msgstr ""
-#: plugins/Summary.py:106
+#: plugins/Summary.py:105
msgid "Individuals"
msgstr ""
-#: plugins/Summary.py:108
+#: plugins/Summary.py:107
msgid "Number of individuals"
msgstr ""
-#: plugins/Summary.py:111
+#: plugins/Summary.py:110
msgid "Individuals with incomplete names"
msgstr ""
-#: plugins/Summary.py:112
+#: plugins/Summary.py:111
msgid "Individuals missing birth dates"
msgstr ""
-#: plugins/Summary.py:114
+#: plugins/Summary.py:113
msgid "Family Information"
msgstr ""
-#: plugins/Summary.py:116
+#: plugins/Summary.py:115
msgid "Number of families"
msgstr ""
-#: plugins/Summary.py:117
+#: plugins/Summary.py:116
msgid "Unique surnames"
msgstr ""
-#: plugins/Summary.py:120
+#: plugins/Summary.py:119
msgid "Individuals with media objects"
msgstr ""
-#: plugins/Summary.py:121
+#: plugins/Summary.py:120
msgid "Total number of media object references"
msgstr ""
-#: plugins/Summary.py:122
+#: plugins/Summary.py:121
msgid "Number of unique media objects"
msgstr ""
-#: plugins/Summary.py:123
+#: plugins/Summary.py:122
msgid "Total size of media objects"
msgstr ""
-#: plugins/Summary.py:124
+#: plugins/Summary.py:123
msgid "bytes"
msgstr ""
-#: plugins/Summary.py:127
+#: plugins/Summary.py:126
msgid "Missing Media Objects"
msgstr ""
-#: plugins/Summary.py:146
+#: plugins/Summary.py:145
msgid "Summary of the database"
msgstr ""
-#: plugins/Summary.py:148 plugins/count_anc.py:98
+#: plugins/Summary.py:147 plugins/count_anc.py:95
msgid "View"
msgstr ""
-#: plugins/Summary.py:149
+#: plugins/Summary.py:148
msgid "Provides a summary of the current database"
msgstr ""
-#: plugins/Verify.py:305
+#: plugins/Verify.py:290
msgid "Verify the database"
msgstr ""
-#: plugins/Verify.py:307
+#: plugins/Verify.py:292
msgid "List exceptions to assertions or checks about the database"
msgstr ""
-#: plugins/WebPage.py:253
+#: plugins/WebPage.py:281
msgid "ID Number"
msgstr ""
-#: plugins/WebPage.py:292
+#: plugins/WebPage.py:322
msgid "Return to the index of people"
msgstr ""
-#: plugins/WebPage.py:399
+#: plugins/WebPage.py:355
+msgid "Gallery"
+msgstr ""
+
+#: plugins/WebPage.py:429
msgid "Facts and Events"
msgstr ""
-#: plugins/WebPage.py:591
+#: plugins/WebPage.py:606
msgid "Creating Web Pages"
msgstr ""
-#: plugins/WebPage.py:591
+#: plugins/WebPage.py:606
msgid "Generate HTML reports - GRAMPS"
msgstr ""
-#: plugins/WebPage.py:680 plugins/WebPage.py:684
+#: plugins/WebPage.py:695 plugins/WebPage.py:699
msgid "Family Tree Index"
msgstr ""
-#: plugins/WebPage.py:718
+#: plugins/WebPage.py:733
msgid "%s (continued)"
msgstr ""
-#: plugins/WebPage.py:735
+#: plugins/WebPage.py:750
msgid "Neither %s nor %s are directories"
msgstr ""
-#: plugins/WebPage.py:742 plugins/WebPage.py:746 plugins/WebPage.py:758
-#: plugins/WebPage.py:762
+#: plugins/WebPage.py:757 plugins/WebPage.py:761 plugins/WebPage.py:773
+#: plugins/WebPage.py:777
msgid "Could not create the directory : %s"
msgstr ""
-#: plugins/WebPage.py:827
+#: plugins/WebPage.py:842
msgid "Include a link to the index page"
msgstr ""
-#: plugins/WebPage.py:828 plugins/gedcomexport.glade:295
-#: plugins/pafexport.glade:296
+#: plugins/WebPage.py:843
msgid "Do not include records marked private"
msgstr ""
-#: plugins/WebPage.py:829
+#: plugins/WebPage.py:844
msgid "Restrict information on living people"
msgstr ""
-#: plugins/WebPage.py:830
+#: plugins/WebPage.py:845
msgid "Do not use images"
msgstr ""
-#: plugins/WebPage.py:831
+#: plugins/WebPage.py:846
msgid "Do not use images for living people"
msgstr ""
-#: plugins/WebPage.py:832
+#: plugins/WebPage.py:847
msgid "Do not include comments and text in source information"
msgstr ""
-#: plugins/WebPage.py:833
+#: plugins/WebPage.py:848
msgid "Include the GRAMPS ID in the report"
msgstr ""
-#: plugins/WebPage.py:834
+#: plugins/WebPage.py:849
msgid "Create a GENDEX index"
msgstr ""
-#: plugins/WebPage.py:835
+#: plugins/WebPage.py:850
msgid "Image subdirectory"
msgstr ""
-#: plugins/WebPage.py:836
+#: plugins/WebPage.py:851
msgid "File extension"
msgstr ""
-#: plugins/WebPage.py:860
+#: plugins/WebPage.py:875
msgid "Privacy"
msgstr ""
-#: plugins/WebPage.py:867
+#: plugins/WebPage.py:882
msgid "Advanced"
msgstr ""
-#: plugins/WebPage.py:869
+#: plugins/WebPage.py:884
msgid "GRAMPS ID link URL"
msgstr ""
-#: plugins/WebPage.py:885 plugins/WebPage.py:1247
+#: plugins/WebPage.py:895 plugins/WebPage.py:1247
msgid "Generate Web Site"
msgstr ""
-#: plugins/WebPage.py:885 plugins/WebPage.py:1248
+#: plugins/WebPage.py:895 plugins/WebPage.py:1248
msgid "Web Page"
msgstr ""
-#: plugins/WebPage.py:890
+#: plugins/WebPage.py:900
msgid "Target Directory"
msgstr ""
-#: plugins/WebPage.py:914
+#: plugins/WebPage.py:924
msgid "Direct Descendants of %s"
msgstr ""
-#: plugins/WebPage.py:918
+#: plugins/WebPage.py:928
msgid "Descendant Families of %s"
msgstr ""
@@ -4349,935 +3120,46 @@ msgstr ""
msgid "Generates web (HTML) pages for individuals, or a set of individuals."
msgstr ""
-#: plugins/WriteGedcom.py:963
+#: plugins/WriteGedcom.py:1029
msgid "Export to GEDCOM"
msgstr ""
-#: plugins/WritePafPalm.py:574
-msgid "Ancestors and Descendants of %s"
-msgstr ""
-
-#: plugins/WritePafPalm.py:578
-msgid "People somehow connected to %s"
-msgstr ""
-
-#: plugins/WritePafPalm.py:593
-msgid "Export to PAF for PalmOS"
-msgstr ""
-
-#: plugins/WritePkg.py:153
+#: plugins/WritePkg.py:151
msgid "Export to GRAMPS package"
msgstr ""
-#: plugins/changetype.glade:18
-msgid "Change Event Types - GRAMPS"
-msgstr ""
-
-#: plugins/changetype.glade:101
-msgid "Change Event Type of"
-msgstr ""
-
-#: plugins/count_anc.py:54
+#: plugins/count_anc.py:51
msgid "Number of ancestors of \"%s\" by generation"
msgstr ""
-#: plugins/count_anc.py:64
+#: plugins/count_anc.py:61
msgid ""
"Generation %d has 1 individual.\n"
msgstr ""
-#: plugins/count_anc.py:66
+#: plugins/count_anc.py:63
msgid ""
"Generation %d has %d individuals.\n"
msgstr ""
-#: plugins/count_anc.py:80
+#: plugins/count_anc.py:77
msgid ""
"Total ancestors in generations %d to -1 is %d .\n"
msgstr ""
-#: plugins/count_anc.py:97
+#: plugins/count_anc.py:94
msgid "Number of ancestors"
msgstr ""
-#: plugins/count_anc.py:99
+#: plugins/count_anc.py:96
msgid "Counts number of ancestors of selected person"
msgstr ""
-#: plugins/desbrowse.glade:18
-msgid "Descendant Browser - GRAMPS"
-msgstr ""
-
-#: plugins/desbrowse.glade:92
-msgid "Descendant Browser"
-msgstr ""
-
-#: plugins/eventcmp.glade:18
-msgid "Save as a Spreadsheet - GRAMPS"
-msgstr ""
-
-#: plugins/eventcmp.glade:100
-msgid "Save data as a spreadsheet"
-msgstr ""
-
-#: plugins/eventcmp.glade:130
-msgid "Save Data"
-msgstr ""
-
-#: plugins/eventcmp.glade:154
-msgid "Format"
-msgstr ""
-
-#: plugins/eventcmp.glade:173
-msgid "OpenOffice Spreadsheet"
-msgstr ""
-
-#: plugins/eventcmp.glade:246
-msgid "Choose the HTML template"
-msgstr ""
-
-#: plugins/eventcmp.glade:277 plugins/eventcmp.glade:421
-msgid "Event Comparison - GRAMPS"
-msgstr ""
-
-#: plugins/eventcmp.glade:327
-msgid "Save As..."
-msgstr ""
-
-#: plugins/eventcmp.glade:364 plugins/eventcmp.glade:503
-msgid "Event Comparison"
-msgstr ""
-
-#: plugins/gedcomexport.glade:18 plugins/gedcomexport.glade:328
-msgid "Export GEDCOM file"
-msgstr ""
-
-#: plugins/gedcomexport.glade:100 plugins/gedcomexport.glade:396
-#: plugins/pkgexport.glade:225
-msgid "GEDCOM Export"
-msgstr ""
-
-#: plugins/gedcomexport.glade:130 plugins/pkgexport.glade:130
-msgid "Export GEDCOM"
-msgstr ""
-
-#: plugins/gedcomexport.glade:179 plugins/gedcomimport.glade:233
-msgid "Encoding"
-msgstr ""
-
-#: plugins/gedcomexport.glade:199
-msgid "ANSEL"
-msgstr ""
-
-#: plugins/gedcomexport.glade:215
-msgid "UNICODE"
-msgstr ""
-
-#: plugins/gedcomexport.glade:232 plugins/merge.glade:432
-#: plugins/pafexport.glade:276 styles.glade:758
-msgid "Options"
-msgstr ""
-
-#: plugins/gedcomexport.glade:261
-msgid "Target"
-msgstr ""
-
-#: plugins/gedcomexport.glade:280
-msgid "Standard GEDCOM 5.5"
-msgstr ""
-
-#: plugins/gedcomexport.glade:310 plugins/pafexport.glade:311
-msgid "Restrict data on living people"
-msgstr ""
-
-#: plugins/gedcomexport.glade:522 plugins/gedcomexport.glade:551
-#: plugins/gedcomexport.glade:580 plugins/merge.glade:101
-#: plugins/pkgexport.glade:351 plugins/pkgexport.glade:380
-#: plugins/pkgexport.glade:409 plugins/readgedcom.glade:75
-msgid "%P %%"
-msgstr ""
-
-#: plugins/gedcomimport.glade:18
-msgid "GEDCOM Import Status"
-msgstr ""
-
-#: plugins/gedcomimport.glade:36
-msgid "GEDCOM Import"
-msgstr ""
-
-#: plugins/gedcomimport.glade:103
-msgid "Created by"
-msgstr ""
-
-#: plugins/gedcomimport.glade:129
-msgid "Version"
-msgstr ""
-
-#: plugins/gedcomimport.glade:155
-msgid "Number of Families"
-msgstr ""
-
-#: plugins/gedcomimport.glade:181
-msgid "Number of People"
-msgstr ""
-
-#: plugins/gedcomimport.glade:207
-msgid "Number of Errors"
-msgstr ""
-
-#: plugins/gedcomimport.glade:428
-msgid "Close window when complete"
-msgstr ""
-
-#: plugins/merge.glade:35
-msgid "Determining Possible Merges"
-msgstr ""
-
-#: plugins/merge.glade:62
-msgid "Please be patient. This may take a while."
-msgstr ""
-
-#: plugins/merge.glade:121
-msgid "Merge List - GRAMPS"
-msgstr ""
-
-#: plugins/merge.glade:170
-msgid "Merge"
-msgstr ""
-
-#: plugins/merge.glade:202
-msgid "Potential Merges"
-msgstr ""
-
-#: plugins/merge.glade:255
-msgid "Rating"
-msgstr ""
-
-#: plugins/merge.glade:268
-msgid "Person 1"
-msgstr ""
-
-#: plugins/merge.glade:281
-msgid "Person 2"
-msgstr ""
-
-#: plugins/merge.glade:408
-msgid "Match Threshold"
-msgstr ""
-
-#: plugins/merge.glade:451
-msgid "Use SoundEx codes for name matches"
-msgstr ""
-
-#: plugins/merge.glade:464
-msgid "(Recommended only for English)"
-msgstr ""
-
-#: plugins/pafexport.glade:18
-msgid "Export PAF for PalmOS file"
-msgstr ""
-
-#: plugins/pafexport.glade:100
-msgid "PAF for PalmOS Export"
-msgstr ""
-
-#: plugins/pafexport.glade:130
-msgid "Export PAF for PalmOS"
-msgstr ""
-
-#: plugins/pafexport.glade:208
-msgid "Database name: "
-msgstr ""
-
-#: plugins/patchnames.glade:18
-msgid "Name and Title Extraction Tool - GRAMPS"
-msgstr ""
-
-#: plugins/patchnames.glade:110
-msgid "Name and Title Extraction Tool"
-msgstr ""
-
-#: plugins/patchnames.glade:142
-msgid ""
-"Below is a list of the nicknames and titles that GRAMPS can extract from the \n"
-"current database. If you select 'Yes', GRAMPS will modify your database as \n"
-"specified below. If you do not approve of these changes, you should select \n"
-"'No', and your database will not be altered.\n"
-"\n"
-"Should the following changes be made?"
-msgstr ""
-
-#: plugins/pkgexport.glade:18
-msgid "Export GRAMPS package - GRAMPS"
-msgstr ""
-
-#: plugins/pkgexport.glade:100
-msgid "GRAMPS package export"
-msgstr ""
-
-#: plugins/pkgexport.glade:157
-msgid "Export GRAMPS package"
-msgstr ""
-
-#: plugins/readgedcom.glade:18
-msgid "GEDCOM Read Progress"
-msgstr ""
-
-#: plugins/readgedcom.glade:35
-msgid "GEDCOM Import Progress"
-msgstr ""
-
-#: plugins/relcalc.glade:18
-msgid "Relationship Calculator - GRAMPS"
-msgstr ""
-
-#: plugins/relcalc.glade:99
-msgid "name"
-msgstr ""
-
-#: plugins/relcalc.glade:183
-msgid "Birthdate"
-msgstr ""
-
-#: plugins/soundex.glade:18
-msgid "SoundEx Code Generator - GRAMPS"
-msgstr ""
-
-#: plugins/soundex.glade:60
-msgid "Calculate SoundEx code for the name"
-msgstr ""
-
-#: plugins/soundex.glade:75
-msgid "Close Window"
-msgstr ""
-
-#: plugins/soundex.glade:102
-msgid "SoundEx Code Generator"
-msgstr ""
-
-#: plugins/soundex.glade:246
-msgid "Name used to generate SoundEx code"
-msgstr ""
-
-#: plugins/soundgen.py:90
+#: plugins/soundgen.py:86
msgid "Generate SoundEx codes"
msgstr ""
-#: plugins/soundgen.py:92
+#: plugins/soundgen.py:88
msgid "Generates SoundEx codes for names"
msgstr ""
-#: plugins/summary.glade:18
-msgid "Database Summary - GRAMPS"
-msgstr ""
-
-#: plugins/summary.glade:95
-msgid "Database Summary"
-msgstr ""
-
-#: plugins/verify.glade:18
-msgid "Database Verify - GRAMPS"
-msgstr ""
-
-#: plugins/verify.glade:95
-msgid "Database Verify"
-msgstr ""
-
-#: plugins/verify.glade:136
-msgid "Verify - Settings"
-msgstr ""
-
-#: plugins/verify.glade:187
-msgid "Maximum age"
-msgstr ""
-
-#: plugins/verify.glade:213
-msgid "Maximum husband-wife age difference"
-msgstr ""
-
-#: plugins/verify.glade:239
-msgid "Minimum age to marry"
-msgstr ""
-
-#: plugins/verify.glade:265
-msgid "Maximum age to marry"
-msgstr ""
-
-#: plugins/verify.glade:291
-msgid "Maximum number of spouses for a person"
-msgstr ""
-
-#: plugins/verify.glade:317
-msgid "Maximum number of consecutive years of widowhood"
-msgstr ""
-
-#: plugins/verify.glade:343
-msgid "Maximum number of years between children"
-msgstr ""
-
-#: plugins/verify.glade:369
-msgid "Maximum span of years for all children"
-msgstr ""
-
-#: plugins/verify.glade:609
-msgid "Women"
-msgstr ""
-
-#: plugins/verify.glade:631
-msgid "Minimum age to bear a child"
-msgstr ""
-
-#: plugins/verify.glade:657
-msgid "Maximum age to bear a child"
-msgstr ""
-
-#: plugins/verify.glade:733 plugins/verify.glade:911
-msgid "Maximum number of children"
-msgstr ""
-
-#: plugins/verify.glade:787
-msgid "Men"
-msgstr ""
-
-#: plugins/verify.glade:809
-msgid "Minimum age to father a child"
-msgstr ""
-
-#: plugins/verify.glade:835
-msgid "Maximum age to father a child"
-msgstr ""
-
-#: preferences.glade:19
-msgid "Preferences - GRAMPS"
-msgstr ""
-
-#: preferences.glade:199
-msgid "GRAMPS Preferences"
-msgstr ""
-
-#: preferences.glade:271
-msgid "To change your preferences, select one of the subcategories in the menu on the left hand side of the window."
-msgstr ""
-
-#: preferences.glade:331
-msgid "Default database directory"
-msgstr ""
-
-#: preferences.glade:359
-msgid "Select default database directory - GRAMPS"
-msgstr ""
-
-#: preferences.glade:381
-msgid "The default directory for storing databases"
-msgstr ""
-
-#: preferences.glade:406
-msgid "Automatically load last database"
-msgstr ""
-
-#: preferences.glade:435
-msgid "Do not compress XML data file"
-msgstr ""
-
-#: preferences.glade:489
-msgid "Autosave interval (minutes)"
-msgstr ""
-
-#: preferences.glade:538
-msgid "Revison Control"
-msgstr ""
-
-#: preferences.glade:589
-msgid "Use Revision Control"
-msgstr ""
-
-#: preferences.glade:618
-msgid "Prompt for comment on save"
-msgstr ""
-
-#: preferences.glade:682
-msgid "Enable autocompletion"
-msgstr ""
-
-#: preferences.glade:712
-msgid "Toolbar"
-msgstr ""
-
-#: preferences.glade:737
-msgid "Display only icons"
-msgstr ""
-
-#: preferences.glade:758
-msgid "Display only text"
-msgstr ""
-
-#: preferences.glade:779
-msgid "Display icons and text"
-msgstr ""
-
-#: preferences.glade:796
-msgid "Status Bar"
-msgstr ""
-
-#: preferences.glade:821
-msgid "Active person's name only"
-msgstr ""
-
-#: preferences.glade:842
-msgid "Active person's name and GRAMPS ID"
-msgstr ""
-
-#: preferences.glade:863
-msgid "Active person's name and attribute"
-msgstr ""
-
-#: preferences.glade:926
-msgid "Use tabbed pages"
-msgstr ""
-
-#: preferences.glade:947
-msgid "Always display the LDS ordinance tabs"
-msgstr ""
-
-#: preferences.glade:979
-msgid "Display attribute on Edit Person form"
-msgstr ""
-
-#: preferences.glade:1017
-msgid "List display options"
-msgstr ""
-
-#: preferences.glade:1042
-msgid "Do not display alternate names in person list"
-msgstr ""
-
-#: preferences.glade:1062
-msgid "Show Detail Flags in display lists"
-msgstr ""
-
-#: preferences.glade:1082
-msgid "Show index numbers in child list"
-msgstr ""
-
-#: preferences.glade:1102
-msgid "Display GRAMPS ID in lists"
-msgstr ""
-
-#: preferences.glade:1138
-msgid "Custom Colors"
-msgstr ""
-
-#: preferences.glade:1168 preferences.glade:1197 preferences.glade:1226
-#: preferences.glade:1255 preferences.glade:1417 styles.glade:738
-#: styles.glade:1353
-msgid "Pick a color"
-msgstr ""
-
-#: preferences.glade:1275
-msgid "Odd Row Foreground"
-msgstr ""
-
-#: preferences.glade:1301
-msgid "Odd Row Background"
-msgstr ""
-
-#: preferences.glade:1327
-msgid "Even Row Foreground"
-msgstr ""
-
-#: preferences.glade:1353
-msgid "Even Row Background"
-msgstr ""
-
-#: preferences.glade:1386
-msgid "Enable Custom Colors"
-msgstr ""
-
-#: preferences.glade:1437
-msgid "Ancestor Foreground"
-msgstr ""
-
-#: preferences.glade:1486
-msgid "Display Formats"
-msgstr ""
-
-#: preferences.glade:1507 preferences.glade:1629
-msgid "Date Format"
-msgstr ""
-
-#: preferences.glade:1533
-msgid "Name Format"
-msgstr ""
-
-#: preferences.glade:1608
-msgid "Entry Formats"
-msgstr ""
-
-#: preferences.glade:1681
-msgid "Calendars"
-msgstr ""
-
-#: preferences.glade:1706
-msgid "Show calendar format selection menu"
-msgstr ""
-
-#: preferences.glade:2255
-msgid "Preferred Text Format"
-msgstr ""
-
-#: preferences.glade:2281
-msgid "Preferred Paper Size"
-msgstr ""
-
-#: preferences.glade:2307
-msgid "Default report directory"
-msgstr ""
-
-#: preferences.glade:2333
-msgid "Default Web Site directory"
-msgstr ""
-
-#: preferences.glade:2361 preferences.glade:2403
-msgid "Select default report directory - GRAMPS"
-msgstr ""
-
-#: preferences.glade:2383
-msgid "The default directory for the output of many report generators"
-msgstr ""
-
-#: preferences.glade:2425
-msgid "The default directory for the output of the Web Site report generators"
-msgstr ""
-
-#: preferences.glade:2469
-msgid "A4"
-msgstr ""
-
-#: preferences.glade:2469
-msgid "Letter"
-msgstr ""
-
-#: preferences.glade:2490
-msgid "Preferred Graphical Format"
-msgstr ""
-
-#: preferences.glade:2562
-msgid "Drag and Drop from an External Source"
-msgstr ""
-
-#: preferences.glade:2588
-msgid "Make a reference to the object when the object is dropped"
-msgstr ""
-
-#: preferences.glade:2610
-msgid "Make a local copy when the object is dropped"
-msgstr ""
-
-#: preferences.glade:2632
-msgid "Display global properties editor when object is dropped"
-msgstr ""
-
-#: preferences.glade:2648
-msgid "Drag and Drop from an Internal Source"
-msgstr ""
-
-#: preferences.glade:2674
-msgid "Display local properties editor when object is dropped"
-msgstr ""
-
-#: preferences.glade:2710
-msgid "GRAMPS ID prefixes"
-msgstr ""
-
-#: preferences.glade:2835
-msgid "Media Object"
-msgstr ""
-
-#: preferences.glade:2871
-msgid "I"
-msgstr ""
-
-#: preferences.glade:2901
-msgid "F"
-msgstr ""
-
-#: preferences.glade:2931
-msgid "P"
-msgstr ""
-
-#: preferences.glade:2961
-msgid "S"
-msgstr ""
-
-#: preferences.glade:2991
-msgid "O"
-msgstr ""
-
-#: preferences.glade:3014
-msgid "User Defined IDs"
-msgstr ""
-
-#: preferences.glade:3040
-msgid "Allow internal GRAMPS ID numbers to be edited"
-msgstr ""
-
-#: preferences.glade:3076
-msgid "Customization"
-msgstr ""
-
-#: preferences.glade:3097
-msgid "Surname Guessing"
-msgstr ""
-
-#: revision.glade:20
-msgid "Open a database - GRAMPS"
-msgstr ""
-
-#: revision.glade:102
-msgid "Open a database"
-msgstr ""
-
-#: revision.glade:160
-msgid "Open a GRAMPS Database"
-msgstr ""
-
-#: revision.glade:187
-msgid "Revert to an older version from revision control"
-msgstr ""
-
-#: revision.glade:203
-msgid "Select an older revision - GRAMPS"
-msgstr ""
-
-#: revision.glade:285
-msgid "Revert to an older revision"
-msgstr ""
-
-#: revision.glade:338
-msgid "Revision"
-msgstr ""
-
-#: revision.glade:364
-msgid "Changed by"
-msgstr ""
-
-#: revision.glade:377 rule.glade:166 rule.glade:785
-msgid "Comment"
-msgstr ""
-
-#: revision.glade:394
-msgid "Revison Control Comment - GRAMPS"
-msgstr ""
-
-#: revision.glade:462
-msgid "Revision Control Comment"
-msgstr ""
-
-#: rule.glade:18
-msgid "Define Filter - GRAMPS"
-msgstr ""
-
-#: rule.glade:99
-msgid "Define Filter"
-msgstr ""
-
-#: rule.glade:246
-msgid "Exactly one rule must apply"
-msgstr ""
-
-#: rule.glade:270
-msgid "At least one rule must apply"
-msgstr ""
-
-#: rule.glade:294
-msgid "All rules must apply"
-msgstr ""
-
-#: rule.glade:377 rule.glade:575
-msgid "Rule"
-msgstr ""
-
-#: rule.glade:390 rule.glade:622
-msgid "Values"
-msgstr ""
-
-#: rule.glade:467
-msgid "Add Rule - GRAMPS"
-msgstr ""
-
-#: rule.glade:537
-msgid "Add Rule"
-msgstr ""
-
-#: rule.glade:642
-msgid "User Defined Filters - GRAMPS"
-msgstr ""
-
-#: rule.glade:709
-msgid "User Defined Filters"
-msgstr ""
-
-#: rule.glade:814
-msgid "Add a new filter"
-msgstr ""
-
-#: rule.glade:830
-msgid "Edit the selected filter"
-msgstr ""
-
-#: rule.glade:846
-msgid "Delete the selected filter"
-msgstr ""
-
-#: rule.glade:862
-msgid "Display people matching the filter"
-msgstr ""
-
-#: rule.glade:870
-msgid "Test"
-msgstr ""
-
-#: rule.glade:881
-msgid "Test Filter - GRAMPS"
-msgstr ""
-
-#: srcsel.glade:20
-msgid "Source Information - GRAMPS"
-msgstr ""
-
-#: srcsel.glade:104
-msgid "Source Information"
-msgstr ""
-
-#: srcsel.glade:156
-msgid "Publication Information"
-msgstr ""
-
-#: srcsel.glade:481
-msgid "Volume/Film/Page"
-msgstr ""
-
-#: srcsel.glade:559
-msgid "Comments"
-msgstr ""
-
-#: srcsel.glade:643
-msgid "Source Reference Selection - GRAMPS"
-msgstr ""
-
-#: srcsel.glade:725
-msgid "Source Reference Selection"
-msgstr ""
-
-#: styles.glade:21
-msgid "Document Styles - GRAMPS"
-msgstr ""
-
-#: styles.glade:106
-msgid "Document Styles"
-msgstr ""
-
-#: styles.glade:259
-msgid "Style Editor - GRAMPS"
-msgstr ""
-
-#: styles.glade:381
-msgid "Style Name"
-msgstr ""
-
-#: styles.glade:414
-msgid "Paragraph Style"
-msgstr ""
-
-#: styles.glade:458
-msgid "Font Options"
-msgstr ""
-
-#: styles.glade:479
-msgid "pt"
-msgstr ""
-
-#: styles.glade:563
-msgid "Color"
-msgstr ""
-
-#: styles.glade:589
-msgid "Type Face"
-msgstr ""
-
-#: styles.glade:616
-msgid "Bold"
-msgstr ""
-
-#: styles.glade:639
-msgid "Italic"
-msgstr ""
-
-#: styles.glade:662
-msgid "Underline"
-msgstr ""
-
-#: styles.glade:705
-msgid "roman (Times)"
-msgstr ""
-
-#: styles.glade:720
-msgid "swiss (Arial, Helvetica)"
-msgstr ""
-
-#: styles.glade:787
-msgid "Paragraph Options"
-msgstr ""
-
-#: styles.glade:808
-msgid "Background"
-msgstr ""
-
-#: styles.glade:834
-msgid "Right Margin"
-msgstr ""
-
-#: styles.glade:860
-msgid "Left Margin"
-msgstr ""
-
-#: styles.glade:886
-msgid "Padding"
-msgstr ""
-
-#: styles.glade:912 styles.glade:938 styles.glade:964
-msgid "cm"
-msgstr ""
-
-#: styles.glade:1062
-msgid "Alignment"
-msgstr ""
-
-#: styles.glade:1088
-msgid "Borders"
-msgstr ""
-
-#: styles.glade:1138 styles.glade:1258
-msgid "left"
-msgstr ""
-
-#: styles.glade:1162 styles.glade:1304
-msgid "right"
-msgstr ""
-
-#: styles.glade:1186
-msgid "center"
-msgstr ""
-
-#: styles.glade:1210
-msgid "justify"
-msgstr ""
-
-#: styles.glade:1281
-msgid "top"
-msgstr ""
-
-#: styles.glade:1327
-msgid "bottom"
-msgstr ""
-
diff --git a/src/preferences.glade b/src/preferences.glade
index a8beb712e..8a1e21db6 100644
--- a/src/preferences.glade
+++ b/src/preferences.glade
@@ -12,6 +12,7 @@
False
True
False
+ gramps.png
True
diff --git a/src/revision.glade b/src/revision.glade
index 7993fbf3b..3a58f757b 100644
--- a/src/revision.glade
+++ b/src/revision.glade
@@ -13,6 +13,7 @@
False
True
False
+ gramps.png
True
@@ -199,6 +200,7 @@
False
True
False
+ gramps.png
True
@@ -330,6 +332,7 @@
150
True
False
+ gramps.png
True
diff --git a/src/rule.glade b/src/rule.glade
index 92091e14b..ef6511fb0 100644
--- a/src/rule.glade
+++ b/src/rule.glade
@@ -13,6 +13,7 @@
400
True
False
+ gramps.png
True
@@ -395,6 +396,7 @@
False
True
False
+ gramps.png
True
@@ -627,6 +629,7 @@
350
True
False
+ gramps.png
True
@@ -865,6 +868,7 @@
False
True
False
+ gramps.png
True
diff --git a/src/srcsel.glade b/src/srcsel.glade
index db8a26b60..8c2957add 100644
--- a/src/srcsel.glade
+++ b/src/srcsel.glade
@@ -12,6 +12,7 @@
450
True
False
+ gramps.png
True
@@ -663,6 +664,7 @@
300
True
False
+ gramps.png
True
diff --git a/src/styles.glade b/src/styles.glade
index 7994b02f1..b223013ca 100644
--- a/src/styles.glade
+++ b/src/styles.glade
@@ -14,6 +14,7 @@
300
True
False
+ gramps.png
True
@@ -315,6 +316,7 @@
True
True
False
+ gramps.png
True
diff --git a/src/trace.glade b/src/trace.glade
deleted file mode 100644
index 569b4ebed..000000000
--- a/src/trace.glade
+++ /dev/null
@@ -1,371 +0,0 @@
-
-
-
-
- Gramps
- gramps
-
- src
-
- C
- True
- True
-
-
-
- GnomeDialog
- report
- Report Selection - GRAMPS
- GTK_WINDOW_DIALOG
- GTK_WIN_POS_NONE
- False
- False
- True
- False
- False
- False
-
-
- GtkVBox
- GnomeDialog:vbox
- vbox35
- False
- 0
-
- 4
- True
- True
-
-
-
- GtkHButtonBox
- GnomeDialog:action_area
- hbuttonbox21
- GTK_BUTTONBOX_END
- 8
- 85
- 27
- 7
- 0
-
- 0
- False
- True
- GTK_PACK_END
-
-
-
- GtkButton
- button104
- True
- True
-
- clicked
- on_report_ok_clicked
-
- Thu, 22 Mar 2001 21:28:02 GMT
-
- GNOME_STOCK_BUTTON_OK
-
-
-
- GtkButton
- button105
- True
- True
-
- clicked
- on_report_apply_clicked
-
- Thu, 22 Mar 2001 21:28:11 GMT
-
- GNOME_STOCK_BUTTON_APPLY
-
-
-
- GtkButton
- button106
- True
- True
-
- clicked
- destroy_passed_object
-
- Sun, 11 Mar 2001 22:54:19 GMT
-
- GNOME_STOCK_BUTTON_CANCEL
-
-
-
-
- GtkHPaned
- hpaned2
- 10
- 6
- 0
-
- 0
- True
- True
-
-
-
- GtkScrolledWindow
- scrolledwindow1
- 200
- GTK_POLICY_AUTOMATIC
- GTK_POLICY_AUTOMATIC
- GTK_UPDATE_CONTINUOUS
- GTK_UPDATE_CONTINUOUS
-
- False
- False
-
-
-
- GtkCTree
- tree
- 250
- 300
- True
-
- tree_select_row
- on_tree_select_row
- Mon, 08 Apr 2002 00:44:55 GMT
-
- 1
- 80
- GTK_SELECTION_SINGLE
- False
- GTK_SHADOW_IN
-
-
- GtkLabel
- CTree:title
- label63
-
- GTK_JUSTIFY_CENTER
- False
- 0.5
- 0.5
- 0
- 0
-
-
-
-
-
- GtkVBox
- vbox36
- 300
- False
- 0
-
- True
- True
-
-
-
- GtkHBox
- hbox2
- False
- 0
-
- 20
- False
- True
-
-
-
- GnomePixmap
- image
- gramps.png
-
- 10
- False
- True
-
-
-
-
- GtkLabel
- title
-
- GTK_JUSTIFY_CENTER
- False
- 0
- 0.5
- 10
- 10
-
- 0
- True
- True
-
-
-
-
-
- GtkHSeparator
- hseparator19
-
- 0
- False
- True
-
-
-
-
- GtkLabel
- label62
-
- GTK_JUSTIFY_CENTER
- False
- 0.5
- 0.5
- 0
- 10
-
- 0
- False
- True
-
-
-
-
- GtkLabel
- description
- 300
-
- GTK_JUSTIFY_LEFT
- True
- 0
- 0
- 10
- 20
-
- 0
- True
- True
-
-
-
-
- GtkHBox
- hbox3
- True
- 0
-
- 0
- False
- True
-
-
-
- GtkLabel
- report_label
- False
-
- GTK_JUSTIFY_CENTER
- False
- 1
- 0.5
- 3
- 3
-
- 0
- True
- True
-
-
-
-
- GtkLabel
- report_status
-
- GTK_JUSTIFY_CENTER
- False
- 0
- 0.5
- 0
- 0
-
- 0
- True
- True
-
-
-
-
-
-
-
-
-
- GnomeDialog
- plugstat
- Plugin Status - GRAMPS
- GTK_WINDOW_DIALOG
- GTK_WIN_POS_NONE
- False
- False
- True
- False
- False
- False
-
-
- GtkVBox
- GnomeDialog:vbox
- vbox37
- 450
- 350
- False
- 8
-
- 4
- True
- True
-
-
-
- GtkHButtonBox
- GnomeDialog:action_area
- hbuttonbox22
- GTK_BUTTONBOX_END
- 8
- 85
- 27
- 7
- 0
-
- 0
- False
- True
- GTK_PACK_END
-
-
-
- GtkButton
- button107
- True
- True
- GNOME_STOCK_BUTTON_CLOSE
-
-
-
-
- GnomeLess
- text
- 450
- 350
-
- 0
- True
- True
-
-
-
-
-
-