File: plugin.properties

package info (click to toggle)
eclipse-emf 2.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 57,992 kB
  • ctags: 81,092
  • sloc: java: 561,060; xml: 7,553; sh: 111; makefile: 11
file content (41 lines) | stat: -rw-r--r-- 1,438 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# /**
#  * Copyright (c) 2002-2008 IBM Corporation and others.
#  * All rights reserved.   This program and the accompanying materials
#  * are made available under the terms of the Eclipse Public License v1.0
#  * which accompanies this distribution, and is available at
#  * http://www.eclipse.org/legal/epl-v10.html
#  * 
#  * Contributors: 
#  *   IBM - Initial API and implementation
#  */

# NLS_MESSAGEFORMAT_VAR

pluginName = EMF Common
providerName = Eclipse Modeling Project

_EXC_Method_not_implemented = The method {0} is not implemented

_UI_AbstractCommand_label = Do Command
_UI_AbstractCommand_description = Execute a command

_UI_CommandWrapper_label = Wrapper
_UI_CommandWrapper_description = Execute an empty command wrapper

_UI_CompoundCommand_label = Do Commands
_UI_CompoundCommand_description = Execute a series of commands

_UI_IdentityCommand_label = Identity
_UI_IdentityCommand_description = Execute nothing but yield a result

_UI_UnexecutableCommand_label = Do Nothing
_UI_UnexecutableCommand_description = Execute nothing whatsoever

_UI_IgnoreException_exception = An exception was ignored during command execution
_UI_NullLogEntry_exception = A null log entry was logged

_UI_StringResourceNotFound_exception = The string resource ''{0}'' could not be located
_UI_ImageResourceNotFound_exception = The image resource ''{0}'' could not be located

_UI_OK_diagnostic_0 = OK
_UI_Cancel_diagnostic_0 = Cancel