X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fde%2Ftodesbaum%2Fjsite%2Fi18n%2FjSite.properties;h=df40f058b34b00cd51ab54e24a38b2cb74ce93cb;hb=7ec476fcc83a2ebe74a9faf3251d9d60fd03f58e;hp=cd80c6706a595eac4e285fc755d4c18f8f36be7a;hpb=9e6e70c28963fde2a6c8b120974f8a70d4da25bc;p=jSite.git diff --git a/src/main/resources/de/todesbaum/jsite/i18n/jSite.properties b/src/main/resources/de/todesbaum/jsite/i18n/jSite.properties index cd80c67..df40f05 100644 --- a/src/main/resources/de/todesbaum/jsite/i18n/jSite.properties +++ b/src/main/resources/de/todesbaum/jsite/i18n/jSite.properties @@ -1,5 +1,5 @@ # -# jSite - jSite.properties - Copyright © 2006–2012 David Roden +# jSite - jSite.properties - Copyright © 2006–2014 David Roden # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -141,6 +141,8 @@ 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. jsite.project-files.action.rescan=Re-scan jsite.project-files.action.rescan.tooltip=Re-scan the project directory for new files +jsite.project-files.always-force-insert=Always force insert +jsite.project-files.always-force-insert.tooltip=When selected, all files of this project are inserted even if they did not change jsite.project-files.ignore-hidden-files=Ignore hidden files jsite.project-files.ignore-hidden-files.tooltip=When selected, hidden files are not inserted jsite.project-files.file-options=File Options @@ -163,6 +165,7 @@ jsite.project-files.container.tooltip=Selects a container for the current file jsite.project-files.scan-error=Error scanning files

Either the directory of the project does not exist
or some files/directories in it are not accessible.
Please go back and select the correct directory. jsite.project-files.insert-now=Insert now jsite.project-files.invalid-default-file=Only files in the root directory may be selected as default files. +jsite.project-files.scanning=Scanning\u2026 jsite.update-checker.found-version.title=Found New Version jsite.update-checker.found-version.message=A new version was found.

Version {0} (released {1,date}) @@ -174,11 +177,18 @@ jsite.update-checker.latest-version.okay.message=You are currently running 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.copy-from-project=Copy from Project +jsite.key-dialog.button.copy-from-project.tooltip=Copies the public and private keys from the selected project +jsite.key-dialog.button.copy-from-identity=Copy from Identity +jsite.key-dialog.button.copy-from-identity.tooltip=Copies the public and private keys from the selected identity jsite.key-dialog.button.generate=Regenerate Keys jsite.key-dialog.button.generate.tooltip=Create a new key pair jsite.key-dialog.label.keys=Keys jsite.key-dialog.label.private-key=Private Key jsite.key-dialog.label.public-key=Public Key +jsite.key-dialog.label.copy-keys=Copy Keys +jsite.key-dialog.label.project=Project +jsite.key-dialog.label.identity=Identity jsite.key-dialog.label.actions=Actions jsite.warning.empty-index=No default file

You did not specify a default file for this project.
While it is possible to insert a project without a default
file you should specify one to ease browsing.