implement base path changing
[jSite2.git] / src / net / pterodactylus / jsite / i18n / jSite.properties
1 # jSite i18n data, English
2 #
3 # this file should be in US-ASCII format, with unicode characters outside
4 # US-ASCII range encoded with the java-typical \u notation.
5
6 # maintainer of the translation; translators, put your own name here!
7 i18n.maintainer.name: David \u2018Bombe\u2019 Roden
8 i18n.maintainer.email: bombe@freenetproject.org
9
10 # general gui components
11 general.button.okay.name: Okay
12 general.button.okay.mnemonic: VK_O
13 general.button.okay.accelerator: Ctrl-VK_O
14 general.button.okay.shortDescription: Confirm
15 general.button.okay.longDescription: Confirm and close dialog
16
17 general.button.cancel.name: Cancel
18 general.button.cancel.mnemonic: VK_C
19 general.button.cancel.accelerator: VK_ESCAPE
20 general.button.cancel.shortDescription: Cancel
21 general.button.cancel.longDescription: Cancel and close dialog
22
23 general.language.en.name: English
24 general.language.en.mnemonic: VK_E
25 general.language.en.shortDescription: Switch language to English
26 general.language.en.longDescription: Switch language to English
27
28 general.language.de.name: Deutsch
29 general.language.de.mnemonic: VK_D
30 general.language.de.shortDescription: Switch language to German
31 general.language.de.longDescription: Switch language to German
32
33 general.defaultNode.name: Default Node
34 general.newNode.name: New Node
35
36 general.newProject.name: New Project
37 general.newProject.description: New Project created {0,date}
38
39 # main window
40 mainWindow.toolbar.name: jSite Toolbar
41
42 mainWindow.warning.multipleNodesNotAdvancedMode.title: Multiple Nodes in Simple Mode
43 mainWindow.warning.multipleNodesNotAdvancedMode.message: <html>You have enabled the simple mode but have more than one node configured.<br>Select advanced mode to configure all of your nodes.</html>
44
45 mainWindow.error.projectLoadingFailed.title: Loading Projects Failed
46 mainWindow.error.projectLoadingFailed.message: Loading the projects from \u201c{0}\u201d has failed.
47
48 mainWindow.error.nodeConnectionFailed.title: Connecting to Node Failed
49 mainWindow.error.nodeConnectionFailed.message: Connecting to node \u201c{0}\u201d (at {1}:{2,number,#}) has failed: {3}
50
51 mainWindow.statusBar.coreLoaded: Core loaded.
52 mainWindow.statusBar.coreStopped: Core stopped.
53 mainWindow.statusBar.projectLoadingDone: Projects loaded.
54 mainWindow.statusBar.projectSavingDone: Projects saved.
55 mainWindow.statusBar.loadingNodesDone: Nodes loaded.
56 mainWindow.statusBar.savingNodesDone: Nodes saved.
57 mainWindow.statusBar.connectingToNode: Connecting to \u201c{0}\u201d (at {1}:{2,number,#})\u2026
58 mainWindow.statusBar.connectedToNode: Connected to \u201c{0}\u201d (at {1}:{2,number,#}).
59 mainWindow.statusBar.connectionToNodeFailed: Connection to \u201c{0}\u201d (at {1}:{2,number,#}) failed: {3}
60 mainWindow.statusBar.disconnectedFromNode: Disconnected from \u201c{0}\u201d (at {1}:{2,number,#}).
61
62 mainWindow.statusBar.nodeLabel.name: <html><b>Node \u201c{0}\u201d</b></html>
63 mainWindow.statusBar.nodeLabel.menmonic: VK_UNDEFINED
64
65 # main menus
66 mainWindow.menu.jSite.name: jSite
67 mainWindow.menu.jSite.mnemonic: VK_J
68
69 mainWindow.menu.node.name: Node
70 mainWindow.menu.node.mnemonic: VK_N
71
72 mainWindow.menu.connect.name: Connect
73 mainWindow.menu.connect.mnemonic: VK_C
74 mainWindow.menu.connect.accelerator: VK_UNDEFINED
75 mainWindow.menu.connect.shortDescription: Connects to the node
76 mainWindow.menu.connect.longDescription: Connects to the node
77
78 mainWindow.menu.disconnect.name: Disconnect
79 mainWindow.menu.disconnect.mnemonic: VK_D
80 mainWindow.menu.disconnect.accelerator: VK_UNDEFINED
81 mainWindow.menu.disconnect.shortDescription: Disconnects from the node
82 mainWindow.menu.disconnect.longDescription: Disconnects from the node
83
84 mainWindow.menu.connectNoNodeAvailable.name: No node available
85 mainWindow.menu.disconnectNoNodeAvailable.name: No node connected
86
87 mainWindow.menu.language.name: Languages
88 mainWindow.menu.language.mnemonic: VK_L
89
90 mainWindow.menu.help.name: Help
91 mainWindow.menu.help.mnemonic: VK_H
92
93 #
94 # the jSite menu
95 #
96 mainWindow.menu.jSite.configure.name: Configure
97 mainWindow.menu.jSite.configure.mnemonic: VK_C
98 mainWindow.menu.jSite.configure.accelerator: Ctrl-VK_C
99 mainWindow.menu.jSite.configure.shortDescription: Configures jSite
100 mainWindow.menu.jSite.configure.longDescription: Shows the jSite configuration dialog
101
102 mainWindow.menu.jSite.importConfig.name: Import Config
103 mainWindow.menu.jSite.importConfig.mnemonic: VK_I
104 mainWindow.menu.jSite.importConfig.accelerator: Ctrl-VK_I
105 mainWindow.menu.jSite.importConfig.shortDescription: Imports jSite 0.x configuration
106 mainWindow.menu.jSite.importConfig.longDescription: Imports old jSite configuration files
107
108 mainWindow.menu.jSite.quit.name: Quit
109 mainWindow.menu.jSite.quit.mnemonic: VK_Q
110 mainWindow.menu.jSite.quit.accelerator: Ctrl-VK_Q
111 mainWindow.menu.jSite.quit.shortDescription: Quits jSite
112 mainWindow.menu.jSite.quit.longDescription: Quits jSite
113
114 #
115 # the node menu
116 #
117
118 #manage nodes
119 mainWindow.menu.node.item.manageNodes.name: Manage Nodes
120 mainWindow.menu.node.item.manageNodes.mnemonic: VK_M
121 mainWindow.menu.node.item.manageNodes.accelerator: Ctrl-VK_M
122 mainWindow.menu.node.item.manageNodes.shortDescription: Manage nodes
123 mainWindow.menu.node.item.manageNodes.longDescription: Manage your nodes
124
125 # connect to node
126 mainWindow.menu.node.item.connect.name: Connect
127 mainWindow.menu.node.item.connect.mnemonic: VK_C
128 mainWindow.menu.node.item.connect.accelerator: Ctrl-VK_C
129 mainWindow.menu.node.item.connect.shortDescription: Connect to node
130 mainWindow.menu.node.item.connect.longDescription: Connect to the selected node
131
132 #disconnect from node
133 mainWindow.menu.node.item.disconnect.name: Disconnect
134 mainWindow.menu.node.item.disconnect.mnemonic: VK_D
135 mainWindow.menu.node.item.disconnect.accelerator: Ctrl-VK_D
136 mainWindow.menu.node.item.disconnect.shortDescription: Disconnect from node
137 mainWindow.menu.node.item.disconnect.longDescription: Disconnect from the currently connected node
138
139 #
140 # the help menu
141 #
142
143 mainWindow.menu.help.item.about.name: About
144 mainWindow.menu.help.item.about.mnemonic: VK_A
145 mainWindow.menu.help.item.about.accelerator: Ctrl-VK_A
146 mainWindow.menu.help.item.about.shortDescription: Shows information about jSite
147 mainWindow.menu.help.item.about.longDescription: Shows information about jSite
148
149 #
150 # main window
151 #
152
153 mainWindow.button.addProject.name: Add Project
154 mainWindow.button.addProject.mnemonic: VK_A
155 mainWindow.button.addProject.accelerator: Ctrl-VK_A
156 mainWindow.button.addProject.shortDescription: Add a project
157 mainWindow.button.addProject.longDescription: Adds a project
158
159 mainWindow.button.cloneProject.name: Clone Project
160 mainWindow.button.cloneProject.mnemonic: VK_L
161 mainWindow.button.cloneProject.accelerator: Ctrl-VK_L
162 mainWindow.button.cloneProject.shortDescription: Clones the selected project
163 mainWindow.button.cloneProject.longDescription: Clones the selected project
164
165 mainWindow.button.deleteProject.name: Delete Project
166 mainWindow.button.deleteProject.mnemonic: VK_E
167 mainWindow.button.deleteProject.accelerator: Ctrl-VK_R
168 mainWindow.button.deleteProject.shortDescription: Deletes the selected project
169 mainWindow.button.deleteProject.longDescription: Deletes the selected project
170
171 mainWindow.pane.overview.title: Project Overview
172
173 #
174 # the "project" panel
175 #
176
177 projectPanel.title.starting: (Starting) {0}
178 projectPanel.title.progress: ({1,number,0.0%}) {0}
179
180 projectPanel.label.name.name: Name
181 projectPanel.label.name.mnemonic: VK_N
182
183 projectPanel.label.description.name: Description
184 projectPanel.label.description.mnemonic: VK_D
185
186 projectPanel.label.basePath.name: Base Path
187 projectPanel.label.basePath.mnemonic: VK_B
188
189 projectPanel.basePathInformation.scanning: Scanning the base path\u2026
190 projectPanel.basePathInformation.fileCount: Found {0} file{0,choice,0#s|1#|2#s}. 
191
192 projectPanel.button.changeBasePath.name: Change
193 projectPanel.button.changeBasePath.mnemonic: VK_C
194 projectPanel.button.changeBasePath.accelerator: Ctrl-VK_C
195 projectPanel.button.changeBasePath.shortDescription: Changes the path the files are read from
196 projectPanel.button.changeBasePath.longDescription: Changes the path the files are read from
197
198 #
199 # the "manage nodes" dialog
200 #
201
202 manageNodesDialog.title: Manage Nodes
203
204 manageNodesDialog.label.immediatelyEffective.name: Any changes you make on this page will immediately be effective!
205
206 manageNodesDialog.button.addNode.name: Add Node
207 manageNodesDialog.button.addNode.mnemonic: VK_A
208 manageNodesDialog.button.addNode.accelerator: Ctrl-VK_A
209 manageNodesDialog.button.addNode.shortDescription: Add a node
210 manageNodesDialog.button.addNode.longDescription: Add a node
211
212 manageNodesDialog.button.editNode.name: Edit Node
213 manageNodesDialog.button.editNode.mnemonic: VK_E
214 manageNodesDialog.button.editNode.accelerator: Ctrl-VK_E
215 manageNodesDialog.button.editNode.shortDescription: Edit selected node
216 manageNodesDialog.button.editNode.longDescription: Edit the selected node
217
218 manageNodesDialog.button.deleteNode.name: Delete Node
219 manageNodesDialog.button.deleteNode.mnemonic: VK_D
220 manageNodesDialog.button.deleteNode.accelerator: Ctrl-VK_D
221 manageNodesDialog.button.deleteNode.shortDescription: Delete selected node(s)
222 manageNodesDialog.button.deleteNode.longDescription: Delete the selected node(s)
223
224 manageNodesDialog.error.nodeListEmpty.title: Node List Empty
225 manageNodesDialog.error.nodeListEmpty.message: The node list is empty.
226
227 manageNodesDialog.error.nodeConnected.title: Node Is Connected
228 manageNodesDialog.error.nodeConnected.message: The Node \u201c{0}\u201d is still connected. Do you really want to delete it?
229
230 manageNodesDialog.error.nodeUnresolvable.title: Node hostname can not be resolved
231 manageNodesDialog.error.nodeUnresolvable.message: The hostname of the node (\u201c{0}\u201d) can not be resolved.
232
233 manageNodesDialog.error.nodeAlreadyKnown.title: Node Already Known
234 manageNodesDialog.error.nodeAlreadyKnown.message: There already is a node with the hostname (\u201c{0}\u201d) and port ({1,number,#}).
235
236 # the "edit node" dialog
237 editNodeDialog.title: Edit Node
238
239 editNodeDialog.label.name.name: Name
240 editNodeDialog.label.name.mnemonic: VK_N
241
242 editNodeDialog.label.hostname.name: Hostname
243 editNodeDialog.label.hostname.mnemonic: VK_H
244
245 editNodeDialog.label.port.name: Port
246 editNodeDialog.label.port.mnemonic: VK_P
247
248 editNodeDialog.checkbox.sameMachine.name: Node on the same machine
249 editNodeDialog.checkbox.sameMachine.mnemonic: VK_S
250 editNodeDialog.checkbox.sameMachine.accelerator: Alt-VK_S
251 editNodeDialog.checkbox.sameMachine.shortDescription: Node is on the same machine
252 editNodeDialog.checkbox.sameMachine.longDescription: The node is on the same machine as jSite and some optimizations can be used
253
254 editNodeDialog.error.name.title: Wrong Node Name
255 editNodeDialog.error.name.message: The name of the node is empty.
256
257 editNodeDialog.error.hostname.title: Wrong Hostname
258 editNodeDialog.error.hostname.message: The hostname is invalid.
259
260 editNodeDialog.error.port.title: Wrong Port Number
261 editNodeDialog.error.port.message: The port number is invalid.
262
263 #
264 # the "about" dialog
265 #
266
267 aboutDialog.title: About jSite
268
269 aboutDialog.page.about.title: About
270 aboutDialog.page.about.shortDescription: Shows the \u201cAbout\u201d page
271
272 aboutDialog.page.about.label.contributor.name: Contributors
273 aboutDialog.page.about.label.contributor.mnemonic: VK_UNDEFINED
274
275 # translators: replace "English" with your language!
276 aboutDialog.page.about.label.i18nMaintainer.name: i18n Maintainer (English)
277 aboutDialog.page.about.label.i18nMaintainer.mnemonic: VK_UNDEFINED
278
279 aboutDialog.page.license.title: License
280 aboutDialog.page.license.shortDescription: Shows the \u201cLicense\u201d page
281
282 aboutDialog.page.license.header.name: jSite {0} is released unter the following license:
283 aboutDialog.page.license.header.mnemonic: VK_UNDEFINED
284
285 #
286 # the configuration dialog
287 #
288 configurationDialog.title: Configuration
289
290 configurationDialog.page.interface.name: Interface
291
292 configurationDialog.page.interface.item.advancedMode.name: Advanced mode
293 configurationDialog.page.interface.item.advancedMode.mnemonic: VK_A
294 configurationDialog.page.interface.item.advancedMode.accelerator: Alt-VK_A
295 configurationDialog.page.interface.item.advancedMode.shortDescription: Activates advanced mode
296 configurationDialog.page.interface.item.advancedMode.longDescription: Activates advanced mode which allows multiple nodes to be configured
297
298 configurationDialog.page.interfaceTweaks.name: Interface Tweaks
299
300 configurationDialog.page.interfaceTweaks.item.restartRequired.name: All items on this page require a restart to take effect!
301
302 configurationDialog.page.interfaceTweaks.item.antialias.name: Antialias GUI (only with Metal Look & Feel)
303 configurationDialog.page.interfaceTweaks.item.antialias.mnemonic: VK_A
304 configurationDialog.page.interfaceTweaks.item.antialias.accelerator: Alt-VK_A
305 configurationDialog.page.interfaceTweaks.item.antialias.shortDescription: Antialias all GUI elements
306 configurationDialog.page.interfaceTweaks.item.antialias.longDescription: Antialias all GUI elements
307
308 configurationDialog.page.interfaceTweaks.item.useCustomControlFont.name: Use custom control font (only with Metal Look & Feel)
309 configurationDialog.page.interfaceTweaks.item.useCustomControlFont.mnemonic: VK_C
310 configurationDialog.page.interfaceTweaks.item.useCustomControlFont.accelerator: Alt-VK_C
311 configurationDialog.page.interfaceTweaks.item.useCustomControlFont.shortDescription: Use custom control font for the GUI
312 configurationDialog.page.interfaceTweaks.item.useCustomControlFont.longDescription: Use custom control font for the GUI
313
314 configurationDialog.page.interfaceTweaks.item.useCustomUserFont.name: Use custom text font (only with Metal Look & Feel)
315 configurationDialog.page.interfaceTweaks.item.useCustomUserFont.mnemonic: VK_T
316 configurationDialog.page.interfaceTweaks.item.useCustomUserFont.accelerator: Alt-VK_T
317 configurationDialog.page.interfaceTweaks.item.useCustomUserFont.shortDescription: Use custom text font for the GUI
318 configurationDialog.page.interfaceTweaks.item.useCustomUserFont.longDescription: Use custom text font for the GUI
319
320 configurationDialog.page.interfaceTweaks.item.useCustomLAF.name: Use custom Look & Feel
321 configurationDialog.page.interfaceTweaks.item.useCustomLAF.mnemonic: VK_L
322 configurationDialog.page.interfaceTweaks.item.useCustomLAF.accelerator: Alt-VK_L
323 configurationDialog.page.interfaceTweaks.item.useCustomLAF.shortDescription: Use a custom Look & Feel
324 configurationDialog.page.interfaceTweaks.item.useCustomLAF.longDescription: Use a custom Look & Feel
325
326 configurationDialog.error.noControlFontSelected.title: No Control Font Selected
327 configurationDialog.error.noControlFontSelected.message: You did not select a control font!
328
329 configurationDialog.error.noUserFontSelected.title: No Text Font Selected
330 configurationDialog.error.noUserFontSelected.message: You did not select a text font!
331
332 #
333 # the log window
334 #
335
336 logWindow.title: Log Messages
337
338 logWindow.label.logLevel.name: Show from level
339 logWindow.label.logLevel.mnemonic: VK_S
340
341 logWindow.table.column.time.name: Time
342 logWindow.table.column.level.name: Level
343 logWindow.table.column.message.name: Message