source: trunk/gsdl3/web/WEB-INF/classes/GS2Construct.properties@ 10042

Last change on this file since 10042 was 10042, checked in by kjdon, 19 years ago

resources/java files moved to web/WEB-INF/classes so they are automatically in the classpath

  • Property svn:keywords set to Author Date Id Revision
File size: 2.4 KB
Line 
1#the params used by the services
2param.collection=Collection
3param.creator=Creator's email address
4param.collTitle=Collection title
5param.collAbout=Collection description
6param.buildType=Building type
7param.buildType.mg=MG
8param.buildType.mgpp=MGPP
9
10#service names and submit buttons
11DeleteCollection.name=Delete
12DeleteCollection.description=Delete a collection
13DeleteCollection.submit=Delete
14NewCollection.name=Create
15NewCollection.description=Create a new collection
16NewCollection.submit=Create
17ImportCollection.name=Import
18ImportCollection.description=Import a collection: take the original documents and convert them to Greenstone internal format
19ImportCollection.submit=Import
20BuildCollection.name=Build
21BuildCollection.description=Build a collection: create the indexes and browsable hierarchies.
22BuildCollection.submit=Build
23ActivateCollection.name=Activate
24ActivateCollection.description=Activate a collection: Replace the old built collection with the new version
25ActivateCollection.submit=Activate
26ReloadCollection.name=Reload
27ReloadCollection.description=Reload a collection into the library
28ReloadCollection.submit=Reload
29
30#error messages used by each service - {0} is the collection name
31#DeleteCollection######
32delete.configure_error=Couldn't deactivate {0} from the library.
33delete.delete_error=Couldn't delete {0}.
34delete.success=Collection {0} deleted successfully.
35delete.exists_error=Collection {0} did not exist and couldn't be deleted.
36
37#NewCollection######
38new.success=Collection {0} created successfully.
39
40#ImportCollection#####
41import.success=Collection {0} imported successfully.
42
43#BuildCollection#####
44build.success=Collection {0} built successfully.
45
46#ActivateCollection#####
47activate.build_dir_error=Collection {0} had no building directory: couldn't be activated.
48activate.build_config_error=Collection {0} had no building config file: couldn't be activated.
49activate.rm_index_error=Couldn't remove the index directory.
50activate.rename_building_error=Couldn't rename building to index.
51activate.success=Collection {0} activated successfully.
52
53#ReloadCollection#####
54reload.success=Collection {0} reloaded successfully.
55reload.activate_error=Couldn't activate collection {0} in the library.
56
57#general stuff
58general.process_id_error=Invalid process id.
59general.configure_constructor_error=Couldn't configure the collection constructor.
60general.process_start=Starting process...
61
62
63
64
65
66
67
Note: See TracBrowser for help on using the repository browser.