Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 93fab6d3417aa3abeb70ef1a51a34d89f7a7fcd4 (plain) (blame)
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
37
38
39
###############################################################################
# Copyright (c) 2012 - 2014 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
###############################################################################

ProcessConnector_error_creatingProcess=Exception when creating process. Possibly caused by: {0}

ExternalExecutablesDialog_title_add=Add External Executable
ExternalExecutablesDialog_title_edit=Edit External Executable
ExternalExecutablesDialog_button_add=Add
ExternalExecutablesDialog_field_path=Path:
ExternalExecutablesDialog_name_info_missingValue=Please enter a valid name for the external executable.
ExternalExecutablesDialog_path_info_missingFilename=Please enter the absolute path of the external executable.
ExternalExecutablesDialog_path_error_mustExist=The external executable path you entered doesn't exist.
ExternalExecutablesDialog_path_error_invalidFilename=The external executable path you entered is not valid.
ExternalExecutablesDialog_path_error_noAccess=The external executable path cannot be accessed.
ExternalExecutablesDialog_path_error_isRelativ=The external executable path cannot be relative.
ExternalExecutablesDialog_field_args=Arguments:
ExternalExecutablesDialog_field_icon=Icon:
ExternalExecutablesDialog_field_translate=Translate Backslashes on Paste
ExternalExecutablesDialog_icon_error_mustExist=The external executable icon path you entered doesn't exist.
ExternalExecutablesDialog_icon_error_invalidFilename=The external executable icon path you entered is not valid.
ExternalExecutablesDialog_icon_error_noAccess=The external executable icon path cannot be accessed.
ExternalExecutablesDialog_icon_error_isRelativ=The external executable icon path cannot be relative.

# ***** Preference Pages *****

PreferencePage_label=General settings for Terminals:
PreferencePage_executables_label="Show In ..." Custom Entries
PreferencePage_executables_column_name_label=Name
PreferencePage_executables_column_path_label=Path
PreferencePage_executables_button_add_label=Add...
PreferencePage_executables_button_edit_label=Edit...
PreferencePage_executables_button_remove_label=Remove

Back to the top