source: main/trunk/greenstone3/resources/java/server.properties@ 24480

Last change on this file since 24480 was 24480, 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.

  • Property svn:keywords set to Author Date Id Revision
File size: 2.4 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 on startup
20ServerSettings.Keep_Port=Do not modify port
21ServerSettings.OK=OK
22ServerSettings.Cancel=Cancel
23ServerSettings.DefaultBrowser=Default browser
24ServerSettings.OtherBrowser=Other browser
25ServerSettings.ChooseBrowser=Enter library using:
26ServerSettings.Browse=Browse
27ServerSettings.SettingChanged=The new settings will be available when you press Enter Library/Restart Library.
28ServerSettings.SettingsUnchangedPortOccupied=Unable to run the Greenstone server on port {0}. It appears to already be in use.
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.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>
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
46ServerControl.Error={0} failed, please check server.log in {1} for details.
47ServerControl.Failed={0} failed
48ServerControl.Success={0} success
Note: See TracBrowser for help on using the repository browser.