source: vlo/trunk/vlo-web-app/src/main/resources/fieldNames.properties @ 6291

Last change on this file since 6291 was 6291, checked in by Twan Goosen, 9 years ago

Field names for technical fields _hierarchyWeight, _hasPart, _isPartOf=Is part of

File size: 1.4 KB
Line 
1# Copyright (C) 2014 CLARIN
2#
3# This program is free software: you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by
5# the Free Software Foundation, either version 3 of the License, or
6# (at your option) any later version.
7#
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY; without even the implied warranty of
10# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11# GNU General Public License for more details.
12#
13# You should have received a copy of the GNU General Public License
14# along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
16field.id=ID
17field.collection=Collection
18field.name=Name
19field.languageCode=Language
20field.genre=Genre
21field.description=Description
22field.nationalProject=National project
23field.resourceClass=Resource type
24field.country=Country
25field.subject=Subject
26field.organisation=Organisation
27field.format=Format
28field.modality=Modality
29field.continent=Continent
30field.dataProvider=Data provider
31field.keywords=Keyword
32field.license=License
33
34#hidden/technical fields
35field.metadataSource=Metadata source
36field._componentProfile=Profile name
37field._landingPageRef=Landing page
38field._searchPageRef=Search page
39field._contentSearchRef=Content search reference
40field._lastSeen=Last seen
41field._selfLink=Self link
42field._hierarchyWeight=Hierarchy level
43field._hasPart=Has part(s)
44field._isPartOf=Is part of
Note: See TracBrowser for help on using the repository browser.