* src/const.py.in: Mark LDS status strings as translatable.
svn: r2619
This commit is contained in:
parent
5e9219adff
commit
70cf938fe1
@ -1,5 +1,6 @@
|
|||||||
2004-01-09 Alex Roitman <shura@alex.neuro.umn.edu>
|
2004-01-09 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
* src/plugins/rel_de.py: Update possible German locale list.
|
* src/plugins/rel_de.py: Update possible German locale list.
|
||||||
|
* src/const.py.in: Mark LDS status strings as translatable.
|
||||||
|
|
||||||
2004-01-08 Don Allingham <dallingham@users.sourceforge.net>
|
2004-01-08 Don Allingham <dallingham@users.sourceforge.net>
|
||||||
* src/docgen/PSDrawDoc.py: Scaleable shadow
|
* src/docgen/PSDrawDoc.py: Scaleable shadow
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# Gramps - a GTK+/GNOME based genealogy program
|
# Gramps - a GTK+/GNOME based genealogy program
|
||||||
#
|
#
|
||||||
# Copyright (C) 2000, 2003 Donald N. Allingham
|
# Copyright (C) 2000-2004 Donald N. Allingham
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -20,6 +20,8 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# $Id$
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# Standard python modules
|
# Standard python modules
|
||||||
@ -942,21 +944,21 @@ lds_status = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
lds_baptism = [
|
lds_baptism = [
|
||||||
"<No Status>", "Child", "Cleared", "Completed",
|
_("<No Status>"), _("Child"), _("Cleared"), _("Completed"),
|
||||||
"Infant", "Pre-1970", "Qualified", "Stillborn",
|
_("Infant"), _("Pre-1970"), _("Qualified"), _("Stillborn"),
|
||||||
"Submitted", "Uncleared",
|
_("Submitted"), _("Uncleared"),
|
||||||
]
|
]
|
||||||
|
|
||||||
lds_csealing = [
|
lds_csealing = [
|
||||||
"<No Status>", "BIC", "Cleared", "Completed",
|
_("<No Status>"), _("BIC"), _("Cleared"), _("Completed"),
|
||||||
"DNS", "Pre-1970", "Qualified", "Stillborn",
|
_("DNS"), _("Pre-1970"), _("Qualified"), _("Stillborn"),
|
||||||
"Submitted", "Uncleared",
|
_("Submitted"), _("Uncleared"),
|
||||||
]
|
]
|
||||||
|
|
||||||
lds_ssealing = [
|
lds_ssealing = [
|
||||||
"<No Status>", "Canceled", "Cleared", "Completed",
|
_("<No Status>"), _("Canceled"), _("Cleared"), _("Completed"),
|
||||||
"DNS", "Pre-1970", "Qualified", "DNS/CAN",
|
_("DNS"), _("Pre-1970"), _("Qualified"), _("DNS/CAN"),
|
||||||
"Submitted", "Uncleared",
|
_("Submitted"), _("Uncleared"),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user