Plugins required to be correct version

svn: r14300
This commit is contained in:
Doug Blank
2010-02-10 12:13:47 +00:00
parent 01757effa1
commit 843fb89ba0
23 changed files with 198 additions and 5 deletions

View File

@@ -32,6 +32,7 @@ plg.id = 'relcalc_cs'
plg.name = _("Czech Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.status = STABLE
plg.fname = 'rel_cs.py'
plg.ptype = RELCALC
@@ -44,6 +45,7 @@ plg.id = 'relcalc_da'
plg.name = _("Danish Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.status = STABLE
plg.fname = 'rel_da.py'
plg.ptype = RELCALC
@@ -59,6 +61,7 @@ plg.id = 'relcalc_de'
plg.name = _("German Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.status = STABLE
plg.fname = 'rel_de.py'
plg.ptype = RELCALC
@@ -73,6 +76,7 @@ plg.id = 'relcalc_es'
plg.name = _("Spanish Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.status = STABLE
plg.fname = 'rel_es.py'
plg.ptype = RELCALC
@@ -87,6 +91,7 @@ plg.id = 'relcalc_fi'
plg.name = _("Finnish Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.status = STABLE
plg.fname = 'rel_fi.py'
plg.ptype = RELCALC
@@ -101,6 +106,7 @@ plg.id = 'relcalc_fr'
plg.name = _("French Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.status = STABLE
plg.fname = 'rel_fr.py'
plg.ptype = RELCALC
@@ -117,6 +123,7 @@ plg.id = 'relcalc_hr'
plg.name = _("Croatian Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.status = STABLE
plg.fname = 'rel_hr.py'
plg.ptype = RELCALC
@@ -130,6 +137,7 @@ plg.id = 'relcalc_hu'
plg.name = _("Hungarian Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.status = STABLE
plg.fname = 'rel_hu.py'
plg.ptype = RELCALC
@@ -142,6 +150,7 @@ plg.id = 'relcalc_it'
plg.name = _("Italian Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.status = STABLE
plg.fname = 'rel_it.py'
plg.ptype = RELCALC
@@ -154,6 +163,7 @@ plg.id = 'relcalc_nl'
plg.name = _("Dutch Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.status = STABLE
plg.fname = 'rel_nl.py'
plg.ptype = RELCALC
@@ -170,6 +180,7 @@ plg.id = 'relcalc_no'
plg.name = _("Norwegian Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.status = STABLE
plg.fname = 'rel_no.py'
plg.ptype = RELCALC
@@ -186,6 +197,7 @@ plg.id = 'relcalc_pl'
plg.name = _("Polish Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.status = STABLE
plg.fname = 'rel_pl.py'
plg.ptype = RELCALC
@@ -201,6 +213,7 @@ plg.id = 'relcalc_pt'
plg.name = _("Portuguese Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.status = STABLE
plg.fname = 'rel_pt.py'
plg.ptype = RELCALC
@@ -216,6 +229,7 @@ plg.id = 'relcalc_ru'
plg.name = _("Russian Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.status = STABLE
plg.fname = 'rel_ru.py'
plg.ptype = RELCALC
@@ -231,6 +245,7 @@ plg.id = 'relcalc_sk'
plg.name = _("Slovak Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.status = STABLE
plg.fname = 'rel_sk.py'
plg.ptype = RELCALC
@@ -244,6 +259,7 @@ plg.id = 'relcalc_sv'
plg.name = _("Swedish Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.status = STABLE
plg.fname = 'rel_sv.py'
plg.ptype = RELCALC