change in label for endemic
[cdmlib.git] / cdmlib-model / src / main / resources / ValidationMessages.properties
index 8ae0932fa4ba2cf2266444b2877d5a4d73d80d7a..8835a146cd339716cf665e8c4e56f417c063e14c 100644 (file)
@@ -2,4 +2,24 @@ eu.etaxonomy.cdm.validation.annotation.NullOrNotEmpty.message=must be either nul
 eu.etaxonomy.cdm.validation.annotation.NoDuplicateNames.message=must not have the same uninomial, genus part, infra-generic epithet, specific epithet, infra-specific epithet, and rank as other names in the database.\r
 eu.etaxonomy.cdm.validation.annotation.CorrectEpithetsForRank.epithetNotNull=must be empty for a name of this rank. Remove this epithet or change the rank of this name\r
 eu.etaxonomy.cdm.validation.annotation.CorrectEpithetsForRank.epithetNull=must not be empty for a name of this rank. Add an epithet or change the rank of this name\r
-eu.etaxonomy.cdm.validation.annotation.CorrectEpithetsForRank.message=must have the epithets required for a name of this rank
\ No newline at end of file
+eu.etaxonomy.cdm.validation.annotation.CorrectEpithetsForRank.message=must have the epithets required for a name of this rank\r
+eu.etaxonomy.cdm.model.name.NonViralName.allowedCharactersForEpithet.message=must only contain lowercase characters a-z, lowercase vowels with a diaeresis, or hyphens\r
+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.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
+eu.etaxonomy.cdm.validation.annotation.ChildTaxaMustDeriveNameFromParent.message=does not match that of the parent taxon. A child name must derive its name from the parent taxon\r
+eu.etaxonomy.cdm.validation.annotation.ChildTaxaMustBeLowerRankThanParent.message=is the same as, or higher than the parent taxon. A child taxon must be a lower rank than its parent\r
+eu.etaxonomy.cdm.validation.annotation.NamesWithHomotypicRelationshipsMustBelongToSameGroup.message=must belong to the same homotypical group as its related name, given the relationship between the two names.\r
+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\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