Better abbreviations, thanks to Paul Franklin.
svn: r16568
This commit is contained in:
parent
6c435a83be
commit
8aec0756a8
@ -201,25 +201,25 @@ class EventType(GrampsType):
|
|||||||
BAS_MITZVAH : _("Bas Mitzvah abbreviation|bas."),
|
BAS_MITZVAH : _("Bas Mitzvah abbreviation|bas."),
|
||||||
BLESS: _("Blessing abbreviation|bles."),
|
BLESS: _("Blessing abbreviation|bles."),
|
||||||
BURIAL: _("Burial abbreviation|bur."),
|
BURIAL: _("Burial abbreviation|bur."),
|
||||||
CAUSE_DEATH : _("Cause Of Death abbreviation|c.o.d."),
|
CAUSE_DEATH : _("Cause Of Death abbreviation|d.cau."),
|
||||||
CENSUS: _("Census abbreviation|cens."),
|
CENSUS: _("Census abbreviation|cens."),
|
||||||
CHRISTEN: _("Christening abbreviation|chr."),
|
CHRISTEN: _("Christening abbreviation|chr."),
|
||||||
CONFIRMATION: _("Confirmation abbreviation|conf."),
|
CONFIRMATION: _("Confirmation abbreviation|conf."),
|
||||||
CREMATION: _("Cremation abbreviation|crem."),
|
CREMATION: _("Cremation abbreviation|crem."),
|
||||||
DEGREE: _("Degree abbreviation|degr."),
|
DEGREE: _("Degree abbreviation|deg."),
|
||||||
EDUCATION: _("Education abbreviation|edu."),
|
EDUCATION: _("Education abbreviation|edu."),
|
||||||
ELECTED: _("Elected abbreviation|elec."),
|
ELECTED: _("Elected abbreviation|elec."),
|
||||||
EMIGRATION: _("Emigration abbreviation|emi."),
|
EMIGRATION: _("Emigration abbreviation|em."),
|
||||||
FIRST_COMMUN: _("First Communion abbreviation|f.comm."),
|
FIRST_COMMUN: _("First Communion abbreviation|f.comm."),
|
||||||
IMMIGRATION: _("Immigration abbreviation|immi."),
|
IMMIGRATION: _("Immigration abbreviation|im."),
|
||||||
GRADUATION: _("Graduation abbreviation|gradu."),
|
GRADUATION: _("Graduation abbreviation|grad."),
|
||||||
MED_INFO: _("Medical Information abbreviation|medinf."),
|
MED_INFO: _("Medical Information abbreviation|medinf."),
|
||||||
MILITARY_SERV: _("Military Service abbreviation|milser."),
|
MILITARY_SERV: _("Military Service abbreviation|milser."),
|
||||||
NATURALIZATION: _("Naturalization abbreviation|natu."),
|
NATURALIZATION: _("Naturalization abbreviation|nat."),
|
||||||
NOB_TITLE: _("Nobility Title abbreviation|nob."),
|
NOB_TITLE: _("Nobility Title abbreviation|nob."),
|
||||||
NUM_MARRIAGES: _("Number of Marriages abbreviation|n.o.mar."),
|
NUM_MARRIAGES: _("Number of Marriages abbreviation|n.o.mar."),
|
||||||
OCCUPATION: _("Occupation abbreviation|occu."),
|
OCCUPATION: _("Occupation abbreviation|occ."),
|
||||||
ORDINATION: _("Ordination abbreviation|ordi."),
|
ORDINATION: _("Ordination abbreviation|ord."),
|
||||||
PROBATE: _("Probate abbreviation|prob."),
|
PROBATE: _("Probate abbreviation|prob."),
|
||||||
PROPERTY: _("Property abbreviation|prop."),
|
PROPERTY: _("Property abbreviation|prop."),
|
||||||
RELIGION: _("Religion abbreviation|rel."),
|
RELIGION: _("Religion abbreviation|rel."),
|
||||||
@ -231,10 +231,10 @@ class EventType(GrampsType):
|
|||||||
MARR_CONTR: _("Marriage Contract abbreviation|m.con."),
|
MARR_CONTR: _("Marriage Contract abbreviation|m.con."),
|
||||||
MARR_BANNS: _("Marriage Banns abbreviation|m.ban."),
|
MARR_BANNS: _("Marriage Banns abbreviation|m.ban."),
|
||||||
MARR_ALT: _("Alternate Marriage abbreviation|alt.mar."),
|
MARR_ALT: _("Alternate Marriage abbreviation|alt.mar."),
|
||||||
ENGAGEMENT: _("Engagement abbreviation|enga."),
|
ENGAGEMENT: _("Engagement abbreviation|engd."),
|
||||||
DIVORCE: _("Divorce abbreviation|div."),
|
DIVORCE: _("Divorce abbreviation|div."),
|
||||||
DIV_FILING: _("Divorce Filing abbreviation|div.f."),
|
DIV_FILING: _("Divorce Filing abbreviation|div.f."),
|
||||||
ANNULMENT: _("Annulment abbreviation|annu.")
|
ANNULMENT: _("Annulment abbreviation|annul.")
|
||||||
}
|
}
|
||||||
|
|
||||||
def __init__(self, value=None):
|
def __init__(self, value=None):
|
||||||
|
Loading…
Reference in New Issue
Block a user