X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fi18n%2FjSite.properties;h=a4e4ad225ab921aae19dc2c6d5a7a89d6929ad7f;hb=9a07c03943395f69606ad14881433747d96f1f8b;hp=0a3ba80f51aad6ae0d70ff63be80598f364fcecc;hpb=f58c676a286a7cd8d37c3f510e787144a9bff5ad;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/i18n/jSite.properties b/src/net/pterodactylus/jsite/i18n/jSite.properties index 0a3ba80..a4e4ad2 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 @@ -56,6 +59,9 @@ mainWindow.statusBar.connectedToNode: Connected to \u201c{0}\u201d (at {1}:{2,nu 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 mainWindow.menu.jSite.mnemonic: VK_J @@ -65,9 +71,15 @@ mainWindow.menu.node.mnemonic: VK_N mainWindow.menu.connect.name: Connect mainWindow.menu.connect.mnemonic: VK_C +mainWindow.menu.connect.accelerator: VK_UNDEFINED +mainWindow.menu.connect.shortDescription: Connects to the node +mainWindow.menu.connect.longDescription: Connects to the node mainWindow.menu.disconnect.name: Disconnect mainWindow.menu.disconnect.mnemonic: VK_D +mainWindow.menu.disconnect.accelerator: VK_UNDEFINED +mainWindow.menu.disconnect.shortDescription: Disconnects from the node +mainWindow.menu.disconnect.longDescription: Disconnects from the node mainWindow.menu.connectNoNodeAvailable.name: No node available mainWindow.menu.disconnectNoNodeAvailable.name: No node connected @@ -159,6 +171,33 @@ 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.button.approve.name: Choose + +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.basePathInformation.scanning: Scanning the base path\u2026 +projectPanel.basePathInformation.fileCount: Found {0} file{0,choice,0#s|1#|2#s}. + +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 # @@ -262,19 +301,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