hvoormann | f274e66 | 2009-12-30 10:16:53 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 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 |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 7 | # |
hvoormann | f274e66 | 2009-12-30 10:16:53 +0000 | [diff] [blame] | 8 | # Contributors: |
| 9 | # John Krasnay - initial API and implementation |
fthienel | 760539f | 2010-05-05 19:17:10 +0000 | [diff] [blame] | 10 | # Igor Jacy Lino Campista - bug 311140 - new category XML Authoring for new wizards |
hvoormann | f274e66 | 2009-12-30 10:16:53 +0000 | [diff] [blame] | 11 | ############################################################################### |
| 12 | pluginName= Vex UI |
| 13 | providerName= Eclipse.org |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 14 | |
Florian Thienel | 5884530 | 2011-12-21 23:19:01 +0100 | [diff] [blame] | 15 | BuildProblemDecorator.name=Visual XML Plug-in Build Problem |
Holger Voormann | 738989e | 2011-04-26 20:43:46 +0200 | [diff] [blame] | 16 | ConfigurationView.name=Visual XML Configuration |
| 17 | DebugView.name=Visual XML Debug |
Florian Thienel | 5884530 | 2011-12-21 23:19:01 +0100 | [diff] [blame] | 18 | DocumentPerspective.name=XML Authoring |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 19 | NewDocumentWizard.name=Document |
Holger Voormann | 738989e | 2011-04-26 20:43:46 +0200 | [diff] [blame] | 20 | NewDocumentWizard.desc=Create an XML document using the Visual Editor for XML. |
| 21 | NewPluginProjectWizard.name=Visual XML Plug-in Project |
| 22 | NewPluginProjectWizard.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. |
fthienel | 760539f | 2010-05-05 19:17:10 +0000 | [diff] [blame] | 23 | NewWizardCategory.name=XML Authoring |
Holger Voormann | 738989e | 2011-04-26 20:43:46 +0200 | [diff] [blame] | 24 | PluginProjectBuilder.name=Visual XML Plug-in Builder |
Florian Thienel | 5884530 | 2011-12-21 23:19:01 +0100 | [diff] [blame] | 25 | PluginProjectDecorator.name=Visual XML Plug-in Project |
Holger Voormann | 738989e | 2011-04-26 20:43:46 +0200 | [diff] [blame] | 26 | PluginProjectNature.name=Visual XML Plug-in Project Nature |
| 27 | DoctypePropertyPage.name=Visual XML Document Type |
| 28 | StylePropertyPage.name=Visual XML Style |
| 29 | VexCommandCategory.name=Visual XML Editor |
hvoormann | 61c2bb4 | 2011-02-15 20:07:33 +0800 | [diff] [blame] | 30 | VexEditor.name=Visual XML Editor |
| 31 | VexEditor.multipage.name=Visual/Source XML Editor (Experimental) |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 32 | VexEditorContext.name=Editing XML Documents |
Holger Voormann | 738989e | 2011-04-26 20:43:46 +0200 | [diff] [blame] | 33 | VexViewCategory.name=XML Authoring |
| 34 | Keyword.Vex=Vex |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 35 | |
Holger Voormann | 738989e | 2011-04-26 20:43:46 +0200 | [diff] [blame] | 36 | extensionPoint.doctypes=Visual XML Document Types |
| 37 | extensionPoint.styles=Visual XML Styles |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 38 | |
hvoormann | 61c2bb4 | 2011-02-15 20:07:33 +0800 | [diff] [blame] | 39 | command.category.name= Vex - Visual Editor for XML |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 40 | command.addElement.name= Add Element... |
| 41 | command.duplicateSelection.name= &Duplicate Selection |
| 42 | command.convertElement.name= Convert Element To... |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 43 | # dynamic names for 'Remove Tag' see org.eclipse.vex.ui.internal.editor.messages.properties |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 44 | command.removeTag.name= Remove Tag |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 45 | # dynamic names for 'Remove Tag' see org.eclipse.vex.ui.internal.editor.messages.properties |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 46 | command.addRowAbove.name= Add Row Above |
| 47 | command.addRowBelow.name= Add Row Below |
| 48 | command.moveRowUp.name= Move Row Up |
| 49 | command.moveRowDown.name= Move Row Down |
| 50 | command.removeRow.name= Remove Row |
| 51 | command.addColumnLeft.name= Add Column to the Left |
| 52 | command.addColumnRight.name= Add Column to the Right |
| 53 | command.moveColumnLeft.name= Move Column Left |
| 54 | command.moveColumnRight.name= Move Column Right |
| 55 | command.removeColumn.name= Remove Column |
| 56 | command.previousTableCell.name= Previous Table Cell |
| 57 | command.nextTableCell.name= Next Table Cell |
| 58 | command.splitBlockElement.name= Split Block Element |
| 59 | command.splitItem.name= Split Item |
Florian Thienel | 5884530 | 2011-12-21 23:19:01 +0100 | [diff] [blame] | 60 | command.editNamespaces.name= Edit Namespaces... |
Florian Thienel | d71183b | 2012-02-28 21:08:06 +0100 | [diff] [blame] | 61 | command.addComment.name= Add Comment |
dacarver | 58ad0f8 | 2008-10-01 03:29:54 +0000 | [diff] [blame] | 62 | |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 63 | menu.Document.name= &Document |
| 64 | menu.Add.name= &Add |
| 65 | menu.Add.Element.name= &Element... |
Florian Thienel | d71183b | 2012-02-28 21:08:06 +0100 | [diff] [blame] | 66 | menu.Add.Comment.name= &Comment |
hvoormann | b91295f | 2009-12-03 19:43:21 +0000 | [diff] [blame] | 67 | menu.Add.RowAbove.name= Row &Above |
| 68 | menu.Add.RowBelow.name= Row &Below |
| 69 | menu.Add.ColumnLeft.name= Column to the &Left |
| 70 | menu.Add.ColumnRight.name= Column to the &Right |
| 71 | menu.Move.name= &Move |
| 72 | menu.Move.RowUp= Row &Up |
| 73 | menu.Move.RowDown= Row &Down |
| 74 | menu.Move.ColumnLeft= Column &Left |
| 75 | menu.Move.ColumnRight= Column &Right |
| 76 | menu.Remove.name= &Remove |
| 77 | menu.Remove.Row.name= &Row |
| 78 | menu.Remove.Column.name= &Column |
| 79 | menu.Row.name= Row |
| 80 | menu.Row.AddAbove.name= Add Above |
| 81 | menu.Row.AddBelow.name= Add Below |
| 82 | menu.Row.MoveUp.name= Move Up |
| 83 | menu.Row.MoveDown.name= Move Down |
| 84 | menu.Row.Remove.name= Remove |
| 85 | menu.Column.name= Column |
| 86 | menu.Column.AddLeft.name= Add to the Left |
| 87 | menu.Column.AddRight.name= Add to the Right |
| 88 | menu.Column.MoveLeft.name= Move Left |
| 89 | menu.Column.MoveRight.name= Move Right |
| 90 | menu.Column.Remove.name= Remove |
| 91 | menu.Style.name= Style |
Florian Thienel | 5884530 | 2011-12-21 23:19:01 +0100 | [diff] [blame] | 92 | |
Florian Thienel | 214465e | 2012-01-06 00:23:56 +0100 | [diff] [blame] | 93 | contentType.XmlDocument.name=XML Document |
| 94 | |
| 95 | preferencePage.RootPreferencePage.name=Vex |
| 96 |
|