blob: 6ac359b47e3fc7de2c349ff3347ace654f445b70 [file] [log] [blame]
hvoormannf274e662009-12-30 10:16:53 +00001###############################################################################
2# Copyright (c) 2009 John Krasnay and others.
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
dacarver58ad0f82008-10-01 03:29:54 +00007#
hvoormannf274e662009-12-30 10:16:53 +00008# Contributors:
9# John Krasnay - initial API and implementation
fthienel760539f2010-05-05 19:17:10 +000010# Igor Jacy Lino Campista - bug 311140 - new category XML Authoring for new wizards
hvoormannf274e662009-12-30 10:16:53 +000011###############################################################################
12pluginName= Vex UI
13providerName= Eclipse.org
dacarver58ad0f82008-10-01 03:29:54 +000014
Holger Voormann738989e2011-04-26 20:43:46 +020015BuildProblemDecorator.name=Visual XML Plug-in Build Problem Decorator
16ConfigurationView.name=Visual XML Configuration
17DebugView.name=Visual XML Debug
dacarver58ad0f82008-10-01 03:29:54 +000018DocumentPerspective.name=Document
19NewDocumentWizard.name=Document
Holger Voormann738989e2011-04-26 20:43:46 +020020NewDocumentWizard.desc=Create an XML document using the Visual Editor for XML.
21NewPluginProjectWizard.name=Visual XML Plug-in Project
22NewPluginProjectWizard.desc=Create a Visual XML Plug-in project to register XML types and to associate styles to edit these types of files with the Visual XML Editor.
fthienel760539f2010-05-05 19:17:10 +000023NewWizardCategory.name=XML Authoring
Holger Voormann738989e2011-04-26 20:43:46 +020024PluginProjectBuilder.name=Visual XML Plug-in Builder
25PluginProjectDecorator.name=Visual XML Plug-in Project Decorator
26PluginProjectNature.name=Visual XML Plug-in Project Nature
27DoctypePropertyPage.name=Visual XML Document Type
28StylePropertyPage.name=Visual XML Style
29VexCommandCategory.name=Visual XML Editor
hvoormann61c2bb42011-02-15 20:07:33 +080030VexEditor.name=Visual XML Editor
31VexEditor.multipage.name=Visual/Source XML Editor (Experimental)
dacarver58ad0f82008-10-01 03:29:54 +000032VexEditorContext.name=Editing XML Documents
Holger Voormann738989e2011-04-26 20:43:46 +020033VexViewCategory.name=XML Authoring
34Keyword.Vex=Vex
dacarver58ad0f82008-10-01 03:29:54 +000035
Holger Voormann738989e2011-04-26 20:43:46 +020036extensionPoint.doctypes=Visual XML Document Types
37extensionPoint.styles=Visual XML Styles
dacarver58ad0f82008-10-01 03:29:54 +000038
hvoormann61c2bb42011-02-15 20:07:33 +080039command.category.name= Vex - Visual Editor for XML
hvoormannb91295f2009-12-03 19:43:21 +000040command.addElement.name= Add Element...
41command.duplicateSelection.name= &Duplicate Selection
42command.convertElement.name= Convert Element To...
Florian Thienelea330512011-11-14 22:32:49 +010043# dynamic names for 'Remove Tag' see org.eclipse.vex.ui.internal.editor.messages.properties
hvoormannb91295f2009-12-03 19:43:21 +000044command.removeTag.name= Remove Tag
Florian Thienelea330512011-11-14 22:32:49 +010045# dynamic names for 'Remove Tag' see org.eclipse.vex.ui.internal.editor.messages.properties
hvoormannb91295f2009-12-03 19:43:21 +000046command.addRowAbove.name= Add Row Above
47command.addRowBelow.name= Add Row Below
48command.moveRowUp.name= Move Row Up
49command.moveRowDown.name= Move Row Down
50command.removeRow.name= Remove Row
51command.addColumnLeft.name= Add Column to the Left
52command.addColumnRight.name= Add Column to the Right
53command.moveColumnLeft.name= Move Column Left
54command.moveColumnRight.name= Move Column Right
55command.removeColumn.name= Remove Column
56command.previousTableCell.name= Previous Table Cell
57command.nextTableCell.name= Next Table Cell
58command.splitBlockElement.name= Split Block Element
59command.splitItem.name= Split Item
dacarver58ad0f82008-10-01 03:29:54 +000060
hvoormannb91295f2009-12-03 19:43:21 +000061menu.Document.name= &Document
62menu.Add.name= &Add
63menu.Add.Element.name= &Element...
64menu.Add.RowAbove.name= Row &Above
65menu.Add.RowBelow.name= Row &Below
66menu.Add.ColumnLeft.name= Column to the &Left
67menu.Add.ColumnRight.name= Column to the &Right
68menu.Move.name= &Move
69menu.Move.RowUp= Row &Up
70menu.Move.RowDown= Row &Down
71menu.Move.ColumnLeft= Column &Left
72menu.Move.ColumnRight= Column &Right
73menu.Remove.name= &Remove
74menu.Remove.Row.name= &Row
75menu.Remove.Column.name= &Column
76menu.Row.name= Row
77menu.Row.AddAbove.name= Add Above
78menu.Row.AddBelow.name= Add Below
79menu.Row.MoveUp.name= Move Up
80menu.Row.MoveDown.name= Move Down
81menu.Row.Remove.name= Remove
82menu.Column.name= Column
83menu.Column.AddLeft.name= Add to the Left
84menu.Column.AddRight.name= Add to the Right
85menu.Column.MoveLeft.name= Move Left
86menu.Column.MoveRight.name= Move Right
87menu.Column.Remove.name= Remove
88menu.Style.name= Style
Florian Thienel28311762010-08-15 22:10:53 +020089contentType.XmlDocument.name=XML Document