X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fi18n%2FjSite.properties;h=842d68240d0e1aa6c7ac528e0b1906ac3cf3da73;hb=e11ac9227c1950ac28ea560800eadffeb8c883be;hp=aef5ea9501a9cf00f9d73b059c91c7f29f580b05;hpb=b2b988f8db27bedf00c1c87895b20032d282215e;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/i18n/jSite.properties b/src/net/pterodactylus/jsite/i18n/jSite.properties index aef5ea9..842d682 100644 --- a/src/net/pterodactylus/jsite/i18n/jSite.properties +++ b/src/net/pterodactylus/jsite/i18n/jSite.properties @@ -60,6 +60,9 @@ mainWindow.error.hostnameUnresolvable.message: The hostname \u201c{0}\u201d can mainWindow.error.notConnected.title: Not Connected mainWindow.error.notConnected.message: You are not connected to a node. +mainWindow.error.nodeNotConnected.title: Node \u201c{0}\u201d not Connected +mainWindow.error.nodeNotConnected.message: You are not connected to node \u201c{0}\u201d.\nPlease connect to the node and retry. + 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? @@ -170,6 +173,12 @@ mainWindow.button.addProject.accelerator: Ctrl-VK_A mainWindow.button.addProject.shortDescription: Add a project mainWindow.button.addProject.longDescription: Adds a project +mainWindow.button.insertProject.name: Insert Project +mainWindow.button.insertProject.mnemonic: VK_I +mainWindow.button.insertProject.accelerator: Ctrl-VK_I +mainWindow.button.insertProject.shortDescription: Inserts the selected project +mainWindow.button.insertProject.longDescription: Inserts the selected project + mainWindow.button.cloneProject.name: Clone Project mainWindow.button.cloneProject.mnemonic: VK_L mainWindow.button.cloneProject.accelerator: Ctrl-VK_L @@ -202,6 +211,9 @@ projectPanel.label.description.mnemonic: VK_D projectPanel.label.basePath.name: Base Path projectPanel.label.basePath.mnemonic: VK_B +projectPanel.label.node.name: Node +projectPanel.label.node.mnemonic: VK_O + projectPanel.basePathInformation.scanning: Scanning the base path\u2026 projectPanel.basePathInformation.fileCount: Found {0} file{0,choice,0#s|1#|2#s}. @@ -429,3 +441,12 @@ fileManager.dialog.mimeTypeOverride.message: Please choose an override MIME type fileManager.dialog.removeOverride.title: Remove Override? fileManager.dialog.removeOverride.message: You are about to remove the override for the {0} selected file{0,choice,0#s|1#|2#s}. + +fileManager.dialog.noDefaultFileSet.title: No Default File Set +fileManager.dialog.noDefaultFileSet.message: You did not specify a default file. Specifying\na default file will ease browsing. It is possible\nto not specify one, though. + +# +# the node selection dialog +# +nodeSelectionDialog.noNodeSelected.text: No node selected +nodeSelectionDialog.selectNode.text: Please select a node.