|
1 # /** |
|
2 # * <copyright> |
|
3 # * |
|
4 # * Copyright (c) 2002-2008 IBM Corporation and others. |
|
5 # * All rights reserved. This program and the accompanying materials |
|
6 # * are made available under the terms of the Eclipse Public License v1.0 |
|
7 # * which accompanies this distribution, and is available at |
|
8 # * http://www.eclipse.org/legal/epl-v10.html |
|
9 # * |
|
10 # * Contributors: |
|
11 # * IBM - Initial API and implementation |
|
12 # * |
|
13 # * </copyright> |
|
14 # * |
|
15 # * $Id: plugin.properties,v 1.3 2008/05/05 21:24:43 davidms Exp $ |
|
16 # */ |
|
17 |
|
18 # NLS_MESSAGEFORMAT_VAR |
|
19 |
|
20 pluginName = EMF Cheat Sheets |
|
21 providerName = Eclipse.org |
|
22 |
|
23 _UI_CheatSheetCategory_title = Modeling with the Eclipse Modeling Framework |
|
24 |
|
25 _UI_CheatsheetGenJava_title = Generating an EMF Model from Annotated Java |
|
26 _UI_CheatsheetGenJava_description = Learn how to generate an EMF model and editor from annotated Java interfaces. |
|
27 _UI_CheatsheetGenRose_title = Generating an EMF Model from Rose |
|
28 _UI_CheatsheetGenRose_description = Learn how to generate an EMF model and editor from a Rose class diagram. |
|
29 _UI_CheatsheetGenXSD_title = Generating an EMF Model from XML Schema (XSD) |
|
30 _UI_CheatsheetGenXSD_description = Learn how to generate an EMF model and editor from an XML Schema. |
|
31 _UI_CheatsheetExtModel_title = Generating an Extended EMF Model |
|
32 _UI_CheatsheetExtModel_description = Learn how to create an EMF model that extends an existing model. |
|
33 |
|
34 _UI_BuildProject_message = Building projects... |
|
35 _UI_FindProject_message = Find ''{0}'' project... |
|
36 _UI_CreateProject_message = Create ''{0}'' project... |
|
37 _UI_CopyFileToProject_message = Copy file to ''{0}'' project... |
|
38 _UI_CreateJavaProject_message = Create ''{0}'' Java project... |