mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00

Added missed license headers Updated baseline for the parent pom to CDT 10.2 Updated version for pom.xml to 10.3 Updated version for features and bundles to CDT 10.3 Updated copyright for about.properties to be 2021 Incremented version + 100 where needed Change-Id: I79666fcc0402fee6607499d7dce1eaf87a5f446d Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
46 lines
1.9 KiB
Properties
46 lines
1.9 KiB
Properties
#################################################################################
|
|
# Copyright (c) 2014 Red Hat, Inc.
|
|
#
|
|
# 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:
|
|
# Red Hat Incorporated - initial API and implementation
|
|
# Marc Khouzam (Ericsson) - Update for remote debugging support (bug 450080)
|
|
#################################################################################
|
|
bundleName=C/C++ Stand-alone Debugger
|
|
provider=Eclipse CDT
|
|
DwarfSettingEntries.name=Binary Debug Data Entries
|
|
FilterMenus.name=Filter Menus
|
|
ExitMenu.label=E&xit
|
|
WindowMenu.label=&Window
|
|
FileMenu.label=&File
|
|
HelpMenu.label=&Help
|
|
ShowView.label=Show &View
|
|
CustomizePerspective.label=Customi&ze Perspective...
|
|
ResetPerspective.label=&Reset Perspective...
|
|
AboutEclipse.label=&About Eclipse
|
|
HelpContents.label=&Help Contents
|
|
HelpSearch.label=S&earch
|
|
DynamicHelp.label=&Dynamic Help
|
|
Preferences.label=&Preferences
|
|
DummyUnusedPage.name=Dummy page
|
|
DebugNewExecutable.description=Debug a new executable
|
|
DebugNewExecutable.name=Debug New Executable
|
|
DebugNewExecutableMenu.label=&New Executable...
|
|
DebugAttachedExecutable.description=Debug an attached executable
|
|
DebugAttachedExecutable.name=Debug Attached Executable
|
|
DebugAttachedExecutableMenu.label=&Attach Executable...
|
|
DebugRemoteExecutable.description=Debug a Remote executable
|
|
DebugRemoteExecutable.name=Debug Remote Executable
|
|
DebugRemoteExecutableMenu.label=&Remote Executable...
|
|
DebugCore.description=Debug a corefile
|
|
DebugCore.name=Debug Core File
|
|
DebugCoreMenu.label=Debug &Core File...
|
|
aboutText=Eclipse Stand-alone C/C++ GDB Graphical Debugger\n\nRelease 10.3.0\n
|
|
ProductDesc=Eclipse Stand-alone C/C++ GDB Debugger
|
|
ProductName=Stand-alone C/C++ GDB Debugger
|