X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fi18n%2FjSite.properties;h=5e10f82ac4d4bbe5ce0412bee3f46a993fb0ecdb;hb=80e93840dac03f7775bdf3053e04639e45cfcf91;hp=a422f0a4f88039f614fd72e096c9d6784d82c3a6;hpb=6f655f2a30d35fd6192ea86ccfd08149438011b0;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/i18n/jSite.properties b/src/net/pterodactylus/jsite/i18n/jSite.properties index a422f0a..5e10f82 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,9 +45,19 @@ 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.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,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,#}). # main menus mainWindow.menu.jSite.name: jSite @@ -53,6 +66,15 @@ 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.connectNoNodeAvailable.name: No node available +mainWindow.menu.disconnectNoNodeAvailable.name: No node connected + mainWindow.menu.language.name: Languages mainWindow.menu.language.mnemonic: VK_L @@ -140,11 +162,35 @@ mainWindow.button.deleteProject.longDescription: Deletes the selected project mainWindow.pane.overview.title: Project Overview # +# the "project" panel +# + +projectPanel.title.starting: (Starting) {0} +projectPanel.title.progress: ({1,number,0.0%}) {0} + +projectPanel.label.name.name: Name +projectPanel.label.name.mnemonic: VK_N + +projectPanel.label.description.name: Description +projectPanel.label.description.mnemonic: VK_D + +projectPanel.label.basePath.name: Base Path +projectPanel.label.basePath.mnemonic: VK_B + +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 + +# # the "manage nodes" dialog # manageNodesDialog.title: Manage Nodes +manageNodesDialog.label.immediatelyEffective.name: Any changes you make on this page will immediately be effective! + manageNodesDialog.button.addNode.name: Add Node manageNodesDialog.button.addNode.mnemonic: VK_A manageNodesDialog.button.addNode.accelerator: Ctrl-VK_A @@ -169,6 +215,12 @@ manageNodesDialog.error.nodeListEmpty.message: The node list is empty. 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? +manageNodesDialog.error.nodeUnresolvable.title: Node hostname can not be resolved +manageNodesDialog.error.nodeUnresolvable.message: The hostname of the node (\u201c{0}\u201d) can not be resolved. + +manageNodesDialog.error.nodeAlreadyKnown.title: Node Already Known +manageNodesDialog.error.nodeAlreadyKnown.message: There already is a node with the hostname (\u201c{0}\u201d) and port ({1,number,#}). + # the "edit node" dialog editNodeDialog.title: Edit Node @@ -235,20 +287,45 @@ 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 configurationDialog.page.interfaceTweaks.item.useCustomUserFont.longDescription: Use custom text font for the GUI + +configurationDialog.page.interfaceTweaks.item.useCustomLAF.name: Use custom Look & Feel +configurationDialog.page.interfaceTweaks.item.useCustomLAF.mnemonic: VK_L +configurationDialog.page.interfaceTweaks.item.useCustomLAF.accelerator: Alt-VK_L +configurationDialog.page.interfaceTweaks.item.useCustomLAF.shortDescription: Use a custom Look & Feel +configurationDialog.page.interfaceTweaks.item.useCustomLAF.longDescription: Use a custom Look & Feel + +configurationDialog.error.noControlFontSelected.title: No Control Font Selected +configurationDialog.error.noControlFontSelected.message: You did not select a control font! + +configurationDialog.error.noUserFontSelected.title: No Text Font Selected +configurationDialog.error.noUserFontSelected.message: You did not select a text font! + +# +# the log window +# + +logWindow.title: Log Messages + +logWindow.label.logLevel.name: Show from level +logWindow.label.logLevel.mnemonic: VK_S + +logWindow.table.column.time.name: Time +logWindow.table.column.level.name: Level +logWindow.table.column.message.name: Message