source: greenstone3/trunk/resources/java/server.properties@ 20898

Last change on this file since 20898 was 20898, checked in by ak19, 14 years ago

2 message properties: to display when the browser could not be launched and changed when the browser could not be found. Also added in the additional properties that are there in Greenstone 2's server.properties file, since these two files should be identical (meant to be merged later).

  • Property svn:keywords set to Author Date Id Revision
File size: 2.1 KB
Line 
1#greenstone.version=Version 2-trunk
2Server2Settings.Port=Apache port:
3Server2Settings.URL=Library URL prefix:
4Server2Settings.ExternalAccess=Allow external connections
5Server2Settings.AddressResolutionMethod=Address resolution method
6Server2Settings.ResolveIP=Get local IP and resolve to a name
7Server2Settings.LocalIP=Get local IP
8Server2Settings.AlwaysUse=Always use
9Server2Control.Version=Version 2-trunk
10Server2Control.Title=Greenstone 2 Digital Library
11
12#greenstone.version=Version 3.2
13Server3Settings.Port=Tomcat port:
14Server3Settings.URL=Servlet:
15Server3Control.Version=Version 3-trunk
16Server3Control.Title=Greenstone3 Digital Library
17
18ServerSettings.Title=Server settings
19ServerSettings.Auto_Start=Enter the library automatically
20ServerSettings.OK=OK
21ServerSettings.Cancel=Cancel
22ServerSettings.DefaultBrowser=Default browser
23ServerSettings.OtherBrowser=Other browser
24ServerSettings.ChooseBrowser=Enter library using:
25ServerSettings.Browse=Browse
26ServerSettings.SettingChanged=The new settings will be available after the server has been restarted.
27ServerSettings.NoBrowserFound=Could not find a web browser.
28ServerSettings.BrowserLaunchFailed=The web browser could not be launched.
29
30ServerControl.EnterLibrary=Enter Library
31ServerControl.RestartLibrary=Restart Library
32ServerControl.StartServer=Start Server
33ServerControl.Frame_Title=Greenstone Server
34ServerControl.Help_RestartLibrary=Press the 'Restart Library' button to restart the server, launch a browser and enter the library.\nYou can change server settings from the File menu.
35ServerControl.Help_EnterLibrary=Press the 'Enter Library' button to launch a browser and enter the library.\nYou can change server settings from the File menu.
36ServerControl.Starting=Starting server...
37ServerControl.Configuring=Configuring server...
38ServerControl.Stopping=Stopping server...
39ServerControl.LaunchingBrowser=Launching browser...
40ServerControl.LaunchBrowser=Launch browser
41ServerControl.Menu.File=File
42ServerControl.Menu.Settings=Settings...
43ServerControl.Menu.Exit=Exit
44ServerControl.Error={0} failed, please check server.log in {1} for details.
45ServerControl.Failed={0} failed
46ServerControl.Success={0} success
Note: See TracBrowser for help on using the repository browser.