Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2009-03-31 17:50:54 +0000
committerPascal Rapicault2009-03-31 17:50:54 +0000
commitc8012a9236e5ac78e99eb0c70b592ccd2345c2c8 (patch)
treec0c5350519f66fc808e35ba4feb97001430bf742 /bundles/org.eclipse.equinox.p2.repository/src
parent933772467cebe0464227beb42237870e5804efc9 (diff)
downloadrt.equinox.p2-c8012a9236e5ac78e99eb0c70b592ccd2345c2c8.tar.gz
rt.equinox.p2-c8012a9236e5ac78e99eb0c70b592ccd2345c2c8.tar.xz
rt.equinox.p2-c8012a9236e5ac78e99eb0c70b592ccd2345c2c8.zip
Bug 270590 - Chkpii error in p2.repository in N20090330-2000
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.repository/src')
-rw-r--r--bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/messages.properties22
1 files changed, 11 insertions, 11 deletions
diff --git a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/messages.properties b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/messages.properties
index 546ed87d6..c57fb5fb0 100644
--- a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/messages.properties
+++ b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/messages.properties
@@ -72,7 +72,7 @@ TransportErrorTranslator_414=HTTP Request URI Too Long: {0}
TransportErrorTranslator_415=HTTP Unsupported Media Type: {0}
TransportErrorTranslator_416=HTTP Requested Range Not Satisfiable: {0}
TransportErrorTranslator_417=HTTP Expectation Failed: {0}
-TransportErrorTranslator_418=HTTP April Fool's Teapot Error: {0}
+TransportErrorTranslator_418=HTTP April Fool''s Teapot Error: {0}
TransportErrorTranslator_422=HTTP (WebDav) Unprocessable Entity: {0}
TransportErrorTranslator_423=HTTP (WebDAV) Locked: {0}
TransportErrorTranslator_424=HTTP (WebDAV) Failed Dependency: {0}
@@ -80,16 +80,16 @@ TransportErrorTranslator_425=HTTP Unordered Collection: {0}
TransportErrorTranslator_426=HTTP Upgrade Required: {0}
TransportErrorTranslator_449=HTTP Retry With Response: {0}
TransportErrorTranslator_450=HTTP Blocked By Parental Control: {0}
-TransportErrorTranslator_500=HTTP Server 'Internal Error': {0}
-TransportErrorTranslator_501=HTTP Server 'Not Implemented': {0}
-TransportErrorTranslator_502=HTTP Server 'Bad Gateway' : {0}
-TransportErrorTranslator_503=HTTP Server 'Service Unavailable': {0}
-TransportErrorTranslator_504=HTTP Server 'Gateway Timeout': {0}
-TransportErrorTranslator_505=HTTP Server 'HTTP Version Not Supported: {0}
-TransportErrorTranslator_506=HTTP Server 'Variant Also Negotiates': {0}
-TransportErrorTranslator_507=HTTP (WebDAV) 'Insufficient Storage': {0}
-TransportErrorTranslator_508=HTTP Server 'Bandwidth Limit Exceeded': {0}
-TransportErrorTranslator_510=HTTP Server 'Not Extended': {0}
+TransportErrorTranslator_500=HTTP Server ''Internal Error'': {0}
+TransportErrorTranslator_501=HTTP Server ''Not Implemented'': {0}
+TransportErrorTranslator_502=HTTP Server ''Bad Gateway'' : {0}
+TransportErrorTranslator_503=HTTP Server ''Service Unavailable'': {0}
+TransportErrorTranslator_504=HTTP Server ''Gateway Timeout'': {0}
+TransportErrorTranslator_505=HTTP Server ''HTTP Version Not Supported'': {0}
+TransportErrorTranslator_506=HTTP Server ''Variant Also Negotiates'': {0}
+TransportErrorTranslator_507=HTTP (WebDAV) ''Insufficient Storage'': {0}
+TransportErrorTranslator_508=HTTP Server ''Bandwidth Limit Exceeded'': {0}
+TransportErrorTranslator_510=HTTP Server ''Not Extended'': {0}
TransportErrorTranslator_MalformedReference=Malformed reference to remote file: {0}
TransportErrorTranslator_MalformedRemoteFileReference=Malformed reference to remote file: {0}
TransportErrorTranslator_UnableToConnectToRepository_0=Unable to connect to repository {0}

Back to the top