add close button to file manager
[jSite2.git] / src / net / pterodactylus / jsite / i18n / jSite.properties
index 603fb0a..a5b75a2 100644 (file)
@@ -196,6 +196,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
 
@@ -312,3 +318,10 @@ 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
+