summaryrefslogtreecommitdiffstats
path: root/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoSDKMessages.properties
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoSDKMessages.properties')
-rw-r--r--plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoSDKMessages.properties16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoSDKMessages.properties b/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoSDKMessages.properties
index e3f33087e6e..6b51cf15f07 100644
--- a/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoSDKMessages.properties
+++ b/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoSDKMessages.properties
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2010 Intel Corporation.
+ * Copyright (c) 2010, 2016 Intel Corporation.
* 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
@@ -9,7 +9,7 @@
* Intel - initial API and implementation
* BMW Car IT - added keys for target profiles
*******************************************************************************/
-Wizard.SDK.Warning.Title = Invalid Yocto Project ADT Location
+Wizard.SDK.Warning.Title = Invalid Yocto Project SDK Location
Wizard.SDK.Error.ProjectName = Project name "{0}" is invalid! \nNone of these characters are accepted inside project names: whitespaces, {1}
Poky.SDK.Location.Empty = Specified Toolchain Root Location is empty.
@@ -28,8 +28,8 @@ Poky.Qemu.Kernel.Empty = Specified QEMU kernel location is emtpy.
Poky.Qemu.Kernel.Empty.Advice = You need specify QEMU kernel image file Location before building any project.
Poky.Qemu.Kernel.Nonexist = Specified QEMU kernel image file does not exist.
Poky.Qemu.Kernel.Empty.Advice = You need specify a valid QEMU kernel image file before building any project.
-Poky.ADT.Sysroot.Wrongversion = The ADT version you're using is too old.
-Poky.ADT.Sysroot.Wrongversion.Advice = OECORE related items are not found in environment setup files.\nPlease upgrade to our latest ADT Version!
+Poky.SDK.Sysroot.Wrongversion = The SDK version you're using is too old.
+Poky.SDK.Sysroot.Wrongversion.Advice = OECORE related items are not found in environment setup files.\nPlease upgrade to our latest SDK Version!
Poky.Env.Script.Nonexist = Specified toolchain directory does not contain a toolchain generated with "bitbake meta-ide-support".
Poky.Env.Script.Nonexist.Advice = Please run "bitbake meta-ide-support" to build the toolchain.
Poky.Toolchain.No.Sysroot = Specified Toolchain Root Location does not contain a sysroot directory.
@@ -37,7 +37,7 @@ Poky.Toolchain.No.Sysroot.Advice = Please install a valid toolchain sysroot.
Poky.Toolchain.Host.Mismatch = Toolchain and host arch mismatch.
Poky.Toolchain.Host.Mismatch.Advice = Make sure you use 32bit toolchain for 32bit host and same for 64bit machines!
-Default.Advice = \nDo IDE-wide settings from Window > Preferences > Yocto Project ADT\nOr do Project-wide settings from Project > Change Yocto Project Settings.
+Default.Advice = \nDo IDE-wide settings from Window > Preferences > Yocto Project SDK\nOr do Project-wide settings from Project > Change Yocto Project Settings.
Poky.SDK.Revalidation.Message = Please apply the changes to revalidate.
Poky.SDK.Error.Origin.Wizard = Yocto Wizard Configuration Error:
@@ -45,7 +45,7 @@ Poky.SDK.Error.Origin.Menu = Yocto Menu Configuration Error:
Poky.SDK.Error.Origin.Preferences = Yocto Preferences Configuration Error:
Poky.SDK.Error.Origin.Other = Yocto Configuration Error:
-Menu.SDK.Console.Configure.Message = The Yocto Project ADT has been successfully set up for this project.\nTo see the environment variables created during setup,\ngo to Project > Properties > C/C++ Build > Environment.
+Menu.SDK.Console.Configure.Message = The Yocto Project SDK has been successfully set up for this project.\nTo see the environment variables created during setup,\ngo to Project > Properties > C/C++ Build > Environment.
Menu.SDK.Console.Deploy.Action.Message = \nDeploying {0} to {1} ...\n
Menu.SDK.Console.Deploy.Extract.Message = \nExtracting {0} into {1} ...\n
Menu.SDK.Console.Deploy.Success.Message = \nThe project {0} has been successfully deployed to {1}\n
@@ -63,8 +63,8 @@ Menu.Undeploy.Message = Please specify a directory:
Preferences.Yocto.Config.Name = Preferences:
Preferences.SDK.Target.name = Target Preferences:
-Preferences.SDK.Informing.Title = Yocto Project ADT has been successfully set up.
-Preferences.SDK.Informing.Message = You might need to reconfigure your existing Yocto Project Autotools Projects to use the Yocto Project ADT. Do this from Project > Reconfigure Project!
+Preferences.SDK.Informing.Title = Yocto Project SDK has been successfully set up.
+Preferences.SDK.Informing.Message = You might need to reconfigure your existing Yocto Project Autotools Projects to use the Yocto Project SDK. Do this from Project > Reconfigure Project!
Preferences.Profile.Validator.InvalidName.Comma = Warning: The profile name cannot contain a comma (,).
Preferences.Profile.Validator.InvalidName.Quote = Warning: The profile name cannot contain a double quote (\").