diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 13:36:50 +0100 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 15:25:03 +0100 |
commit | 41ac47d732eed8392d60d0f6773e5a279d49b999 (patch) | |
tree | cf19d099db9cfdb8d73aa21c31e7aa1cc86ff860 /plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoSDKMessages.properties | |
download | eclipse-poky-juno-master.tar.gz |
Migrated from the internal git server on the dora-enea branch
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
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.properties | 107 |
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 | *******************************************************************************/ | ||
12 | Wizard.SDK.Warning.Title = Invalid Yocto Project ADT Location | ||
13 | Wizard.SDK.Error.ProjectName = Project name "{0}" is invalid! \nNone of these characters are accepted inside project names: whitespaces, {1} | ||
14 | |||
15 | Poky.SDK.Location.Empty = Specified Toolchain Root Location is empty. | ||
16 | Poky.SDK.Location.Empty.Advice = You need specify Toolchain Root Location before building any project. | ||
17 | Poky.SDK.Location.Nonexist = Specified SDK toolchain directory does not exist. | ||
18 | Poky.SDK.Location.Nonexist.Advice = Please specify a valid toolchain directory. | ||
19 | Poky.SDK.Target.Empty = Specified location does not contain environment script file. | ||
20 | Poky.SDK.Target.Empty.Advice = You need specify Target Architecture before building any project. | ||
21 | Poky.SDK.No.Target.Selected = Target Architecture is not defined. | ||
22 | Poky.SDK.No.Target.Selected.Advice = Please choose a Target Architecture. | ||
23 | Poky.Sysroot.Empty = Specified Sysroot Location is empty. | ||
24 | Poky.Sysroot.Empty.Advice = You need specify Sysroot Location before building any project. | ||
25 | Poky.Sysroot.Nonexist = Specified Sysroot Location does not exist. | ||
26 | Poky.Sysroot.Nonexist.Advice = You need specify a valid Sysroot Location before building any project. | ||
27 | Poky.Qemu.Kernel.Empty = Specified QEMU kernel location is emtpy. | ||
28 | Poky.Qemu.Kernel.Empty.Advice = You need specify QEMU kernel image file Location before building any project. | ||
29 | Poky.Qemu.Kernel.Nonexist = Specified QEMU kernel image file does not exist. | ||
30 | Poky.Qemu.Kernel.Empty.Advice = You need specify a valid QEMU kernel image file before building any project. | ||
31 | Poky.ADT.Sysroot.Wrongversion = The ADT version you're using is too old. | ||
32 | Poky.ADT.Sysroot.Wrongversion.Advice = OECORE related items are not found in environment setup files.\nPlease upgrade to our latest ADT Version! | ||
33 | Poky.Env.Script.Nonexist = Specified toolchain directory does not contain a toolchain generated with "bitbake meta-ide-support". | ||
34 | Poky.Env.Script.Nonexist.Advice = Please run "bitbake meta-ide-support" to build the toolchain. | ||
35 | Poky.Toolchain.No.Sysroot = Specified Toolchain Root Location does not contain a sysroot directory. | ||
36 | Poky.Toolchain.No.Sysroot.Advice = Please install a valid toolchain sysroot. | ||
37 | Poky.Toolchain.Host.Mismatch = Toolchain and host arch mismatch. | ||
38 | Poky.Toolchain.Host.Mismatch.Advice = Make sure you use 32bit toolchain for 32bit host and same for 64bit machines! | ||
39 | |||
40 | Default.Advice = \nDo IDE-wide settings from Window > Preferences > Yocto Project ADT\nOr do Project-wide settings from Project > Change Yocto Project Settings. | ||
41 | Poky.SDK.Revalidation.Message = Please apply the changes to revalidate. | ||
42 | |||
43 | Poky.SDK.Error.Origin.Wizard = Yocto Wizard Configuration Error: | ||
44 | Poky.SDK.Error.Origin.Menu = Yocto Menu Configuration Error: | ||
45 | Poky.SDK.Error.Origin.Preferences = Yocto Preferences Configuration Error: | ||
46 | Poky.SDK.Error.Origin.Other = Yocto Configuration Error: | ||
47 | |||
48 | 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. | ||
49 | Menu.SDK.Console.Deploy.Action.Message = \nDeploying {0} to {1} ...\n | ||
50 | Menu.SDK.Console.Deploy.Extract.Message = \nExtracting {0} into {1} ...\n | ||
51 | Menu.SDK.Console.Deploy.Success.Message = \nThe project {0} has been successfully deployed to {1}\n | ||
52 | Menu.SDK.Console.Deploy.Fail.Message = \nDeploying the project {0} to {1} failed!\n | ||
53 | Menu.SDK.Console.Undeploy.Success.Message = \nThe project {0} has been successfully undeployed from {1}\n | ||
54 | Menu.SDK.Console.Undeploy.Fail.Message = \nUndeploying the project {0} from {1} failed!\n | ||
55 | |||
56 | |||
57 | Menu.Deploy.Title = Deploy {0} to ... | ||
58 | Menu.Deploy.Message = Please specify a directory: | ||
59 | |||
60 | Menu.Undeploy.Title = Undeploy {0} from ... | ||
61 | Menu.Undeploy.Message = Please specify a directory: | ||
62 | |||
63 | |||
64 | Preferences.Yocto.Config.Name = Preferences: | ||
65 | Preferences.SDK.Target.name = Target Preferences: | ||
66 | Preferences.SDK.Informing.Title = Yocto Project ADT has been successfully set up. | ||
67 | 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! | ||
68 | |||
69 | Preferences.Profile.Validator.InvalidName.Comma = Warning: The profile name cannot contain a comma (,). | ||
70 | Preferences.Profile.Validator.InvalidName.Quote = Warning: The profile name cannot contain a double quote (\"). | ||
71 | Preferences.Profile.Validator.InvalidName.Empty = Please provide a new profile name. | ||
72 | Preferences.Profile.Validator.InvalidName.Exists = Warning: The profile already exists. | ||
73 | |||
74 | Preferences.Profiles.Title = Cross development profiles: | ||
75 | Preferences.Profile.New.Title = Save as ... | ||
76 | Preferences.Profile.New.Dialog.Title = Save as new cross development profile | ||
77 | Preferences.Profile.New.Dialog.Message = Please input a profile name. | ||
78 | Preferences.Profile.Rename.Title = Rename | ||
79 | Preferences.Profile.Rename.Dialog.Title = Rename cross development profile | ||
80 | Preferences.Profile.Rename.Dialog.Message = Please input a new profile name. | ||
81 | Preferences.Profile.Remove.Title = Remove | ||
82 | Preferences.Profile.Remove.Dialog.Title = Remove cross development profile | ||
83 | 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. | ||
84 | Preferences.Profile.Update.Dialog.Title = Update cross development profile | ||
85 | 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. | ||
86 | Preferences.Profile.Standard.Modification.Title = Modify standard cross development profile | ||
87 | Preferences.Profile.Standard.Modification.Message = Standard cross development profile cannot be removed or renamed. | ||
88 | |||
89 | Preferences.Profile.ProjectSpecific.Title = Use project specific settings | ||
90 | Preferences.Profile.ProjectSpecific.Group.Title = Project specific settings: | ||
91 | Preferences.Profile.ProjectSpecific.Profile.Label = Project specific profile | ||
92 | |||
93 | Preferences.Profile.ProjectSpecific.Error.Title = Could not change to project specific target profile | ||
94 | 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. | ||
95 | |||
96 | Console.SDK.Name = Yocto Project Console | ||
97 | |||
98 | LaunchConfig.Type.Name = org.eclipse.ui.externaltools.ProgramLaunchConfigurationType | ||
99 | LaunchConfig.LaunchGroup.Value = org.eclipse.ui.externaltools.launchGroup | ||
100 | LaunchConfig.LaunchGroup.Attr = org.eclipse.debug.ui.favoriteGroups | ||
101 | LaunchConfig.BuildScope.Attr = org.eclipse.ui.externaltools.ATTR_LAUNCH_CONFIGURATION_BUILD_SCOPE | ||
102 | LaunchConfig.BuildScope.Value = ${projects:} | ||
103 | LaunchConfig.Location.Attr = org.eclipse.ui.externaltools.ATTR_LOCATION | ||
104 | LaunchConfig.Arguments.Attr = org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS; | ||
105 | |||
106 | AutotoolsProjectPostProcess.WrongProjectNature = {0} is not an Autotools project | ||
107 | AutotoolsProjectPostProcess.ChmodFailure = Failed to make autogen.sh executable for project: {0} | ||