Project

General

Profile

1
rules.name.description = The name of the rule. Must be short and descriptive.
2
rules.name.name = Name
3
rules.description.description = A longer text describing the rule in more detail.
4
rules.description.name = Description
5
rules.mandatory.description = Must be true or false. If true, then if this rule doesn't validate the score will suffer. If false, then if the rule validates successfully then the score will be increased (even above 100%)
6
rules.mandatory.name = Mandatory
7
rules.success.description = The correct syntax as regular expression is ([=<>][0-9]+)|a). For a thorough explanation of this field please refer to the Administrator Manual. 
8
rules.success.name = Success
9
rules.weight.description = An integer indicating how important this rule is. The base weight is 1. Weights greater than 1 mean that this rule impacts more on the score.
10
rules.weight.name = Weight
11
rules.provider_information.description = This information is used by the Provider Module to harvest the correct items for validation. For example, for OAI Content Validation jobs a possible value could be dc:identifier. For a thorough explanation of this field please refer to the Administrator Manual. 
12
rules.provider_information.name = Provider Information
13
rules.visible.description = Not shown to the end-user
14
rules.visible.name = Visible
15
rules.type.name = Rule Type
16
rules.type.description = The type of the rule
17
jobs.job_type.name = Job Type
18
jobs.job_type.description = The type of job that this rule will be applicable on
19
jobs.entity_type.name = Entity Type
20
jobs.entity_type.description = The type of entity that this rule will be applicable on
21
xmlvocabulary_rule.terms.name = Words
22
xmlvocabulary_rule.terms.description = The list of words that will be used for matching. Each line must include only one word.
23
xmlvocabulary_rule.success.name = Success
24
xmlvocabulary_rule.success.description = The correct syntax is :all, >0, 0 . For a thorough explanation of this field please refer to the Administrator Manual. 
25
xmlvocabulary_rule.xpath.name = XPath
26
xmlvocabulary_rule.xpath.description = XPath for specific rule.
27
xmlcrisclassvocabulary_rule.terms.name = Words
28
xmlcrisclassvocabulary_rule.terms.description = The list of words that will be used for matching. Each line must include only one word.
29
xmlcrisclassvocabulary_rule.success.name = Success
30
xmlcrisclassvocabulary_rule.success.description = The correct syntax is :all, >0, 0, 1 . For a thorough explanation of this field please refer to the Administrator Manual. 
31
xmlcrisclassvocabulary_rule.xpath.name = XPath
32
xmlcrisclassvocabulary_rule.xpath.description = XPath for specific rule.
33
xmlcrisclassvocabulary_rule.scheme_id.name = Scheme ID
34
xmlcrisclassvocabulary_rule.scheme_id.description = XPath for specific rule.
35
xmlcrisreferentialintegrity_rule.terms.name = Words
36
xmlcrisreferentialintegrity_rule.terms.description = The list of words that will be used for matching. Each line must include only one word.
37
xmlcrisreferentialintegrity_rule.success.name = Success
38
xmlcrisreferentialintegrity_rule.success.description = The correct syntax is :all, >0, 0, 1 . For a thorough explanation of this field please refer to the Administrator Manual. 
39
xmlcrisreferentialintegrity_rule.xpath.name = XPath
40
xmlcrisreferentialintegrity_rule.xpath.description = XPath for specific rule.
41
xmlcrisreferentialintegrity_rule.scheme_id.name = Scheme ID
42
xmlcrisreferentialintegrity_rule.scheme_id.description = XPath for specific rule.
43
xmlcrisreferentialintegrity_rule.entity_acronym.name = Entity Acronym
44
xmlcrisreferentialintegrity_rule.entity_acronym.description = Entity Acronym (eg.cfPers).
45
xmlcrisreferentialintegrity_rule.related_entity_acronym.name = Related Entity Acronym
46
xmlcrisreferentialintegrity_rule.related_entity_acronym.description = Related Entity Acronym (eg.cfPers).
47
xmlcrisreferentialintegrity_rule.related_entity_xpath.name = Related Entity XPATH
48
xmlcrisreferentialintegrity_rule.related_entity_xpath.description = Related Entity XPATH.
49
xmlfieldexist_rule.success.name = Success
50
xmlfieldexist_rule.success.description = The correct syntax is :all, >0, 0 . For a thorough explanation of this field please refer to the Administrator Manual. 
51
xmlfieldexist_rule.xpath.name = XPath
52
xmlfieldexist_rule.xpath.description = XPath for specific rule.
53
xmlregularexpression_rule.success.name = Success
54
xmlregularexpression_rule.success.description = The correct syntax is :all, >0, 0 . For a thorough explanation of this field please refer to the Administrator Manual. 
55
xmlregularexpression_rule.xpath.name = XPath
56
xmlregularexpression_rule.xpath.description = XPath for specific rule.
57
xmlregularexpression_rule.regexp.name = Regular Expression
58
xmlregularexpression_rule.regexp.description = The regular expression used for validation.
59
xmlcardinality_rule.lt.name = Less Than
60
xmlcardinality_rule.lt.description = Less than this number
61
xmlcardinality_rule.gt.name = Greater Than
62
xmlcardinality_rule.gt.description = Greater than this number
63
xmlcardinality_rule.success.name = Success
64
xmlcardinality_rule.success.description = The correct syntax is :all, >0, 0 . For a thorough explanation of this field please refer to the Administrator Manual. 
65
xmlcardinality_rule.xpath.name = XPath
66
xmlcardinality_rule.xpath.description = XPath for specific rule.
67
xmlcardinality_rule.regexp.name = Regular Expression
68
xmlcardinality_rule.regexp.description = The regular expression used for validation.
69
xmlnotconfusedfields_rule.fields.name = Fields
70
xmlnotconfusedfields_rule.fields.description = Fields that must not be confused each other
71
xmlnotconfusedfields_rule.success.name = Success
72
xmlnotconfusedfields_rule.success.description = The correct syntax is :all, >0, 0 . For a thorough explanation of this field please refer to the Administrator Manual. 
73
xmlnotconfusedfields_rule.xpath.name = XPath
74
xmlnotconfusedfields_rule.xpath.description = XPath for specific rule.
75
xmlnotconfusedfields_rule.regexp.name = Regular Expression
76
xmlnotconfusedfields_rule.regexp.description = The regular expression used for validation.
77
xmlvalidurl_rule.success.name = Success
78
xmlvalidurl_rule.success.description = The correct syntax is :all, >0, 0 . For a thorough explanation of this field please refer to the Administrator Manual. 
79
xmlvalidurl_rule.xpath.name = XPath
80
xmlvalidurl_rule.xpath.description = XPath for specific rule.
81
xmlvalidurl_rule.regexp.name = Regular Expression
82
xmlvalidurl_rule.regexp.description = The regular expression used for validation.
83
chain_rule.type.description = Permitted values: 'or' -> true if any of the rules is successful, 'and' -> true if all the rules are successful, 'horn' -> rule[0] => rule[1] /\ rule[2] /\ ... /\ rule[n-1]
84
chain_rule.type.name = Chain Type
85
chain_rule.rule_1.description = The first rule that chain rule consists of.
86
chain_rule.rule_1.name = 1st Rule of Chain
87
chain_rule.rule_2.description = The second rule that chain rule consists of.
88
chain_rule.rule_2.name = 2nd Rule of Chain
89
oaipmhresumptiontokenduration_rule.duration.description = Duration of resumption token.
90
oaipmhresumptiontokenduration_rule.duration..name = Duration
91
oaipmhincrementalrecorddelivery_rule.from.name = From
92
oaipmhincrementalrecorddelivery_rule.from.description = From field.
93
oaipmhincrementalrecorddelivery_rule.until.name = Until
94
oaipmhincrementalrecorddelivery_rule.until.description = Until field.
(4-4/11)