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

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

Part 1 of 2 commits for ticket 766 (the other commits will be in GS2): the GSI settings dialog now provides the ability to freeze the port number.

  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 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.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.
28
29ServerControl.EnterLibrary=Enter Library
30ServerControl.RestartLibrary=Restart Library
31ServerControl.StartServer=Start Server
32ServerControl.Frame_Title=Greenstone Server
33ServerControl.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.
34ServerControl.Help_EnterLibrary=Press the 'Enter Library' button to launch a browser and enter the library.\nYou can change server settings from the File menu.
35ServerControl.BrowserLaunchFailed=The web browser could not be launched.<br>Please visit the following URL in a browser:<br><b>{0}</b>
36ServerControl.BrowserLaunched=Launched browser with URL:<br>{0}<br><br>
37ServerControl.Starting=Starting server...
38ServerControl.Configuring=Configuring server...
39ServerControl.Stopping=Stopping server...
40ServerControl.LaunchingBrowser=Launching browser...
41ServerControl.LaunchBrowser=Launch browser
42ServerControl.Menu.File=File
43ServerControl.Menu.Settings=Settings...
44ServerControl.Menu.Exit=Exit
45ServerControl.Error={0} failed, please check server.log in {1} for details.
46ServerControl.Failed={0} failed
47ServerControl.Success={0} success
Note: See TracBrowser for help on using the repository browser.