81bfc89d19d8b972355f95b19f3aa5f8c1e4824c
[jSite.git] / src / main / resources / de / todesbaum / jsite / i18n / jSite.properties
1 #
2 # jSite - jSite.properties - Copyright © 2006–2012 David Roden
3 #
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2 of the License, or
7 # (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
13 #
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17 #
18
19 # English language file by David Roden <droden@gmail.com>
20
21 # Attention, translators! Most of the strings here are used directly.
22 # However, some of them are parsed by MessageFormat
23 # (http://java.sun.com/j2se/1.5.0/docs/api/java/text/MessageFormat.html)
24 # and thus have to adhere to some rules (check the URL above). This is the
25 # case when a line contains placeholders like {0} or {0,number}! In these
26 # lines single quotes (ASCII 39) needs to be escaped by entering them twice,
27 # otherwise the placeholder will not be replaced!
28
29 jsite.general.ok=OK
30 jsite.general.cancel=Cancel
31
32 jsite.wizard.previous=Previous
33 jsite.wizard.next=Next
34 jsite.wizard.quit=Quit
35
36 jsite.quit.question=Do you really want to quit?
37 jsite.quit.question.title=Really quit?
38 jsite.quit.overwrite-configuration=<html><b>Overwrite configuration?</b><br><br>A configuration file already exists:<br><code>{0}</code><br><br>Should it be overwritten?</html>
39 jsite.quit.overwrite-configuration.title=Overwrite configuration?
40 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>
41
42 jsite.menu.languages=Languages
43 jsite.menu.language.en=English
44 jsite.menu.language.de=Deutsch
45 jsite.menu.language.fr=Fran\u00e7ais
46 jsite.menu.language.it=Italiano
47 jsite.menu.language.pl=Polski
48 jsite.menu.nodes=Nodes
49 jsite.menu.nodes.manage-nodes=Manage nodes
50 jsite.menu.options=Options
51 jsite.menu.options.preferences=Preferences
52 jsite.menu.help=Help
53 jsite.menu.help.check-for-updates=Check for Updates
54 jsite.menu.help.about=About
55
56 jsite.about.message=<html><big><b>jSite {0}</b></big><br><br>Copyright \u00a9 2006\u20132012 David Roden<br>Released under the GNU General Public License</html>
57
58 jsite.node-manager.heading=Node Manager
59 jsite.node-manager.description=Manage your nodes here.
60 jsite.node-manager.node-information=Node Information
61 jsite.node-manager.add-node=Add Node
62 jsite.node-manager.new-node=New Node
63 jsite.node-manager.delete-node=Delete Node
64 jsite.node-manager.delete-node.warning=<html><b>Confirm node deletion</b><br><br>Really delete this node?</html>
65 jsite.node-manager.name=Name
66 jsite.node-manager.hostname=Hostname
67 jsite.node-manager.port=Port
68
69 jsite.preferences.heading=Preferences
70 jsite.preferences.description=Use this page to manage some global settings.
71 jsite.preferences.temp-directory=Directory for temporary files
72 jsite.preferences.temp-directory.default=Default (chosen by system)
73 jsite.preferences.temp-directory.custom=Custom
74 jsite.preferences.temp-directory.choose=Choose
75 jsite.preferences.temp-directory.choose.approve=Choose
76 jsite.preferences.config-directory=Location of configuration file
77 jsite.preferences.config-directory.jar=Next to the JAR file
78 jsite.preferences.config-directory.home=Home directory
79 jsite.preferences.config-directory.custom=Custom directory
80 jsite.preferences.insert-options=Insert options
81 jsite.preferences.insert-options.use-early-encode=Generate final URI early
82 jsite.preferences.insert-options.priority=Priority
83 jsite.preferences.insert-options.manifest-putter=Manifest Putter
84
85 jsite.insert.heading=Project insert
86 jsite.insert.description=Please wait while the project is being inserted.
87 jsite.insert.project-information=Project information
88 jsite.insert.request-uri=Freesite
89 jsite.insert.start-time=Start time
90 jsite.insert.starting=Starting\u2026
91 jsite.insert.done=Done.
92 jsite.insert.done.title=Insert done
93 jsite.insert.insert-aborted=The insert was aborted.
94 jsite.insert.insert-aborted.title=Insert Aborted
95 jsite.insert.progress=Progress
96 jsite.insert.k-per-s=KB/s
97 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>
98 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>
99 jsite.insert.insert-failed.title=Insert Failed
100 jsite.insert.inserted=<html><b>Project inserted</b><br><br>Your project was inserted successfully.</html>
101 jsite.insert.okay-copy-uri=Copy URI to Clipboard
102 jsite.insert.reinserted-edition=<html><b>Edition Reinserted</b><br><br>The edition you are just inserting<br>has already been inserted before.</html>
103 jsite.insert.reinserted-edition.title=Edition Reinserted
104
105 jsite.file-scanner.can-not-read-directory=Can not read directory
106
107 jsite.project.heading=Select a Project
108 jsite.project.description=Select a project to process from the list below, or create a new project.
109 jsite.project.action.browse=Browse
110 jsite.project.action.browse.choose=Choose
111 jsite.project.action.browse.tooltip=Browse for directory
112 jsite.project.action.add-project=Add project
113 jsite.project.action.add-project.tooltip=Add a new project
114 jsite.project.new-project.name=New Project
115 jsite.project.action.delete-project=Delete project
116 jsite.project.action.delete-project.tooltip=Delete a project
117 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>
118 jsite.project.action.clone-project=Clone project
119 jsite.project.action.clone-project.copy=Copy of {0}
120 jsite.project.action.clone-project.tooltip=Clone the selected project
121 jsite.project.action.copy-uri=Copy URI to Clipboard
122 jsite.project.action.copy-uri.tooltip=Copies the URI of the project to the clipboard
123 jsite.project.action.manage-keys=Manage Keys
124 jsite.project.action.manage-keys.tooltip=Manages the keys of this project
125 jsite.project.action.reset-edition=Reset Edition
126 jsite.project.action.reset-edition.tooltip=Resets the edition number of the project
127 jsite.project.project.information=Project Information
128 jsite.project.project.name=Name
129 jsite.project.project.description=Description
130 jsite.project.project.local-path=Local path
131 jsite.project.project.address=Address
132 jsite.project.project.path=Freesite Path
133 jsite.project.project.edition=Edition
134 jsite.project.project.uri=URI
135 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>
136 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!<br>Also, the edition will be reset.</html>
137 jsite.project.warning.reset-edition=<html><b>Reset edition?</b><br><br>Resetting the edition can lead to insert failures<br>and lots of confusion if you have not changed<br>the path or the keys of the project!</html>
138 jsite.project.warning.use-clipboard-now=<html><b>URI copied</b><br><br>Please note that it is possible that quitting jSite<br>now will empty the clipboard. Please use the<br>copied URI immediately in another window!</html>
139
140 jsite.project-files.heading=Project Files
141 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>
142 jsite.project-files.action.rescan=Re-scan
143 jsite.project-files.action.rescan.tooltip=Re-scan the project directory for new files
144 jsite.project-files.ignore-hidden-files=Ignore hidden files
145 jsite.project-files.ignore-hidden-files.tooltip=When selected, hidden files are not inserted
146 jsite.project-files.file-options=File Options
147 jsite.project-files.default=Default file
148 jsite.project-files.default.tooltip=Specify that this file is the project\u2019s index file
149 jsite.project-files.insert=Insert
150 jsite.project-files.insert.tooltip=Uncheck if you do not want to insert this file
151 jsite.project-files.force-insert=Force insert
152 jsite.project-files.force-insert.tooltip=Forces the insert of this file even it is not modified
153 jsite.project-files.insert-redirect=Redirect
154 jsite.project-files.insert-redirect.tooltip=Check if you want to insert a redirect for this file
155 jsite.project-files.custom-key=Custom key
156 jsite.project-files.custom-key.tooltip=The externally created key for the file
157 jsite.project-files.rename=Rename
158 jsite.project-files.rename.tooltip=Renames the file in the uploaded site
159 jsite.project-files.mime-type=MIME type
160 jsite.project-files.mime-type.tooltip=Select the correct MIME type here if the detection failed
161 jsite.project-files.container=Container
162 jsite.project-files.container.tooltip=Selects a container for the current file
163 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 not accessible.<br>Please go back and select the correct directory.</html>
164 jsite.project-files.insert-now=Insert now
165 jsite.project-files.invalid-default-file=Only files in the root directory may be selected as default files.
166 jsite.project-files.scanning=Scanning\u2026
167
168 jsite.update-checker.found-version.title=Found New Version
169 jsite.update-checker.found-version.message=<html>A new version was found.<br><br>Version {0} (released {1,date})</html>
170 jsite.update-checker.latest-version.title=Update Check
171 jsite.update-checker.latest-version.newer.message=<html>You are running version {0} but a newer<br>version ({1}) has been found!</html>
172 jsite.update-checker.latest-version.older.message=<html>You are running version {0} but the<br>latest version seems to be {1}.</html>
173 jsite.update-checker.latest-version.okay.message=<html>You are currently running version {0}<br>which is the latest version.</html>
174
175 jsite.key-dialog.title=Manage Project Keys
176 jsite.key-dialog.button.ok.tooltip=Accepts the changes
177 jsite.key-dialog.button.cancel.tooltip=Discards the changes
178 jsite.key-dialog.button.copy-from-identity=Copy from Identity
179 jsite.key-dialog.button.copy-from-identity.tooltip=Copies the public and private keys from the selected identity
180 jsite.key-dialog.button.generate=Regenerate Keys
181 jsite.key-dialog.button.generate.tooltip=Create a new key pair
182 jsite.key-dialog.label.keys=<html><b>Keys</b></html>
183 jsite.key-dialog.label.private-key=Private Key
184 jsite.key-dialog.label.public-key=Public Key
185 jsite.key-dialog.label.identities=<html><b>Identities</b></html>
186 jsite.key-dialog.label.identity=Identity
187 jsite.key-dialog.label.actions=<html><b>Actions</b></html>
188
189 jsite.warning.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>
190 jsite.warning.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>
191 jsite.warning.site-larger-than-2-mib=<html><b>Site is larger than 2 MiB!</b><br><br>Your site contains more than 2 megabytes of data.<br>Due to bugs in Freenet it will probably not load correctly.<br>Try to reduce the size of your site, or continue at your own peril.</html>
192
193 jsite.error.no-node-selected=<html><b>No node selected</b><br><br>Please select a node from the menu!</html>
194 jsite.error.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>
195 jsite.error.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>
196 jsite.error.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>
197 jsite.error.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>
198 jsite.error.index-not-inserted=<html><b>Default file not inserted</b><br><br>You have chosen not to insert the default file!<br>You need to either choose to insert it or select<br>a different default file!</html>
199 jsite.error.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>
200 jsite.error.no-files-to-insert=<html><b>No files to insert</b><br><br>You do not have any files selected for insertion!<br>Please select at least one file to insert.</html>
201 jsite.error.duplicate-file=<html><b>Duplicate file</b><br><br>The file <code>{0}</code> is inserted twice!<br>Please check your filenames and redirects.</html>