From 6852f1950cc45ed4ef7d6cb3109904bd8af394a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sun, 24 Aug 2008 23:00:26 +0200 Subject: [PATCH] add English texts for edition reset --- src/de/todesbaum/jsite/i18n/jSite.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/de/todesbaum/jsite/i18n/jSite.properties b/src/de/todesbaum/jsite/i18n/jSite.properties index ac959bd..1a6d850 100644 --- a/src/de/todesbaum/jsite/i18n/jSite.properties +++ b/src/de/todesbaum/jsite/i18n/jSite.properties @@ -92,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 @@ -105,6 +107,7 @@ jsite.project.keygen.io-error=Node communication failure

Com 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. -- 2.7.4