From c7da892cb23d50d4d85746c9a0b6b14bf570989d Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 26 Jun 2014 13:23:09 +0200 Subject: initial commit for Enea Linux 4.0 Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau --- .../org/yocto/sdk/ide/YoctoSDKMessages.properties | 107 +++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoSDKMessages.properties (limited to 'plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoSDKMessages.properties') 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 new file mode 100644 index 0000000..e3f3308 --- /dev/null +++ b/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoSDKMessages.properties @@ -0,0 +1,107 @@ +/******************************************************************************* + * Copyright (c) 2010 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 + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Intel - initial API and implementation + * BMW Car IT - added keys for target profiles + *******************************************************************************/ +Wizard.SDK.Warning.Title = Invalid Yocto Project ADT 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. +Poky.SDK.Location.Empty.Advice = You need specify Toolchain Root Location before building any project. +Poky.SDK.Location.Nonexist = Specified SDK toolchain directory does not exist. +Poky.SDK.Location.Nonexist.Advice = Please specify a valid toolchain directory. +Poky.SDK.Target.Empty = Specified location does not contain environment script file. +Poky.SDK.Target.Empty.Advice = You need specify Target Architecture before building any project. +Poky.SDK.No.Target.Selected = Target Architecture is not defined. +Poky.SDK.No.Target.Selected.Advice = Please choose a Target Architecture. +Poky.Sysroot.Empty = Specified Sysroot Location is empty. +Poky.Sysroot.Empty.Advice = You need specify Sysroot Location before building any project. +Poky.Sysroot.Nonexist = Specified Sysroot Location does not exist. +Poky.Sysroot.Nonexist.Advice = You need specify a valid Sysroot Location before building any project. +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.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. +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. +Poky.SDK.Revalidation.Message = Please apply the changes to revalidate. + +Poky.SDK.Error.Origin.Wizard = Yocto Wizard Configuration Error: +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.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 +Menu.SDK.Console.Deploy.Fail.Message = \nDeploying the project {0} to {1} failed!\n +Menu.SDK.Console.Undeploy.Success.Message = \nThe project {0} has been successfully undeployed from {1}\n +Menu.SDK.Console.Undeploy.Fail.Message = \nUndeploying the project {0} from {1} failed!\n + + +Menu.Deploy.Title = Deploy {0} to ... +Menu.Deploy.Message = Please specify a directory: + +Menu.Undeploy.Title = Undeploy {0} from ... +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.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 (\"). +Preferences.Profile.Validator.InvalidName.Empty = Please provide a new profile name. +Preferences.Profile.Validator.InvalidName.Exists = Warning: The profile already exists. + +Preferences.Profiles.Title = Cross development profiles: +Preferences.Profile.New.Title = Save as ... +Preferences.Profile.New.Dialog.Title = Save as new cross development profile +Preferences.Profile.New.Dialog.Message = Please input a profile name. +Preferences.Profile.Rename.Title = Rename +Preferences.Profile.Rename.Dialog.Title = Rename cross development profile +Preferences.Profile.Rename.Dialog.Message = Please input a new profile name. +Preferences.Profile.Remove.Title = Remove +Preferences.Profile.Remove.Dialog.Title = Remove cross development profile +Preferences.Profile.Remove.Dialog.Message = Do you really want to the remove the cross development profile "{0}"?\nProjects using this cross development profile will be reconfigured to use the standard profile. +Preferences.Profile.Update.Dialog.Title = Update cross development profile +Preferences.Profile.Update.Dialog.Message = Do you really want to the update the cross development profile "{0}"?\nProjects using this cross development profile will be reconfigured. +Preferences.Profile.Standard.Modification.Title = Modify standard cross development profile +Preferences.Profile.Standard.Modification.Message = Standard cross development profile cannot be removed or renamed. + +Preferences.Profile.ProjectSpecific.Title = Use project specific settings +Preferences.Profile.ProjectSpecific.Group.Title = Project specific settings: +Preferences.Profile.ProjectSpecific.Profile.Label = Project specific profile + +Preferences.Profile.ProjectSpecific.Error.Title = Could not change to project specific target profile +Preferences.Profile.ProjectSpecific.Error.Message = The project specific target profile is not defined for the project "{0}".\nYou can define it in the project's property page. + +Console.SDK.Name = Yocto Project Console + +LaunchConfig.Type.Name = org.eclipse.ui.externaltools.ProgramLaunchConfigurationType +LaunchConfig.LaunchGroup.Value = org.eclipse.ui.externaltools.launchGroup +LaunchConfig.LaunchGroup.Attr = org.eclipse.debug.ui.favoriteGroups +LaunchConfig.BuildScope.Attr = org.eclipse.ui.externaltools.ATTR_LAUNCH_CONFIGURATION_BUILD_SCOPE +LaunchConfig.BuildScope.Value = ${projects:} +LaunchConfig.Location.Attr = org.eclipse.ui.externaltools.ATTR_LOCATION +LaunchConfig.Arguments.Attr = org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS; + +AutotoolsProjectPostProcess.WrongProjectNature = {0} is not an Autotools project +AutotoolsProjectPostProcess.ChmodFailure = Failed to make autogen.sh executable for project: {0} -- cgit v1.2.3-54-g00ecf