blob: aa2898a215134cadbe6ce750996b055e0fa8adb2 [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
Florian Thienel58845302011-12-21 23:19:01 +010015BuildProblemDecorator.name=Visual XML Plug-in Build Problem
Holger Voormann738989e2011-04-26 20:43:46 +020016ConfigurationView.name=Visual XML Configuration
17DebugView.name=Visual XML Debug
Florian Thienel58845302011-12-21 23:19:01 +010018DocumentPerspective.name=XML Authoring
dacarver58ad0f82008-10-01 03:29:54 +000019NewDocumentWizard.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
Florian Thienel58845302011-12-21 23:19:01 +010025PluginProjectDecorator.name=Visual XML Plug-in Project
Holger Voormann738989e2011-04-26 20:43:46 +020026PluginProjectNature.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...
Holger Voormannbbfe0f02013-02-17 12:13:57 +010041command.duplicateSelection.name= Duplicate Selection
hvoormannb91295f2009-12-03 19:43:21 +000042command.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
Florian Thienel58845302011-12-21 23:19:01 +010060command.editNamespaces.name= Edit Namespaces...
Florian Thieneld71183b2012-02-28 21:08:06 +010061command.addComment.name= Add Comment
dacarver58ad0f82008-10-01 03:29:54 +000062
hvoormannb91295f2009-12-03 19:43:21 +000063menu.Document.name= &Document
64menu.Add.name= &Add
65menu.Add.Element.name= &Element...
Florian Thieneld71183b2012-02-28 21:08:06 +010066menu.Add.Comment.name= &Comment
hvoormannb91295f2009-12-03 19:43:21 +000067menu.Add.RowAbove.name= Row &Above
68menu.Add.RowBelow.name= Row &Below
69menu.Add.ColumnLeft.name= Column to the &Left
70menu.Add.ColumnRight.name= Column to the &Right
Holger Voormannbbfe0f02013-02-17 12:13:57 +010071menu.DuplicateSelection.name= &Duplicate Selection
72menu.EditNamespaces.name= &Namespaces...
hvoormannb91295f2009-12-03 19:43:21 +000073menu.Move.name= &Move
74menu.Move.RowUp= Row &Up
75menu.Move.RowDown= Row &Down
76menu.Move.ColumnLeft= Column &Left
77menu.Move.ColumnRight= Column &Right
78menu.Remove.name= &Remove
79menu.Remove.Row.name= &Row
80menu.Remove.Column.name= &Column
81menu.Row.name= Row
82menu.Row.AddAbove.name= Add Above
83menu.Row.AddBelow.name= Add Below
84menu.Row.MoveUp.name= Move Up
85menu.Row.MoveDown.name= Move Down
86menu.Row.Remove.name= Remove
87menu.Column.name= Column
88menu.Column.AddLeft.name= Add to the Left
89menu.Column.AddRight.name= Add to the Right
90menu.Column.MoveLeft.name= Move Left
91menu.Column.MoveRight.name= Move Right
92menu.Column.Remove.name= Remove
Holger Voormannbbfe0f02013-02-17 12:13:57 +010093menu.Style.name= &Style
Florian Thienel58845302011-12-21 23:19:01 +010094
Florian Thienel214465e2012-01-06 00:23:56 +010095contentType.XmlDocument.name=XML Document
96
97preferencePage.RootPreferencePage.name=Vex
98