622036c4a413401b9a0772cfce7b446788d9ef6e
[jSite.git] / src / de / todesbaum / jsite / i18n / jSite.properties
1 #
2 # jSite - a tool for uploading websites into Freenet
3 # Copyright (C) 2006 David Roden
4 #
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9 #
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18 #
19
20 # English language file by David Roden <droden@gmail.com>
21
22 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>
23
24 jsite.wizard.previous=Previous
25 jsite.wizard.next=Next
26 jsite.wizard.quit=Quit
27
28 jsite.quit.question=Do you really want to quit?
29 jsite.quit.config-not-saved=<html><b>Configuration not saved</b><br><br>The configuration could not be saved.<br>Do you want to quit anyway?</html>
30
31 jsite.menu.languages=Languages
32 jsite.menu.language.en=English
33 jsite.menu.language.de=Deutsch
34 jsite.menu.language.fr=Français
35 jsite.menu.language.it=Italiano
36 jsite.menu.language.pl=Polski
37 jsite.menu.nodes=Nodes
38 jsite.menu.nodes.manage-nodes=Manage nodes
39 jsite.menu.help=Help
40 jsite.menu.help.about=About
41
42 jsite.about.message=<html><big><b>jSite {0}</b></big><br><br>Copyright \u00a9 2006-2008 David Roden<br>Released under the GNU General Public License</html>
43
44 jsite.node-manager.heading=Node Manager
45 jsite.node-manager.description=Manage your nodes here.
46 jsite.node-manager.node-information=Node Information
47 jsite.node-manager.add-node=Add Node
48 jsite.node-manager.new-node=New Node
49 jsite.node-manager.delete-node=Delete Node
50 jsite.node-manager.delete-node.warning=<html><b>Confirm node deletion</b><br><br>Really delete this node?</html>
51 jsite.node-manager.name=Name
52 jsite.node-manager.hostname=Hostname
53 jsite.node-manager.port=Port
54
55 jsite.insert.heading=Project insert
56 jsite.insert.description=Please wait while the project is being inserted.
57 jsite.insert.project-information=Project information
58 jsite.insert.request-uri=Freesite
59 jsite.insert.start-time=Start time
60 jsite.insert.starting=Starting\u2026
61 jsite.insert.done=Done.
62 jsite.insert.progress=Progress
63 jsite.insert.insert-failed=<html><b>Insert failed</b><br><br>The insert of the project failed.<br>Some files could not be inserted.</html>
64 jsite.insert.insert-failed-with-cause=<html><b>Insert failed</b><br><br>The insert of the project failed.<br>Some files could not be inserted.<br>The following error occured:<br><br><code>{0}</code></html>
65 jsite.insert.inserted=<html><b>Project inserted</b><br><br>Your project was inserted successfully.</html>
66
67 jsite.file-scanner.can-not-read-directory=Can not read directory
68
69 jsite.project.heading=Select a Project
70 jsite.project.description=Select a project to process from the list below, or create a new project.
71 jsite.project.action.browse=Browse
72 jsite.project.action.browse.choose=Choose
73 jsite.project.action.browse.tooltip=Browse for directory
74 jsite.project.action.add-project=Add project
75 jsite.project.action.add-project.tooltip=Add a new project
76 jsite.project.new-project.name=New Project
77 jsite.project.action.delete-project=Delete project
78 jsite.project.action.delete-project.tooltip=Delete a project
79 jsite.project.action.delete-project.confirm=<html><b>Confirm deletion</b><br><br>The project \u201c{0}\u201d will be deleted!<br>Do you want to continue?</html>
80 jsite.project.action.clone-project=Clone project
81 jsite.project.action.clone-project.copy=Copy of {0}
82 jsite.project.action.clone-project.tooltip=Clone the selected project
83 jsite.project.action.copy-uri=Copy URI to Clipboard
84 jsite.project.action.copy-uri.tooltip=Copies the URI of the project to the clipboard
85 jsite.project.action.generate-new-key=Generate New Key
86 jsite.project.action.generate-new-key.tooltip=Generates a new key for the project
87 jsite.project.project.information=Project Information
88 jsite.project.project.name=Name
89 jsite.project.project.description=Description
90 jsite.project.project.local-path=Local path
91 jsite.project.project.address=Address
92 jsite.project.project.public-key=Request URI
93 jsite.project.project.private-key=Insert URI
94 jsite.project.project.path=Freesite Path
95 jsite.project.project.edition=Edition
96 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>
97 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>
98 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>
99 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>
100
101 jsite.project-files.heading=Project Files
102 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>
103 jsite.project-files.action.rescan=Re-scan
104 jsite.project-files.action.rescan.tooltip=Re-scan the project directory for new files
105 jsite.project-files.action.add-container=Add
106 jsite.project-files.action.add-container.tooltip=Adds a new container to the project and this file to it
107 jsite.project-files.action.add-container.message=Enter the name of the new container
108 jsite.project-files.action.edit-container=Edit
109 jsite.project-files.action.edit-container.tooltip=Changes the name of the container
110 jsite.project-files.action.edit-container.message=Enter the new name of the container
111 jsite.project-files.action.delete-container=Delete
112 jsite.project-files.action.delete-container.tooltip=Deletes this container
113 jsite.project-files.action.delete-container.message=Do you really want to delete this container?
114 jsite.project-files.file-options=File Options
115 jsite.project-files.default=Default file
116 jsite.project-files.default.tooltip=Specify that this file is the project\u2019s index file
117 jsite.project-files.insert=Insert
118 jsite.project-files.insert.tooltip=Uncheck if this file was inserted externally
119 jsite.project-files.custom-key=Custom key
120 jsite.project-files.custom-key.tooltip=The externally created key for the file
121 jsite.project-files.mime-type=MIME type
122 jsite.project-files.mime-type.tooltip=Select the correct MIME type here if the detection failed
123 jsite.project-files.container=Container
124 jsite.project-files.container.tooltip=Selects a container for the current file
125 jsite.project-files.replacement=Replacements
126 jsite.project-files.replacement.tooltip=Activates replacements in file
127 jsite.project-files.replacement.edition-range=Range
128 jsite.project-files.replacement.edition-range.tooltip=Also replace $[EDITION+1], $[EDITION+2]\u2026
129 jsite.project-files.scan-error=<html><b>Error scanning files</b><br><br>Either the directory of the project does not exist<br>or some files/directories in it are notaccessible.<br>Please go back and select the correct directory.</html>
130 jsite.project-files.empty-index=<html><b>No default file</b><br><br>You did not specify a default file for this project.<br>While it is possible to insert a project without a default<br>file you should specify one to ease browsing.</html>
131 jsite.project-files.index-missing=<html>Your default file is missing</b><br><br>A default file was previously specified but it<br>does not exist anymore! Please select<br>a new default file in the list of files.</html>
132 jsite.project-files.container-index=<html><b>Default file in container</b><br><br>Your default file was placed in a container!<br>This might make other people shun your page.</html>
133 jsite.project-files.index-not-html=<html><b>Default file is not HTML</b><br><br>Your default file does not have the MIME type "text/html"!<br>Loading your Freesite in a browser may give unexpected results.</html>
134 jsite.project-files.no-node-running=<html><b>Node is not running</b><br><br>You can not insert a project if your node is not running.<br>Please start your node and try again.</html>
135 jsite.project-files.no-custom-key=<html><b>No custom key for file</b><br><br>You specified not to insert <code>{0}</code><br>but failed to enter a key to redirect to!</html>
136 jsite.project-files.no-node-selected=<html><b>No node selected</b><br><br>Please select a node from the menu!</html>
137 jsite.project-files.insert-now=Insert now