Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 38e8dbb7372933fe88f0af031e8404a3ea0c54a7 (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
###############################################################################
# Copyright (c) 2007, 2010 Intel 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:
#     Intel Corporation - initial API and implementation
###############################################################################
NewMakeProjFromExisting_0=Import Existing Code
NewMakeProjFromExisting_1=Importing Existing Code
NewMakeProjFromExistingPage_0=Import Existing Code
NewMakeProjFromExistingPage_1=Import Existing Code
NewMakeProjFromExistingPage_10=Toolchain for Indexer Settings
NewMakeProjFromExistingPage_11=<none>
NewMakeProjFromExistingPage_2=Create a new Makefile project from existing code in that same directory
NewMakeProjFromExistingPage_3=Project Name
NewMakeProjFromExistingPage_4=Project already exists
NewMakeProjFromExistingPage_5=Existing Code Location
NewMakeProjFromExistingPage_6=Browse...
NewMakeProjFromExistingPage_7=Select root directory of existing code
NewMakeProjFromExistingPage_8=Not a valid directory
NewMakeProjFromExistingPage_9=Languages

Back to the top