* src/plugins/IndivComplete.py: fixed child_relations translation

* src/const.py.in: fixed child_relations translation
* src/SelectChild.py: fixed child_relations translation
* src/TransTable.py: unicode conversion
* src/ChooseParents.py: fixed child_relations translation


svn: r2836
This commit is contained in:
Alex Roitman
2004-02-15 07:21:29 +00:00
parent f9d6c51a72
commit caaff3e282
5 changed files with 26 additions and 20 deletions

View File

@@ -167,7 +167,7 @@ shortopts = "i:o:f:a:?"
#
#-------------------------------------------------------------------------
childRelations = {
child_relations = TransTable( {
_("Birth") : "Birth",
_("Adopted") : "Adopted",
_("Stepchild") : "Stepchild",
@@ -176,7 +176,7 @@ childRelations = {
_("None") : "None",
_("Unknown") : "Unknown",
_("Other") : "Other",
}
})
#-------------------------------------------------------------------------
#