blob: 1bb2187dd4c0aca5d02e0a7963f5f069b338cb9b [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
Florian Thienel6c4f6522013-09-08 16:10:28 +020042command.join.name= Join
hvoormannb91295f2009-12-03 19:43:21 +000043command.convertElement.name= Convert Element To...
Florian Thienelea330512011-11-14 22:32:49 +010044# dynamic names for 'Remove Tag' see org.eclipse.vex.ui.internal.editor.messages.properties
hvoormannb91295f2009-12-03 19:43:21 +000045command.removeTag.name= Remove Tag
Florian Thienelea330512011-11-14 22:32:49 +010046# dynamic names for 'Remove Tag' see org.eclipse.vex.ui.internal.editor.messages.properties
hvoormannb91295f2009-12-03 19:43:21 +000047command.addRowAbove.name= Add Row Above
48command.addRowBelow.name= Add Row Below
49command.moveRowUp.name= Move Row Up
50command.moveRowDown.name= Move Row Down
51command.removeRow.name= Remove Row
52command.addColumnLeft.name= Add Column to the Left
53command.addColumnRight.name= Add Column to the Right
54command.moveColumnLeft.name= Move Column Left
55command.moveColumnRight.name= Move Column Right
56command.removeColumn.name= Remove Column
57command.previousTableCell.name= Previous Table Cell
58command.nextTableCell.name= Next Table Cell
59command.splitBlockElement.name= Split Block Element
60command.splitItem.name= Split Item
Florian Thienel58845302011-12-21 23:19:01 +010061command.editNamespaces.name= Edit Namespaces...
Florian Thieneld71183b2012-02-28 21:08:06 +010062command.addComment.name= Add Comment
Carsten Hiesserichc55c5d72013-09-19 20:23:13 +020063command.addProcessingInstruction.name= Add Processing Instruction
64command.setProcessingInstructionTarget.name= Set Target
dacarver58ad0f82008-10-01 03:29:54 +000065
hvoormannb91295f2009-12-03 19:43:21 +000066menu.Document.name= &Document
67menu.Add.name= &Add
68menu.Add.Element.name= &Element...
Florian Thieneld71183b2012-02-28 21:08:06 +010069menu.Add.Comment.name= &Comment
Carsten Hiesserichc55c5d72013-09-19 20:23:13 +020070menu.Add.ProcessingInstruction.name= &Processing Instruction
hvoormannb91295f2009-12-03 19:43:21 +000071menu.Add.RowAbove.name= Row &Above
72menu.Add.RowBelow.name= Row &Below
73menu.Add.ColumnLeft.name= Column to the &Left
74menu.Add.ColumnRight.name= Column to the &Right
Holger Voormannbbfe0f02013-02-17 12:13:57 +010075menu.DuplicateSelection.name= &Duplicate Selection
Florian Thienel6c4f6522013-09-08 16:10:28 +020076menu.Join.name= Join
Holger Voormannbbfe0f02013-02-17 12:13:57 +010077menu.EditNamespaces.name= &Namespaces...
hvoormannb91295f2009-12-03 19:43:21 +000078menu.Move.name= &Move
79menu.Move.RowUp= Row &Up
80menu.Move.RowDown= Row &Down
81menu.Move.ColumnLeft= Column &Left
82menu.Move.ColumnRight= Column &Right
83menu.Remove.name= &Remove
84menu.Remove.Row.name= &Row
85menu.Remove.Column.name= &Column
86menu.Row.name= Row
87menu.Row.AddAbove.name= Add Above
88menu.Row.AddBelow.name= Add Below
89menu.Row.MoveUp.name= Move Up
90menu.Row.MoveDown.name= Move Down
91menu.Row.Remove.name= Remove
92menu.Column.name= Column
93menu.Column.AddLeft.name= Add to the Left
94menu.Column.AddRight.name= Add to the Right
95menu.Column.MoveLeft.name= Move Left
96menu.Column.MoveRight.name= Move Right
97menu.Column.Remove.name= Remove
Holger Voormannbbfe0f02013-02-17 12:13:57 +010098menu.Style.name= &Style
Florian Thienel58845302011-12-21 23:19:01 +010099
Florian Thienel214465e2012-01-06 00:23:56 +0100100contentType.XmlDocument.name=XML Document
101
102preferencePage.RootPreferencePage.name=Vex
103