source: trunk/gsdl3/resources/java/GS2Construct.properties@ 4288

Last change on this file since 4288 was 3844, checked in by kjdon, 21 years ago

added some more stuff

  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 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 a collection
12DeleteCollection.submit=Delete
13NewCollection.name=Create a collection
14NewCollection.submit=Create
15ImportCollection.name=Import a collection
16ImportCollection.submit=Import
17BuildCollection.name=Build a collection
18BuildCollection.submit=Build
19ActivateCollection.name=Activate a collection
20ActivateCollection.submit=Activate
21ReloadCollection.name=Reload a collection
22ReloadCollection.submit=Reload
23
24#error messages used by each service - {0} is the collection name
25#DeleteCollection######
26delete.configure_error=Couldn't deactivate {0} from the library.
27delete.delete_error=Couldn't delete {0}.
28delete.success=Collection {0} deleted successfully.
29delete.exists_error=Collection {0} did not exist and couldn't be deleted.
30
31#NewCollection######
32new.success=Collection {0} created successfully.
33
34#ImportCollection#####
35import.success=Collection {0} imported successfully.
36
37#BuildCollection#####
38build.success=Collection {0} built successfully.
39
40#ActivateCollection#####
41activate.build_dir_error=Collection {0} had no building directory: couldn't be activated.
42activate.build_config_error=Collection {0} had no building config file: couldn't be activated.
43activate.rm_index_error=Couldn't remove the index directory.
44activate.rename_building_error=Couldn't rename building to index.
45activate.success=Collection {0} activated successfully.
46
47#ReloadCollection#####
48reload.success=Collection {0} reloaded successfully.
49reload.activate_error=Couldn't activate collection {0} in the library.
50
51#general stuff
52general.process_id_error=Invalid process id.
53general.configure_constructor_error=Couldn't configure the collection constructor.
54general.process_start=Starting process...
55
56
57
58
59
60
61
Note: See TracBrowser for help on using the repository browser.