You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by im...@apache.org on 2004/06/16 20:23:04 UTC

cvs commit: jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs Resources.properties

imario      2004/06/16 11:23:04

  Modified:    vfs/src/java/org/apache/commons/vfs Resources.properties
  Log:
  added messages
  
  Revision  Changes    Path
  1.36      +13 -2     jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/Resources.properties
  
  Index: Resources.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/Resources.properties,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- Resources.properties	27 May 2004 19:09:37 -0000	1.35
  +++ Resources.properties	16 Jun 2004 18:23:04 -0000	1.36
  @@ -6,7 +6,8 @@
   # AbstractFileObject
   vfs.provider/delete-not-supported.error=This file type does not support delete.
   vfs.provider/rename-not-supported.error=This file type does not support rename.
  -vfs.provider/write-append-not-supported.error=The file type does not support append mode. 
  +vfs.provider/write-append-not-supported.error=The file type does not support append mode.
  +vfs.provider/random-access-not-supported.error=The file type does not support random access.
   vfs.provider/create-folder-not-supported.error=This file type does not support folder creation.
   vfs.provider/get-last-modified-not-supported.error=This file type does not support retriving last modified time.
   vfs.provider/set-last-modified-not-supported.error=This file type does not support setting last modified time.
  @@ -38,6 +39,7 @@
   vfs.provider/get-url.error=Could not create URL for "{0}".
   vfs.provider/close.error=Could not close "{0}".
   vfs.provider/read.error=Could not read file "{0}".
  +vfs.provider/random-access.error=Could not read/write file "{0}".
   vfs.provider/read-not-readable.error=File "{0}" is not readable.
   vfs.provider/read-not-file.error=Could not read from "{0}" because it is a not a file.
   
  @@ -47,6 +49,7 @@
   vfs.provider/get-size.error=Could not determine the size of file "{0}".
   vfs.provider/read-in-use.error=Could not read file "{0}" because it is currently being written to.
   vfs.provider/write-in-use.error=Could not write to "{0}" because it is currently in use.
  +vfs.provider/random-in-use.error=Could not read/write file "{0}" because it is currently in use.
   vfs.provider/get-last-modified-writing.error=Could not determine the last modified timestamp of "{0}" because it is being written to.
   vfs.provider/get-last-modified-no-exist.error=Could not determine the last modified timestamp of "{0}" because it does not exist.
   vfs.provider/get-last-modified.error=Could not determine the last modified timestamp of "{0}".
  @@ -76,6 +79,10 @@
   vfs.provider/replicate-file.error=Could not replicate "{0}".
   vfs.provider/create-file.error=Could not create "{0}".
   
  +# RandomAccess
  +vfs.provider/random-access-invalid-position.error=Invalid position: "{0}"
  +vfs.provider/random-access-open-failed.error=Could not access file "{0}" because it does not exist.
  +
   # UriParser
   vfs.provider/missing-double-slashes.error=Expecting // to follow the scheme in URI "{0}".
   vfs.provider/missing-hostname.error=Hostname missing from URI "{0}".
  @@ -144,6 +151,9 @@
   vfs.provider.zip/open-zip-file.error=Could not open Zip file "{0}".
   vfs.provider.zip/close-zip-file.error=Could not close Zip file "{0}".
   
  +# Bzip2 Provider
  +vfs.provider.bzip2/not-a-bzip2-file.error=File "{0}" is not bzip2 compressed.
  +
   # JarFileSystem
   vfs.provider.jar/open-jar-file.error=Could not open Jar file "{0}".
   
  @@ -172,7 +182,8 @@
   vfs.provider.http/get.error=GET method failed for "{0}".
   vfs.provider.http/head.error=HEAD method failed for "{0}".
   vfs.provider.http/last-modified.error=No Last-Modified header in HTTP response.
  -vfs.provider.ftp/connect.error=Could not connect to HTTP server on "{0}".
  +vfs.provider.http/get-range.error=GET method failed for "{0}" range "{1}-".
  +vfs.provider.http/connect.error=Could not connect to HTTP server on "{0}".
   
   # WebDAV Provider
   vfs.provider.webdav/write-file.error=Write to file failed with message: "{0}".
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org