Skip to main content
summaryrefslogtreecommitdiffstats
blob: 6e880e8a9b84d8dc0bc19e27a6b61cf6d2047fbd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
###############################################################################
# Copyright (c) 2016 Manumitting Technologies Inc and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
#     Manumitting Technologies Inc - initial API and implementation
###############################################################################
plugin_name = Eclipse.org
provider_name = Examples of Welcome/Intro Quicklinks
openlocalfile.description = Open a single file
openlocalfile.label = Open an existing file
newjavaproject.description = Create a new Java Eclipse project
newjavaproject.label = Create a new Java project
importexistingproject.description = Import an already existing project into Eclipse
importexistingproject.label = Import an existing project
helloworld.description = Use Eclipse's guided walkthrough to create Hello World
helloworld.label = Let Eclipse guide how to create Hello World
opengoogle.description = Use Google to search the world
opengoogle.label = Open Google

Back to the top