Skip to main content
summaryrefslogtreecommitdiffstats
blob: 78a9b1d503982b2c16a2bc52ceddb038a7d97083 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
### Mylar messages.

### repository
### {0} generally is the repository url
repository_error = Repository error from {0}:\n\n{1}
repository_login_failure = Unable to login to {0}.\n\n{1}\n\nPlease validate credentials via Task Repositories view.
repository_not_found = Repository {0} could not be found.
repository_comment_reqd = You have to specify a new comment when making this change. Please comment on the reason for this change.
### repositoryUrl, class.simpleName, class.getMessage
io_error = I/O Error occurred while communicating with {0}.\n\n{1}: {2}
network_error = A network error occurred connecting to {0}.\n\n{1}
internal_error = An internal error has occurred: {0}
operation_cancelled = {0} was canceled by the user.


Back to the top