X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Fjsite%2Fi18n%2FjSite.properties;h=1a6d850a8050c553cb1574078dc00950bf5cc733;hb=6852f1950cc45ed4ef7d6cb3109904bd8af394a5;hp=3d8d73e32ee41b57eb4ebc9303aec3249901eaba;hpb=f123e95cc1bfb36dbc912478d175bd2f956c8656;p=jSite.git diff --git a/src/de/todesbaum/jsite/i18n/jSite.properties b/src/de/todesbaum/jsite/i18n/jSite.properties index 3d8d73e..1a6d850 100644 --- a/src/de/todesbaum/jsite/i18n/jSite.properties +++ b/src/de/todesbaum/jsite/i18n/jSite.properties @@ -19,6 +19,14 @@ # English language file by David Roden +# 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=jSite is already running

A lock file has been found that suggests that another
instance of jSite is already running. Running multiple instances
of jSite is guaranteed to break your configuration. jsite.wizard.previous=Previous @@ -30,8 +38,10 @@ jsite.quit.config-not-saved=Configuration not saved

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=Node communication failure

Communication with the node failed
with the following error message:

{0}

Please make sure that you have entered
the correct host name and port number
on the "Node Settings" page. jsite.project.warning.no-local-path=No local path

You did not specify a local path for the files to insert.
It is not possible to continue without one. jsite.project.warning.no-path=No freesite path

You did not specify a freesite path.
It is not possible to continue without one. jsite.project.warning.generate-new-key=Generate new key?

If you generate a new key, your site will be published
under that new key. Any trust that other users put
in the old key of your site will be gone! +jsite.project.warning.reset-edition=Reset edition?

Resetting the edition can lead insert failures
and lots of confustion if you have not change
the path or the keys of the project! jsite.project-files.heading=Project Files jsite.project-files.description=On this page you can specify parameters for the files within the project, such as
externally generated keys or MIME types, if the automatic detection failed.