source: VirtualCollectionRegistry/tags/VirtualCollectionRegistry-0.4.0-alpha2/VirtualCollectionRegistry/src/main/java/eu/clarin/cmdi/virtualcollectionregistry/gui/Application.properties @ 5557

Last change on this file since 5557 was 5557, checked in by Twan Goosen, 10 years ago

tag for VCR alpha 2

  • Property svn:eol-style set to native
File size: 1.3 KB
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.
22collections.editpublishedconfirm: Do you really want to edit the PUBLISHED \
23collection "${name}"?\n\
24  Any changes will be made public immediately after editing and cannot be \
25  undone. Be aware that other users may not expect a published collection to \
26  change!
27collections.publishwarningsconfirm: WARNING: The collection "${name}" does not \
28  meet all recommended criteria for published collection!\n\n\
29  The following warning(s) apply:\n{0}\n\
30  Publication of the collection in its current state is not recommended. Would \
31  you still like to publish the collection?
Note: See TracBrowser for help on using the repository browser.