Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d8069d3f0e242a002e9ec9a3685ecbd581ee77f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
###############################################################################
# Copyright (c) 2012 Wind River Systems, 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:
# Wind River Systems - initial API and implementation
###############################################################################

ScriptPad_Console_name=Script Pad Console

Monitor_Console_name=Monitor Console
Monitor_Console_name_with_peer=Monitor Console: {0} [{1}]

ScriptPad_error_title=Error
ScriptPad_error_openFile=Failed to open file ''{0}''.\n\nPossible cause:\n{1}
ScriptPad_error_saveFile=Failed to save file ''{0}''.\n\nPossible cause:\n{1}

Back to the top