Skip to main content
summaryrefslogtreecommitdiffstats
blob: 48faf185aff4302adb639dd043a90923c61662a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
###############################################################################
# Copyright (c) 2000, 2006 IBM Corporation 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:
#     IBM Corporation - initial API and implementation
#     Maik Schreiber - bug 102461
#     Philippe Ombredanne - bug 84808
###############################################################################
JSchSession_5=SSH2 Message
Util_timeout=A timeout occurred connecting to host {0}
JSchAuthenticationException_detail=Authentication error: {0}
JSchRepositoryLocation_locationForm=Location must have form 'user@host[:port]'
JSchRepositoryLocation_invalidFormat=Invalid location format: {0}
KnownRepositories_0=Error restoring location repositories
JSchRepositoryLocation_73=Error clearing preferences for location {0}
JSchRepositoryLocation_74=Error retrieving preferences for location {0}
JSchRepositoryLocation_75=Error flushing preferences for location {0}

Back to the top