| ############################################################################### |
| # Copyright (c) 2009 John Krasnay 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 |
| # |
| # Contributors: |
| # John Krasnay - initial API and implementation |
| # Igor Jacy Lino Campista - bug 311140 - new category XML Authoring for new wizards |
| ############################################################################### |
| pluginName= Vex UI |
| providerName= Eclipse.org |
| |
| BuildProblemDecorator.name=Vex Plug-in Build Problem Decorator |
| ConfigurationView.name=Vex Configuration |
| DebugView.name=Vex Debug |
| DoctypePropertyPage.name=Vex Document Type |
| DocumentPerspective.name=Document |
| NewDocumentWizard.name=Document |
| NewDocumentWizard.desc=Create an XML document using the Vex editor. |
| NewPluginProjectWizard.name=Vex Plug-in Project |
| NewPluginProjectWizard.desc=Create a new Vex Plug-in project. |
| NewWizardCategory.name=XML Authoring |
| PluginProjectBuilder.name=Vex Plug-in Builder |
| PluginProjectDecorator.name=Vex Plug-in Project Decorator |
| PluginProjectNature.name=Vex Plugin Project Nature |
| StylePropertyPage.name=Vex Style |
| VexCommandCategory.name=Vex XML Editor |
| VexEditor.name=Vex XML Editor |
| VexEditor.multipage.name=Vex Multipage XML Editor |
| VexEditorContext.name=Editing XML Documents |
| VexViewCategory.name=Vex |
| |
| extensionPoint.doctypes=Vex Document Types |
| extensionPoint.styles=Vex Styles |
| |
| command.category.name= Vex - Visual Editor for XML |
| command.addElement.name= Add Element... |
| command.duplicateSelection.name= &Duplicate Selection |
| command.convertElement.name= Convert Element To... |
| # dynamic names for 'Remove Tag' see org.eclipse.wst.xml.vex.ui.internal.editor.messages.properties |
| command.removeTag.name= Remove Tag |
| # dynamic names for 'Remove Tag' see org.eclipse.wst.xml.vex.ui.internal.editor.messages.properties |
| command.addRowAbove.name= Add Row Above |
| command.addRowBelow.name= Add Row Below |
| command.moveRowUp.name= Move Row Up |
| command.moveRowDown.name= Move Row Down |
| command.removeRow.name= Remove Row |
| command.addColumnLeft.name= Add Column to the Left |
| command.addColumnRight.name= Add Column to the Right |
| command.moveColumnLeft.name= Move Column Left |
| command.moveColumnRight.name= Move Column Right |
| command.removeColumn.name= Remove Column |
| command.previousTableCell.name= Previous Table Cell |
| command.nextTableCell.name= Next Table Cell |
| command.splitBlockElement.name= Split Block Element |
| command.splitItem.name= Split Item |
| |
| menu.Document.name= &Document |
| menu.Add.name= &Add |
| menu.Add.Element.name= &Element... |
| menu.Add.RowAbove.name= Row &Above |
| menu.Add.RowBelow.name= Row &Below |
| menu.Add.ColumnLeft.name= Column to the &Left |
| menu.Add.ColumnRight.name= Column to the &Right |
| menu.Move.name= &Move |
| menu.Move.RowUp= Row &Up |
| menu.Move.RowDown= Row &Down |
| menu.Move.ColumnLeft= Column &Left |
| menu.Move.ColumnRight= Column &Right |
| menu.Remove.name= &Remove |
| menu.Remove.Row.name= &Row |
| menu.Remove.Column.name= &Column |
| menu.Row.name= Row |
| menu.Row.AddAbove.name= Add Above |
| menu.Row.AddBelow.name= Add Below |
| menu.Row.MoveUp.name= Move Up |
| menu.Row.MoveDown.name= Move Down |
| menu.Row.Remove.name= Remove |
| menu.Column.name= Column |
| menu.Column.AddLeft.name= Add to the Left |
| menu.Column.AddRight.name= Add to the Right |
| menu.Column.MoveLeft.name= Move Left |
| menu.Column.MoveRight.name= Move Right |
| menu.Column.Remove.name= Remove |
| menu.Style.name= Style |
| contentType.XmlDocument.name=XML Document
|