mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 17:25:38 +02:00

Includes removing redundant content that will be provided by CDT: - .mvn/extensions.xml - .gitignore - CONTRIBUTING - LICENSE - NOTICE - root pom.xmls Note: if you get to this commit when searching history or doing git blame, try adding --follow to force the history back before this move. Change-Id: I42bdbb2cf8e7f07d6608c32eaabf2b54151a1fb1
21 lines
915 B
Properties
21 lines
915 B
Properties
###############################################################################
|
|
# Copyright (c) 2013 IBM Corporation.
|
|
# 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
|
|
#
|
|
###############################################################################
|
|
|
|
pluginName=Remote Services UI
|
|
pluginProvider=Eclipse PTP
|
|
RemoteDevPrefPage.name=Remote Development
|
|
ConnectionsPreferencePage.name=Remote Connections
|
|
ConnectionsViewCategory.name=Connections
|
|
ConnectionsView.name=Connections
|
|
ConnectionsContent.name=Connections
|
|
NewConnectionCommand.name=New Connection
|
|
DeleteConnectionCommand.name=Delete Connection
|
|
ConnectionProperties.name=Connection
|
|
OpenConnectionCommand.name=Open Connection
|
|
CloseConnectionCommand.name=Close Connection
|