Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 310499 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/ui/internal/wizards/datatransfer/DataTransferMessages.java (-3 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2005, 2009 IBM Corporation and others.
2
 * Copyright (c) 2005, 2010 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 56-64 Link Here
56
	public static String FileImport_createVirtualFolders;
56
	public static String FileImport_createVirtualFolders;
57
	public static String FileImport_importElementsAs;
57
	public static String FileImport_importElementsAs;
58
	public static String FileImport_createVirtualFoldersTooltip;
58
	public static String FileImport_createVirtualFoldersTooltip;
59
	public static String FileImport_copyIntoWorkspace;
59
	public static String FileImport_createLinksInWorkspace;
60
	public static String FileImport_advanced;
60
	public static String FileImport_advanced;
61
	public static String FileImport_copyIntoWorkspaceTooltip;
62
	public static String FileImport_noneSelected;
61
	public static String FileImport_noneSelected;
63
	public static String FileImport_invalidSource;
62
	public static String FileImport_invalidSource;
64
	public static String FileImport_sourceEmpty;
63
	public static String FileImport_sourceEmpty;
(-)src/org/eclipse/ui/internal/wizards/datatransfer/messages.properties (-3 / +2 lines)
Lines 1-5 Link Here
1
###############################################################################
1
###############################################################################
2
# Copyright (c) 2000, 2009 IBM Corporation and others.
2
# Copyright (c) 2000, 2010 IBM Corporation and others.
3
# All rights reserved. This program and the accompanying materials
3
# All rights reserved. This program and the accompanying materials
4
# are made available under the terms of the Eclipse Public License v1.0
4
# are made available under the terms of the Eclipse Public License v1.0
5
# which accompanies this distribution, and is available at
5
# which accompanies this distribution, and is available at
Lines 54-62 Link Here
54
FileImport_createVirtualFolders = Create &virtual folders
54
FileImport_createVirtualFolders = Create &virtual folders
55
FileImport_importElementsAs=Create l&ink locations relative to:
55
FileImport_importElementsAs=Create l&ink locations relative to:
56
FileImport_createVirtualFoldersTooltip = This option needs to be set when a partial hierarchy is selected.
56
FileImport_createVirtualFoldersTooltip = This option needs to be set when a partial hierarchy is selected.
57
FileImport_copyIntoWorkspace= Copy into wor&kspace
57
FileImport_createLinksInWorkspace= Create lin&ks in workspace
58
FileImport_advanced=Advance&d
58
FileImport_advanced=Advance&d
59
FileImport_copyIntoWorkspaceTooltip= If this option is not set, link files and folders will be created
60
FileImport_noneSelected = There are no resources currently selected for import.
59
FileImport_noneSelected = There are no resources currently selected for import.
61
FileImport_invalidSource = Source directory is not valid or has not been specified.
60
FileImport_invalidSource = Source directory is not valid or has not been specified.
62
FileImport_sourceEmpty = Source must not be empty.
61
FileImport_sourceEmpty = Source must not be empty.

Return to bug 310499