ewillink | 043778e | 2010-03-11 10:16:52 +0000 | [diff] [blame] | 1 | ############################################################################### |
Ed Willink | 986ca2b | 2023-10-20 16:27:33 +0100 | [diff] [blame] | 2 | # Copyright (c) 2005, 2020 IBM Corporation and others. |
ewillink | 043778e | 2010-03-11 10:16:52 +0000 | [diff] [blame] | 3 | # All rights reserved. This program and the accompanying materials |
Ed Willink | 2b4d8be | 2018-06-13 11:53:02 +0100 | [diff] [blame] | 4 | # are made available under the terms of the Eclipse Public License v2.0 |
ewillink | 043778e | 2010-03-11 10:16:52 +0000 | [diff] [blame] | 5 | # which accompanies this distribution, and is available at |
Ed Willink | 2b4d8be | 2018-06-13 11:53:02 +0100 | [diff] [blame] | 6 | # http://www.eclipse.org/legal/epl-v20.html |
ewillink | 043778e | 2010-03-11 10:16:52 +0000 | [diff] [blame] | 7 | # |
| 8 | # Contributors: |
| 9 | # IBM Corporation - initial API and implementation |
| 10 | # Zeligsoft - Bug 254297 |
| 11 | # E.D.Willink - Bug 289761 |
ewillink | 043778e | 2010-03-11 10:16:52 +0000 | [diff] [blame] | 12 | ############################################################################### |
| 13 | |
| 14 | # NLS_MESSAGEFORMAT_VAR |
| 15 | |
| 16 | # ============================================================================== |
| 17 | # Do not change the properties between this line and the last line containing: |
| 18 | # %%% END OF TRANSLATED PROPERTIES %%% |
| 19 | # Instead, either redefine an existing property, or create a new property, |
| 20 | # append it to the end of the file, and change the code to use the new name. |
| 21 | # ============================================================================== |
| 22 | |
Ed Willink | c867362 | 2013-08-20 17:28:49 +0100 | [diff] [blame] | 23 | Plugin.name=OCL Examples and Editors |
Ed Willink | d0d1d55 | 2018-01-11 16:17:03 +0000 | [diff] [blame] | 24 | Plugin.providerName=Eclipse OCL |
ewillink | 043778e | 2010-03-11 10:16:52 +0000 | [diff] [blame] | 25 | |
| 26 | # ============================================================================== |
| 27 | # %%% END OF TRANSLATED PROPERTIES %%% |
| 28 | # The above properties have been shipped for translation. |
| 29 | # ============================================================================== |
| 30 | |
| 31 | OCL_category=OCL (Object Constraint Language) Plug-ins |
| 32 | |
Ed Willink | 52663ff | 2020-06-12 16:29:29 +0100 | [diff] [blame] | 33 | OCL_ExtLibrary_name=OCL Extended Library |
| 34 | OCL_ExtLibrary_description=Example extended library project (local clone of EMF's variant) |
| 35 | |
ewillink | 043778e | 2010-03-11 10:16:52 +0000 | [diff] [blame] | 36 | OCL_Interpreter_name=OCL Interpreter |
Ed.Willink | 7705430 | 2012-06-14 06:54:02 +0100 | [diff] [blame] | 37 | OCL_Interpreter_description=Example project defining an interactive OCL interpreter console |
Ed Willink | 52663ff | 2020-06-12 16:29:29 +0100 | [diff] [blame] | 38 | #_UI_LibraryModelProject_desc = This project contains the extended library model and the implementation generated from it. |
| 39 | #_UI_LibraryEditProject_desc = This project contains the item providers generated to support viewing and editing instances of the extended library model. |
| 40 | #_UI_LibraryEditorProjector_desc = This project contains the sample editor generated from the extended library model. |
ewillink | 043778e | 2010-03-11 10:16:52 +0000 | [diff] [blame] | 41 | |
Ed.Willink | a7423c3 | 2012-05-28 06:58:17 +0100 | [diff] [blame] | 42 | CompleteOCL_Tutorial_name=Complete OCL Tutorial |
Ed.Willink | 7705430 | 2012-06-14 06:54:02 +0100 | [diff] [blame] | 43 | CompleteOCL_Tutorial_description=Tutorial example demonstrating use of independent OCL to complement Ecore or UML models or Xtext grammars |
Ed.Willink | a7423c3 | 2012-05-28 06:58:17 +0100 | [diff] [blame] | 44 | |
asanchez | ee564dc | 2011-05-31 15:02:07 +0000 | [diff] [blame] | 45 | OCLinEcore_Tutorial_name=OCLinEcore Tutorial |
Ed.Willink | 7705430 | 2012-06-14 06:54:02 +0100 | [diff] [blame] | 46 | OCLinEcore_Tutorial_description=Tutorial example demonstrating use of embedded OCL to enrich an Ecore model |
asanchez | ee564dc | 2011-05-31 15:02:07 +0000 | [diff] [blame] | 47 | |
ewillink | 043778e | 2010-03-11 10:16:52 +0000 | [diff] [blame] | 48 | EmptyOCL_name=Empty OCL Project |
Ed.Willink | 7705430 | 2012-06-14 06:54:02 +0100 | [diff] [blame] | 49 | EmptyOCL_description=Empty OCL project |
ewillink | 043778e | 2010-03-11 10:16:52 +0000 | [diff] [blame] | 50 | |
| 51 | Royal_and_Loyal_name=Royal and Loyal Example |
Ed.Willink | 7705430 | 2012-06-14 06:54:02 +0100 | [diff] [blame] | 52 | Royal_and_Loyal_description=Example project containing the Royal and Loyal Example |