X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fi18n%2FjSite.properties;h=65db017505b708b790a59a316168b95521f11def;hb=96495e556655ee95bbb65a34040f0b0c5266660a;hp=aa85a6cd8ecc81a04c9646b668adb8762632a01f;hpb=7e3451e4c7419ea3a233f7e7d999ce08f90ba6d4;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/i18n/jSite.properties b/src/net/pterodactylus/jsite/i18n/jSite.properties index aa85a6c..65db017 100644 --- a/src/net/pterodactylus/jsite/i18n/jSite.properties +++ b/src/net/pterodactylus/jsite/i18n/jSite.properties @@ -3,7 +3,7 @@ # this file should be in US-ASCII format, with unicode characters outside # US-ASCII range encoded with the java-typical \u notation. -# maintainer of the translation +# maintainer of the translation; translators, put your own name here! i18n.maintainer.name: David \u2018Bombe\u2019 Roden i18n.maintainer.email: bombe@freenetproject.org @@ -11,14 +11,14 @@ i18n.maintainer.email: bombe@freenetproject.org general.button.okay.name: Okay general.button.okay.mnemonic: VK_O general.button.okay.accelerator: Ctrl-VK_O -general.button.okay.shortDescription: Confirm nodes -general.button.okay.longDescription: Save node Settings and close dialog +general.button.okay.shortDescription: Confirm +general.button.okay.longDescription: Confirm and close dialog general.button.cancel.name: Cancel general.button.cancel.mnemonic: VK_C general.button.cancel.accelerator: VK_ESCAPE general.button.cancel.shortDescription: Cancel -general.button.cancel.longDescription: Don\u2019t save node settings and close dialog +general.button.cancel.longDescription: Cancel and close dialog general.language.en.name: English general.language.en.mnemonic: VK_E @@ -30,12 +30,35 @@ general.language.de.mnemonic: VK_G 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 +mainWindow.warning.multipleNodesNotAdvancedMode.title: Multiple Nodes in Simple Mode +mainWindow.warning.multipleNodesNotAdvancedMode.message: You have enabled the simple mode but have more than one node configured.
Select advanced mode to configure all of your nodes. + 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 mainWindow.menu.jSite.mnemonic: VK_J @@ -43,9 +66,21 @@ 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 +mainWindow.menu.help.name: Help +mainWindow.menu.help.mnemonic: VK_H + # # the jSite menu # @@ -92,20 +127,55 @@ 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 +# + +mainWindow.menu.help.item.about.name: About +mainWindow.menu.help.item.about.mnemonic: VK_A +mainWindow.menu.help.item.about.accelerator: Ctrl-VK_A +mainWindow.menu.help.item.about.shortDescription: Shows information about jSite +mainWindow.menu.help.item.about.longDescription: Shows information about jSite + +# +# main window +# + mainWindow.button.addProject.name: Add Project mainWindow.button.addProject.mnemonic: VK_A mainWindow.button.addProject.accelerator: Ctrl-VK_A mainWindow.button.addProject.shortDescription: Add a project mainWindow.button.addProject.longDescription: Adds a project +mainWindow.button.cloneProject.name: Clone Project +mainWindow.button.cloneProject.mnemonic: VK_L +mainWindow.button.cloneProject.accelerator: Ctrl-VK_L +mainWindow.button.cloneProject.shortDescription: Clones the selected project +mainWindow.button.cloneProject.longDescription: Clones the selected project + +mainWindow.button.deleteProject.name: Delete Project +mainWindow.button.deleteProject.mnemonic: VK_E +mainWindow.button.deleteProject.accelerator: Ctrl-VK_R +mainWindow.button.deleteProject.shortDescription: Deletes the selected project +mainWindow.button.deleteProject.longDescription: Deletes the selected project + mainWindow.pane.overview.title: Project Overview # +# the "project" panel +# + +projectPanel.label.name.name: Name +projectPanel.label.name.mnemonic: VK_N + +# # 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 @@ -130,6 +200,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 @@ -159,8 +235,82 @@ editNodeDialog.error.port.message: The port number is invalid. # # the "about" dialog +# + +aboutDialog.title: About jSite + aboutDialog.page.about.title: About aboutDialog.page.about.shortDescription: Shows the \u201cAbout\u201d page +aboutDialog.page.about.label.contributor.name: Contributors +aboutDialog.page.about.label.contributor.mnemonic: VK_UNDEFINED + +# translators: replace "English" with your language! +aboutDialog.page.about.label.i18nMaintainer.name: i18n Maintainer (English) +aboutDialog.page.about.label.i18nMaintainer.mnemonic: VK_UNDEFINED + aboutDialog.page.license.title: License aboutDialog.page.license.shortDescription: Shows the \u201cLicense\u201d page + +aboutDialog.page.license.header.name: jSite {0} is released unter the following license: +aboutDialog.page.license.header.mnemonic: VK_UNDEFINED + +# +# the configuration dialog +# +configurationDialog.title: Configuration + +configurationDialog.page.interface.name: Interface + +configurationDialog.page.interface.item.advancedMode.name: Advanced mode +configurationDialog.page.interface.item.advancedMode.mnemonic: VK_A +configurationDialog.page.interface.item.advancedMode.accelerator: Alt-VK_A +configurationDialog.page.interface.item.advancedMode.shortDescription: Activates advanced mode +configurationDialog.page.interface.item.advancedMode.longDescription: Activates advanced mode which allows multiple nodes to be configured + +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.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.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.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