Add options for configuration file location.
[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 # Attention, translators! Most of the strings here are used directly.
23 # However, some of them are parsed by MessageFormat
24 # (http://java.sun.com/j2se/1.5.0/docs/api/java/text/MessageFormat.html)
25 # and thus have to adhere to some rules (check the URL above). This is the
26 # case when a line contains placeholders like {0} or {0,number}! In these
27 # lines single quotes (ASCII 39) needs to be escaped by entering them twice,
28 # otherwise the placeholder will not be replaced!
29
30 jsite.general.ok=OK
31 jsite.general.cancel=Cancel
32
33 jsite.wizard.previous=Previous
34 jsite.wizard.next=Next
35 jsite.wizard.quit=Quit
36
37 jsite.quit.question=Do you really want to quit?
38 jsite.quite.overwrite-configuration=<html><b>Overwrite configuration?</b><br><br>A configuration file already exists.<br>Should it be overwritten?</html>
39 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>
40
41 jsite.menu.languages=Languages
42 jsite.menu.language.en=English
43 jsite.menu.language.de=Deutsch
44 jsite.menu.language.fr=Fran\u00e7ais
45 jsite.menu.language.it=Italiano
46 jsite.menu.language.pl=Polski
47 jsite.menu.nodes=Nodes
48 jsite.menu.nodes.manage-nodes=Manage nodes
49 jsite.menu.options=Options
50 jsite.menu.options.preferences=Preferences
51 jsite.menu.help=Help
52 jsite.menu.help.check-for-updates=Check for Updates
53 jsite.menu.help.about=About
54
55 jsite.about.message=<html><big><b>jSite {0}</b></big><br><br>Copyright \u00a9 2006-2010 David Roden<br>Released under the GNU General Public License</html>
56
57 jsite.node-manager.heading=Node Manager
58 jsite.node-manager.description=Manage your nodes here.
59 jsite.node-manager.node-information=Node Information
60 jsite.node-manager.add-node=Add Node
61 jsite.node-manager.new-node=New Node
62 jsite.node-manager.delete-node=Delete Node
63 jsite.node-manager.delete-node.warning=<html><b>Confirm node deletion</b><br><br>Really delete this node?</html>
64 jsite.node-manager.name=Name
65 jsite.node-manager.hostname=Hostname
66 jsite.node-manager.port=Port
67
68 jsite.preferences.heading=Preferences
69 jsite.preferences.description=Use this page to manage some global settings.
70 jsite.preferences.temp-directory=Directory for temporary files
71 jsite.preferences.temp-directory.default=Default (chosen by system)
72 jsite.preferences.temp-directory.custom=Custom
73 jsite.preferences.temp-directory.choose=Choose
74 jsite.preferences.temp-directory.choose.approve=Choose
75 jsite.preferences.config-directory=Location of configuration directory
76 jsite.preferences.config-directory.jar=Next to the JAR file
77 jsite.preferences.config-directory.home=Home directory
78 jsite.preferences.config-directory.custom=Custom directory
79
80 jsite.insert.heading=Project insert
81 jsite.insert.description=Please wait while the project is being inserted.
82 jsite.insert.project-information=Project information
83 jsite.insert.request-uri=Freesite
84 jsite.insert.start-time=Start time
85 jsite.insert.starting=Starting\u2026
86 jsite.insert.done=Done.
87 jsite.insert.done.title=Insert done
88 jsite.insert.insert-aborted=The insert was aborted.
89 jsite.insert.insert-aborted.title=Insert Aborted
90 jsite.insert.progress=Progress
91 jsite.insert.k-per-s=KB/s
92 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>
93 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>
94 jsite.insert.insert-failed.title=Insert Failed
95 jsite.insert.inserted=<html><b>Project inserted</b><br><br>Your project was inserted successfully.</html>
96 jsite.insert.okay-copy-uri=Copy URI to Clipboard
97 jsite.insert.reinserted-edition=<html><b>Edition Reinserted</b><br><br>The edition you are just inserting<br>has already been inserted before.</html>
98 jsite.insert.reinserted-edition.title=Edition Reinserted
99
100 jsite.file-scanner.can-not-read-directory=Can not read directory
101
102 jsite.project.heading=Select a Project
103 jsite.project.description=Select a project to process from the list below, or create a new project.
104 jsite.project.action.browse=Browse
105 jsite.project.action.browse.choose=Choose
106 jsite.project.action.browse.tooltip=Browse for directory
107 jsite.project.action.add-project=Add project
108 jsite.project.action.add-project.tooltip=Add a new project
109 jsite.project.new-project.name=New Project
110 jsite.project.action.delete-project=Delete project
111 jsite.project.action.delete-project.tooltip=Delete a project
112 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>
113 jsite.project.action.clone-project=Clone project
114 jsite.project.action.clone-project.copy=Copy of {0}
115 jsite.project.action.clone-project.tooltip=Clone the selected project
116 jsite.project.action.copy-uri=Copy URI to Clipboard
117 jsite.project.action.copy-uri.tooltip=Copies the URI of the project to the clipboard
118 jsite.project.action.manage-keys=Manage Keys
119 jsite.project.action.manage-keys.tooltip=Manages the keys of this project
120 jsite.project.action.reset-edition=Reset Edition
121 jsite.project.action.reset-edition.tooltip=Resets the edition number of the project
122 jsite.project.project.information=Project Information
123 jsite.project.project.name=Name
124 jsite.project.project.description=Description
125 jsite.project.project.local-path=Local path
126 jsite.project.project.address=Address
127 jsite.project.project.path=Freesite Path
128 jsite.project.project.edition=Edition
129 jsite.project.project.uri=URI
130 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>
131 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>
132 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>
133 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>
134
135 jsite.project-files.heading=Project Files
136 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>
137 jsite.project-files.action.rescan=Re-scan
138 jsite.project-files.action.rescan.tooltip=Re-scan the project directory for new files
139 jsite.project-files.action.add-container=Add
140 jsite.project-files.action.add-container.tooltip=Adds a new container to the project and this file to it
141 jsite.project-files.action.add-container.message=Enter the name of the new container
142 jsite.project-files.action.edit-container=Edit
143 jsite.project-files.action.edit-container.tooltip=Changes the name of the container
144 jsite.project-files.action.edit-container.message=Enter the new name of the container
145 jsite.project-files.action.delete-container=Delete
146 jsite.project-files.action.delete-container.tooltip=Deletes this container
147 jsite.project-files.action.delete-container.message=Do you really want to delete this container?
148 jsite.project-files.ignore-hidden-files=Ignore hidden files
149 jsite.project-files.ignore-hidden-files.tooltip=When selected, hidden files are not inserted
150 jsite.project-files.file-options=File Options
151 jsite.project-files.default=Default file
152 jsite.project-files.default.tooltip=Specify that this file is the project\u2019s index file
153 jsite.project-files.insert=Insert
154 jsite.project-files.insert.tooltip=Uncheck if you do not want to insert this file
155 jsite.project-files.insert-redirect=Redirect
156 jsite.project-files.insert-redirect.tooltip=Check if you want to insert a redirect for this file
157 jsite.project-files.custom-key=Custom key
158 jsite.project-files.custom-key.tooltip=The externally created key for the file
159 jsite.project-files.rename=Rename
160 jsite.project-files.rename.tooltip=Renames the file in the uploaded site
161 jsite.project-files.mime-type=MIME type
162 jsite.project-files.mime-type.tooltip=Select the correct MIME type here if the detection failed
163 jsite.project-files.container=Container
164 jsite.project-files.container.tooltip=Selects a container for the current file
165 jsite.project-files.replacement=Replacements
166 jsite.project-files.replacement.tooltip=Activates replacements in file
167 jsite.project-files.replacement.edition-range=Range
168 jsite.project-files.replacement.edition-range.tooltip=Also replace $[EDITION+1], $[EDITION+2]\u2026
169 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>
170 jsite.project-files.insert-now=Insert now
171 jsite.project-files.invalid-default-file=Only files in the root directory may be selected as default files.
172
173 jsite.update-checker.found-version.title=Found New Version
174 jsite.update-checker.found-version.message=<html>A new version was found.<br><br>Version {0} (released {1,date})</html>
175 jsite.update-checker.latest-version.title=Update Check
176 jsite.update-checker.latest-version.newer.message=<html>You are running version {0} but a newer<br>version ({1}) has been found!</html>
177 jsite.update-checker.latest-version.older.message=<html>You are running version {0} but the<br>latest version seems to be {1}.</html>
178 jsite.update-checker.latest-version.okay.message=<html>You are currently running version {0}<br>which is the latest version.</html>
179
180 jsite.key-dialog.title=Manage Project Keys
181 jsite.key-dialog.button.ok.tooltip=Accepts the changes
182 jsite.key-dialog.button.cancel.tooltip=Discards the changes
183 jsite.key-dialog.button.generate=Regenerate Keys
184 jsite.key-dialog.button.generate.tooltip=Create a new key pair
185 jsite.key-dialog.label.keys=<html><b>Keys</b></html>
186 jsite.key-dialog.label.private-key=Private Key
187 jsite.key-dialog.label.public-key=Public Key
188 jsite.key-dialog.label.actions=<html><b>Actions</b></html>
189
190 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>
191 jsite.warning.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>
192 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>
193
194 jsite.error.no-node-selected=<html><b>No node selected</b><br><br>Please select a node from the menu!</html>
195 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>
196 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>
197 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>
198 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>
199 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>
200 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>
201 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>
202 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>