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

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

Small fixes

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