Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties')
-rw-r--r--bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties10
1 files changed, 7 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties b/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties
index b66d5f7df..91fed5e49 100644
--- a/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties
+++ b/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties
@@ -8,12 +8,12 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
-available_already_in=The artifact is already available in the repo {0}.
+artifact_not_found=Artifact requested can't be found {0}.
+available_already_in=The artifact is already available in the repository {0}.
cant_get_outputstream=Can't get an output stream to {0} store {1}.
downloading=Downloading {0}.
-error_closing_stream=Error closing the output stream for {0} on repo {1}.
+error_closing_stream=Error closing the output stream for {0} on repository {1}.
-artifact_not_found=Artifact requested can't be found {0}.
FileDownloadError=Error downloading {0} to {1}.
io_failedRead=Unable to read repository at {0}.
io_parseError=\
@@ -21,6 +21,10 @@ io_parseError=\
io_incompatibleVersion=\
Simple artifact repository has incompatible version {0}; expected {1}.
mirroring=Mirroring:
+
+repoFailedWrite=Unable to write to repository: {0}.
+repoReadOnly=Cannot write because repository is read only: {0}
+
repoMan_exists=Repository already exists at {0}.
repoMan_failedRead=The repository could not be read: {0}.
repoMan_internalError=Internal error.

Back to the top