Added support for marriage types, along with more translation information

svn: r60
This commit is contained in:
Don Allingham
2001-05-25 02:37:40 +00:00
parent 192bef4871
commit 817453ef92
21 changed files with 2116 additions and 509 deletions

View File

@@ -86,7 +86,7 @@ useExceptions= 0
# Constants
#
#-------------------------------------------------------------------------
picWidth = 200.0
picWidth = 275.0
thumbScale = 100.0
indexFile = "data.gramps"
male = _("male")
@@ -151,6 +151,13 @@ personalConstantAttributes = {
"Social Security Number": "SSN"
}
familyConstantRelations = [
"Married",
"Common Law",
"Partners",
"Unknown"
]
personalEvents = personalConstantEvents.keys()
personalEvents.sort()
@@ -159,3 +166,5 @@ personalAttributes.sort()
marriageEvents = familyConstantEvents.keys()
marriageEvents.sort()
familyRelations = familyConstantRelations