Add “choose” button.
[jSite.git] / src / de / todesbaum / jsite / i18n / jSite.properties
index 01ea43c..0c0932d 100644 (file)
@@ -28,6 +28,7 @@
 # otherwise the placeholder will not be replaced!
 
 jsite.main.already-running=<html><b>jSite is already running</b><br><br>A lock file has been found that suggests that another<br>instance of jSite is already running. Running multiple instances<br>of jSite is guaranteed to break your configuration.</html>
+jsite.main.already-running.override=Start anyway
 
 jsite.wizard.previous=Previous
 jsite.wizard.next=Next
@@ -44,7 +45,10 @@ jsite.menu.language.it=Italiano
 jsite.menu.language.pl=Polski
 jsite.menu.nodes=Nodes
 jsite.menu.nodes.manage-nodes=Manage nodes
+jsite.menu.options=Options
+jsite.menu.options.preferences=Preferences
 jsite.menu.help=Help
+jsite.menu.help.check-for-updates=Check for Updates
 jsite.menu.help.about=About
 
 jsite.about.message=<html><big><b>jSite {0}</b></big><br><br>Copyright \u00a9 2006-2008 David Roden<br>Released under the GNU General Public License</html>
@@ -60,6 +64,13 @@ jsite.node-manager.name=Name
 jsite.node-manager.hostname=Hostname
 jsite.node-manager.port=Port
 
+jsite.preferences.heading=Preferences
+jsite.preferences.description=Use this page to manage some global settings.
+jsite.preferences.temp-directory=Temporary Directory
+jsite.preferences.temp-directory.default=Default
+jsite.preferences.temp-directory.custom=Custom
+jsite.preferences.temp-directory.choose=Choose
+
 jsite.insert.heading=Project insert
 jsite.insert.description=Please wait while the project is being inserted.
 jsite.insert.project-information=Project information
@@ -147,3 +158,10 @@ jsite.project-files.no-node-running=<html><b>Node is not running</b><br><br>You
 jsite.project-files.no-custom-key=<html><b>No custom key for file</b><br><br>You specified not to insert <code>{0}</code><br>but failed to enter a key to redirect to!</html>
 jsite.project-files.no-node-selected=<html><b>No node selected</b><br><br>Please select a node from the menu!</html>
 jsite.project-files.insert-now=Insert now
+
+jsite.update-checker.found-version.title=Found New Version
+jsite.update-checker.found-version.message=<html>A new version was found.<br><br>Version {0} (released {1,date})</html>
+jsite.update-checker.latest-version.title=Update Check
+jsite.update-checker.latest-version.newer.message=<html>You are running version {0} but a newer<br>version ({1}) has been found!</html>
+jsite.update-checker.latest-version.older.message=<html>You are running version {0} but the<br>latest version seems to be {1}.</html>
+jsite.update-checker.latest-version.okay.message=<html>You are currently running version {0}<br>which is the latest version.</html>