add English texts for edition reset
[jSite.git] / src / de / todesbaum / jsite / i18n / jSite.properties
index 3d8d73e..1a6d850 100644 (file)
 
 # English language file by David Roden <droden@gmail.com>
 
+# Attention, translators! Most of the strings here are used directly.
+# However, some of them are parsed by MessageFormat
+# (http://java.sun.com/j2se/1.5.0/docs/api/java/text/MessageFormat.html)
+# and thus have to adhere to some rules (check the URL above). This is the
+# case when a line contains placeholders like {0} or {0,number}! In these
+# lines single quotes (ASCII 39) needs to be escaped by entering them twice,
+# 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.wizard.previous=Previous
@@ -30,8 +38,10 @@ jsite.quit.config-not-saved=<html><b>Configuration not saved</b><br><br>The conf
 
 jsite.menu.languages=Languages
 jsite.menu.language.en=English
-jsite.menu.language.de=German
-jsite.menu.language.fr=French
+jsite.menu.language.de=Deutsch
+jsite.menu.language.fr=Français
+jsite.menu.language.it=Italiano
+jsite.menu.language.pl=Polski
 jsite.menu.nodes=Nodes
 jsite.menu.nodes.manage-nodes=Manage nodes
 jsite.menu.help=Help
@@ -82,6 +92,8 @@ 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.reset-edition=Reset Edition
+jsite.project.action.reset-edition-tooltip=Resets the edition number of the project
 jsite.project.project.information=Project Information
 jsite.project.project.name=Name
 jsite.project.project.description=Description
@@ -89,12 +101,13 @@ jsite.project.project.local-path=Local path
 jsite.project.project.address=Address
 jsite.project.project.public-key=Request URI
 jsite.project.project.private-key=Insert URI
-jsite.project.project.path=Path
+jsite.project.project.path=Freesite Path
 jsite.project.project.edition=Edition
 jsite.project.keygen.io-error=<html><b>Node communication failure</b><br><br>Communication with the node failed<br>with the following error message:<br><br><code>{0}</code><br><br>Please make sure that you have entered<br>the correct host name and port number<br>on the "Node Settings" page.</html>
 jsite.project.warning.no-local-path=<html><b>No local path</b><br><br>You did not specify a local path for the files to insert.<br>It is not possible to continue without one.</html>
 jsite.project.warning.no-path=<html><b>No freesite path</b><br><br>You did not specify a freesite path.<br>It is not possible to continue without one.</html>
 jsite.project.warning.generate-new-key=<html><b>Generate new key?</b><br><br>If you generate a new key, your site will be published<br>under that new key. Any trust that other users put<br>in the old key of your site will be gone!</html>
+jsite.project.warning.reset-edition=<html><b>Reset edition?</b><br><br>Resetting the edition can lead insert failures<br>and lots of confustion if you have not change<br>the path or the keys of the project!</html>
 
 jsite.project-files.heading=Project Files
 jsite.project-files.description=<html>On this page you can specify parameters for the files within the project, such as<br>externally generated keys or MIME types, if the automatic detection failed.</html>