force user to enter base path on project creation
[jSite2.git] / src / net / pterodactylus / jsite / i18n / jSite.properties
index e8d25b3..1305a77 100644 (file)
@@ -54,6 +54,9 @@ mainWindow.error.hostnameUnresolvable.message: The hostname \u201c{0}\u201d can
 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.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.
 mainWindow.statusBar.projectLoadingDone: Projects loaded.
@@ -196,6 +199,12 @@ projectPanel.button.changeBasePath.accelerator: Ctrl-VK_C
 projectPanel.button.changeBasePath.shortDescription: Changes the path the files are read from
 projectPanel.button.changeBasePath.longDescription: Changes the path the files are read from
 
+projectPanel.button.editFiles.name: Edit Files
+projectPanel.button.editFiles.mnemonic: VK_E
+projectPanel.button.editFiles.accelerator: Ctrl-VK_E
+projectPanel.button.editFiles.shortDescription: Edit physical and virtual files
+projectPanel.button.editFiles.longDescription: Edit physical and virtual files
+
 # the "edit node" dialog
 editNodeDialog.title: Edit Node
 
@@ -307,3 +316,26 @@ logWindow.label.logLevel.mnemonic: VK_S
 logWindow.table.column.time.name: Time
 logWindow.table.column.level.name: Level
 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