source: main/trunk/greenstone2/lib/java/server.properties@ 24481

Last change on this file since 24481 was 24481, checked in by ak19, 13 years ago

When do not modify port is selected, it displays an error message and does nothing until you hit the restart button.

File size: 2.4 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
[24457]19ServerSettings.Auto_Start=Enter the library automatically on startup
[24208]20ServerSettings.Keep_Port=Do not modify port
[18683]21ServerSettings.OK=OK
22ServerSettings.Cancel=Cancel
23ServerSettings.DefaultBrowser=Default browser
24ServerSettings.OtherBrowser=Other browser
25ServerSettings.ChooseBrowser=Enter library using:
26ServerSettings.Browse=Browse
[20947]27ServerSettings.SettingChanged=The new settings will be available when you press Enter Library/Restart Library.
[24481]28ServerSettings.SettingsUnchangedPortOccupied=Unable to run the Greenstone server on port {0}. It appears to already be in use.
[18683]29
30ServerControl.EnterLibrary=Enter Library
31ServerControl.RestartLibrary=Restart Library
32ServerControl.StartServer=Start Server
33ServerControl.Frame_Title=Greenstone Server
[19425]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.
[20907]36ServerControl.BrowserLaunchFailed=The web browser could not be launched.<br>Please visit the following URL in a browser:<br><b>{0}</b>
37ServerControl.BrowserLaunched=Launched browser with URL:<br>{0}<br><br>
[18683]38ServerControl.Starting=Starting server...
39ServerControl.Configuring=Configuring server...
40ServerControl.Stopping=Stopping server...
41ServerControl.LaunchingBrowser=Launching browser...
42ServerControl.LaunchBrowser=Launch browser
43ServerControl.Menu.File=File
44ServerControl.Menu.Settings=Settings...
45ServerControl.Menu.Exit=Exit
[18771]46ServerControl.Error={0} failed, please check server.log in {1} for details.
[18695]47ServerControl.Failed={0} failed
[18683]48ServerControl.Success={0} success
Note: See TracBrowser for help on using the repository browser.