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.properties107
1 files changed, 107 insertions, 0 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
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 @@
1/*******************************************************************************
2 * Copyright (c) 2010 Intel Corporation.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * Intel - initial API and implementation
10 * BMW Car IT - added keys for target profiles
11 *******************************************************************************/
12Wizard.SDK.Warning.Title = Invalid Yocto Project ADT Location
13Wizard.SDK.Error.ProjectName = Project name "{0}" is invalid! \nNone of these characters are accepted inside project names: whitespaces, {1}
14
15Poky.SDK.Location.Empty = Specified Toolchain Root Location is empty.
16Poky.SDK.Location.Empty.Advice = You need specify Toolchain Root Location before building any project.
17Poky.SDK.Location.Nonexist = Specified SDK toolchain directory does not exist.
18Poky.SDK.Location.Nonexist.Advice = Please specify a valid toolchain directory.
19Poky.SDK.Target.Empty = Specified location does not contain environment script file.
20Poky.SDK.Target.Empty.Advice = You need specify Target Architecture before building any project.
21Poky.SDK.No.Target.Selected = Target Architecture is not defined.
22Poky.SDK.No.Target.Selected.Advice = Please choose a Target Architecture.
23Poky.Sysroot.Empty = Specified Sysroot Location is empty.
24Poky.Sysroot.Empty.Advice = You need specify Sysroot Location before building any project.
25Poky.Sysroot.Nonexist = Specified Sysroot Location does not exist.
26Poky.Sysroot.Nonexist.Advice = You need specify a valid Sysroot Location before building any project.
27Poky.Qemu.Kernel.Empty = Specified QEMU kernel location is emtpy.
28Poky.Qemu.Kernel.Empty.Advice = You need specify QEMU kernel image file Location before building any project.
29Poky.Qemu.Kernel.Nonexist = Specified QEMU kernel image file does not exist.
30Poky.Qemu.Kernel.Empty.Advice = You need specify a valid QEMU kernel image file before building any project.
31Poky.ADT.Sysroot.Wrongversion = The ADT version you're using is too old.
32Poky.ADT.Sysroot.Wrongversion.Advice = OECORE related items are not found in environment setup files.\nPlease upgrade to our latest ADT Version!
33Poky.Env.Script.Nonexist = Specified toolchain directory does not contain a toolchain generated with "bitbake meta-ide-support".
34Poky.Env.Script.Nonexist.Advice = Please run "bitbake meta-ide-support" to build the toolchain.
35Poky.Toolchain.No.Sysroot = Specified Toolchain Root Location does not contain a sysroot directory.
36Poky.Toolchain.No.Sysroot.Advice = Please install a valid toolchain sysroot.
37Poky.Toolchain.Host.Mismatch = Toolchain and host arch mismatch.
38Poky.Toolchain.Host.Mismatch.Advice = Make sure you use 32bit toolchain for 32bit host and same for 64bit machines!
39
40Default.Advice = \nDo IDE-wide settings from Window > Preferences > Yocto Project ADT\nOr do Project-wide settings from Project > Change Yocto Project Settings.
41Poky.SDK.Revalidation.Message = Please apply the changes to revalidate.
42
43Poky.SDK.Error.Origin.Wizard = Yocto Wizard Configuration Error:
44Poky.SDK.Error.Origin.Menu = Yocto Menu Configuration Error:
45Poky.SDK.Error.Origin.Preferences = Yocto Preferences Configuration Error:
46Poky.SDK.Error.Origin.Other = Yocto Configuration Error:
47
48Menu.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.
49Menu.SDK.Console.Deploy.Action.Message = \nDeploying {0} to {1} ...\n
50Menu.SDK.Console.Deploy.Extract.Message = \nExtracting {0} into {1} ...\n
51Menu.SDK.Console.Deploy.Success.Message = \nThe project {0} has been successfully deployed to {1}\n
52Menu.SDK.Console.Deploy.Fail.Message = \nDeploying the project {0} to {1} failed!\n
53Menu.SDK.Console.Undeploy.Success.Message = \nThe project {0} has been successfully undeployed from {1}\n
54Menu.SDK.Console.Undeploy.Fail.Message = \nUndeploying the project {0} from {1} failed!\n
55
56
57Menu.Deploy.Title = Deploy {0} to ...
58Menu.Deploy.Message = Please specify a directory:
59
60Menu.Undeploy.Title = Undeploy {0} from ...
61Menu.Undeploy.Message = Please specify a directory:
62
63
64Preferences.Yocto.Config.Name = Preferences:
65Preferences.SDK.Target.name = Target Preferences:
66Preferences.SDK.Informing.Title = Yocto Project ADT has been successfully set up.
67Preferences.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!
68
69Preferences.Profile.Validator.InvalidName.Comma = Warning: The profile name cannot contain a comma (,).
70Preferences.Profile.Validator.InvalidName.Quote = Warning: The profile name cannot contain a double quote (\").
71Preferences.Profile.Validator.InvalidName.Empty = Please provide a new profile name.
72Preferences.Profile.Validator.InvalidName.Exists = Warning: The profile already exists.
73
74Preferences.Profiles.Title = Cross development profiles:
75Preferences.Profile.New.Title = Save as ...
76Preferences.Profile.New.Dialog.Title = Save as new cross development profile
77Preferences.Profile.New.Dialog.Message = Please input a profile name.
78Preferences.Profile.Rename.Title = Rename
79Preferences.Profile.Rename.Dialog.Title = Rename cross development profile
80Preferences.Profile.Rename.Dialog.Message = Please input a new profile name.
81Preferences.Profile.Remove.Title = Remove
82Preferences.Profile.Remove.Dialog.Title = Remove cross development profile
83Preferences.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.
84Preferences.Profile.Update.Dialog.Title = Update cross development profile
85Preferences.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.
86Preferences.Profile.Standard.Modification.Title = Modify standard cross development profile
87Preferences.Profile.Standard.Modification.Message = Standard cross development profile cannot be removed or renamed.
88
89Preferences.Profile.ProjectSpecific.Title = Use project specific settings
90Preferences.Profile.ProjectSpecific.Group.Title = Project specific settings:
91Preferences.Profile.ProjectSpecific.Profile.Label = Project specific profile
92
93Preferences.Profile.ProjectSpecific.Error.Title = Could not change to project specific target profile
94Preferences.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.
95
96Console.SDK.Name = Yocto Project Console
97
98LaunchConfig.Type.Name = org.eclipse.ui.externaltools.ProgramLaunchConfigurationType
99LaunchConfig.LaunchGroup.Value = org.eclipse.ui.externaltools.launchGroup
100LaunchConfig.LaunchGroup.Attr = org.eclipse.debug.ui.favoriteGroups
101LaunchConfig.BuildScope.Attr = org.eclipse.ui.externaltools.ATTR_LAUNCH_CONFIGURATION_BUILD_SCOPE
102LaunchConfig.BuildScope.Value = ${projects:}
103LaunchConfig.Location.Attr = org.eclipse.ui.externaltools.ATTR_LOCATION
104LaunchConfig.Arguments.Attr = org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS;
105
106AutotoolsProjectPostProcess.WrongProjectNature = {0} is not an Autotools project
107AutotoolsProjectPostProcess.ChmodFailure = Failed to make autogen.sh executable for project: {0}