source: VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/java/eu/clarin/cmdi/virtualcollectionregistry/gui/Application.properties @ 1019

Last change on this file since 1019 was 1019, checked in by oschonef, 13 years ago
  • move translations for virtual collection enum types to Application.properties
  • show correct (human readable) values to enum types on virtual collections details page
  • add CSS to virtual collections details page
  • Property svn:eol-style set to native
File size: 762 bytes
Line 
1State.PUBLIC: public
2State.PUBLIC_PENDING: publishing
3State.PRIVATE: private
4State.DELETED: deleted
5State.DEAD: dead
6Type.EXTENSIONAL: extensional
7Type.INTENSIONAL: intensional
8Purpose.RESEARCH: research
9Purpose.REFERENCE: reference
10Purpose.SAMPLE: sample
11Purpose.FUTURE_USE: future-use
12Reproducibility.INTENDED: intended
13Reproducibility.FLUCTUATING: fluctuating
14Reproducibility.UNTENDED: untended
15Type.METADATA: Metadata
16Type.RESOURCE: Resource
17collections.publishconfirm: Do you really want to publish "${name}"?\nThe \
18  virtual collection will then be publicly available and you will not be able \
19  to change nor to delete it anymore.
20collections.deleteconfirm: Do you really want to delete "${name}"?\nThis \
21  operation is permanent and cannot be undone.
Note: See TracBrowser for help on using the repository browser.