implemented parsing and new handling for "unranked" ranks #2141
[cdmlib.git] / cdmlib-model / src / main / resources / ValidationMessages.properties
index b0b5c02f9caa1f9ebd2e828b6fd4d85bd2e08865..8835a146cd339716cf665e8c4e56f417c063e14c 100644 (file)
@@ -7,9 +7,9 @@ eu.etaxonomy.cdm.model.name.NonViralName.allowedCharactersForEpithet.message=mus
 eu.etaxonomy.cdm.model.name.NonViralName.allowedCharactersForUninomial.message=must start with a capital letter and proceeded by lowercase characters a-z, a lowercase vowels with a diaeresis, or hyphens\r
 eu.etaxonomy.cdm.model.name.NonViralName.allowedCharactersForAuthority.message=must contain capital or lowercase roman characters, lowercase vowels with a diaeresis, numbers, ampersands, commas, periods, parenthesis or hyphens\r
 eu.etaxonomy.cdm.validation.annotation.MustHaveAuthority.message=must have an authority (at least a basionym author team / original author or a non-null, non-empty authorship cache)\r
-eu.etaxonomy.cdm.model.reference.ReferenceBase.uri.message=must be a valid Universal Resource Identifier. An example of a valid URI is http://www.e-taxonomy.eu\r
-eu.etaxonomy.cdm.model.reference.ReferenceBase.issn.message=must be a valid ISSN. An example of a valid International Standard Serial Number is ISSN 0378-5955 where the last digit may be X.\r
-eu.etaxonomy.cdm.model.reference.ReferenceBase.isbn.message=must be a valid ISBN. An example of a valid International Standard Book Number is ISBN 0-306-40615-2 where the last digit may be X.\r
+eu.etaxonomy.cdm.model.reference.Reference.uri.message=must be a valid Universal Resource Identifier. An example of a valid URI is http://www.e-taxonomy.eu\r
+eu.etaxonomy.cdm.model.reference.Reference.issn.message=must be a valid ISSN. An example of a valid International Standard Serial Number is ISSN 0378-5955 where the last digit may be X.\r
+eu.etaxonomy.cdm.model.reference.Reference.isbn.message=must be a valid ISBN. An example of a valid International Standard Book Number is ISBN 0-306-40615-2 where the last digit may be X.\r
 eu.etaxonomy.cdm.model.taxon.Synonym.noOrphanedSynonyms.message=Synonyms must be related to at least one accepted taxon\r
 eu.etaxonomy.cdm.validation.annotation.TaxonNameCannotBeAcceptedAndSynonym.twoAcceptedTaxaNotAllowed.message=must not be the same as the name of an existing accepted taxon.\r
 eu.etaxonomy.cdm.validation.annotation.TaxonNameCannotBeAcceptedAndSynonym.synonymAndTaxonNotAllowed.message=must not be the same as the name of an existing synonym / accepted name\r
@@ -19,4 +19,7 @@ eu.etaxonomy.cdm.validation.annotation.NamesWithHomotypicRelationshipsMustBelong
 eu.etaxonomy.cdm.validation.annotation.BasionymsMustShareEpithetsAndAuthors.differentAuthors.message=must have the same original authorship as original combination / recombined name\r
 eu.etaxonomy.cdm.validation.annotation.BasionymsMustShareEpithetsAndAuthors.differentEpithets.message=must have the same terminal epithet as original combination / recombined name\r
 eu.etaxonomy.cdm.validation.annotation.BasionymsMustShareEpithetsAndAuthors.differentNomenclaturalReference.message=must have the same nomenclatural reference as original combination / recombined name\r
-eu.etaxonomy.cdm.validation.annotation.HomotypicSynonymsShouldBelongToGroup.message=must belong to the same homotypical group if related with a 'homotypical synonym' relationship
\ No newline at end of file
+eu.etaxonomy.cdm.validation.annotation.HomotypicSynonymsShouldBelongToGroup.message=must belong to the same homotypical group if related with a 'homotypical synonym' relationship\r
+eu.etaxonomy.cdm.validation.annotation.ChildTaxaMustNotSkipRanks.cannotSkipGenus.message=must not be below genus rank. Genus and species cannot be skipped\r
+eu.etaxonomy.cdm.validation.annotation.ChildTaxaMustNotSkipRanks.cannotSkipSpecies.message=must not be below species rank. Genus and species cannot be skipped\r
+eu.etaxonomy.cdm.validation.annotation.ChildTaxaMustNotSkipRanks.message=must not skip genus and species ranks in this checklist
\ No newline at end of file