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 26 27 28 29 30 31 32 33 34 35 36
|
###############################################################################
# Copyright (c) 2000, 2008 IBM Corporation 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:
# IBM Corporation - initial API and implementation
###############################################################################
pluginName=Console
providerName=Eclipse.org
ConsoleView.name=Console
ConsolePatternMatchListenerName= Console Pattern Match Listeners
ConsolePageParticipantName= Console Page Participants
ConsoleFactoryName= Console Factories
consoleViewConsoleFactory.name=New Console View
context.consoleview.name=In Console View
context.consoleview.description=In Console View
ansicon.prefpage.name = ANSI Support
command.category.name = ANSI Support Commands
command.copy_with_escapes.name = Copy Text With ANSI Escapes
command.copy_with_escapes.description = Copy the console content to clipboard, including the escape sequences
command.copy_without_escapes.name = Copy Text Without ANSI Escapes
command.copy_without_escapes.description = Copy the console content to clipboard, removing the escape sequences
command.enable_disable.name = Enable / Disable ANSI Support
command.enable_disable.description = Enable / disable ANSI Support
|