source: gsdl/trunk/lib/java/server.properties@ 20619

Last change on this file since 20619 was 20619, checked in by ak19, 15 years ago
  1. Changes to get localhost to be recognised on Linux and the hostname to be recognised on Windows. Multiple allowed host values are inserted into the configfile (e.g. llssite.cfg) and these are used in httpd.conf. 2. Fixed errors: the Address Resolution Method part of the GSI dialog should not be deactivated when the Allow External Connections is checked.
File size: 2.0 KB
RevLine 
[18695]1#greenstone.version=Version 2-trunk
2Server2Settings.Port=Apache port:
3Server2Settings.URL=Library URL prefix:
[20603]4Server2Settings.ExternalAccess=Allow external connections
[20619]5Server2Settings.AddressResolutionMethod=Address resolution method
[20603]6Server2Settings.ResolveIP=Get local IP and resolve to a name
7Server2Settings.LocalIP=Get local IP
8Server2Settings.AlwaysUse=Always use
[18695]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
[18683]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
[20603]26ServerSettings.SettingChanged=The new settings will be available after the server has been restarted
[18683]27
28ServerControl.EnterLibrary=Enter Library
29ServerControl.RestartLibrary=Restart Library
30ServerControl.StartServer=Start Server
31ServerControl.Frame_Title=Greenstone Server
[19425]32ServerControl.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.
33ServerControl.Help_EnterLibrary=Press the 'Enter Library' button to launch a browser and enter the library.\nYou can change server settings from the File menu.
[18683]34ServerControl.Starting=Starting server...
35ServerControl.Configuring=Configuring server...
36ServerControl.Stopping=Stopping server...
37ServerControl.LaunchingBrowser=Launching browser...
38ServerControl.LaunchBrowser=Launch browser
39ServerControl.Menu.File=File
40ServerControl.Menu.Settings=Settings...
41ServerControl.Menu.Exit=Exit
[18771]42ServerControl.Error={0} failed, please check server.log in {1} for details.
[18695]43ServerControl.Failed={0} failed
[18683]44ServerControl.Success={0} success
Note: See TracBrowser for help on using the repository browser.