use unicode notation
[jSite.git] / src / de / todesbaum / jsite / i18n / jSite.properties
index 0f37368..66e85b6 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
@@ -31,8 +39,9 @@ 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=Deutsch
-jsite.menu.language.fr=Français
+jsite.menu.language.fr=Fran\u00e7ais
 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
@@ -83,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
@@ -96,6 +107,7 @@ jsite.project.keygen.io-error=<html><b>Node communication failure</b><br><br>Com
 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>