comparison DVN-web/target/classes/DataListBundle.properties @ 2:2ae72563a29d

Commit of the project with the correct structure.
author "jurzua <jurzua@mpiwg-berlin.mpg.de>"
date Tue, 10 Mar 2015 15:34:59 +0100
parents
children
comparison
equal deleted inserted replaced
1:9e0426facae5 2:2ae72563a29d
1 #Properties file for DvnDataList component tag
2
3 #Need the number of tabs in order to create the
4 #tab objects
5 numberOfTabs=2
6 #create these in the following model, Tabs
7 #will increment according to the natural order (tab1, tab2...)
8 # DO NOT use special characters in the keys and there must be a
9 # minumum of two tabs.
10 #tab<#>key
11 #tab<#>name
12 #tab<#>noDVsMessage
13 #tab1
14 tab1key=nowavailable
15 tab1name=Now Available
16 tab1nodisplaymsg=There are no available dataverses to display.
17 tab1order=1
18 #tab2
19 tab2key=comingsoon
20 tab2name=Coming Soon
21 tab2nodisplaymsg=There are no pending dataverses to display.
22 tab2order=2
23
24 #misc
25 otherGroupLabel=Other
26 scholarDvGroupLabel=Scholar Dataverses
27
28