Skip to main content
summaryrefslogtreecommitdiffstats
blob: b24b5b0292cccf6ce9c1578f526a0fa97822775f (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) 2005, 2007 Mylyn project committers 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
###############################################################################
### repository
### {0} generally is the repository url
errorRepository = Repository error from {0}:\n\n{1}
repositoryLoginFailure = Unable to login to {0}.\n\n{1}\n\nPlease validate credentials via Task Repositories view.
repositoryNotFound = Repository {0} could not be found.
repositoryCommentRequired = You have to specify a new comment when making this change. Please comment on the reason for this change.
repositoryCollision = Mid-air collision occurred while submitting to {0}.\nSynchronize task and re-submit changes.
### repositoryUrl, class.simpleName, class.getMessage
errorIo = I/O Error occurred while communicating with {0}.\n\n{1}: {2}
errorNetwork = A network error occurred connecting to {0}.\n\n{1}
errorInternal = An internal error has occurred: {0}
operationCancelled = {0} was canceled by the user.


Back to the top