X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fi18n%2FjSite.properties;h=842d68240d0e1aa6c7ac528e0b1906ac3cf3da73;hb=1dfce3cd29b1ffcff99a7d3a738275b6b28fe2ec;hp=ef996067bc4ecf0cfb1a54f4c9989cd190475184;hpb=8eab1a3975c251c4820988f3fdecbf9b113d9171;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/i18n/jSite.properties b/src/net/pterodactylus/jsite/i18n/jSite.properties index ef99606..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}. @@ -361,26 +373,29 @@ fileManager.label.fileName.mnemonic: VK_UNDEFINED fileManager.label.fileSize.name: File size fileManager.label.fileSize.mnemonic: VK_UNDEFINED -fileManager.label.override.name: Override -fileManager.label.override.mnemonic: VK_UNDEFINED +fileManager.label.insertSetting.name: Insert +fileManager.label.insertSetting.mnemonic: VK_UNDEFINED + +fileManager.label.insertDefault.name: Insert Default +fileManager.label.insertDefault.mnemonic: VK_UNDEFINED + +fileManager.label.contentTypeSetting.name: Content Type +fileManager.label.contentTypeSetting.mnemonic: VK_UNDEFINED -fileManager.checkbox.overrideActive.name: Override active -fileManager.checkbox.overrideActive.mnemonic: VK_A -fileManager.checkbox.overrideActive.accelerator: Ctrl-VK_A -fileManager.checkbox.overrideActive.shortDescription: Whether the settings for this file should be overridden -fileManager.checkbox.overrideActive.longDescription: Whether the settings for this file should be overridden +fileManager.label.contentTypeDefault.name: Default +fileManager.label.contentTypeDefault.mnemonic: VK_UNDEFINED -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 +fileManager.checkbox.overrideInsertDefault.name: Override +fileManager.checkbox.overrideInsertDefault.mnemonic: VK_I +fileManager.checkbox.overrideInsertDefault.accelerator: VK_UNDEFINED +fileManager.checkbox.overrideInsertDefault.shortDescription: Overrides the default \u201cInsert\u201d setting +fileManager.checkbox.overrideInsertDefault.longDescription: Overrides the default \u201cInsert\u201d setting -fileManager.checkbox.useCustomMimeType.name: Use custom MIME type -fileManager.checkbox.useCustomMimeType.mnemonic: VK_M -fileManager.checkbox.useCustomMimeType.accelerator: Ctrl-VK_M -fileManager.checkbox.useCustomMimeType.shortDescription: Use a custom MIME type for the file -fileManager.checkbox.useCustomMimeType.longDescription: Use a cusstom MIME type for the file +fileManager.checkbox.overrideContentTypeDefault.name: Override +fileManager.checkbox.overrideContentTypeDefault.mnemonic: VK_C +fileManager.checkbox.overrideContentTypeDefault.accelerator: VK_UNDEFINED +fileManager.checkbox.overrideContentTypeDefault.shortDescription: Overrides the default \u201cContent Type\u201d setting +fileManager.checkbox.overrideContentTypeDefault.longDescription: Overrides the default \u201cContent Type\u201d setting fileManager.menu.item.setDefaultFile.name: Set as default file fileManager.menu.item.setDefaultFile.mnemonic: VK_D @@ -426,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.