Remove private and public key, add button for key management.
[jSite.git] / src / de / todesbaum / jsite / i18n / jSite.properties
index 3333977..f7991e3 100644 (file)
@@ -30,6 +30,9 @@
 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.general.ok=OK
+jsite.general.cancel=Cancel
+
 jsite.wizard.previous=Previous
 jsite.wizard.next=Next
 jsite.wizard.quit=Quit
@@ -106,8 +109,8 @@ jsite.project.action.clone-project.copy=Copy of {0}
 jsite.project.action.clone-project.tooltip=Clone the selected project
 jsite.project.action.copy-uri=Copy URI to Clipboard
 jsite.project.action.copy-uri.tooltip=Copies the URI of the project to the clipboard
-jsite.project.action.generate-new-key=Generate New Key
-jsite.project.action.generate-new-key.tooltip=Generates a new key for the project
+jsite.project.action.manage-keys=Manage Keys
+jsite.project.action.manage-keys.tooltip=Manages the keys of this project
 jsite.project.action.reset-edition=Reset Edition
 jsite.project.action.reset-edition.tooltip=Resets the edition number of the project
 jsite.project.project.information=Project Information
@@ -115,8 +118,6 @@ jsite.project.project.name=Name
 jsite.project.project.description=Description
 jsite.project.project.local-path=Local path
 jsite.project.project.address=Address
-jsite.project.project.public-key=Public Key
-jsite.project.project.private-key=Private Key
 jsite.project.project.path=Freesite Path
 jsite.project.project.edition=Edition
 jsite.project.project.uri=URI
@@ -173,3 +174,13 @@ 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>
+
+jsite.key-dialog.title=Manage Project Keys
+jsite.key-dialog.button.ok.tooltip=Accepts the changes
+jsite.key-dialog.button.cancel.tooltip=Discards the changes
+jsite.key-dialog.button.generate=Regenerate Keys
+jsite.key-dialog.button.generate.tooltip=Create a new key pair
+jsite.key-dialog.label.keys=<html><b>Keys</b></html>
+jsite.key-dialog.label.private-key=Private Key
+jsite.key-dialog.label.public-key=Public Key
+jsite.key-dialog.label.actions=<html><b>Actions</b></html>