X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fi18n%2FjSite.properties;h=e7c10e6b2421d1e15b882dc7b9d46750ef50aadf;hb=b98dc48989ee78251103c13f9fb48a100febacf5;hp=74a5bb685fe2058b9746f0bb496aaa92d4aca57f;hpb=9d55936cc51f39b1f45d28b7872ddc712f7c9b2f;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/i18n/jSite.properties b/src/net/pterodactylus/jsite/i18n/jSite.properties index 74a5bb6..e7c10e6 100644 --- a/src/net/pterodactylus/jsite/i18n/jSite.properties +++ b/src/net/pterodactylus/jsite/i18n/jSite.properties @@ -25,14 +25,17 @@ general.language.en.mnemonic: VK_E general.language.en.shortDescription: Switch language to English general.language.en.longDescription: Switch language to English -general.language.de.name: German -general.language.de.mnemonic: VK_G +general.language.de.name: Deutsch +general.language.de.mnemonic: VK_D general.language.de.shortDescription: Switch language to German general.language.de.longDescription: Switch language to German general.defaultNode.name: Default Node general.newNode.name: New Node +general.newProject.name: New Project +general.newProject.description: New Project created {0,date} + # main window mainWindow.toolbar.name: jSite Toolbar @@ -42,13 +45,37 @@ mainWindow.warning.multipleNodesNotAdvancedMode.message: You have enabled mainWindow.error.projectLoadingFailed.title: Loading Projects Failed mainWindow.error.projectLoadingFailed.message: Loading the projects from \u201c{0}\u201d has failed. +mainWindow.error.nodeConnectionFailed.title: Connecting to Node Failed +mainWindow.error.nodeConnectionFailed.message: Connecting to node \u201c{0}\u201d (at {1}:{2,number,#}) has failed: {3} + +mainWindow.error.hostnameUnresolvable.title: Could Not Resolve Hostname +mainWindow.error.hostnameUnresolvable.message: The hostname \u201c{0}\u201d can not be resolved! + +mainWindow.error.notConnected.title: Not Connected +mainWindow.error.notConnected.message: You are not connected to a node. + +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.deleteProject.title: Really Delete Project? +mainWindow.question.deleteProject.message: You are about to remove the project \u201c{0}\u201d!
Do you want to continue? + +mainWindow.information.changeProjectBasePath.title: Please Enter Base Path! +mainWindow.information.changeProjectBasePath.message: You have created a new project. Please enter a base path
to read the files for the project from in the next dialog! + mainWindow.statusBar.coreLoaded: Core loaded. mainWindow.statusBar.coreStopped: Core stopped. mainWindow.statusBar.projectLoadingDone: Projects loaded. mainWindow.statusBar.projectSavingDone: Projects saved. mainWindow.statusBar.loadingNodesDone: Nodes loaded. mainWindow.statusBar.savingNodesDone: Nodes saved. -mainWindow.statusBar.connectingToNode: Connecting to \u201c{0}\u201d (at {1}:{2})\u2026 +mainWindow.statusBar.connectingToNode: Connecting to \u201c{0}\u201d (at {1}:{2,number,#})\u2026 +mainWindow.statusBar.connectedToNode: Connected to \u201c{0}\u201d (at {1}:{2,number,#}). +mainWindow.statusBar.connectionToNodeFailed: Connection to \u201c{0}\u201d (at {1}:{2,number,#}) failed: {3} +mainWindow.statusBar.disconnectedFromNode: Disconnected from \u201c{0}\u201d (at {1}:{2,number,#}). + +mainWindow.statusBar.nodeLabel.name: Node \u201c{0}\u201d +mainWindow.statusBar.nodeLabel.menmonic: VK_UNDEFINED # main menus mainWindow.menu.jSite.name: jSite @@ -57,12 +84,6 @@ mainWindow.menu.jSite.mnemonic: VK_J mainWindow.menu.node.name: Node mainWindow.menu.node.mnemonic: VK_N -mainWindow.menu.connect.name: Connect -mainWindow.menu.connect.mnemonic: VK_C - -mainWindow.menu.disconnect.name: Disconnect -mainWindow.menu.disconnect.mnemonic: VK_D - mainWindow.menu.language.name: Languages mainWindow.menu.language.mnemonic: VK_L @@ -70,6 +91,39 @@ mainWindow.menu.help.name: Help mainWindow.menu.help.mnemonic: VK_H # +# the node menus +# +mainWindow.menu.node.item.addNode.name: Add node +mainWindow.menu.node.item.addNode.mnemonic: VK_A +mainWindow.menu.node.item.addNode.accelerator: Ctrl-VK_A +mainWindow.menu.node.item.addNode.shortDescription: Add a node +mainWindow.menu.node.item.addNode.longDescription: Add a node + +mainWindow.menu.node.item.connect.name: Connect +mainWindow.menu.node.item.connect.mnemonic: VK_C +mainWindow.menu.node.item.connect.accelerator: VK_UNDEFINED +mainWindow.menu.node.item.connect.shortDescription: Connects to the node +mainWindow.menu.node.item.connect.longDescription: Connects to the node + +mainWindow.menu.node.item.disconnect.name: Disconnect +mainWindow.menu.node.item.disconnect.mnemonic: VK_D +mainWindow.menu.node.item.disconnect.accelerator: VK_UNDEFINED +mainWindow.menu.node.item.disconnect.shortDescription: Disconnects from the node +mainWindow.menu.node.item.disconnect.longDescription: Disconnects from the node + +mainWindow.menu.node.item.edit.name: Edit +mainWindow.menu.node.item.edit.mnemonic: VK_E +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: Delete +mainWindow.menu.node.item.remove.mnemonic: VK_D +mainWindow.menu.node.item.remove.accelerator: VK_UNDEFINED +mainWindow.menu.node.item.remove.shortDescription: Deletes the node +mainWindow.menu.node.item.remove.longDescription: Deletes the node + +# # the jSite menu # mainWindow.menu.jSite.configure.name: Configure @@ -91,31 +145,6 @@ mainWindow.menu.jSite.quit.shortDescription: Quits jSite mainWindow.menu.jSite.quit.longDescription: Quits jSite # -# the node menu -# - -#manage nodes -mainWindow.menu.node.item.manageNodes.name: Manage Nodes -mainWindow.menu.node.item.manageNodes.mnemonic: VK_M -mainWindow.menu.node.item.manageNodes.accelerator: Ctrl-VK_M -mainWindow.menu.node.item.manageNodes.shortDescription: Manage nodes -mainWindow.menu.node.item.manageNodes.longDescription: Manage your nodes - -# connect to node -mainWindow.menu.node.item.connect.name: Connect -mainWindow.menu.node.item.connect.mnemonic: VK_C -mainWindow.menu.node.item.connect.accelerator: Ctrl-VK_C -mainWindow.menu.node.item.connect.shortDescription: Connect to node -mainWindow.menu.node.item.connect.longDescription: Connect to the selected node - -#disconnect from node -mainWindow.menu.node.item.disconnect.name: Disconnect -mainWindow.menu.node.item.disconnect.mnemonic: VK_D -mainWindow.menu.node.item.disconnect.accelerator: Ctrl-VK_D -mainWindow.menu.node.item.disconnect.shortDescription: Disconnect from node -mainWindow.menu.node.item.disconnect.longDescription: Disconnect from the currently connected node - -# # the help menu # @@ -150,61 +179,64 @@ mainWindow.button.deleteProject.longDescription: Deletes the selected project mainWindow.pane.overview.title: Project Overview # -# the "manage nodes" dialog +# the "project" panel # -manageNodesDialog.title: Manage Nodes +projectPanel.title.starting: (Starting) {0} +projectPanel.title.progress: ({1,number,0.0%}) {0} + +projectPanel.button.approve.name: Choose + +projectPanel.label.name.name: Name +projectPanel.label.name.mnemonic: VK_N -manageNodesDialog.button.addNode.name: Add Node -manageNodesDialog.button.addNode.mnemonic: VK_A -manageNodesDialog.button.addNode.accelerator: Ctrl-VK_A -manageNodesDialog.button.addNode.shortDescription: Add a node -manageNodesDialog.button.addNode.longDescription: Add a node +projectPanel.label.description.name: Description +projectPanel.label.description.mnemonic: VK_D -manageNodesDialog.button.editNode.name: Edit Node -manageNodesDialog.button.editNode.mnemonic: VK_E -manageNodesDialog.button.editNode.accelerator: Ctrl-VK_E -manageNodesDialog.button.editNode.shortDescription: Edit selected node -manageNodesDialog.button.editNode.longDescription: Edit the selected node +projectPanel.label.basePath.name: Base Path +projectPanel.label.basePath.mnemonic: VK_B -manageNodesDialog.button.deleteNode.name: Delete Node -manageNodesDialog.button.deleteNode.mnemonic: VK_D -manageNodesDialog.button.deleteNode.accelerator: Ctrl-VK_D -manageNodesDialog.button.deleteNode.shortDescription: Delete selected node(s) -manageNodesDialog.button.deleteNode.longDescription: Delete the selected node(s) +projectPanel.basePathInformation.scanning: Scanning the base path\u2026 +projectPanel.basePathInformation.fileCount: Found {0} file{0,choice,0#s|1#|2#s}. -manageNodesDialog.error.nodeListEmpty.title: Node List Empty -manageNodesDialog.error.nodeListEmpty.message: The node list is empty. +projectPanel.button.changeBasePath.name: Change +projectPanel.button.changeBasePath.mnemonic: VK_C +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 -manageNodesDialog.error.nodeConnected.title: Node Is Connected -manageNodesDialog.error.nodeConnected.message: The Node \u201c{0}\u201d is still connected. Do you really want to delete it? +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 +# the "add node" dialog +addNodeDialog.title: Add Node -editNodeDialog.label.name.name: Name -editNodeDialog.label.name.mnemonic: VK_N +addNodeDialog.label.name.name: Name +addNodeDialog.label.name.mnemonic: VK_N -editNodeDialog.label.hostname.name: Hostname -editNodeDialog.label.hostname.mnemonic: VK_H +addNodeDialog.label.hostname.name: Hostname +addNodeDialog.label.hostname.mnemonic: VK_H -editNodeDialog.label.port.name: Port -editNodeDialog.label.port.mnemonic: VK_P +addNodeDialog.label.port.name: Port +addNodeDialog.label.port.mnemonic: VK_P -editNodeDialog.checkbox.sameMachine.name: Node on the same machine -editNodeDialog.checkbox.sameMachine.mnemonic: VK_S -editNodeDialog.checkbox.sameMachine.accelerator: Alt-VK_S -editNodeDialog.checkbox.sameMachine.shortDescription: Node is on the same machine -editNodeDialog.checkbox.sameMachine.longDescription: The node is on the same machine as jSite and some optimizations can be used +addNodeDialog.checkbox.sameMachine.name: Node on the same machine +addNodeDialog.checkbox.sameMachine.mnemonic: VK_S +addNodeDialog.checkbox.sameMachine.accelerator: Alt-VK_S +addNodeDialog.checkbox.sameMachine.shortDescription: Node is on the same machine +addNodeDialog.checkbox.sameMachine.longDescription: The node is on the same machine as jSite and some optimizations can be used -editNodeDialog.error.name.title: Wrong Node Name -editNodeDialog.error.name.message: The name of the node is empty. +addNodeDialog.error.name.title: Wrong Node Name +addNodeDialog.error.name.message: The name of the node is empty. -editNodeDialog.error.hostname.title: Wrong Hostname -editNodeDialog.error.hostname.message: The hostname is invalid. +addNodeDialog.error.hostname.title: Wrong Hostname +addNodeDialog.error.hostname.message: The hostname is invalid. -editNodeDialog.error.port.title: Wrong Port Number -editNodeDialog.error.port.message: The port number is invalid. +addNodeDialog.error.port.title: Wrong Port Number +addNodeDialog.error.port.message: The port number is invalid. # # the "about" dialog @@ -222,6 +254,9 @@ aboutDialog.page.about.label.contributor.mnemonic: VK_UNDEFINED aboutDialog.page.about.label.i18nMaintainer.name: i18n Maintainer (English) aboutDialog.page.about.label.i18nMaintainer.mnemonic: VK_UNDEFINED +aboutDialog.page.about.label.codeUsage.name: Resources from Other Projects +aboutDialog.page.about.label.codeUsage.mnemonic: VK_UNDEFINED + aboutDialog.page.license.title: License aboutDialog.page.license.shortDescription: Shows the \u201cLicense\u201d page @@ -245,19 +280,19 @@ configurationDialog.page.interfaceTweaks.name: Interface Tweaks configurationDialog.page.interfaceTweaks.item.restartRequired.name: All items on this page require a restart to take effect! -configurationDialog.page.interfaceTweaks.item.antialias.name: Antialias GUI (requires restart) +configurationDialog.page.interfaceTweaks.item.antialias.name: Antialias GUI (only with Metal Look & Feel) configurationDialog.page.interfaceTweaks.item.antialias.mnemonic: VK_A configurationDialog.page.interfaceTweaks.item.antialias.accelerator: Alt-VK_A configurationDialog.page.interfaceTweaks.item.antialias.shortDescription: Antialias all GUI elements configurationDialog.page.interfaceTweaks.item.antialias.longDescription: Antialias all GUI elements -configurationDialog.page.interfaceTweaks.item.useCustomControlFont.name: Use custom control font +configurationDialog.page.interfaceTweaks.item.useCustomControlFont.name: Use custom control font (only with Metal Look & Feel) configurationDialog.page.interfaceTweaks.item.useCustomControlFont.mnemonic: VK_C configurationDialog.page.interfaceTweaks.item.useCustomControlFont.accelerator: Alt-VK_C configurationDialog.page.interfaceTweaks.item.useCustomControlFont.shortDescription: Use custom control font for the GUI configurationDialog.page.interfaceTweaks.item.useCustomControlFont.longDescription: Use custom control font for the GUI -configurationDialog.page.interfaceTweaks.item.useCustomUserFont.name: Use custom text font +configurationDialog.page.interfaceTweaks.item.useCustomUserFont.name: Use custom text font (only with Metal Look & Feel) configurationDialog.page.interfaceTweaks.item.useCustomUserFont.mnemonic: VK_T configurationDialog.page.interfaceTweaks.item.useCustomUserFont.accelerator: Alt-VK_T configurationDialog.page.interfaceTweaks.item.useCustomUserFont.shortDescription: Use custom text font for the GUI @@ -287,3 +322,47 @@ 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.button.rescan.name: Rescan Files +fileManager.button.rescan.mnemonic: VK_R +fileManager.button.rescan.accelerator: Ctrl-VK_R +fileManager.button.rescan.shortDescription: Rescans the project\u2019s directory +fileManager.button.rescan.longDescription: Rescans the project\u2019s directory + +fileManager.label.projectFiles.name: Project Files +fileManager.label.projectFiles.mnemonic: VK_F + +fileManager.label.fileProperties.name: File properties +fileManager.label.fileProperties.mnemonic: VK_UNDEFINED + +fileManager.label.filePath.name: File path +fileManager.label.filePath.mnemonic: VK_UNDEFINED + +fileManager.label.fileName.name: File name +fileManager.label.fileName.mnemonic: VK_UNDEFINED + +fileManager.label.fileSize.name: File size +fileManager.label.fileSize.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.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