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

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

properties fiels name changes to reflect changes in service classes

  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
Line 
1#the params used by the services
2param.collection=Collection
3param.creator=Creator's email address
4param.collectionName=Name of the collection
5
6#service names and submit buttons
7DeleteCollection.name=Delete a collection
8DeleteCollection.submit=Delete
9NewCollection.name=Create a collection
10NewCollection.submit=Create
11ImportCollection.name=Import a collection
12ImportCollection.submit=Import
13BuildCollection.name=Build a collection
14BuildCollection.submit=Build
15ActivateCollection.name=Activate a collection
16ActivateCollection.submit=Activate
17ReloadCollection.name=Reload a collection
18ReloadCollection.submit=Reload
19
20#error messages used by each service - {0} is the collection name
21#DeleteCollection######
22delete.deactivate_error=Couldn't deactivate {0} from the library.
23delete.delete_error=Couldn't delete {0}.
24delete.success=Collection {0} deleted successfully.
25
26#NewCollection######
27new.success=Collection {0} created successfully.
28
29#ImportCollection#####
30import.success=Collection {0} imported successfully.
31
32#BuildCollection#####
33build.success=Collection {0} built successfully.
34
35#ActivateCollection#####
36activate.build_dir_error=Collection {0} had no building directory: couldn't be activated.
37activate.build_config_error=Collection {0} had no building config file: couldn't be activated.
38activate.rm_index_error=Couldn't remove the index directory.
39activate.rename_building_error=Couldn't rename building to index.
40activate.success=Collection {0} activated successfully.
41
42#ReloadCollection#####
43reload.success=Collection {0} reloaded successfully.
44reload.activate_error=Couldn't activate collection {0} in the library.
45
46
47
48
49
50
51
52
53
54
55
Note: See TracBrowser for help on using the repository browser.