Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5e5145ee20ec8c92198d880a58c482ce8adeaec8 (plain) (blame)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
#############################################################################
# Copyright (c) 2011, 2013 CEA LIST.
# 
# 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:
#   CEA LIST - Initial API and implementation
#   Christian W. Damus (CEA) - Factor out workspace storage for pluggable storage providers (CDO)
#############################################################################
CopyContextAction_Copying=Copying 
CopyContextAction_InitializingTheCopyOf=Initializing the copy of 
CopyContextAction_ThisMayTakeSomeTime=. This may take some time
CopyContextAction_To=\ to 
CustomizationDialog_0=Edit Context
CustomizationDialog_1=Unable to edit context: unknown or unsupported context storage type.
CustomizationDialog_2=Unable to delete context: unknown or unsupported context storage type.
CustomizationDialog_cannotDeletePluginContext=Read-only contexts cannot be deleted
CustomizationDialog_configurationName=Configuration name
CustomizationDialog_configurationNameNotEmpty=The name of the configuration shouldn't be empty
CustomizationDialog_configurationWithSameNameExists=A configuration with the same name already exists
CustomizationDialog_copy=Copy...
CustomizationDialog_copyToWorkspace=Copy to Workspace...
CustomizationDialog_copyOf=Copy of 
CustomizationDialog_createNewCopyByCopy=Create a new Context by copying the selected Context into the workspace (not shared)
CustomizationDialog_customization=Customization
CustomizationDialog_delete=Delete
CustomizationDialog_deleteContext=Delete context
CustomizationDialog_deleteContextConfirmation1=Are you sure you want to delete the Property View context 
CustomizationDialog_deleteContextConfirmation2=\ ? This choice is irreversible. If you simply want to deactivate this context, you can do so in Preferences > Papyrus > Property views
CustomizationDialog_edit=Edit
CustomizationDialog_editSelectedContext=Edits the selected Context. This option is only available for writeable Contexts
CustomizationDialog_enterConfigurationName=Enter the new configuration name
CustomizationDialog_plugin=\ (Read-only)
CustomizationDialog_removeSelectedContext=Removes the selected Context. This option is only available for writeable Contexts
CustomizationDialog_selectContextToEdit=Select a context to edit. Read-only contexts should be copied before they can be edited.
CustomizationPreferencePage_AskForConfirmation=Ask for confirmation
CustomizationPreferencePage_OpenCustomizationPerspective=Open customization perspective
CustomizationPreferencePage_PropertyViewCustomizationPreferences=Property view customization preferences
InputDialog_enterConfigurationName=Enter the new configuration's name : 
Preview_disablePreview=Disable preview
Preview_noSelectedView=There is no selected view to display
Preview_preview=Preview
Preview_previewIsDisabled=Preview is disabled
Preview_Unnamed=<<Unnamed>>
UIEditor_ChangePerspective=Change perspective ?
UIEditor_ChangePerspectiveMessage=This editor is associated to the Customization perspective. Do you want to open this perspective now ?
UIEditor_FilterViews=Filter views :
WorkspaceContextDeleteAction_0=Delete context model from the local workspace
WorkspaceContextDeleteAction_1=Deleting the property view configuration: 
WorkspaceContextEditAction_0=Open editor on context model in the local workspace
WorkspaceContextEditAction_1=Opening the properties view configuration: 

Back to the top