diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:49:30 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:49:30 +0200 |
commit | ede215cf93ba81c963ae62d665d0f32c9407551c (patch) | |
tree | 4a6dc80f259bccb8ff8b76d31e6cc8794bd97a2b /plugins/org.yocto.sdk.ide/OSGI-INF | |
download | eclipse-poky-kepler-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'plugins/org.yocto.sdk.ide/OSGI-INF')
-rw-r--r-- | plugins/org.yocto.sdk.ide/OSGI-INF/l10n/bundle.properties | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/org.yocto.sdk.ide/OSGI-INF/l10n/bundle.properties b/plugins/org.yocto.sdk.ide/OSGI-INF/l10n/bundle.properties new file mode 100644 index 0000000..2031154 --- /dev/null +++ b/plugins/org.yocto.sdk.ide/OSGI-INF/l10n/bundle.properties | |||
@@ -0,0 +1,16 @@ | |||
1 | #Properties file for org.Yocto.sdk.ide | ||
2 | page.name.0 = Yocto Project ADT | ||
3 | extension.name.0 = YoctoSDKNature | ||
4 | extension.name.1 = YoctoSDKAutotoolsNature | ||
5 | extension.name.2 = YoctoSDKCMakeNature | ||
6 | command.name = ReconfigureYoctoProject | ||
7 | command.label.0 = Change Yocto Project Settings | ||
8 | command.mnemonic = C | ||
9 | command.targetProfileSwitch.name = Change Target Profile | ||
10 | command.targetProfileSwitch.label = Target Profiles | ||
11 | command.targetProfileSwitch.description = Changes the target profile of a selected project | ||
12 | command.targetProfileSwitch.parameter.name = Selected Target Profile | ||
13 | projectType.name.0 = Yocto Project ADT Autotools Project | ||
14 | projectProperties.label.0 = Yocto Project Settings | ||
15 | Bundle-Vendor = yoctoproject.org | ||
16 | Bundle-Name = Yocto Plugin IDE | ||