implement project deletion
[jSite2.git] / src / net / pterodactylus / jsite / i18n / jSite.properties
index 3ae4b6a..d9241aa 100644 (file)
@@ -52,7 +52,13 @@ mainWindow.error.hostnameUnresolvable.title: Could Not Resolve Hostname
 mainWindow.error.hostnameUnresolvable.message: The hostname \u201c{0}\u201d can not be resolved!
 
 mainWindow.question.deleteNode.title: Really Remove Node?
-mainWindow.question.deleteNode.message: You are about to remove the node \u201c{0}\u201d! Do you want to continue?
+mainWindow.question.deleteNode.message: <html>You are about to remove the node \u201c{0}\u201d!<br>Do you want to continue?</html>
+
+mainWindow.question.deleteProject.title: Really Delete Project?
+mainWindow.question.deleteProject.message: <html>You are about to remove the project \u201c{0}\u201d!<br>Do you want to continue?</html>
+
+mainWindow.information.changeProjectBasePath.title: Please Enter Base Path!
+mainWindow.information.changeProjectBasePath.message: <html>You have created a new project. Please enter a base path<br>to read the files for the project from in the next dialog!</html>
 
 mainWindow.statusBar.coreLoaded: Core loaded.
 mainWindow.statusBar.coreStopped: Core stopped.
@@ -108,11 +114,11 @@ mainWindow.menu.node.item.edit.accelerator: VK_UNDEFINED
 mainWindow.menu.node.item.edit.shortDescription: Edits the node
 mainWindow.menu.node.item.edit.longDescription: Edits the node
 
-mainWindow.menu.node.item.remove.name: Remove
-mainWindow.menu.node.item.remove.mnemonic: VK_R
+mainWindow.menu.node.item.remove.name: Delete
+mainWindow.menu.node.item.remove.mnemonic: VK_D
 mainWindow.menu.node.item.remove.accelerator: VK_UNDEFINED
-mainWindow.menu.node.item.remove.shortDescription: Removes the node
-mainWindow.menu.node.item.remove.longDescription: Removes the node
+mainWindow.menu.node.item.remove.shortDescription: Deletes the node
+mainWindow.menu.node.item.remove.longDescription: Deletes the node
 
 #
 # the jSite menu
@@ -318,3 +324,21 @@ logWindow.table.column.message.name: Message
 # the file manager
 #
 fileManager.title: File Manager for Project \u201c{0}\u201d
+
+fileManager.button.close.name: Close
+fileManager.button.close.mnemonic: VK_C
+fileManager.button.close.accelerator: VK_ESC
+fileManager.button.close.shortDescription: Close the file manager
+fileManager.button.close.longDescription: Close the file manager
+
+fileManager.label.mimeType.name: MIME Type
+fileManager.label.mimeType.mnemonic: VK_M
+
+fileManager.label.projectFiles.name: Project Files
+fileManager.label.projectFiles.mnemonic: VK_F
+
+fileManager.checkbox.insertFile.name: Insert file
+fileManager.checkbox.insertFile.mnemonic: VK_I
+fileManager.checkbox.insertFile.accelerator: Ctrl-VK_I
+fileManager.checkbox.insertFile.shortDescription: Whether to insert this file
+fileManager.checkbox.insertFile.longDescription: Whether to insert this file