| ############################################################################### |
| # Copyright (c) 2005, 2007 IBM Corporation and others. |
| # All rights reserved. This program and the accompanying materials |
| # are made available under the terms of the Eclipse Public License v1.0 |
| # which accompanies this distribution, and is available at |
| # http://www.eclipse.org/legal/epl-v10.html |
| # |
| |
| ############################################################################### |
| pluginProvider=Eclipse.org |
| pluginName=Dynamic Languages Toolkit Tcl UI |
| |
| TclPerspectiveName=Tcl |
| |
| TCLWizardCategory=DLTK Tcl |
| |
| NewTCLPackage.label=Tcl Package |
| NewTCLPackage.description=Create a Tcl package |
| |
| NewTclFile.label=Tcl File |
| NewTclFile.description=Create a Tcl script file |
| |
| NewSourceFolderCreationWizard.label=Source Folder |
| NewSourceFolderCreationWizard.description=Create a DLTK source folder |
| |
| TclNamespacesView=Tcl Namespaces |
| TclFunctionsView=Tcl Functions |
| TclPackagesView=Tcl Packages |
| TclDocumentationView=Tcl documentation |
| |
| DLTKSearchPage.label=Tcl Search |
| |
| context.editingTclSource.name = Editing Tcl Source |
| context.editingTclSource.description = Editing Tcl Source Context |
| |
| TclActionSet.label= Tcl Navigation |
| TclActionSet.description= Tcl Navigation Action Set |
| |
| OpenTypeAction.label=Open &Namespace... |
| OpenTypeAction.tooltip=Open Namespace |
| |
| #--- Navigate menu |
| ActionDefinition.openType.name= Open Namespace |
| ActionDefinition.openType.description= Open a namespace in a Tcl editor |
| |
| TclTemplateContext = Tcl templates |
| |
| |
| # Preference pages |
| TclPreferencePage=Tcl |
| |
| TclManPagesPreferencePage=Man pages |
| |
| TclCodeTemplatesPreferencePage=Code templates |
| |
| TclEditorPreferencePage=Editor |
| TclEditorSyntaxColoringPreferencePage=Syntax Coloring |
| TclEditorHoversPreferencePage=Hovers |
| TclEditorTypingPreferencePage=Typing |
| TclEditorFoldingPreferencePage=Folding |