version 0.4.9.7
[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=German
34 jsite.menu.language.fr=French
35 jsite.menu.nodes=Nodes
36 jsite.menu.nodes.manage-nodes=Manage nodes
37 jsite.menu.help=Help
38 jsite.menu.help.about=About
39
40 jsite.about.message=<html><big><b>jSite {0}</b></big><br><br>Copyright \u00a9 2006, 2007 David Roden<br>Released under the GNU General Public License</html>
41
42 jsite.node-manager.heading=Node Manager
43 jsite.node-manager.description=Manage your nodes here.
44 jsite.node-manager.node-information=Node Information
45 jsite.node-manager.add-node=Add Node
46 jsite.node-manager.new-node=New Node
47 jsite.node-manager.delete-node=Delete Node
48 jsite.node-manager.delete-node.warning=<html><b>Confirm node deletion</b><br><br>Really delete this node?</html>
49 jsite.node-manager.name=Name
50 jsite.node-manager.hostname=Hostname
51 jsite.node-manager.port=Port
52
53 jsite.insert.heading=Project insert
54 jsite.insert.description=Please wait while the project is being inserted.
55 jsite.insert.project-information=Project information
56 jsite.insert.request-uri=Freesite
57 jsite.insert.start-time=Start time
58 jsite.insert.starting=Starting\u2026
59 jsite.insert.done=Done.
60 jsite.insert.progress=Progress
61 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>
62 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>
63 jsite.insert.inserted=<html><b>Project inserted</b><br><br>Your project was inserted successfully.</html>
64
65 jsite.file-scanner.can-not-read-directory=Can not read directory
66
67 jsite.project.heading=Select a Project
68 jsite.project.description=Select a project to process from the list below, or create a new project.
69 jsite.project.action.browse=Browse
70 jsite.project.action.browse.choose=Choose
71 jsite.project.action.browse.tooltip=Browse for directory
72 jsite.project.action.add-project=Add project
73 jsite.project.action.add-project.tooltip=Add a new project
74 jsite.project.new-project.name=New Project
75 jsite.project.action.delete-project=Delete project
76 jsite.project.action.delete-project.tooltip=Delete a project
77 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>
78 jsite.project.action.clone-project=Clone project
79 jsite.project.action.clone-project.copy=Copy of {0}
80 jsite.project.action.clone-project.tooltip=Clone the selected project
81 jsite.project.action.copy-uri=Copy URI to Clipboard
82 jsite.project.action.copy-uri.tooltip=Copies the URI of the project to the clipboard
83 jsite.project.action.generate-new-key=Generate New Key
84 jsite.project.action.generate-new-key.tooltip=Generates a new key for the project
85 jsite.project.project.information=Project Information
86 jsite.project.project.name=Name
87 jsite.project.project.description=Description
88 jsite.project.project.local-path=Local path
89 jsite.project.project.address=Address
90 jsite.project.project.public-key=Request URI
91 jsite.project.project.private-key=Insert URI
92 jsite.project.project.path=Path
93 jsite.project.project.edition=Edition
94 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>
95 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>
96 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>
97 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>
98
99 jsite.project-files.heading=Project Files
100 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>
101 jsite.project-files.action.rescan=Re-scan
102 jsite.project-files.action.rescan.tooltip=Re-scan the project directory for new files
103 jsite.project-files.action.add-container=Add
104 jsite.project-files.action.add-container.tooltip=Adds a new container to the project and this file to it
105 jsite.project-files.action.add-container.message=Enter the name of the new container
106 jsite.project-files.action.edit-container=Edit
107 jsite.project-files.action.edit-container.tooltip=Changes the name of the container
108 jsite.project-files.action.edit-container.message=Enter the new name of the container
109 jsite.project-files.action.delete-container=Delete
110 jsite.project-files.action.delete-container.tooltip=Deletes this container
111 jsite.project-files.action.delete-container.message=Do you really want to delete this container?
112 jsite.project-files.file-options=File Options
113 jsite.project-files.default=Default file
114 jsite.project-files.default.tooltip=Specify that this file is the project\u2019s index file
115 jsite.project-files.insert=Insert
116 jsite.project-files.insert.tooltip=Uncheck if this file was inserted externally
117 jsite.project-files.custom-key=Custom key
118 jsite.project-files.custom-key.tooltip=The externally created key for the file
119 jsite.project-files.mime-type=MIME type
120 jsite.project-files.mime-type.tooltip=Select the correct MIME type here if the detection failed
121 jsite.project-files.container=Container
122 jsite.project-files.container.tooltip=Selects a container for the current file
123 jsite.project-files.replacement=Replacements
124 jsite.project-files.replacement.tooltip=Activates replacements in file
125 jsite.project-files.replacement.edition-range=Range
126 jsite.project-files.replacement.edition-range.tooltip=Also replace $[EDITION+1], $[EDITION+2]\u2026
127 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>
128 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>
129 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>
130 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>
131 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>
132 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>
133 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>
134 jsite.project-files.no-node-selected=<html><b>No node selected</b><br><br>Please select a node from the menu!</html>
135 jsite.project-files.insert-now=Insert now