Skip to main content
summaryrefslogtreecommitdiffstats
blob: 145bc0eb8dd600782de322cc14e47b1a279a5ac4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
###############################################################################
# Copyright (c) 2016 Manumitting Technologies Inc and others.
# 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:
#     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