Skip to main content
summaryrefslogtreecommitdiffstats
blob: 17b3de25719193592fa976760211850dd9b097e8 (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
###############################################################################
# Copyright (c) 2010, 2014 CEA LIST 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:
#  Quentin Le Menez (CEA LIST) quentin.lemenez@cea.fr - Initial API and implementation
#  
###############################################################################

TransformationWizard_Title=RSA transformation wizard
TransformationSelectionPage_Name=Workspace selection
TransformationSelectionPage_Title=Select a scope for the transformation
TransformationSelectionPage_Description=Select the folders or files for the transformation
FileDialogTitle=Select the files to import
TransformationConfigPage_Name=Parameters selection
TransformationConfigPage_Title=Define the transformation parameters
TransformationConfigPage_Description=Select the files and the configuration options for the transformation
Button_SelectAll=Select All
Button_DeselectAll=Deselect All
Button_FileSystemSelection=File System Selection
MultipleStringFileEditor_2=FilterExtensions and FilterNames do not match
WrongFileType=Not an IFile, wrong type to transform

Back to the top