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/08/10 15:49:45 UTC

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

imario      2004/08/10 06:49:45

  Modified:    vfs/src/java/org/apache/commons/vfs Resources.properties
  Log:
  PR:30556
  
  Fixed missing (or better wrongly named) entry vfs.provider/rename-dest-exists.error
  
  Revision  Changes    Path
  1.40      +2 -3      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.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- Resources.properties	28 Jun 2004 19:47:05 -0000	1.39
  +++ Resources.properties	10 Aug 2004 13:49:45 -0000	1.40
  @@ -21,12 +21,12 @@
   vfs.provider/list-children.error=Could not list the contents of folder "{0}".
   vfs.provider/delete-read-only.error=Could not delete "{0}" because it is read-only.
   vfs.provider/rename-read-only.error=Could not rename "{0}" because it is read-only.
  +vfs.provider/rename-dest-exists.error=Destination "{1}" already existent.
   vfs.provider/delete.error=Could not delete "{0}".
   vfs.provider/rename.error=Could not rename "{0}".
   vfs.provider/create-folder-mismatched-type.error=Could not create folder "{0}" because it already exists and is a file.
   vfs.provider/create-folder-read-only.error=Could not create folder "{0}" because its parent folder is read-only.
   vfs.provider/create-folder.error=Could not create folder "{0}".
  -vfs.provider/create-file.error=Could not create file "{0}".
   vfs.provider/write-read-only.error=Could not write to "{0}" because it is read-only.
   vfs.provider/write-not-file.error=Could not write to "{0}" because it is not a file.
   vfs.provider/write.error=Could not write to "{0}".
  @@ -174,7 +174,6 @@
   vfs.provider.ftp/get-type.error=Could not determine the file type of "{0}".
   vfs.provider.ftp/delete-file.error=Could not delete FTP file "{0}".
   vfs.provider.ftp/rename-file.error=Could not rename FTP file "{0}" to "{1}".
  -vfs.provider.ftp/rename-dest-exists.error=Destination "{1}" already existent.
   vfs.provider.ftp/create-folder.error=Could not create FTP directory "{0}".
   vfs.provider.ftp/finish-get.error=Could not get FTP file "{0}".
   vfs.provider.ftp/finish-put.error=Could not put FTP file "{0}".
  @@ -223,6 +222,6 @@
   vfs.tasks/sync.too-many-source-files.error=Too many source files specified.
   vfs.tasks/sync.source-not-file.error=Source file "{0}" is not a file, or does not exist.
   vfs.tasks/sync.src-file-no-exist.warn=Source file "{0}" does not exist.
  -vfs.tasks/sync.duplicate-source-files.warn=Multiple source files for destination file "{0}". 
  +vfs.tasks/sync.duplicate-source-files.warn=Multiple source files for destination file "{0}".
   vfs.tasks/delete.no-source-files.error=No files to delete specified.
   vfs.tasks/mkdir.create-folder.info=Creating directory "{0}".
  
  
  

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